org.zkoss.bind.impl
Class AccessInfo
java.lang.Object
org.zkoss.bind.impl.AccessInfo
public class AccessInfo
- extends java.lang.Object
Represent an load/save binding expression
e.g.
"load = property (before|after) command"
"save = property (before|after) command"
- Author:
- henrichen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessInfo
public AccessInfo(ExpressionX property,
boolean after,
java.lang.String command)
getCommandName
public java.lang.String getCommandName()
isAfter
public boolean isAfter()
getProperty
public ExpressionX getProperty()
create
public static AccessInfo create(Binding binding,
java.lang.String accessScript,
java.lang.Class<?> expectedType,
boolean ignoreTracker)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.