public interface PropertyBinding extends Binding
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.
|
getArgs, getBinder, getComponent
Converter getConverter()
java.lang.String getFieldName()
java.lang.String getCommandName()
java.lang.String getPropertyString()
ConditionType getConditionType()
java.util.Map<java.lang.String,java.lang.Object> getConverterArgs()
ExpressionX getProperty()
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.