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, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getArgs, getBinder, getComponent
protected 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()
ChildrenBinding
getCommandName
in interface ChildrenBinding
public java.lang.String getPropertyString()
ChildrenBinding
getPropertyString
in interface ChildrenBinding
public ConditionType getConditionType()
ChildrenBinding
getConditionType
in interface ChildrenBinding
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.