Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.jbo
Interface ViewLink

All Superinterfaces:
ComponentObject, ExprWrappable, GenericHints, Properties
All Known Implementing Classes:
ViewLinkImpl, ViewLinkImpl, WSViewLinkImpl

public interface ViewLink
extends ComponentObject

Implemented by View Link classes.

Since:
JDeveloper 3.0

Field Summary
static java.lang.String IMAGE_LOC
          The name of the (default) icon that can be used to represent a View Link instance.

 

Fields inherited from interface oracle.jbo.GenericHints
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP

 

Method Summary
 ViewObject getDestination()
          Gets the link's detail View Object.
 ViewObject getSource()
          Gets the link's master View Object.

 

Methods inherited from interface oracle.jbo.ComponentObject
getDefFullName, getDefName, getFullName, getName, remove

 

Methods inherited from interface oracle.jbo.GenericHints
getHintValue, getLabel, getLabelPlural, getTooltip

 

Methods inherited from interface oracle.jbo.Properties
getProperties, getProperty, getProperty, refreshProperty

 

Field Detail

IMAGE_LOC

static final java.lang.String IMAGE_LOC
The name of the (default) icon that can be used to represent a View Link instance.
See Also:
Constant Field Values

Method Detail

getSource

ViewObject getSource()
Gets the link's master View Object.
Returns:
the master ViewObject.

getDestination

ViewObject getDestination()
Gets the link's detail View Object.
Returns:
the master ViewObject.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


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