T
- The kind of factory which will be create by this instantiatorpublic interface IFactoryInstantiator<T extends ICommandFactory>
extends com.extjs.gxt.ui.client.data.ModelData
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
T |
create()
Create a new ICommandFactory instance
|
String |
getDescription()
Provides a long description explaining in a few line what
the command does.
|
String |
getName()
Provides a short description of the command manufactured by
this factory.
|
static final String NAME
static final String DESCRIPTION
T create()
String getName()
String getDescription()
Copyright © 2018. All Rights Reserved.