public interface UIDataview extends PagingControlAttributes, UIView
| Modifier and Type | Method and Description |
|---|---|
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.
|
isPagingControlVisible, setPagingControlVisibleaddControllerListener, getLocale, getModel, getSelectedObject, getViewType, isCustomColorsEnabled, removeControllerListener, setCustomColorsEnabledvoid 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()