Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.gridView
Interface GridViewController

All Superinterfaces:
Controller
All Known Subinterfaces:
CrosstabController, TableController

public interface GridViewController
extends Controller

Describes the GridView-specific controller API.


Fields inherited from interface oracle.dss.dataView.Controller
DEFAULT_CURSOR, DRILL_CURSOR, E_RESIZE_CURSOR, HORIZONTAL_SPLIT_CURSOR, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NO_DROP_CURSOR, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SELECT_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, VERTICAL_SPLIT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR

 

Method Summary
 GridViewSelectionManager getGridViewSelectionManager()
          Get the selection manager for the gridView.
 GridViewSizingManager getGridViewSizingManager()
          Get the sizing manager for the gridView.
 ComponentHandle getSelectedObject()
          Return the selected object
 boolean setSelectedObject(ComponentHandle c, boolean special)
          Set the selected object

 

Methods inherited from interface oracle.dss.dataView.Controller
addControllerListener, addViewFocusListener, addViewKeyListener, addViewMouseListener, addViewMouseMotionListener, cleanUp, getCursorType, getPopupManager, getRolloverTextManager, isWaitCursorForced, removeControllerListener, removeViewFocusListener, removeViewKeyListener, removeViewMouseListener, removeViewMouseMotionListener, setCursorType, setPopupManager, setRolloverTextManager, setWaitCursorForced

 

Method Detail

setSelectedObject

public boolean setSelectedObject(ComponentHandle c,
                                 boolean special)
Set the selected object
Parameters:
c - component to select
special - true if a type of component selection we can block
Returns:
false if the user doesn't want it selected

getSelectedObject

public ComponentHandle getSelectedObject()
Return the selected object
Returns:
last selected object (last clicked on)

getGridViewSelectionManager

public GridViewSelectionManager getGridViewSelectionManager()
Get the selection manager for the gridView.
Returns:
the gridView's selection manager

getGridViewSizingManager

public GridViewSizingManager getGridViewSizingManager()
Get the sizing manager for the gridView.
Returns:
the gridView's sizing manager

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.