T - The command factory class to instantiate.public abstract class FactoryInstantiatorBase<T extends ICommandFactory> extends com.extjs.gxt.ui.client.data.BaseModelData implements IFactoryInstantiator<T>
DESCRIPTION, NAME| Modifier | Constructor and Description |
|---|---|
protected |
FactoryInstantiatorBase(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
get, get, getProperties, getPropertyNames, isAllowNestedValues, remove, set, setAllowNestedValues, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic String getName()
IFactoryInstantiatorgetName in interface IFactoryInstantiator<T extends ICommandFactory>public String getDescription()
IFactoryInstantiatorgetDescription in interface IFactoryInstantiator<T extends ICommandFactory>Copyright © 2018. All Rights Reserved.