|
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 UIView
Interface for any presentation component. The toolbar and the associated tools calls the methods in this interface as it interacts with the presentation component.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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)
,
ControllerListenerAdapter
void removeControllerListener(ControllerListener l)
l
- The listener to remove.int getViewType()
DataviewConstants.VIEW_TYPE_CROSSTAB
,
DataviewConstants.VIEW_TYPE_GRAPH
,
DataviewConstants.VIEW_TYPE_TABLE
void 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.
|
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 |