public interface UIView
| Modifier and Type | Method and Description |
|---|---|
void |
addControllerListener(ControllerListener l)
Adds a listener for user gestures that do not affect data, such as
selecting or resizing a component.
|
java.util.Locale |
getLocale()
Retrieves the
Locale that this UIView uses. |
Model |
getModel()
Retrieves the model for this
UIView. |
ComponentHandle |
getSelectedObject()
Retrieves the selected component.
|
int |
getViewType()
Get the specific type of the view.
|
boolean |
isCustomColorsEnabled()
Return if the custom color option is enabled on all color choice pickers
|
void |
removeControllerListener(ControllerListener l)
Removes a listener for user gestures that do not affect data.
|
void |
setCustomColorsEnabled(boolean enabled)
Set custom color option enabled on all color choice pickers
|
java.util.Locale getLocale()
Locale that this UIView uses.Locale for this UIView.ComponentHandle getSelectedObject()
ComponentHandle.void addControllerListener(ControllerListener l)
l - The listener to add.ControllerListener.componentSelected(oracle.dss.dataView.ControllerEvent),
ControllerListenerAdaptervoid removeControllerListener(ControllerListener l)
l - The listener to remove.int getViewType()
DataviewConstants.VIEW_TYPE_CROSSTAB,
DataviewConstants.VIEW_TYPE_GRAPH,
DataviewConstants.VIEW_TYPE_TABLEvoid setCustomColorsEnabled(boolean enabled)
enabled - true to enable custom color option on all color choice pickers
false to disable itboolean isCustomColorsEnabled()
true custom color option is enabled on all color choice pickers
false custom color option is disabledModel getModel()
UIView.UIView uses.