public class ComponentUsageImpl extends ComponentHintsHelper implements ClientComponentObject, ComponentObject
Modifier and Type | Field and Description |
---|---|
protected ApplicationModuleImpl |
mAM |
protected java.lang.String |
mDefFullName |
protected java.lang.String |
mDefName |
protected java.lang.String |
mFullName |
protected int |
mId |
protected boolean |
mIsReadOnly |
protected java.lang.String |
mName |
mProperties
DEFINITION_STATE_ACTIVE, DEFINITION_STATE_DEPRECATED, PROPERTY_DEFINITION_STATE, PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP
Modifier | Constructor and Description |
---|---|
protected |
ComponentUsageImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
ApplicationModule |
getApplicationModule() |
ComponentObject |
getComponentObject() |
java.lang.String |
getDefFullName()
Retrieves the fully-qualified name of the component's definition.
|
java.lang.String |
getDefName()
Retrieves the name of the component's definition.
|
java.lang.String |
getFullName()
Retrieves the fully-qualified name of this component.
|
java.lang.String |
getLabel(LocaleContext locale)
Retrieves the label to be used in any attribute prompts
|
java.lang.String |
getName()
Retrieves the name of this component.
|
java.lang.Object |
getParent() |
protected byte[] |
getPiggyback() |
java.util.Hashtable |
getProperties()
Gets the table of properties.
|
int |
getRemoteId() |
byte |
getROTEntryType() |
protected void |
init(ApplicationModuleImpl appModule,
int compId,
java.lang.String name,
java.lang.String fullName,
java.lang.String defName,
java.lang.String defFullName) |
boolean |
isReadOnly() |
protected void |
processPiggyback(byte[] pb) |
void |
refresh() |
java.util.Hashtable |
refreshProperties() |
void |
remove()
Deletes this component.
|
getDefinitionState, getHintValue, getLabelPlural, getTooltip
closeObject, getImageLoc, getProperty, getProperty, refreshProperty, setName, setProperty
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinitionState, getHintValue, getLabelPlural, getTooltip
getProperty, getProperty, refreshProperty
protected java.lang.String mName
protected java.lang.String mFullName
protected java.lang.String mDefName
protected java.lang.String mDefFullName
protected int mId
protected ApplicationModuleImpl mAM
protected boolean mIsReadOnly
protected void init(ApplicationModuleImpl appModule, int compId, java.lang.String name, java.lang.String fullName, java.lang.String defName, java.lang.String defFullName)
public java.lang.String getName()
ComponentObject
getName
in interface ClientComponentObject
getName
in interface ComponentObject
public java.lang.String getFullName()
ComponentObject
getFullName
in interface ClientComponentObject
getFullName
in interface ComponentObject
public java.lang.String getDefName()
ComponentObject
getDefName
in interface ComponentObject
public java.lang.String getDefFullName()
ComponentObject
getDefFullName
in interface ComponentObject
public void remove()
ComponentObject
remove
in interface ComponentObject
public java.lang.String getLabel(LocaleContext locale)
GenericHints
getLabel
in interface GenericHints
getLabel
in class ComponentHintsHelper
public java.util.Hashtable getProperties()
Properties
getProperties
in interface Properties
getProperties
in class PropertiesHelper
public java.util.Hashtable refreshProperties()
refreshProperties
in class PropertiesHelper
public int getRemoteId()
getRemoteId
in interface ClientComponentObject
public byte getROTEntryType()
getROTEntryType
in interface ClientComponentObject
public ComponentObject getComponentObject()
public java.lang.Object getParent()
getParent
in interface ClientComponentObject
public ApplicationModule getApplicationModule()
public boolean isReadOnly()
isReadOnly
in class PropertiesHelper
protected byte[] getPiggyback()
protected void processPiggyback(byte[] pb)
protected void finalize()
finalize
in class java.lang.Object
public void refresh()