public abstract class ChildrenBindingImpl extends BindingImpl implements ChildrenBinding
ChildrenBinding.| Modifier and Type | Field and Description |
|---|---|
protected AccessInfo |
_accessInfo |
| Modifier | Constructor and Description |
|---|---|
protected |
ChildrenBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String accessExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,Object> converterArgs) |
| 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
|
Converter |
getConverter() |
String |
getPropertyString()
Returns the property expression script of this binding.
|
protected boolean |
ignoreTracker() |
String |
toString() |
containsAttribute, getArgs, getAttribute, getBinder, getComponent, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArgs, getBinder, getComponentprotected final AccessInfo _accessInfo
protected ChildrenBindingImpl(Binder binder, org.zkoss.zk.ui.Component comp, String accessExpr, ConditionType conditionType, String command, Map<String,Object> bindingArgs, String converterExpr, Map<String,Object> converterArgs)
binder - comp - accessExpr - the binding expression , to access the beanconditionType - the condition typecommand - the command, if the conditionType is not prompt, then command must not nullbindingArgs - protected boolean ignoreTracker()
public Converter getConverter()
public String getCommandName()
ChildrenBindinggetCommandName in interface ChildrenBindingpublic String getPropertyString()
ChildrenBindinggetPropertyString in interface ChildrenBindingpublic ConditionType getConditionType()
ChildrenBindinggetConditionType in interface ChildrenBindingCopyright © 2020. All rights reserved.