public abstract class PropertyBindingImpl extends BindingImpl implements PropertyBinding
PropertyBinding.| Modifier and Type | Field and Description |
|---|---|
protected AccessInfo |
_accessInfo |
protected ExpressionX |
_fieldExpr |
| Modifier | Constructor and Description |
|---|---|
protected |
PropertyBindingImpl(Binder binder,
Component comp,
java.lang.String fieldName,
java.lang.String fieldExpr,
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 speicified.
|
ConditionType |
getConditionType()
Returns the condition type of this binding
|
Converter |
getConverter()
Returns the associated _converter with this binding.
|
java.util.Map<java.lang.String,java.lang.Object> |
getConverterArgs()
Returns an argument
|
java.lang.String |
getFieldName()
Returns the field name of the source object.
|
ExpressionX |
getProperty() |
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 ExpressionX _fieldExpr
protected final AccessInfo _accessInfo
protected PropertyBindingImpl(Binder binder, Component comp, java.lang.String fieldName, java.lang.String fieldExpr, 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 - fieldName - the name of component field (ex, style, value)fieldExpr - the EL expression to access component field (ex, self.style, self.value)accessExpr - the binding expression , to access the beanconditionType - the condition typecommand - the command, if the conditionType is not prompt, then command must not nullbindingArgs - converterExpr - converterArgs - public java.util.Map<java.lang.String,java.lang.Object> getConverterArgs()
PropertyBindinggetConverterArgs in interface PropertyBindingprotected boolean ignoreTracker()
public Converter getConverter()
PropertyBindinggetConverter in interface PropertyBindingpublic java.lang.String getFieldName()
PropertyBindinggetFieldName in interface PropertyBindingpublic java.lang.String getCommandName()
PropertyBindinggetCommandName in interface PropertyBindingpublic java.lang.String getPropertyString()
PropertyBindinggetPropertyString in interface PropertyBindingpublic ConditionType getConditionType()
PropertyBindinggetConditionType in interface PropertyBindingpublic ExpressionX getProperty()
getProperty in interface PropertyBindingpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2011 Potix Corporation. All Rights Reserved.