Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.jbo.client.remote
Class ViewLinkImpl

java.lang.Object
  extended by oracle.jbo.common.PropertiesHelper
      extended by oracle.jbo.client.remote.ComponentHintsHelper
          extended by oracle.jbo.client.remote.ViewLinkImpl

All Implemented Interfaces:
java.io.Serializable, ComponentObject, ExprWrappable, GenericHints, Properties, ViewLink

public class ViewLinkImpl
extends ComponentHintsHelper
implements ViewLink
See Also:
Serialized Form

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

mAM

protected ApplicationModuleImpl mAM

mId

protected int mId

mName

protected java.lang.String mName

mFullName

protected java.lang.String mFullName

mDefName

protected java.lang.String mDefName

mDefFullName

protected java.lang.String mDefFullName

mSrc

protected ViewObject mSrc

mDest

protected ViewObject mDest

Method Detail

getName

public java.lang.String getName()
Description copied from interface: ComponentObject
Retrieves the name of this component.
Specified by:
getName in interface ComponentObject
Returns:
the name of the object.

getFullName

public java.lang.String getFullName()
Description copied from interface: ComponentObject
Retrieves the fully-qualified name of this component.
Specified by:
getFullName in interface ComponentObject
Returns:
the name of the object.

getImageLoc

public java.lang.String getImageLoc(boolean bOpen)
Overrides:
getImageLoc in class PropertiesHelper

getDefName

public java.lang.String getDefName()
Description copied from interface: ComponentObject
Retrieves the name of the component's definition.
Specified by:
getDefName in interface ComponentObject
Returns:
a class name.

getDefFullName

public java.lang.String getDefFullName()
Description copied from interface: ComponentObject
Retrieves the fully-qualified name of the component's definition.
Specified by:
getDefFullName in interface ComponentObject
Returns:
a class name.

remove

public void remove()
Description copied from interface: ComponentObject
Deletes this component.
Specified by:
remove in interface ComponentObject

getSource

public ViewObject getSource()
Description copied from interface: ViewLink
Gets the link's master View Object.
Specified by:
getSource in interface ViewLink
Returns:
the master ViewObject.

getDestination

public ViewObject getDestination()
Description copied from interface: ViewLink
Gets the link's detail View Object.
Specified by:
getDestination in interface ViewLink
Returns:
the master ViewObject.

refreshProperties

public java.util.Hashtable refreshProperties()
Override PropertyHelper.getProperties
Overrides:
refreshProperties in class PropertiesHelper

getProperties

public java.util.Hashtable getProperties()
Description copied from interface: Properties
Gets the table of properties.
Specified by:
getProperties in interface Properties
Overrides:
getProperties in class PropertiesHelper
Returns:
a hashtable of properties.

getLabel

public java.lang.String getLabel(LocaleContext locale)
Description copied from interface: GenericHints
Retrieves the label to be used in any attribute prompts
Specified by:
getLabel in interface GenericHints
Specified by:
getLabel in class ComponentHintsHelper

getRemoteId

protected int getRemoteId()

clearClientSide

protected void clearClientSide()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


Copyright © 1997, 2012, Oracle. All rights reserved.