public class ViewLinkImpl extends ComponentHintsHelper implements ViewLink
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationModuleImpl |
mAM |
protected java.lang.String |
mDefFullName |
protected java.lang.String |
mDefName |
protected ViewObject |
mDest |
protected java.lang.String |
mFullName |
protected int |
mId |
protected java.lang.String |
mName |
protected ViewObject |
mSrc |
mPropertiesDEFINITION_STATE_ACTIVE, DEFINITION_STATE_DEPRECATED, PROPERTY_DEFINITION_STATE, PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP| Modifier and Type | Method and Description |
|---|---|
protected void |
clearClientSide() |
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.
|
ViewObject |
getDestination()
Gets the link's detail View Object.
|
java.lang.String |
getFullName()
Retrieves the fully-qualified name of this component.
|
java.lang.String |
getImageLoc(boolean bOpen) |
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.util.Hashtable |
getProperties()
Gets the table of properties.
|
protected int |
getRemoteId() |
ViewObject |
getSource()
Gets the link's master View Object.
|
java.util.Hashtable |
refreshProperties()
Override PropertyHelper.getProperties
|
void |
remove()
Deletes this component.
|
getDefinitionState, getHintValue, getLabelPlural, getTooltipcloseObject, getProperty, getProperty, isReadOnly, refreshProperty, setName, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefinitionState, getHintValue, getLabelPlural, getTooltipgetProperty, getProperty, refreshPropertyprotected ApplicationModuleImpl mAM
protected int mId
protected java.lang.String mName
protected java.lang.String mFullName
protected java.lang.String mDefName
protected java.lang.String mDefFullName
protected ViewObject mSrc
protected ViewObject mDest
public java.lang.String getName()
ComponentObjectgetName in interface ComponentObjectpublic java.lang.String getFullName()
ComponentObjectgetFullName in interface ComponentObjectpublic java.lang.String getImageLoc(boolean bOpen)
getImageLoc in class PropertiesHelperpublic java.lang.String getDefName()
ComponentObjectgetDefName in interface ComponentObjectpublic java.lang.String getDefFullName()
ComponentObjectgetDefFullName in interface ComponentObjectpublic void remove()
ComponentObjectremove in interface ComponentObjectpublic ViewObject getSource()
ViewLinkpublic ViewObject getDestination()
ViewLinkgetDestination in interface ViewLinkViewObject.public java.util.Hashtable refreshProperties()
refreshProperties in class PropertiesHelperpublic java.util.Hashtable getProperties()
PropertiesgetProperties in interface PropertiesgetProperties in class PropertiesHelperpublic java.lang.String getLabel(LocaleContext locale)
GenericHintsgetLabel in interface GenericHintsgetLabel in class ComponentHintsHelperprotected int getRemoteId()
protected void clearClientSide()