|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Titles
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 |
---|
void setText(java.lang.String t)
t
- The text for the title.java.lang.String getText()
void setVisible(boolean b)
b
- true
to make it visible, false
to make it invisible.boolean isVisible()
true
if it is visible, false
if it is invisible.java.lang.String getUnParseText()
TokenSubstitution
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |