org.apache.myfaces.trinidad.component
Class UIXEditableValueBean

java.lang.Object
  extended by org.apache.myfaces.trinidad.bean.FacesBeanImpl
      extended by org.apache.myfaces.trinidad.component.UIXComponentBean
          extended by org.apache.myfaces.trinidad.component.UIXEditableValueBean
All Implemented Interfaces:
org.apache.myfaces.trinidad.bean.FacesBean, org.apache.myfaces.trinidad.component.UIXFacesBean

public class UIXEditableValueBean
extends UIXComponentBean


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.myfaces.trinidad.bean.FacesBean
org.apache.myfaces.trinidad.bean.FacesBean.Type
 
Constructor Summary
UIXEditableValueBean()
           
 
Method Summary
 void setProperty(org.apache.myfaces.trinidad.bean.PropertyKey key, java.lang.Object value)
          Subclass for editable components; beans here have an additional responsibility, which is to automatically set "localValueSet" any time the value is set.
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBean
getType, init
 
Methods inherited from class org.apache.myfaces.trinidad.bean.FacesBeanImpl
addAll, addEntry, bindingKeySet, containsEntry, createBindingsMap, createPropertyMap, entries, getEntries, getLocalProperty, getLocalPropertyImpl, getProperty, getRawProperty, getValueBinding, keySet, markInitialState, removeEntry, restoreState, saveState, setPropertyImpl, setValueBinding, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.trinidad.bean.FacesBean
addAll, addEntry, bindingKeySet, containsEntry, entries, getEntries, getLocalProperty, getProperty, getRawProperty, getValueBinding, keySet, markInitialState, removeEntry, restoreState, saveState, setValueBinding
 

Constructor Detail

UIXEditableValueBean

public UIXEditableValueBean()
Method Detail

setProperty

public void setProperty(org.apache.myfaces.trinidad.bean.PropertyKey key,
                        java.lang.Object value)
Subclass for editable components; beans here have an additional responsibility, which is to automatically set "localValueSet" any time the value is set.

Specified by:
setProperty in interface org.apache.myfaces.trinidad.bean.FacesBean
Overrides:
setProperty in class org.apache.myfaces.trinidad.bean.FacesBeanImpl


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.