Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

oracle.dss.dataView
Class NonDataComponentHandle

java.lang.Object
  extended by oracle.dss.dataView.ComponentHandle
      extended by oracle.dss.dataView.NonDataComponentHandle
All Implemented Interfaces:
java.io.Serializable

public class NonDataComponentHandle
extends ComponentHandle

Represents a component that does not display data, such as a title, in a Dataview.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.dss.dataView.ComponentHandle
m_dataAccess
 
Constructor Summary
NonDataComponentHandle(int id, java.lang.String name, java.lang.Object comp)
          Constructor.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 ComponentInfo getComponentInfo()
          Returns null.
 java.lang.String toString()
          Converts this object to a String.
 
Methods inherited from class oracle.dss.dataView.ComponentHandle
getComponent, getID, getName, setDataAccess
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonDataComponentHandle

public NonDataComponentHandle(int id,
                              java.lang.String name,
                              java.lang.Object comp)
Constructor.

Parameters:
id - A constant, such as Dataview.TITLE, that identifies the component that this NonDataComponentHandle represents. Other usable constants include SUBTITLE, FOOTNOTE, DATABODY, DATABODY_HIGHLIGHTER, CROSSTAB, and TABLE.
name - The name of the represented component.
comp - The actual reference to the component.
Method Detail

toString

public java.lang.String toString()
Converts this object to a String. The String contains the name of this class and the name of the represented component.

Overrides:
toString in class java.lang.Object
Returns:
The String representation of this object.

getComponentInfo

public ComponentInfo getComponentInfo()
Returns null. This method is implemented to provide a concrete implementation of the abstract method in the superclass. Because components that do not represent data do not have any ComponentInfo objects associated with them, this method returns null.

Specified by:
getComponentInfo in class ComponentHandle
Returns:
null.
See Also:
DataComponentHandle

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class ComponentHandle
For internal use only. Application developers should not use this
Indicates whether the specified object is equivalent to this NonDataComponentHandle.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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