public class

ArrayValueCommand

extends IdentityValueCommand
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

Class Overview

Encapsulates an array of values.

Summary

Public Constructors
ArrayValueCommand(Class<?> componentType)
Public Methods
void add(ValueCommand x)
void clear()
Delete all internal state so that the command may be used only for instance tracking.
Class<?> getComponentType()
List<ValueCommand> getComponentValues()
void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.IdentityValueCommand
From class com.google.gwt.rpc.client.ast.RpcCommand
From class java.lang.Object

Public Constructors

public ArrayValueCommand (Class<?> componentType)

Public Methods

public void add (ValueCommand x)

public void clear ()

Delete all internal state so that the command may be used only for instance tracking.

public Class<?> getComponentType ()

public List<ValueCommand> getComponentValues ()

public void traverse (RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)