public class UIXEditableFacesBeanImpl extends UIXFacesBeanImpl
FacesBeanImpl
,
UIXEditableValue
FacesBean.Type
Constructor and Description |
---|
UIXEditableFacesBeanImpl() |
Modifier and Type | Method and Description |
---|---|
void |
init(UIXComponent component,
FacesBean.Type type)
Subclassers most call super with the component and type
|
void |
setProperty(PropertyKey key,
Object value)
Set a property.
|
getComponent, getLocalPropertyImpl, getType, keySet, restoreState, saveState, setPropertyImpl
addAll, addEntry, bindingKeySet, clearInitialState, containsEntry, createExpressionsMap, createPropertyMap, entries, getEntries, getLocalProperty, getProperty, getRawProperty, getValueBinding, getValueExpression, initialStateMarked, markInitialState, removeEntry, setValueBinding, setValueExpression, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAll, addEntry, bindingKeySet, clearInitialState, containsEntry, entries, getEntries, getLocalProperty, getProperty, getRawProperty, getValueBinding, getValueExpression, initialStateMarked, markInitialState, removeEntry, setValueBinding, setValueExpression
public void init(UIXComponent component, FacesBean.Type type)
init
in interface UIXFacesBean
init
in class UIXFacesBeanImpl
component
- UIXEditableValue to bind to this UIXFacesBeantype
- IllegalStateException
- if init() called more than onceIllegalArgumentException
- if component is not a UIXEditableValueNullPointerException
- of component or type is nullpublic void setProperty(PropertyKey key, Object value)
FacesBean
setProperty
in interface FacesBean
setProperty
in class FacesBeanImpl
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.