|
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 UIDataview
Interface for a Dataview. The default user interface for a view calls the methods in this interface as it interacts with the view. This interface is implemented internally and is used by the BI Beans user interface panels.Application developers should not implement this interface.
Method Summary | |
---|---|
DataviewTitles |
getDataviewFootnote()
Retrieves the Footnote component for this dataview. |
DataviewTitles |
getDataviewSubtitle()
Retrieves the Subtitle component for this dataview. |
DataviewTitles |
getDataviewTitle()
Retrieves the Title component for this dataview. |
TokenSubstitution |
getTokenSubstitution()
Retrieves the handler for token substitution in this view. |
void |
setTokenSubstitution(TokenSubstitution token)
Specifies a handler for token substitution in this view. |
Methods inherited from interface oracle.dss.util.PagingControlAttributes |
---|
isPagingControlVisible, setPagingControlVisible |
Methods inherited from interface oracle.dss.dataView.UIView |
---|
addControllerListener, getLocale, getModel, getSelectedObject, getViewType, isCustomColorsEnabled, removeControllerListener, setCustomColorsEnabled |
Method Detail |
---|
void setTokenSubstitution(TokenSubstitution token)
TokenSubstitution
.
You need to call this method only if you provide your own handler for
allowing users to insert tokens.
token
- The token substitution handler for this view.TokenSubstitution getTokenSubstitution()
TokenSubstitution
.
TokenSubstitutionAdapter
.DataviewTitles getDataviewTitle()
DataviewTitles getDataviewSubtitle()
DataviewTitles getDataviewFootnote()
|
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 |