| Package | Description |
|---|---|
| org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
| org.zkoss.bind.sys |
System level classes for ZK Bind
|
| Modifier and Type | Method and Description |
|---|---|
ConditionType |
ChildrenBindingImpl.getConditionType() |
ConditionType |
AccessInfo.getConditionType() |
ConditionType |
PropertyBindingImpl.getConditionType() |
ConditionType |
FormBindingImpl.getConditionType() |
| Modifier and Type | Method and Description |
|---|---|
static AccessInfo |
AccessInfo.create(Binding binding,
String accessExpr,
Class<?> expectedType,
ConditionType type,
String command,
boolean ignoreTracker) |
protected LoadChildrenBinding |
BinderImpl.newLoadChildrenBinding(org.zkoss.zk.ui.Component comp,
String loadExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,Object> converterArgs)
Make this extenable.
|
protected LoadFormBinding |
BinderImpl.newLoadFormBinding(org.zkoss.zk.ui.Component comp,
String formId,
String loadExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs)
Make this extenable.
|
protected LoadPropertyBinding |
BinderImpl.newLoadPropertyBinding(org.zkoss.zk.ui.Component comp,
String attr,
String loadAttr,
Class<?> attrType,
String loadExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,Object> converterArgs)
Make this extenable.
|
protected SaveFormBinding |
BinderImpl.newSaveFormBinding(org.zkoss.zk.ui.Component comp,
String formId,
String saveExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String validatorExpr,
Map<String,Object> validatorArgs)
Make this extenable.
|
protected SavePropertyBinding |
BinderImpl.newSavePropertyBinding(org.zkoss.zk.ui.Component comp,
String attr,
String saveAttr,
String saveExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,Object> converterArgs,
String validatorExpr,
Map<String,Object> validatorArgs)
Make this extenable.
|
| Constructor and Description |
|---|
AccessInfo(org.zkoss.xel.ExpressionX property,
ConditionType type,
String command) |
ChildrenBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String accessExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,Object> converterArgs) |
FormBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String formId,
String accessExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs) |
LoadChildrenBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String loadExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,Object> converterArgs) |
LoadFormBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String formId,
String loadExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs) |
LoadPropertyBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String attr,
String loadAttr,
Class<?> attrType,
String loadExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,Object> converterArgs) |
PropertyBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String fieldName,
String fieldExpr,
String accessExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,Object> converterArgs) |
SaveFormBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String formId,
String saveExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String validatorExpr,
Map<String,Object> validatorArgs) |
SavePropertyBindingImpl(Binder binder,
org.zkoss.zk.ui.Component comp,
String attr,
String saveAttr,
String saveExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,Object> converterArgs,
String validatorExpr,
Map<String,Object> validatorArgs) |
| Modifier and Type | Method and Description |
|---|---|
ConditionType |
ChildrenBinding.getConditionType()
Returns the condition type of this binding
|
ConditionType |
FormBinding.getConditionType()
Returns the condition type of this binding
|
ConditionType |
PropertyBinding.getConditionType()
Returns the condition type of this binding
|
static ConditionType |
ConditionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionType[] |
ConditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.