|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidad.bean.FacesBeanImpl
org.apache.myfaces.trinidad.component.UIXFacesBeanImpl
org.apache.myfaces.trinidad.component.UIXEditableFacesBeanImpl
public class UIXEditableFacesBeanImpl
UIXFacesBeanImpl subclass that implements the local value contract needed for ValueHolders. UIXEditableValue subclasses that wish to modify their FacesBean behavior should subclass this class.
FacesBeanImpl,
UIXEditableValue| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.myfaces.trinidad.bean.FacesBean |
|---|
FacesBean.Type |
| Constructor Summary | |
|---|---|
UIXEditableFacesBeanImpl()
|
|
| Method Summary | |
|---|---|
void |
init(UIXComponent component,
FacesBean.Type type)
Subclassers most call super with the component and type |
void |
setProperty(PropertyKey key,
java.lang.Object value)
Set a property. |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXFacesBeanImpl |
|---|
getComponent, getLocalPropertyImpl, getType, keySet, restoreState, saveState, setPropertyImpl |
| 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 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, clearInitialState, containsEntry, entries, getEntries, getLocalProperty, getProperty, getRawProperty, getValueBinding, getValueExpression, initialStateMarked, markInitialState, removeEntry, setValueBinding, setValueExpression |
| Constructor Detail |
|---|
public UIXEditableFacesBeanImpl()
| Method Detail |
|---|
public void init(UIXComponent component,
FacesBean.Type type)
init in interface UIXFacesBeaninit in class UIXFacesBeanImplcomponent - UIXEditableValue to bind to this UIXFacesBeantype -
java.lang.IllegalStateException - if init() called more than once
java.lang.IllegalArgumentException - if component is not a UIXEditableValue
java.lang.NullPointerException - of component or type is null
public void setProperty(PropertyKey key,
java.lang.Object value)
FacesBean
setProperty in interface FacesBeansetProperty in class FacesBeanImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||