|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormBinding
A binding tells how to deal with Load and Save between a form and a bean.
Method Summary | |
---|---|
java.lang.String |
getCommandName()
Returns the associated command name of this binding; null if not specified. |
ConditionType |
getConditionType()
Returns the condition type of this binding |
ExpressionX |
getFieldExpression(BindEvaluatorX eval,
java.lang.String field)
Returns the field expression from the given field. |
Form |
getFormBean()
Returns the implicit form associated with this form binding. |
ExpressionX |
getFormExpression(BindEvaluatorX eval,
java.lang.String field)
Returns the form expression from the given field. |
java.lang.String |
getFormId()
Returns the associated form id of this Binding. |
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 |
---|
Form getFormBean()
java.lang.String getFormId()
java.lang.String getCommandName()
java.lang.String getPropertyString()
ConditionType getConditionType()
ExpressionX getFieldExpression(BindEvaluatorX eval, java.lang.String field)
ExpressionX getFormExpression(BindEvaluatorX eval, java.lang.String field)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |