public interface ICommand
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
com.extjs.gxt.ui.client.data.BeanModel |
asModel()
Returns a BeanModel wrapping this command
|
void |
commit()
Applies the modification represented by this command to the model
|
String |
getDescription()
Provides a detailed description of this command.
|
ICommandFactory |
getFactory()
Returns the factory which manufactured this command
|
void |
rollback()
Restores the model to its previous state
|
static final String NAME
static final String DESCRIPTION
String getDescription()
void commit()
void rollback()
ICommandFactory getFactory()
com.extjs.gxt.ui.client.data.BeanModel asModel()
Copyright © 2018. All Rights Reserved.