public interface FormBinding extends Binding
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandName()
Returns the associated command name of this binding; null if not specified.
|
ConditionType |
getConditionType()
Returns the condition type of this binding
|
org.zkoss.xel.ExpressionX |
getFieldExpression(BindEvaluatorX eval,
String field)
Returns the field expression from the given field.
|
Form |
getFormBean()
Returns the implicit form associated with this form binding.
|
org.zkoss.xel.ExpressionX |
getFormExpression(BindEvaluatorX eval,
String field)
Returns the form expression from the given field.
|
String |
getFormId()
Returns the associated form id of this Binding.
|
String |
getPropertyString()
Returns the property expression script of this binding.
|
getArgs, getBinder, getComponentForm getFormBean()
String getFormId()
String getCommandName()
String getPropertyString()
ConditionType getConditionType()
org.zkoss.xel.ExpressionX getFieldExpression(BindEvaluatorX eval, String field)
org.zkoss.xel.ExpressionX getFormExpression(BindEvaluatorX eval, String field)
Copyright © 2020. All rights reserved.