public interface FormBinding extends Binding
Modifier and Type | Method and Description |
---|---|
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.
|
getArgs, getBinder, getComponent
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)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.