Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Interface Titles

All Superinterfaces:
FontAttribute, HorizontalAlignment
All Known Subinterfaces:
DataviewTitles

public interface Titles
extends FontAttribute, HorizontalAlignment

This interface describes the methods for the title of a data view.


Method Summary
 java.lang.String getText()
          Retrieves the text for the title.
 java.lang.String getUnParseText()
          Retrieves the unparsed text for the title.
 boolean isVisible()
          Retrieves whether the title is visible.
 void setText(java.lang.String t)
          Specifies the text for the title.
 void setVisible(boolean b)
          Specifies whether the title is visible.

 

Methods inherited from interface oracle.dss.dataView.FontAttribute
getFont, setFont

 

Methods inherited from interface oracle.dss.dataView.HorizontalAlignment
getHorizontalAlignment, setHorizontalAlignment

 

Method Detail

setText

public void setText(java.lang.String t)
Specifies the text for the title.
Parameters:
t - The text for the title.

getText

public java.lang.String getText()
Retrieves the text for the title.
Returns:
The text for the title.

setVisible

public void setVisible(boolean b)
Specifies whether the title is visible.
Parameters:
b - true to make it visible, false to make it invisible.

isVisible

public boolean isVisible()
Retrieves whether the title is visible.
Returns:
true if it is visible, false if it is invisible.

getUnParseText

public java.lang.String getUnParseText()
Retrieves the unparsed text for the title. Unparsed text is text with variable names instead of variable definitions.
Returns:
The unparsed text for the title.
See Also:
TokenSubstitution

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.