|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.StateEvent
public class StateEvent
StateManager event type.
Note: For a given event, only the fields which are appropriate will be filled in. The appropriate fields for each event are documented by the event source.
StateManager
Constructor Summary | |
---|---|
StateEvent(StateManager manager)
Creates a new state event. |
|
StateEvent(StateManager manager,
java.lang.String name,
java.lang.Object value)
Creates a new state event. |
Method Summary | |
---|---|
StateManager |
getManager()
Returns the state manager. |
java.lang.String |
getName()
Returns the name. |
java.lang.Object |
getValue()
Returns the value. |
void |
setManager(StateManager manager)
Sets the state manager. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setValue(java.lang.Object value)
Sets the value. |
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent |
---|
getSource, getType, isCancelled, setCancelled, setSource, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StateEvent(StateManager manager)
manager
- the source managerpublic StateEvent(StateManager manager, java.lang.String name, java.lang.Object value)
manager
- the source managername
- the property namevalue
- the property valueMethod Detail |
---|
public StateManager getManager()
public java.lang.String getName()
public java.lang.Object getValue()
public void setManager(StateManager manager)
manager
- the state managerpublic void setName(java.lang.String name)
name
- the namepublic void setValue(java.lang.Object value)
value
- the value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |