public class

SetCommand

extends RpcCommand
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.RpcCommand
     ↳ com.google.gwt.rpc.client.ast.SetCommand

Class Overview

A command to set the value of an object in the command stream.

Summary

Public Constructors
SetCommand(Class<?> fieldDeclClass, String field, ValueCommand value)
Public Methods
void clear()
Delete all internal state so that the command may be used only for instance tracking.
String getField()
Class<?> getFieldDeclClass()
ValueCommand getValue()
void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.RpcCommand
From class java.lang.Object

Public Constructors

public SetCommand (Class<?> fieldDeclClass, String field, ValueCommand value)

Public Methods

public void clear ()

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

public String getField ()

public Class<?> getFieldDeclClass ()

public ValueCommand getValue ()

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