public class FormBindingImpl extends BindingImpl implements FormBinding
FormBinding.| Modifier and Type | Field and Description |
|---|---|
protected AccessInfo |
_accessInfo |
protected String |
_formId |
| Modifier | Constructor and Description |
|---|---|
protected |
FormBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String formId,
String accessExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs) |
| Modifier and Type | Method and Description |
|---|---|
org.zkoss.xel.ExpressionX |
getBaseExpression(BindEvaluatorX eval) |
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.
|
protected boolean |
ignoreTracker() |
<T> Form |
initFormBean(Object bean,
Class<Object> class1,
BindContext bindContext) |
String |
toString() |
containsAttribute, getArgs, getAttribute, getBinder, getComponent, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArgs, getBinder, getComponentprotected final String _formId
protected final AccessInfo _accessInfo
protected boolean ignoreTracker()
public Form getFormBean()
FormBindinggetFormBean in interface FormBindingpublic <T> Form initFormBean(Object bean, Class<Object> class1, BindContext bindContext)
public String getFormId()
FormBindinggetFormId in interface FormBindingpublic String getPropertyString()
FormBindinggetPropertyString in interface FormBindingpublic ConditionType getConditionType()
FormBindinggetConditionType in interface FormBindingpublic String getCommandName()
FormBindinggetCommandName in interface FormBindingpublic org.zkoss.xel.ExpressionX getFieldExpression(BindEvaluatorX eval, String field)
FormBindinggetFieldExpression in interface FormBindingpublic org.zkoss.xel.ExpressionX getFormExpression(BindEvaluatorX eval, String field)
FormBindinggetFormExpression in interface FormBindingpublic org.zkoss.xel.ExpressionX getBaseExpression(BindEvaluatorX eval)
Copyright © 2020. All rights reserved.