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, setProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public String getName()
IFactoryInstantiator
getName
in interface IFactoryInstantiator<T extends ICommandFactory>
public String getDescription()
IFactoryInstantiator
getDescription
in interface IFactoryInstantiator<T extends ICommandFactory>
Copyright © 2018. All Rights Reserved.