|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RebindableComponent
Method Summary | |
---|---|
java.lang.Object |
getNullObject()
|
void |
rebind()
This operation causes the component to reset it's content to that of the domain model. |
void |
setNullObject(java.lang.Object nullObject)
This object should be returned by the implementor in getValue, when the property path ends in a null value. |
java.util.List |
traceValue()
Reads the properties in this components property path, and traces all read properties, returning the actual property values in a List. |
Methods inherited from interface net.sf.jzeno.echo.databinding.PropertyComponent |
---|
addValidator, getBean, getBeanClass, getDecorator, getProperty, getValidationErrors, getValidators, getValue, isMarkedInvalid, isReadOnly, isRequired, isValid, markInvalid, markValid, preRender, removeValidator, setBean, setBeanClass, setDecorator, setProperty, setReadOnly, setRequired, setValue |
Method Detail |
---|
void rebind()
This operation causes the component to reset it's content to that of the domain model.
void setNullObject(java.lang.Object nullObject)
This object should be returned by the implementor in getValue, when the property path ends in a null value.
java.lang.Object getNullObject()
java.util.List traceValue()
Reads the properties in this components property path, and traces all read properties, returning the actual property values in a List.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |