|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.bind.impl.BindingImpl org.zkoss.bind.impl.FormBindingImpl
public class FormBindingImpl
Base implementation of FormBinding
.
Field Summary | |
---|---|
protected AccessInfo |
_accessInfo
|
protected java.lang.String |
_formId
|
Constructor Summary | |
---|---|
protected |
FormBindingImpl(Binder binder,
Component comp,
java.lang.String formId,
java.lang.String accessExpr,
ConditionType conditionType,
java.lang.String command,
java.util.Map<java.lang.String,java.lang.Object> bindingArgs)
|
Method Summary | |
---|---|
protected ExpressionX |
getBaseExpression(BindEvaluatorX eval)
|
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 |
protected ExpressionX |
getFieldExpression(BindEvaluatorX eval,
java.lang.String field)
|
Form |
getFormBean()
Returns the implicit form associated with this form binding. |
protected ExpressionX |
getFormExpression(BindEvaluatorX eval,
java.lang.String 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. |
protected boolean |
ignoreTracker()
|
java.lang.String |
toString()
|
Methods inherited from class org.zkoss.bind.impl.BindingImpl |
---|
containsAttribute, getArgs, getAttribute, getBinder, getComponent, setAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.zkoss.bind.sys.Binding |
---|
getArgs, getBinder, getComponent |
Field Detail |
---|
protected final java.lang.String _formId
protected final AccessInfo _accessInfo
Constructor Detail |
---|
protected FormBindingImpl(Binder binder, Component comp, java.lang.String formId, java.lang.String accessExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs)
Method Detail |
---|
protected boolean ignoreTracker()
public Form getFormBean()
FormBinding
getFormBean
in interface FormBinding
public java.lang.String getFormId()
FormBinding
getFormId
in interface FormBinding
public java.lang.String getPropertyString()
FormBinding
getPropertyString
in interface FormBinding
public ConditionType getConditionType()
FormBinding
getConditionType
in interface FormBinding
public java.lang.String getCommandName()
FormBinding
getCommandName
in interface FormBinding
protected ExpressionX getFieldExpression(BindEvaluatorX eval, java.lang.String field)
protected ExpressionX getFormExpression(BindEvaluatorX eval, java.lang.String field)
protected ExpressionX getBaseExpression(BindEvaluatorX eval)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |