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,
Component comp,
java.lang.String accessExpr,
ConditionType conditionType,
java.lang.String command,
java.util.Map<java.lang.String,java.lang.Object> bindingArgs,
java.lang.String converterExpr,
java.util.Map<java.lang.String,java.lang.Object> converterArgs) |
| 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
|
Converter |
getConverter() |
java.lang.String |
getPropertyString()
Returns the property expression script of this binding.
|
protected boolean |
ignoreTracker() |
java.lang.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, Component comp, java.lang.String accessExpr, ConditionType conditionType, java.lang.String command, java.util.Map<java.lang.String,java.lang.Object> bindingArgs, java.lang.String converterExpr, java.util.Map<java.lang.String,java.lang.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 java.lang.String getCommandName()
ChildrenBindinggetCommandName in interface ChildrenBindingpublic java.lang.String getPropertyString()
ChildrenBindinggetPropertyString in interface ChildrenBindingpublic ConditionType getConditionType()
ChildrenBindinggetConditionType in interface ChildrenBindingpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2011 Potix Corporation. All Rights Reserved.