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

E10653-04

oracle.jbo
Interface ViewLink

All Superinterfaces:
ComponentObject, 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.
 
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.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.

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

E10653-04

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