|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyBinding
A binding tells how to deal with Load or Save a field of a source object (usually an UI component) and a property of a target object(usually a backing bean).
Method Summary | |
---|---|
java.lang.String |
getCommandName()
Returns the associated command name of this binding; null if not speicified. |
ConditionType |
getConditionType()
Returns the condition type of this binding |
Converter |
getConverter()
Returns the associated _converter with this binding. |
java.util.Map<java.lang.String,java.lang.Object> |
getConverterArgs()
Returns an argument |
java.lang.String |
getFieldName()
Returns the field name of the source object. |
java.lang.String |
getPropertyString()
Returns the property expression script of this binding. |
Methods inherited from interface org.zkoss.bind.sys.Binding |
---|
getArgs, getBinder, getComponent |
Method Detail |
---|
Converter getConverter()
java.lang.String getFieldName()
java.lang.String getCommandName()
java.lang.String getPropertyString()
ConditionType getConditionType()
java.util.Map<java.lang.String,java.lang.Object> getConverterArgs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |