public interface PropertyBinding extends Binding
| Modifier and Type | Method and Description |
|---|---|
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.
|
Map<String,Object> |
getConverterArgs()
Returns an argument
|
String |
getFieldName()
Returns the field name of the source object.
|
org.zkoss.xel.ExpressionX |
getProperty() |
String |
getPropertyString()
Returns the property expression script of this binding.
|
getArgs, getBinder, getComponentConverter getConverter()
String getFieldName()
String getCommandName()
String getPropertyString()
ConditionType getConditionType()
Map<String,Object> getConverterArgs()
org.zkoss.xel.ExpressionX getProperty()
Copyright © 2020. All rights reserved.