org.apache.myfaces.trinidad.component
Class UIXEditableFacesBeanImpl
java.lang.Object
org.apache.myfaces.trinidad.bean.FacesBeanImpl
org.apache.myfaces.trinidad.component.UIXFacesBeanImpl
org.apache.myfaces.trinidad.component.UIXEditableFacesBeanImpl
- All Implemented Interfaces:
- FacesBean, UIXFacesBean
public class UIXEditableFacesBeanImpl
- extends UIXFacesBeanImpl
UIXFacesBeanImpl subclass that implements the local value contract needed for ValueHolders.
UIXEditableValue subclasses that wish to modify their FacesBean behavior should subclass
this class.
- See Also:
FacesBeanImpl
,
UIXEditableValue
Methods inherited from class org.apache.myfaces.trinidad.bean.FacesBeanImpl |
addAll, addEntry, bindingKeySet, clearInitialState, containsEntry, createExpressionsMap, createPropertyMap, entries, getEntries, getLocalProperty, getProperty, getRawProperty, getValueBinding, getValueExpression, initialStateMarked, markInitialState, removeEntry, setValueBinding, setValueExpression, toString |
Methods inherited from interface org.apache.myfaces.trinidad.bean.FacesBean |
addAll, addEntry, bindingKeySet, clearInitialState, containsEntry, entries, getEntries, getLocalProperty, getProperty, getRawProperty, getValueBinding, getValueExpression, initialStateMarked, markInitialState, removeEntry, setValueBinding, setValueExpression |
UIXEditableFacesBeanImpl
public UIXEditableFacesBeanImpl()
init
public void init(UIXComponent component,
FacesBean.Type type)
- Subclassers most call super with the component and type
- Specified by:
init
in interface UIXFacesBean
- Overrides:
init
in class UIXFacesBeanImpl
- Parameters:
component
- UIXEditableValue to bind to this UIXFacesBeantype
-
- Throws:
IllegalStateException
- if init() called more than once
IllegalArgumentException
- if component is not a UIXEditableValue
NullPointerException
- of component or type is null
setProperty
public void setProperty(PropertyKey key,
Object value)
- Description copied from interface:
FacesBean
- Set a property.
- Specified by:
setProperty
in interface FacesBean
- Overrides:
setProperty
in class FacesBeanImpl
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.