Uses of Class
com.logicaldoc.gui.frontend.client.document.grid.Cursor
-
Packages that use Cursor Package Description com.logicaldoc.gui.frontend.client.document.grid com.logicaldoc.gui.frontend.client.search -
-
Uses of Cursor in com.logicaldoc.gui.frontend.client.document.grid
Methods in com.logicaldoc.gui.frontend.client.document.grid that return Cursor Modifier and Type Method Description Cursor
DocumentsGrid. getGridCursor()
Cursor
DocumentsListGrid. getGridCursor()
Cursor
DocumentsTileGrid. getGridCursor()
Methods in com.logicaldoc.gui.frontend.client.document.grid with parameters of type Cursor Modifier and Type Method Description void
DocumentsGrid. setGridCursor(Cursor cursor)
Defines the cursor widget this grid will have to interact tovoid
DocumentsListGrid. setGridCursor(Cursor gridCursor)
void
DocumentsTileGrid. setGridCursor(Cursor gridCursor)
-
Uses of Cursor in com.logicaldoc.gui.frontend.client.search
Methods in com.logicaldoc.gui.frontend.client.search that return Cursor Modifier and Type Method Description Cursor
HitsListPanel. getSearchCursor()
-