|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.common.PropertiesHelper
oracle.jbo.client.remote.ComponentHintsHelper
oracle.jbo.client.remote.ViewLinkImpl
public class ViewLinkImpl
Field Summary | |
---|---|
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 |
Fields inherited from class oracle.jbo.common.PropertiesHelper |
---|
mProperties |
Fields inherited from interface oracle.jbo.ViewLink |
---|
IMAGE_LOC |
Fields inherited from interface oracle.jbo.GenericHints |
---|
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP |
Method Summary | |
---|---|
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. |
Methods inherited from class oracle.jbo.client.remote.ComponentHintsHelper |
---|
getHintValue, getLabelPlural, getTooltip |
Methods inherited from class oracle.jbo.common.PropertiesHelper |
---|
closeObject, getProperty, getProperty, isReadOnly, refreshProperty, setName, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.jbo.GenericHints |
---|
getHintValue, getLabelPlural, getTooltip |
Methods inherited from interface oracle.jbo.Properties |
---|
getProperty, getProperty, refreshProperty |
Field Detail |
---|
protected 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
Method Detail |
---|
public java.lang.String getName()
ComponentObject
getName
in interface ComponentObject
public java.lang.String getFullName()
ComponentObject
getFullName
in interface ComponentObject
public java.lang.String getImageLoc(boolean bOpen)
getImageLoc
in class PropertiesHelper
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 ViewObject getSource()
ViewLink
getSource
in interface ViewLink
ViewObject
.public ViewObject getDestination()
ViewLink
getDestination
in interface ViewLink
ViewObject
.public java.util.Hashtable refreshProperties()
refreshProperties
in class PropertiesHelper
public java.util.Hashtable getProperties()
Properties
getProperties
in interface Properties
getProperties
in class PropertiesHelper
public java.lang.String getLabel(LocaleContext locale)
GenericHints
getLabel
in interface GenericHints
getLabel
in class ComponentHintsHelper
protected int getRemoteId()
protected void clearClientSide()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |