Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.sys |
System level classes for ZK Bind
|
org.zkoss.bind.xel |
XEL for ZK Bind
|
org.zkoss.xel.zel |
This implementation is based on ZEL 2.2 (Similar to EL 2.2).
|
org.zkoss.zkmax.bind.impl |
Modifier and Type | Class and Description |
---|---|
class |
PropertyExpression
An implementation of component property expression to evaluate it with a reflection
method call instead of EL resolving.
|
Modifier and Type | Field and Description |
---|---|
protected ExpressionX |
PropertyBindingImpl._fieldExpr |
Modifier and Type | Method and Description |
---|---|
ExpressionX |
FormBindingImpl.getBaseExpression(BindEvaluatorX eval) |
ExpressionX |
CommandBindingImpl.getCommand() |
ExpressionX |
FormBindingImpl.getFieldExpression(BindEvaluatorX eval,
java.lang.String field) |
ExpressionX |
FormBindingImpl.getFormExpression(BindEvaluatorX eval,
java.lang.String field) |
ExpressionX |
PropertyBindingImpl.getProperty() |
ExpressionX |
AccessInfo.getProperty() |
ExpressionX |
BindEvaluatorXImpl.parseExpressionX(BindContext ctx,
java.lang.String expression,
java.lang.Class<?> expectedType) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
BindEvaluatorXUtil.getExpressionString(ExpressionX expr) |
java.lang.Class<?> |
BindEvaluatorXImpl.getType(BindContext ctx,
Component comp,
ExpressionX expression) |
java.lang.Object |
BindEvaluatorXImpl.getValue(BindContext ctx,
Component comp,
ExpressionX expression) |
ValueReference |
BindEvaluatorXImpl.getValueReference(BindContext ctx,
Component comp,
ExpressionX expression) |
boolean |
BindEvaluatorXImpl.isReadOnly(BindContext ctx,
Component comp,
ExpressionX expression) |
void |
BindEvaluatorXImpl.setValue(BindContext ctx,
Component comp,
ExpressionX expression,
java.lang.Object value) |
Constructor and Description |
---|
AccessInfo(ExpressionX property,
ConditionType type,
java.lang.String command) |
Modifier and Type | Method and Description |
---|---|
ExpressionX |
FormBinding.getFieldExpression(BindEvaluatorX eval,
java.lang.String field)
Returns the field expression from the given field.
|
ExpressionX |
FormBinding.getFormExpression(BindEvaluatorX eval,
java.lang.String field)
Returns the form expression from the given field.
|
ExpressionX |
PropertyBinding.getProperty() |
ExpressionX |
BindEvaluatorX.parseExpressionX(BindContext ctx,
java.lang.String expression,
java.lang.Class<?> expectedType)
Prepares the expressionX.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
BindEvaluatorX.getType(BindContext ctx,
Component comp,
ExpressionX expression)
Returns the result type of the specified expression.
|
java.lang.Object |
BindEvaluatorX.getValue(BindContext ctx,
Component comp,
ExpressionX expression)
Sets the specified value to the property resolved from the specified expression.
|
ValueReference |
BindEvaluatorX.getValueReference(BindContext ctx,
Component comp,
ExpressionX expression)
Returns the result reference of the specified expression.
|
boolean |
BindEvaluatorX.isReadOnly(BindContext ctx,
Component comp,
ExpressionX expression)
Returns whether the specified expression a read only expression.
|
void |
BindEvaluatorX.setValue(BindContext ctx,
Component comp,
ExpressionX expression,
java.lang.Object value)
Sets the specified value to the property resolved from the specified expression.
|
Modifier and Type | Class and Description |
---|---|
class |
BindXelExpression |
Modifier and Type | Class and Description |
---|---|
class |
ELXelExpression
An XEL Expression that is based on ZEL ValueExpression.
|
Modifier and Type | Class and Description |
---|---|
class |
BindXelExpressionEx
An extension of BindXelExpression to do a lazy initiating EL expression construction.
|
Modifier and Type | Method and Description |
---|---|
ExpressionX |
BindEvaluatorXImplEx.parseExpressionX(BindContext ctx,
java.lang.String expression,
java.lang.Class<?> expectedType) |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.