com.google.gwt.rpc.client.ast
Class ArrayValueCommand
java.lang.Object
com.google.gwt.rpc.client.ast.RpcCommand
com.google.gwt.rpc.client.ast.ValueCommand
com.google.gwt.rpc.client.ast.IdentityValueCommand
com.google.gwt.rpc.client.ast.ArrayValueCommand
public class ArrayValueCommand
- extends IdentityValueCommand
Encapsulates an array of values.
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
ArrayValueCommand
public ArrayValueCommand(java.lang.Class<?> componentType)
add
public void add(ValueCommand x)
clear
public void clear()
- Description copied from class:
RpcCommand
- Delete all internal state so that the command may be used only for instance
tracking.
- Overrides:
clear in class RpcCommand
getComponentType
public java.lang.Class<?> getComponentType()
getComponentValues
public java.util.List<ValueCommand> getComponentValues()
traverse
public void traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx)
- Specified by:
traverse in class RpcCommand