Skip navigation links
Uberfire Wires :: Core Grids 7.30.0.Final-redhat-00003
A B C D E F G H I K L M N O P R S T U V W 

A

add(IPrimitive<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
Add a child to this Layer.
add(IPrimitive<?>, IPrimitive<?>...) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
Add a child and other children to this Layer.
add(DefaultGridLayer) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
addCommandsToRenderQueue(Group, List<GridRenderer.RendererCommand>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
addCommandToRenderQueue(Group, GridRenderer.RendererCommand) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
addOnEnterPinnedModeCommand(Command) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
addOnEnterPinnedModeCommand(Command) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager
 
addOnEnterPinnedModeCommand(Command) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 
addOnExitPinnedModeCommand(Command) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
addOnExitPinnedModeCommand(Command) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager
 
addOnExitPinnedModeCommand(Command) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 
addOperation(KeyboardOperation...) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetKeyboardHandler
 
adjust(Transform, Bounds) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.BoundaryTransformMediator
 
adjust(Transform, Bounds) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.GridTransformMediator
 
adjust(Transform, Bounds) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.TransformMediator
Adjusts a Transform to mediate transformations.
adjustColumnWidth(double, GridColumn<?>, GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
adjustSelection(SelectionExtension, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
adjustSelection(SelectionExtension, boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.selections.CellSelectionManager
Adjusts an existing selection, based on the selection origin, depending on the provided parameters.
adjustSelection(SelectionExtension, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionManager
 
allColumns - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
appendColumn(GridColumn<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Appends a column to the end of the grid.
appendColumn(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
appendRow(GridRow) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Appends a row to the end of the grid.
appendRow(GridRow) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
attach() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
Attach the DOMElement to the GWT container, if not already attached.
attachDomElement(GridBodyCellRenderContext, Consumer<E>, Consumer<E>) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory
Initialises a DOMElement for a cell and attach it to the GWT container.
attachDomElement(GridBodyCellRenderContext, Consumer<E>, Consumer<E>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.BaseDOMElementFactory
 
attachDomElement(GridBodyCellRenderContext, Consumer<E>, Consumer<E>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 

B

BaseBounds - Class in org.uberfire.ext.wires.core.grids.client.model.impl
Base implementation of Bounds
BaseBounds(double, double, double, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseBounds
 
BaseCellSelectionManager - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl
Manager for Cell selection operations.
BaseCellSelectionManager(GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionManager
 
BaseCellSelectionStrategy - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl
 
BaseCellSelectionStrategy() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionStrategy
 
BaseDOMElement<T,W extends com.google.gwt.user.client.ui.Widget> - Class in org.uberfire.ext.wires.core.grids.client.widget.dom.impl
The base of all DOMElements, providing common services such as Browser event propagation.
BaseDOMElement(W, GridLayer, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
BaseDOMElementFactory<T,W extends com.google.gwt.user.client.ui.Widget,E extends BaseDOMElement<T,W>> - Class in org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl
Base Factory for multi-instance DOMElements, i.e. there can be more than one "on screen" at any given time.
BaseDOMElementFactory(GridLayer, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.BaseDOMElementFactory
 
BaseGridCell<T> - Class in org.uberfire.ext.wires.core.grids.client.model.impl
Base implementation of a grid cell to avoid boiler-plate for more specific implementations.
BaseGridCell(GridCellValue<T>) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
BaseGridCellValue<T> - Class in org.uberfire.ext.wires.core.grids.client.model.impl
Base implementation of a grid cell value holder to avoid boiler-plate for more specific implementations.
BaseGridCellValue(T) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue
 
BaseGridCellValue(T, String) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue
 
BaseGridColumn<T> - Class in org.uberfire.ext.wires.core.grids.client.model.impl
Base implementation of a grid column to avoid boiler-plate for more specific implementations.
BaseGridColumn(GridColumn.HeaderMetaData, GridColumnRenderer<T>, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
BaseGridColumn(List<GridColumn.HeaderMetaData>, GridColumnRenderer<T>, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
BaseGridColumn(GridColumn.HeaderMetaData, GridColumnRenderer<T>, double, String) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
BaseGridColumn(List<GridColumn.HeaderMetaData>, GridColumnRenderer<T>, double, String) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
BaseGridColumnMultipleDOMElementRenderer<T,W extends com.google.gwt.user.client.ui.Widget,E extends BaseDOMElement> - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl
 
BaseGridColumnMultipleDOMElementRenderer(MultipleDOMElementFactory<W, E>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.BaseGridColumnMultipleDOMElementRenderer
 
BaseGridColumnRenderer<T> - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl
 
BaseGridColumnRenderer() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer
 
BaseGridColumnSingletonDOMElementRenderer<T,W extends com.google.gwt.user.client.ui.Widget,E extends BaseDOMElement> - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl
 
BaseGridColumnSingletonDOMElementRenderer(SingletonDOMElementFactory<W, E>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.BaseGridColumnSingletonDOMElementRenderer
 
BaseGridData - Class in org.uberfire.ext.wires.core.grids.client.model.impl
Base implementation of a grid to avoid boiler-plate for more specific implementations.
BaseGridData() - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
BaseGridData(boolean) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
BaseGridDataIndexManager - Class in org.uberfire.ext.wires.core.grids.client.model.impl
Helper class that manages "merge" and "group" meta-data following different mutations to GridData
BaseGridDataIndexManager(GridData) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataIndexManager
 
BaseGridDataSelectionsManager - Class in org.uberfire.ext.wires.core.grids.client.model.impl
Helper class that manages "selected cell" meta-data following different mutations to GridData
BaseGridDataSelectionsManager(GridData) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataSelectionsManager
 
BaseGridRenderer - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl
A renderer that only renders the visible columns and rows of merged data.
BaseGridRenderer(GridRendererTheme) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
BaseGridRendererHelper - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl
Helper for rendering a grid.
BaseGridRendererHelper(GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
 
BaseGridRendererHelper.ColumnInformation - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl
A container for Column Information.
BaseGridRendererHelper.RenderingBlockInformation - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl
A container for Rendering Block Information.
BaseGridRendererHelper.RenderingInformation - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl
A container for Rendering Information.
BaseGridRow - Class in org.uberfire.ext.wires.core.grids.client.model.impl
Base implementation of a grid row to avoid boiler-plate for more specific implementations.
BaseGridRow() - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
BaseGridRow(double) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
BaseGridWidget - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
The base of all GridWidgets.
BaseGridWidget(GridData, GridSelectionManager, GridPinnedModeManager, GridRenderer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
BaseGridWidgetKeyboardHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
KeyDownHandler for keyboard operations.
BaseGridWidgetKeyboardHandler(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetKeyboardHandler
 
BaseGridWidgetMouseClickHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
Base NodeMouseClickHandler to handle clicks to either the GridWidgets Header or Body.
BaseGridWidgetMouseClickHandler(GridWidget, List<NodeMouseEventHandler>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetMouseClickHandler
 
BaseGridWidgetMouseDoubleClickHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
Base NodeMouseDoubleClickHandler to handle double-clicks to either the GridWidgets Header or Body.
BaseGridWidgetMouseDoubleClickHandler(GridWidget, List<NodeMouseEventHandler>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetMouseDoubleClickHandler
 
BaseGridWidgetMouseEventHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
Base AbstractNodeMouseEvent handler that delegates handling of events to registered delegates.
BaseGridWidgetMouseEventHandler(GridWidget, List<NodeMouseEventHandler>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetMouseEventHandler
 
BaseHeaderMetaData - Class in org.uberfire.ext.wires.core.grids.client.model.impl
 
BaseHeaderMetaData(String) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseHeaderMetaData
 
BaseHeaderMetaData(String, String) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.impl.BaseHeaderMetaData
 
BaseKeyboardOperation - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
BaseKeyboardOperation(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseKeyboardOperation
 
BaseSingletonDOMElementFactory<T,W extends com.google.gwt.user.client.ui.Widget,E extends BaseDOMElement<T,W>> - Class in org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl
Base Factory for single-instance DOMElements, i.e. there can only be one instance "on screen" at any given time, for example to handle "in cell" editing; when a DOMElement is required to "edit" the cell but not when the cell is rendered ordinarily.
BaseSingletonDOMElementFactory(GridLienzoPanel, GridLayer, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
batch(GridLayerRedrawManager.PrioritizedCommand) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer
Redraw the Grid.
batch() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
batch(GridLayerRedrawManager.PrioritizedCommand) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
BlueTheme - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl
A renderer that draws a predominantly blue GridWidget.
BlueTheme() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
body - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
bodyColumns - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
bodySelections - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
bodyTransformer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
BooleanColumnDOMElementRenderer - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl
 
BooleanColumnDOMElementRenderer(CheckBoxDOMElementFactory) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.BooleanColumnDOMElementRenderer
 
BooleanDOMElementColumn - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.columns
 
BooleanDOMElementColumn(GridColumn.HeaderMetaData, CheckBoxDOMElementFactory, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.BooleanDOMElementColumn
 
BooleanDOMElementColumn(List<GridColumn.HeaderMetaData>, CheckBoxDOMElementFactory, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.BooleanDOMElementColumn
 
boundary - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
BoundaryTransformMediator - Class in org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl
A TransformMediator that prevents transformations from being applied such that the "visible bounds" (i.e.
BoundaryTransformMediator() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.BoundaryTransformMediator
 
BoundaryTransformMediator(Bounds) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.BoundaryTransformMediator
 
BoundingBoxPathClipperFactory - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl
 
BoundingBoxPathClipperFactory() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BoundingBoxPathClipperFactory
 
Bounds - Interface in org.uberfire.ext.wires.core.grids.client.model
Defines a rectangular boundary.

C

cancel() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
CELL_CONTENT - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
CELL_ERROR_BACKGROUND - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
CELL_ERROR_FOCUS - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
CELL_FOCUS - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
CellContextUtilities - Class in org.uberfire.ext.wires.core.grids.client.util
 
CellContextUtilities() - Constructor for class org.uberfire.ext.wires.core.grids.client.util.CellContextUtilities
 
cells - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
CellSelectionManager - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.selections
Manager for Cell selection operations.
CellSelectionStrategy - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.selections
Strategy for selection of cells.
CheckBoxDOMElement - Class in org.uberfire.ext.wires.core.grids.client.widget.dom.impl
A DOMElement for CheckBoxes.
CheckBoxDOMElement(CheckBox, GridLayer, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.CheckBoxDOMElement
 
CheckBoxDOMElementFactory - Class in org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl
A DOMElement Factory for multi-instance CheckBoxes.
CheckBoxDOMElementFactory(GridLayer, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.CheckBoxDOMElementFactory
 
clearCellHighlight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
clearCells(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationClearCell
 
clearHighlight() - Method in class org.uberfire.ext.wires.core.grids.client.util.GridHighlightHelper
 
clearSelections() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Clears all cell selections.
clearSelections() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
clearSelections() - Method in class org.uberfire.ext.wires.core.grids.client.util.GridHighlightHelper
 
collapse() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
Collapse the cell.
collapse() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridRow
Collapses all cells on the row.
collapse() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
collapse() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
collapseCell(int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Collapses a cell and corresponding rows.
collapseCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
ColumnIndexUtilities - Class in org.uberfire.ext.wires.core.grids.client.util
Utilities class
ColumnIndexUtilities() - Constructor for class org.uberfire.ext.wires.core.grids.client.util.ColumnIndexUtilities
 
ColumnInformation(GridColumn<?>, int, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.ColumnInformation
 
columnRenderingConstraint - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
ColumnRenderingStrategyFlattened - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl
 
ColumnRenderingStrategyFlattened() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.ColumnRenderingStrategyFlattened
 
ColumnRenderingStrategyMerged - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl
 
ColumnRenderingStrategyMerged() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.ColumnRenderingStrategyMerged
 
columns - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
columns - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.DefaultSelectionsTransformer
 
context - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
convertDOMToGridCoordinate(GridWidget, Point2D) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CoordinateUtilities
Convert a DOM-relative coordinate to one within a GridWidget, taking the current transformation (translation and scale) into consideration.
CoordinateUtilities - Class in org.uberfire.ext.wires.core.grids.client.util
Utilities class
CoordinateUtilities() - Constructor for class org.uberfire.ext.wires.core.grids.client.util.CoordinateUtilities
 
createDomElement(GridLayer, GridWidget) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory
Creates a DOMElement.
createDomElement(GridLayer, GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.CheckBoxDOMElementFactory
 
createDomElement(GridLayer, GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.TextBoxDOMElementFactory
 
createDomElement(GridLayer, GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
createDomElementInternal(W, GridLayer, GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
createDomElementInternal(ListBox, GridLayer, GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.ListBoxSingletonDOMElementFactory
 
createDomElementInternal(TextBox, GridLayer, GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.TextBoxSingletonDOMElementFactory
 
createWidget() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory
Creates a Widget to be wrapped by the DOMElement
createWidget() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.CheckBoxDOMElementFactory
 
createWidget() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.TextBoxDOMElementFactory
 
createWidget() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.ListBoxSingletonDOMElementFactory
 
createWidget() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.TextBoxSingletonDOMElementFactory
 

D

DEFAULT_EDIT_ACTION - Static variable in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
The default GridCellEditAction when otherwise undefined.
DefaultGridLayer - Class in org.uberfire.ext.wires.core.grids.client.widget.layer.impl
Default implementation of GridLayer
DefaultGridLayer() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
DefaultGridWidgetCellSelectorMouseEventHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
A NodeMouseEventHandler to handle selection of cells.
DefaultGridWidgetCellSelectorMouseEventHandler(GridSelectionManager) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCellSelectorMouseEventHandler
 
DefaultGridWidgetCollapsedCellMouseEventHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
A NodeMouseEventHandler to handle interaction with a "merged" GridCell "hot spot".
DefaultGridWidgetCollapsedCellMouseEventHandler(GridRenderer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCollapsedCellMouseEventHandler
 
DefaultGridWidgetEditCellMouseEventHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
A NodeMouseEventHandler to handle editing of cells.
DefaultGridWidgetEditCellMouseEventHandler() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetEditCellMouseEventHandler
 
DefaultGridWidgetLinkedColumnMouseEventHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
A NodeMouseEventHandler to handle interaction with a "linked" GridColumn in the Header and delegating a response to the GridSelectionManager.
DefaultGridWidgetLinkedColumnMouseEventHandler(GridSelectionManager, GridRenderer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetLinkedColumnMouseEventHandler
 
DefaultGridWidgetPinnedModeMouseEventHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
A NodeMouseEventHandler to handle entering or exiting of a GridWidget "pinned" state.
DefaultGridWidgetPinnedModeMouseEventHandler(GridPinnedModeManager, GridRenderer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetPinnedModeMouseEventHandler
 
DefaultPinnedModeManager - Class in org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl
Default implementation of GridPinnedModeManager that uses animations to enter and/exit "pinned" mode.
DefaultPinnedModeManager(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 
DefaultSelectionsTransformer - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl
Helper functions to convert SelectedCells into SelectedRanges.
DefaultSelectionsTransformer(GridData, List<GridColumn<?>>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.DefaultSelectionsTransformer
 
deleteCell(int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Deletes a cell at the specified physical coordinate.
deleteCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
deleteColumn(GridColumn<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Deletes a column from the grid.
deleteColumn(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
deleteRow(int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Deletes a row from the grid at the specified index.
deleteRow(int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
deregister(GridWidget) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridWidgetRegistry
Deregisters a GridWidget
deregister(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
deselect() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Deselects the Widget; i.e. another GridWidget has been clicked on, so hide any visual indicator that this Widget was selected.
deselect() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
destroyOrFlushKeyDownHandler() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
destroyResources() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources
Destroys all additional resources created during initialisation.
destroyResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.BaseDOMElementFactory
 
destroyResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
destroyResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.BooleanDOMElementColumn
 
destroyResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.ListBoxDOMElementSingletonColumn
 
destroyResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringDOMElementColumn
 
destroyResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringDOMElementSingletonColumn
 
destroyResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.BaseGridColumnMultipleDOMElementRenderer
 
destroyResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.BaseGridColumnSingletonDOMElementRenderer
 
detach() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
Detach the DOMElement from the GWT container, if already attached.
doEdit(GridBodyCellEditContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionManager
 
doEnterPinnedMode(Command, GridWidget, Set<GridWidget>, Set<IPrimitive<?>>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 
doEventDispatch(AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetMouseEventHandler
 
doExitPinnedMode(Command, Set<GridWidget>, Set<IPrimitive<?>>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 
domElementContainer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
domElementContainer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
DOMElementFactory<W,E> - Interface in org.uberfire.ext.wires.core.grids.client.widget.dom
Definition of a Factor that can create DOMElements for GWT Widget based cell content.
domElements - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.BaseDOMElementFactory
 
doSetCell(int, int, Function<Map.Entry<Integer, Integer>, GridCell<?>>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
draw() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
drawBody(BaseGridRendererHelper.RenderingInformation) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
drawHeader(BaseGridRendererHelper.RenderingInformation) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
drawWithoutTransforms(Context2D, double, BoundingBox) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
Intercept the normal Lienzo draw mechanism to calculate and hence draw only the visible columns and rows for the Grid; being those within the bounds of the GridLayer.

E

e - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
edit(GridCell<T>, GridBodyCellRenderContext, Consumer<GridCellValue<T>>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Edit the cell (normally in response to a mouse double-click event)
edit(GridCell<T>, GridBodyCellEditContext, Consumer<GridCellValue<T>>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Edit the cell (normally in response to a mouse double-click event)
edit(GridBodyCellEditContext) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
Puts the GridColumn.HeaderMetaData into 'edit' mode.
edit(GridCellValue<String>, Consumer<GridCellValue<String>>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.edit.EditorPopup
Show the popup
edit(GridCell<Boolean>, GridBodyCellRenderContext, Consumer<GridCellValue<Boolean>>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.BooleanDOMElementColumn
 
edit(GridCell<String>, GridBodyCellRenderContext, Consumer<GridCellValue<String>>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.ListBoxDOMElementSingletonColumn
 
edit(GridCell<String>, GridBodyCellRenderContext, Consumer<GridCellValue<String>>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringDOMElementSingletonColumn
 
edit(GridCell<String>, GridBodyCellRenderContext, Consumer<GridCellValue<String>>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringPopupColumn
 
EditorPopup - Class in org.uberfire.ext.wires.core.grids.client.widget.edit
A simple popup to demonstrate "out of cell" editing for Strings.
EditorPopup() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.edit.EditorPopup
 
editSelectedCell(GridWidget) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CellContextUtilities
 
editSelectedCell(GridWidget, Point2D) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CellContextUtilities
 
enterPinnedMode(GridWidget, Command) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
enterPinnedMode(GridWidget, Command) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager
Enters "pinned" mode.
enterPinnedMode(GridWidget, Command) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 
equals(Object) - Method in class org.uberfire.ext.wires.core.grids.client.model.GridData.SelectedCell
 
equals(Object) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
equals(Object) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue
 
equals(Object) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
equals(Object) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseHeaderMetaData
 
equals(Object) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.GridWidgetConnector
 
equals(Object) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.SelectedRange
 
execute(GridRenderer.GridRendererContext) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer.RendererCommand
 
executeRenderQueueCommands(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
exitPinnedMode(Command) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
exitPinnedMode(Command) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager
Exits "pinned" mode.
exitPinnedMode(Command) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 
expand() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
Expand the cell.
expand() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridRow
Expands all cells on the row.
expand() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
expand() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
expandCell(int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Expands a cell and corresponding rows.
expandCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 

F

factory - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.BaseGridColumnMultipleDOMElementRenderer
 
factory - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.BaseGridColumnSingletonDOMElementRenderer
 
findGridColumn(NodeMouseMoveEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
findMovableColumns(GridWidget, double, double, double, double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
findMovableRows(GridWidget, double, double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
findResizableColumn(GridWidget, double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
findUiColumnIndex(List<GridColumn<?>>, int) - Static method in class org.uberfire.ext.wires.core.grids.client.util.ColumnIndexUtilities
Finds the UI Column index corresponding to a Model Column index from the provided range of columns.
flipToGridWidget(GridWidget) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer
Moves the specified GridWidget into view without scrolling the Canvas.
flipToGridWidget(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
floatingBody - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
floatingBodySelections - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
floatingColumns - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
floatingColumnsTransformer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
floatingHeader - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
floatingHeaderSelections - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
FloatingSelectionsTransformer - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl
Helper functions to convert SelectedCells into SelectedRanges.
FloatingSelectionsTransformer(GridData, List<GridColumn<?>>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.FloatingSelectionsTransformer
 
flush(T) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
Flush the state of the GWT Widget to the underlying GridWidget.
flush(Boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.CheckBoxDOMElement
 
flush(String) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.ListBoxDOMElement
 
flush(String) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.TextBoxDOMElement
 
flush() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource
Flushes the content of a DOMElement to the underlying model.
flush() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
flush() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.ListBoxDOMElementSingletonColumn
 
flush() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringDOMElementSingletonColumn
 
flush() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.BaseGridColumnSingletonDOMElementRenderer
 
FONT_FAMILY_LABEL - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEStyles
 
FONT_SIZE - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEStyles
 
FONT_STYLE_ITALIC - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEStyles
 
freeUnusedResources() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.HasMultipleDOMElementResources
Destroys additional resources that are not required.
freeUnusedResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.BaseDOMElementFactory
 
freeUnusedResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.BooleanDOMElementColumn
 
freeUnusedResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringDOMElementColumn
 
freeUnusedResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.BaseGridColumnMultipleDOMElementRenderer
 

G

get() - Static method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLayerRedrawManager
 
getAbsoluteCellX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns the cell's canvas x-coordinate; not transformed.
getAbsoluteCellY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns the cell's canvas y-coordinate; not transformed.
getAbsoluteColumnOffsetX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
Returns the absolute offset from absoluteGridX that the first column needs to be rendered.
getAbsoluteColumnX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the canvas x-coordinate of the Column; not transformed.
getAbsoluteGridX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the canvas x-coordinate of the Grid; not transformed.
getAbsoluteGridX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
Returns the canvas x-coordinate of the Grid; not transformed.
getAbsoluteGridY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the canvas y-coordinate of the Grid; not transformed.
getAbsoluteGridY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
Returns the canvas y-coordinate of the Grid; not transformed
getActiveGridColumns() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Returns the active columns being affected by the current the operation.
getActiveGridRows() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Returns the active rows being affected by the current the operation.
getActiveGridWidget() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Returns the active GridWidget.
getActiveHeaderMetaData() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Returns the active HeaderMetaData.
getAllColumns() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext
Returns all columns in the block, some of which may not be visible or rendered within the Viewport.
getAllColumns() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderRenderContext
Returns all columns in the block, some of which may not be visible or rendered within the Viewport.
getAllColumns() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getApplicableColumns() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.DefaultSelectionsTransformer
 
getApplicableColumns() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.FloatingSelectionsTransformer
 
getBaseGridRendererHelper() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getBlockColumns() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
Returns the columns to render for the block.
getBlockColumns() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext
Returns the columns to render for the block.
getBlockColumns() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderRenderContext
Returns the columns to render for the block.
getBody() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Returns the Group representing the GridWidget's Body
getBody() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getBodyBackground(GridColumn<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates the Body's background Rectangle to sub-classes.
getBodyBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getBodyBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getBodyBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getBodyBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getBodyBlockInformation() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getBodyGridLine() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates the Body's grid lines to sub-classes.
getBodyGridLine() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getBodyGridLine() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getBodyGridLine() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getBodyGridLine() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getBodyText() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates the Body's Text to sub-classes.
getBodyText() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getBodyText() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getBodyText() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getBodyText() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getBodyY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingBlockInformation
 
getBoundingBoxPathClipper(BoundingBox) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer
 
getBounds() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getCell(int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns a cell at the specified physical coordinate.
getCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getCellHeight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns the height of the cell.
getCellHeight(int, GridData, GridCell<?>) - Static method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.ColumnRenderingStrategyMerged
 
getCells() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridRow
Returns the cells within the row.
getCells() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
getCellSelectionManager() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Returns the CellSelectionManager associated with the GridWidget
getCellSelectionManager() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getCellSelectorBackground() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates construction of the cell "selector" background to sub-classes.
getCellSelectorBackground() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getCellSelectorBackground() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getCellSelectorBackground() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getCellSelectorBackground() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getCellSelectorBorder() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates construction of the cell "selector" border to sub-classes.
getCellSelectorBorder() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getCellSelectorBorder() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getCellSelectorBorder() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getCellSelectorBorder() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getCellWidth() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns the width of the cell.
getClipMinX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns the minimum X coordinate for visible content.
getClipMinX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the minimum X coordinate for visible content.
getClipMinX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
Returns the minimum X coordinate for visible content.
getClipMinY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns the minimum Y coordinate for visible content.
getClipMinY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the minimum Y coordinate for visible content.
getClipMinY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
Returns the minimum Y coordinate for visible content.
getColumn() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.ColumnInformation
The GridWidget's column corresponding to the grid-relative x-coordinate, or null if none was found.
getColumnCount() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns the total number of columns in the grid, including hidden columns.
getColumnCount() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getColumnGroup() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
Returns an identifier for a group of Columns.
getColumnGroup() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseHeaderMetaData
 
getColumnIndex() - Method in class org.uberfire.ext.wires.core.grids.client.model.GridData.SelectedCell
 
getColumnIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns the index of the column this cell represents.
getColumnIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext
Returns the index of the column, in BlockColumns, being rendered.
getColumnInformation(double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
Get information about a column corresponding to a grid-relative x-coordinate.
getColumnOffset(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
Get the x-offset for a given Column in the model relative to zero.
getColumnOffset(int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
Get the x-offset for a given Column index in the model relative to zero.
getColumnOffset(List<GridColumn<?>>, int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
Get the x-offset for a given Column index in a list of Columns relative to zero.
getColumnRenderer() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns the Render for the column
getColumnRenderer() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
getColumns() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns the columns associated with the grid.
getColumns() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getColumns() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingBlockInformation
 
getColumnWidthMode() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Get column width mode
getColumnWidthMode() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
getContainer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
Get the container for the GWT Widget.
getCursor() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Returns the Cursor type to be shown for the current operation.
getDefaultGridLayer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
getDefaultTransformMediator() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
getDefaultTransformMediator() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager
Returns the default restriction when in "unpinned" mode.
getDefaultTransformMediator() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 
getDeltaX() - Method in enum org.uberfire.ext.wires.core.grids.client.widget.grid.selections.SelectionExtension
 
getDeltaY() - Method in enum org.uberfire.ext.wires.core.grids.client.widget.grid.selections.SelectionExtension
 
getDomElementContainer() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer
Get the overlay panel.
getDomElementContainer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
getDomElementContainer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
getEventColumnHighlight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Returns the Group representing the column during a drag operation of the column being moved
getEventInitialColumnWidth() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Returns the width of a column being re-sized at the commencement of the resize operation.
getEventInitialX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Returns the grid-relative x-coordinate of the Mouse Event.
getFloatingBlockInformation() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getGridBoundary() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates construction of the Grids boundary to sub-classes.
getGridBoundary() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getGridBoundary() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getGridBoundary() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getGridBoundary() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getGridHeaderBodyDivider() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates construction of a divider between the Grids header and body to sub-classes.
getGridHeaderBodyDivider() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getGridHeaderBodyDivider() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getGridHeaderBodyDivider() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getGridHeaderBodyDivider() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getGridMouseClickHandler(GridSelectionManager) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getGridMouseDoubleClickHandler(GridSelectionManager, GridPinnedModeManager) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getGridWidget() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager.PinnedContext
 
getGridWidgetConnectors() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer
Gets a collection of all connectors used to connect all GridWidget together.
getGridWidgetConnectors() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
getGridWidgetDnDMouseDownHandler() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
getGridWidgetDnDMouseMoveHandler() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
getGridWidgetDnDMouseUpHandler() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
getGridWidgetHandlersState() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer
Get the state of any Handlers registered to the Grid
getGridWidgetHandlersState() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
getGridWidgets() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridSelectionManager
 
getGridWidgets() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
getGroup() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer.GridRendererContext
 
getHeader() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Returns the Group representing the GridWidget's Header
getHeader() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getHeaderBackground(GridColumn<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates the Header's background Rectangle to sub-classes.
getHeaderBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getHeaderBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getHeaderBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getHeaderBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getHeaderBlockEndColumnIndex(List<GridColumn<?>>, GridColumn.HeaderMetaData, int, int) - Static method in class org.uberfire.ext.wires.core.grids.client.util.ColumnIndexUtilities
 
getHeaderBlockStartColumnIndex(List<GridColumn<?>>, GridColumn.HeaderMetaData, int, int) - Static method in class org.uberfire.ext.wires.core.grids.client.util.ColumnIndexUtilities
 
getHeaderGridLine() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates the Header's grid lines to sub-classes.
getHeaderGridLine() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getHeaderGridLine() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getHeaderGridLine() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getHeaderGridLine() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getHeaderHeight() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Returns the height of the header built by this renderer.
getHeaderHeight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
getHeaderLinkBackground(GridColumn<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates the Header's background Rectangle, used for "linked" columns to sub-classes.
getHeaderLinkBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getHeaderLinkBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getHeaderLinkBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getHeaderLinkBackground(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getHeaderMetaData() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns the MetaData for the Header.
getHeaderMetaData() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
getHeaderRowCount() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns the number of rows in the grid's header.
getHeaderRowCount() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getHeaderRowCount() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getHeaderRowHeight() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Returns the height of a single row in the header.
getHeaderRowHeight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
getHeaderRowHeight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getHeaderRowsHeight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getHeaderRowsYOffset() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getHeaderText() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates the Header's Text to sub-classes.
getHeaderText() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getHeaderText() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getHeaderText() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getHeaderText() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getHeaderY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingBlockInformation
 
getHeight() - Method in interface org.uberfire.ext.wires.core.grids.client.model.Bounds
Returns the Canvas (untransformed) height of the bounds.
getHeight() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridRow
Returns the height of the row
getHeight() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseBounds
 
getHeight() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
getHeight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBoundaryRenderContext
Returns the height of the Grid boundary.
getHeight() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Returns the height of the whole Widget, including Header and Body.
getHeight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getHeight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.SelectedRange
 
getHighlightCellColumnIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
getHighlightCellRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
getHighlightedCellBackground() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates the highlighted cell background Rectangle to sub-classes.
getIndex() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns the logical index to which this column relates.
getIndex() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
getInternalScrollPanel() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
getKeyCode() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperation
Gets the @{link com.google.gwt.event.dom.client.KeyCodes} that this operation matches.
getKeyCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationClearCell
 
getKeyCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationEditCell
 
getKeyCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationInvokeContextMenuForSelectedCell
 
getKeyCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveDown
 
getKeyCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveLeft
 
getKeyCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveRight
 
getKeyCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveUp
 
getKeyCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationSelectBottomRightCell
 
getKeyCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationSelectTopLeftCell
 
getLayerViewport() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
getLienzoPanel() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
getLink() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns the column to which this column is linked
getLink() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
getMaximumWidth() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns the maximum width to which the column can be re-sized
getMaximumWidth() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
getMaxRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.model.GridData.Range
 
getMaxUiHeaderRowIndexOfColumn(GridData, int) - Static method in class org.uberfire.ext.wires.core.grids.client.util.ColumnIndexUtilities
 
getMaxVisibleRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the index of the last row being rendered.
getMaxVisibleRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
Returns the index of the last row being rendered.
getMaxVisibleRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getMergedCellCount() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
Returns the number of cells merged into this cell.
getMergedCellCount() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
getMinimumWidth() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns the minimum width to which the column can be re-sized
getMinimumWidth() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
getMinRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.model.GridData.Range
 
getMinVisibleRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the index of the first row being rendered.
getMinVisibleRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
Returns the index of the first row being rendered.
getMinVisibleRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getModel() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the data model for the Grid Widget to which the Column relates.
getModel() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext
Returns the data model for the Grid Widget to which the Column relates.
getModel() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Returns the Model backing the Widget.
getModel() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getName() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Returns a display name for the theme.
getName() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getName() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getName() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getName() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getNextX(int, int, int) - Method in enum org.uberfire.ext.wires.core.grids.client.widget.grid.selections.SelectionExtension
 
getNextY(int, int, int) - Method in enum org.uberfire.ext.wires.core.grids.client.widget.grid.selections.SelectionExtension
 
getNodeMouseClickEventHandlers(GridSelectionManager) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getNodeMouseDoubleClickEventHandlers(GridSelectionManager, GridPinnedModeManager) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getOffsetX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.ColumnInformation
The x-offset of the Column's left-hand edge relative to the GridWidget. i.e. column 0 has an x-offset of 0.
getOperation() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
The current drag operation in progress.
getPinnedContext() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
getPinnedContext() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager
Returns the pinned Context, or null if no GridWidget is pinned.
getPinnedContext() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 
getPlaceHolder() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCellValue
Returns the (optional) placeholder to use when no actual value has been set
getPlaceHolder() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue
 
getPlaceHolder() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
getPlaceholderText() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates the Body's Text to sub-classes.
getPriority() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLayerRedrawManager.PrioritizedCommand
 
getRelativeLocation() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellEditContext
Returns the Canvas coordinate relative to the GridWidget containing the cell being edited in response to a MouseEvent.
getRelativeXOfEvent(DomEvent) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CoordinateUtilities
 
getRelativeYOfEvent(DomEvent) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CoordinateUtilities
 
getRenderer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns the Renderer for the Grid Widget.
getRenderer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the Renderer for the Grid Widget.
getRenderer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
Returns the Renderer for the Grid Widget.
getRenderer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext
Returns the Renderer for the Grid Widget.
getRenderer() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Returns the Renderer used to render the Widget.
getRenderer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getRendererHelper() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Returns helper for rendering the Widget.
getRendererHelper() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getRenderingInformation() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
Get rendering information about which columns are floating, which are visible.
getRow(int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns the row at the specified index.
getRow(int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getRowCount() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns the total number of rows in the grid, including collapsed rows.
getRowCount() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.model.GridData.SelectedCell
 
getRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns the index of the row this cell represents.
getRowOffset(GridRow) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
Get the y-offset for a given Row.
getRowOffset(int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
Get the y-offset for a given Row index.
getRows() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns the rows associated with the grid.
getRows() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getScaleX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager.PinnedContext
 
getScaleY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager.PinnedContext
 
getScrollPanel() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
getSelectedCells() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns all selected cells.
getSelectedCells() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getSelectedCellsOrigin() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns the origin of a selected range.
getSelectedCellsOrigin() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getSelectedHeaderCells() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns all selected header cells.
getSelectedHeaderCells() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getSelectionStrategy() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
Returns the CellSelectionStrategy to handle selections of the cell.
getSelectionStrategy() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
Returns the CellSelectionStrategy to handle selections of the header cell.
getSelectionStrategy() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
getSelector() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererTheme
Delegates construction of the "selector" to sub-classes.
getSelector() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.BlueTheme
 
getSelector() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
getSelector() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
getSelector() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
getSourceColumn() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.GridWidgetConnector
Get the source Column from which the Connector originates.
getSupportedEditAction() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
Returns the default action that will trigger editing of the cells value.
getSupportedEditAction(AbstractNodeMouseEvent) - Static method in enum org.uberfire.ext.wires.core.grids.client.model.GridCellEditAction
 
getTargetColumn() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.GridWidgetConnector
Get the target Column to which the Connector terminates.
getTheme() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Returns the theme.
getTheme() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
getTitle() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
Returns the column's title
getTitle() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseHeaderMetaData
 
getTransform() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns the transformation of the Grid Widget.
getTransform() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the transformation of the Grid Widget.
getTransform() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
TReturns the transformation of the Grid Widget.
getTransformer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
Returns the Column Index transformer supporting Floating Columns.
getTransformMediator() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
getTranslateX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager.PinnedContext
 
getTranslateY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager.PinnedContext
 
getUiColumnIndex(GridWidget, double) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CoordinateUtilities
Gets the column index corresponding to the provided Canvas x-coordinate relative to the grid.
getUiColumnIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.ColumnInformation
The index of the GridWidget's column.
getUiColumnIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.SelectedRange
 
getUiHeaderRowIndex(GridWidget, Point2D) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CoordinateUtilities
Gets the header row index corresponding to the provided Canvas y-coordinate relative to the grid.
getUiRowIndex(GridWidget, double) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CoordinateUtilities
Gets the row index corresponding to the provided Canvas y-coordinate relative to the grid.
getUiRowIndex() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.SelectedRange
 
getValue() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
Returns the value holder for the cell.
getValue() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCellValue
Returns the value of the cell.
getValue() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
getValue() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue
 
getValue() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
getValue() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.ListBoxSingletonDOMElementFactory
 
getValue() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.TextBoxSingletonDOMElementFactory
 
getViewport() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
getVisibleBounds() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer
Get the visible bounds of the Layer in the Viewport
getVisibleBounds() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
getVisibleHeight() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Get visible height
getVisibleHeight() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getVisibleRowOffsets() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
getVisibleWidth() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Get visible width
getVisibleWidth() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getWidget() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
Get a GWT Widget for the DOMElement.
getWidth() - Method in interface org.uberfire.ext.wires.core.grids.client.model.Bounds
Returns the Canvas (untransformed) width of the bounds.
getWidth() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns the column's width
getWidth() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseBounds
 
getWidth() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
getWidth() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
getWidth() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBoundaryRenderContext
Returns the width of the Grid boundary.
getWidth() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Returns the width of the whole Widget.
getWidth() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
getWidth(List<GridColumn<?>>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
Get the width of a set of columns, ignoring hidden columns.
getWidth() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingBlockInformation
 
getWidth() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.SelectedRange
 
getX() - Method in interface org.uberfire.ext.wires.core.grids.client.model.Bounds
Returns the Canvas (untransformed) x-coordinate of the bounds.
getX() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseBounds
 
getX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns the columns x-coordinate relative to the grids origin.
getX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBoundaryRenderContext
Returns the X co-ordinate relative to the grid of the boundary.
getX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext
Returns the columns x-coordinate relative to the grids origin.
getX() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingBlockInformation
 
getY() - Method in interface org.uberfire.ext.wires.core.grids.client.model.Bounds
Returns the Canvas (untransformed) y-coordinate of the bounds.
getY() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseBounds
 
getY() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBoundaryRenderContext
Returns the Y co-ordinate relative to the grid of the boundary.
GreenTheme - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl
A renderer that draws a predominantly green GridWidget.
GreenTheme() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.GreenTheme
 
GridBodyCellEditContext - Class in org.uberfire.ext.wires.core.grids.client.widget.context
The context of a Grid's cell being edited.
GridBodyCellEditContext(double, double, double, double, double, double, int, int, boolean, Transform, GridRenderer, Optional<Point2D>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellEditContext
 
GridBodyCellRenderContext - Class in org.uberfire.ext.wires.core.grids.client.widget.context
The context of a Grid's cell during the rendering phase.
GridBodyCellRenderContext(double, double, double, double, double, double, int, int, boolean, Transform, GridRenderer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
 
GridBodyColumnRenderContext - Class in org.uberfire.ext.wires.core.grids.client.widget.context
The context of a Grid's column during the rendering phase.
GridBodyColumnRenderContext(double, double, double, double, double, double, int, int, boolean, GridData, Transform, GridRenderer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
 
GridBodyRenderContext - Class in org.uberfire.ext.wires.core.grids.client.widget.context
The context of a Grid's body during the rendering phase.
GridBodyRenderContext(double, double, double, double, double, int, int, List<GridColumn<?>>, Transform, GridRenderer, SelectionsTransformer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyRenderContext
 
GridBoundaryRenderContext - Class in org.uberfire.ext.wires.core.grids.client.widget.context
The context of a Grid's boundary during the rendering phase.
GridBoundaryRenderContext(double, double, double, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.context.GridBoundaryRenderContext
 
GridCell<T> - Interface in org.uberfire.ext.wires.core.grids.client.model
Defines a cell's value holder within a grid.
gridCell - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard.KeyDownHandlerCommon
 
GridCellEditAction - Enum in org.uberfire.ext.wires.core.grids.client.model
Defines the action that triggers an Edit operation on a cell.
GridCellValue<T> - Interface in org.uberfire.ext.wires.core.grids.client.model
Holds the value of a cell.
GridColumn<T> - Interface in org.uberfire.ext.wires.core.grids.client.model
Defines a Column within a grid.
GridColumn.ColumnWidthMode - Enum in org.uberfire.ext.wires.core.grids.client.model
Enum that identify the width mode of a column
GridColumn.HeaderMetaData - Interface in org.uberfire.ext.wires.core.grids.client.model
MetaData for the column's header
GridColumnMultipleDOMElementRenderer<T> - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple
 
GridColumnRenderer<T> - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns
 
GridColumnSingletonDOMElementRenderer<T> - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single
 
GridData - Interface in org.uberfire.ext.wires.core.grids.client.model
An interface defining a generic grid of data.
GridData.Range - Class in org.uberfire.ext.wires.core.grids.client.model
A range of rows.
GridData.SelectedCell - Class in org.uberfire.ext.wires.core.grids.client.model
A selected cell within the data.
GridHeaderColumnRenderContext - Class in org.uberfire.ext.wires.core.grids.client.widget.context
The context of a Grid's cell header during the rendering phase.
GridHeaderColumnRenderContext(double, List<GridColumn<?>>, List<GridColumn<?>>, int, GridData, GridRenderer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext
 
GridHeaderRenderContext - Class in org.uberfire.ext.wires.core.grids.client.widget.context
The context of a Grid's header during the rendering phase.
GridHeaderRenderContext(List<GridColumn<?>>, List<GridColumn<?>>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderRenderContext
 
GridHighlightHelper - Class in org.uberfire.ext.wires.core.grids.client.util
 
GridHighlightHelper(GridLienzoPanel, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.util.GridHighlightHelper
 
gridLayer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
gridLayer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.BaseDOMElementFactory
 
gridLayer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
gridLayer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetKeyboardHandler
 
gridLayer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseKeyboardOperation
 
gridLayer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard.KeyDownHandlerCommon
 
GridLayer - Interface in org.uberfire.ext.wires.core.grids.client.widget.layer
A specialised Layer that supports pass-through of MouseEvents from DOMElements to GridWidgets.
GridLayerRedrawManager - Class in org.uberfire.ext.wires.core.grids.client.widget.layer.impl
 
GridLayerRedrawManager.PrioritizedCommand - Class in org.uberfire.ext.wires.core.grids.client.widget.layer.impl
 
GridLienzoPanel - Class in org.uberfire.ext.wires.core.grids.client.widget.layer.impl
Specialised LienzoPanel that is overlaid with an AbsolutePanel to support overlaying DOM elements on top of the Canvas element.
GridLienzoPanel() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
GridLienzoPanel(int, int) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
GridLienzoScrollable - Interface in org.uberfire.ext.wires.core.grids.client.widget.scrollbars
 
GridLienzoScrollHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.scrollbars
 
GridLienzoScrollHandler(GridLienzoPanel) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.scrollbars.GridLienzoScrollHandler
 
gridPanel - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
gridPanel - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard.KeyDownHandlerCommon
 
GridPinnedModeManager - Interface in org.uberfire.ext.wires.core.grids.client.widget.layer.pinning
Interface defining operations of a Manager to handle "pinning" GridWidgets.
GridPinnedModeManager.PinnedContext - Class in org.uberfire.ext.wires.core.grids.client.widget.layer.pinning
Container for the previous Viewport state; to support "unpinning" to revert to the previous Viewport transformation.
GridRenderer - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Definition of a render for the pluggable rendering mechanism.
GridRenderer.GridRendererContext - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
 
GridRenderer.RenderBodyGridBackgroundCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Command to render the "background" components of the grid
GridRenderer.RenderBodyGridContentCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Command to render the "content" components of the grid
GridRenderer.RenderBodyGridLinesCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Command to render the "Grid lines" components of the grid body
GridRenderer.RendererBodyCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Generic command for all body related rendering.
GridRenderer.RendererCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Generic command to render a component of the grid
GridRenderer.RendererHeaderCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Generic command for all header related rendering.
GridRenderer.RenderGridBoundaryCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Command to render the "Grid boundary" components of the grid
GridRenderer.RenderHeaderBackgroundCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Command to render the "background" components of the grid header
GridRenderer.RenderHeaderContentCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Command to render the "content" components of the grid header
GridRenderer.RenderHeaderGridLinesCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Command to render the "Grid lines" components of the grid header
GridRenderer.RenderSelectedCellsCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Command to render the "Selected cells" component of the grid
GridRenderer.RenderSelectorCommand - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Command to render the "Selector" component of the grid
GridRendererTheme - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes
Definition of themes used by a render for the pluggable rendering mechanism.
GridRow - Interface in org.uberfire.ext.wires.core.grids.client.model
Defines a row within the grid
GridSelectionManager - Interface in org.uberfire.ext.wires.core.grids.client.widget.layer
 
GridTransformMediator - Class in org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl
A @{link TransformMediator} that prevents transformations from being applied that would cause a GridWidget to move beyond the "edges" of the "visible bounds" effectively "sticking" the GridWidget to the edges.
GridTransformMediator(GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.GridTransformMediator
 
gridWidget - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
gridWidget - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.BaseDOMElementFactory
 
gridWidget - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
GridWidget - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid
The base of all GridWidgets.
gridWidget - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetMouseEventHandler
 
gridWidget - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard.KeyDownHandlerCommon
 
GridWidgetConnector - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
Meta-data for a Connector between two "linked" GridWidgets.
GridWidgetConnector(GridColumn<?>, GridColumn<?>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.GridWidgetConnector
 
GridWidgetDnDHandlersState - Class in org.uberfire.ext.wires.core.grids.client.widget.dnd
A container for the state of the MouseDown, MouseMove and MouseUp handlers during a drag operation.
GridWidgetDnDHandlersState() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
 
GridWidgetDnDHandlersState.GridWidgetHandlersOperation - Enum in org.uberfire.ext.wires.core.grids.client.widget.dnd
The different states of the drag operation.
GridWidgetDnDMouseDownHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.dnd
MouseDownHandler to handle the commencement of drag operations.
GridWidgetDnDMouseDownHandler(GridLayer, GridWidgetDnDHandlersState) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseDownHandler
 
GridWidgetDnDMouseMoveHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.dnd
MouseMoveHandler to handle potential drag operations and handle the drag itself; if required.
GridWidgetDnDMouseMoveHandler(GridLayer, GridWidgetDnDHandlersState) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
GridWidgetDnDMouseUpHandler - Class in org.uberfire.ext.wires.core.grids.client.widget.dnd
MouseUpHandler to handle completion of drag operations and release resources.
GridWidgetDnDMouseUpHandler(GridLayer, GridWidgetDnDHandlersState) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseUpHandler
 
GridWidgetDnDProxy - Class in org.uberfire.ext.wires.core.grids.client.widget.dnd
The Group representing a column or row during the drag operation of the column or row being moved.
GridWidgetDnDProxy() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDProxy
 
GridWidgetEnterPinnedModeAnimation - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.animation
An animation to reposition the ViewPort so the given GridWidget is centred horizontally and GridWidget header aligned with the top of the ViewPort.
GridWidgetEnterPinnedModeAnimation(GridWidget, Set<GridWidget>, Set<IPrimitive<?>>, Command, List<Command>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.animation.GridWidgetEnterPinnedModeAnimation
 
GridWidgetExitPinnedModeAnimation - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.animation
An animation to reposition the ViewPort so the given GridWidget is centred horizontally and GridWidget header aligned with the top of the ViewPort.
GridWidgetExitPinnedModeAnimation(GridPinnedModeManager.PinnedContext, Set<GridWidget>, Set<IPrimitive<?>>, Command, List<Command>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.animation.GridWidgetExitPinnedModeAnimation
 
GridWidgetRegistry - Interface in org.uberfire.ext.wires.core.grids.client.widget.layer
 
GridWidgetScrollIntoViewAnimation - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.animation
An animation to reposition the ViewPort so the given GridWidget is positioned in the top-left of the visible bounds.
GridWidgetScrollIntoViewAnimation(GridWidget, Command) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.animation.GridWidgetScrollIntoViewAnimation
 
GroupingToggle - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl
A in-cell widget representing the state of merged cells; i.e. collapsed or expanded.
GroupingToggle(double, double, boolean) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.GroupingToggle
Constructor for the widget.

H

handleBodyCell(GridWidget, Point2D, int, int, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCellSelectorMouseEventHandler
Select body cells.
handleBodyCell(GridWidget, Point2D, int, int, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCollapsedCellMouseEventHandler
 
handleBodyCell(GridWidget, Point2D, int, int, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetEditCellMouseEventHandler
Checks if a AbstractNodeMouseEvent happened within a GridCell.
handleBodyCell(GridWidget, Point2D, int, int, AbstractNodeMouseEvent) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.NodeMouseEventHandler
Handles the event for a Body element.
handleColumnMove(NodeMouseMoveEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
handleColumnResize(NodeMouseMoveEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
handleEvent(GwtEvent<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
handleHeaderCell(GridWidget, Point2D, int, int, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCellSelectorMouseEventHandler
Select header cells.
handleHeaderCell(GridWidget, Point2D, int, int, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetLinkedColumnMouseEventHandler
Checks if the AbstractNodeMouseEvent happened on a "linked" GridColumn.
handleHeaderCell(GridWidget, Point2D, int, int, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetPinnedModeMouseEventHandler
Checks if a AbstractNodeMouseEvent is found to have happened within the GridWidget Header.
handleHeaderCell(GridWidget, Point2D, int, int, AbstractNodeMouseEvent) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.NodeMouseEventHandler
Handles the event for a Header element.
handleRowMove(NodeMouseMoveEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
handlers - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetMouseEventHandler
 
handleSelection(GridData, int, int, boolean, boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.selections.CellSelectionStrategy
Handle a single cell selection.
handleSelection(GridData, int, int, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.HeaderSingleCellSelectionStrategy
 
handleSelection(GridData, int, int, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.RangeSelectionStrategy
 
handleSelection(GridData, int, int, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.RowSelectionStrategy
 
HasDOMElementResources - Interface in org.uberfire.ext.wires.core.grids.client.widget.dom
Interface declaring the need for additional resources.
hashCode() - Method in class org.uberfire.ext.wires.core.grids.client.model.GridData.SelectedCell
 
hashCode() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
hashCode() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue
 
hashCode() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
hashCode() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseHeaderMetaData
 
hashCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.GridWidgetConnector
 
hashCode() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.SelectedRange
 
HasMultipleDOMElementResources - Interface in org.uberfire.ext.wires.core.grids.client.widget.dom.multiple
Extension for Factories and Columns that display multiple DOMElements to edit the content of cells.
hasSelectionChanged(List<GridData.SelectedCell>, List<GridData.SelectedCell>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionStrategy
 
HasSingletonDOMElementResource - Interface in org.uberfire.ext.wires.core.grids.client.widget.dom.single
Extension for Factories and Columns that display a single DOMElement to edit the content of a cell.
header - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
HEADER_BACKGROUND_DARK_BLUE - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
HEADER_BACKGROUND_LIGHT_BLUE - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
HEADER_BACKGROUND_LIGHT_GREY - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
HEADER_BACKGROUND_WHITE - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
headerRowCount - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
headerSelections - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
HeaderSingleCellSelectionStrategy - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl
 
HeaderSingleCellSelectionStrategy() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.HeaderSingleCellSelectionStrategy
 
height - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
highlight(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.util.GridHighlightHelper
 
highlightCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
HIGHLIGHTED_CELL_BACKGROUND - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
HIGHLIGHTED_CELL_STROKE - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 

I

indexColumn(int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataIndexManager
 
indexManager - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
init() - Method in class org.uberfire.ext.wires.core.grids.client.widget.scrollbars.GridLienzoScrollHandler
 
initialise(GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
Initialise the DOMElement for the given cell and render context.
initialise(GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.CheckBoxDOMElement
 
initialise(GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.ListBoxDOMElement
 
initialise(GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.TextBoxDOMElement
 
initialiseResources() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.HasMultipleDOMElementResources
Initialises additional resources.
initialiseResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.BaseDOMElementFactory
 
initialiseResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.BooleanDOMElementColumn
 
initialiseResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringDOMElementColumn
 
initialiseResources() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.BaseGridColumnMultipleDOMElementRenderer
 
insertColumn(int, GridColumn<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Inserts a column to the grid at the specified index.
insertColumn(int, GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
insertRow(int, GridRow) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Inserts a row to the grid at the specified index.
insertRow(int, GridRow) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
INSTANCE - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.HeaderSingleCellSelectionStrategy
 
INSTANCE - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.RangeSelectionStrategy
 
INSTANCE - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.RowSelectionStrategy
 
IntegerColumnRenderer - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl
 
IntegerColumnRenderer() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.IntegerColumnRenderer
 
internalRefreshWidth(boolean, OptionalDouble) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
internalRenderCell(GridCell<T>, GridBodyCellRenderContext, Text, String) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer
Return the Group holding the cell data
inverseTransform() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
isAuto(GridColumn<?>) - Static method in enum org.uberfire.ext.wires.core.grids.client.model.GridColumn.ColumnWidthMode
 
isCollapsed() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
Returns whether the cell is collapsed.
isCollapsed() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridRow
Returns whether the row contains collapsed cells
isCollapsed() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
isCollapsed() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
isCollapsedCellMixedValue(GridData, int, int) - Static method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.ColumnRenderingStrategyMerged
 
isCollapsedRowMultiValue(GridData, GridColumn<?>, GridCell<?>, int) - Static method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.ColumnRenderingStrategyMerged
 
isColumnDraggingEnabled() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns whether columns can be repositioned by dragging and dropping.
isColumnDraggingEnabled - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
isColumnDraggingEnabled() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
isControlKeyDown() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseKeyboardOperation
 
isControlKeyDown() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperation
Gets the control-key state that this operation matches.
isControlKeyDown() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationInvokeContextMenuForSelectedCell
 
isDragging() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
isExecutable(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseKeyboardOperation
 
isExecutable(GridWidget) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperation
Decides about @link{GridWidget} state for execution of the operation.
isExecutable(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationEditCell
 
isExecutable(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationInvokeContextMenuForSelectedCell
 
isFixed(GridColumn<?>) - Static method in enum org.uberfire.ext.wires.core.grids.client.model.GridColumn.ColumnWidthMode
 
isFixedHeader() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
isFloatable() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns a flag indicating whether a column is capable of floating on the left-hand side of the table when clipped horizontally.
isFloatable() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
isFloating() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext
Returns a flag indicating whether the Cell is contained within a floating column.
isFloating() - Method in class org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyColumnRenderContext
Returns whether the column is floating.
isFloatingHeader() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
isGridPinned() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
isGridPinned() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 
isGridPinned() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.IsPinnedModeAware
Returns the current state of the View; whether a GridWidget is already "pinned".
isLinked() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns a flag indicating this column is linked to another
isLinked() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
isMerged() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
Returns whether the cell is in a merged state
isMerged() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns whether the data in a merged state.
isMerged() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridRow
Returns whether the row contains merged cells
isMerged() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
isMerged - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
isMerged() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
isMerged() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
isMovable() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns a flag indicating whether a column can be moved.
isMovable() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
isOne(double) - Static method in class org.uberfire.ext.wires.core.grids.client.util.MathUtilities
Convenience method to check if a double is "almost" one.
IsPinnedModeAware - Interface in org.uberfire.ext.wires.core.grids.client.widget.layer.pinning
Interface for classes needing to be aware of the "pinned" state.
isPlaceHolderToBeShown(GridCell<T>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer
 
isResizable() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns a flag indicating whether a column can be re-sized.
isResizable() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
isRowDraggingEnabled() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Returns whether rows can be repositioned by dragging and dropping.
isRowDraggingEnabled - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
isRowDraggingEnabled() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
IsRowDragHandle - Interface in org.uberfire.ext.wires.core.grids.client.widget.dnd
Marker interface for columns that can initiate Row drag and drop operations.
isSelected() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Returns the selected state of the Widget.
isSelected() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
isSelectionLayer() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer.GridRendererContext
 
isShiftKeyDown() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseKeyboardOperation
 
isShiftKeyDown() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperation
Gets the shift-key state that this operation matches.
isToReturnNull(GridCell<T>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer
 
isVisible() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Returns a flag indicating whether a column is visible.
isVisible() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 

K

KeyboardOperation - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
Defines a keyboard based operation.
KeyboardOperation.TriStateBoolean - Enum in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
KeyboardOperationClearCell - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
KeyboardOperationClearCell(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationClearCell
 
KeyboardOperationEditCell - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
KeyboardOperationEditCell(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationEditCell
 
KeyboardOperationInvokeContextMenuForSelectedCell - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
KeyboardOperationInvokeContextMenuForSelectedCell(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationInvokeContextMenuForSelectedCell
 
KeyboardOperationMoveDown - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
KeyboardOperationMoveDown(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveDown
 
KeyboardOperationMoveLeft - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
KeyboardOperationMoveLeft(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveLeft
 
KeyboardOperationMoveRight - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
KeyboardOperationMoveRight(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveRight
 
KeyboardOperationMoveUp - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
KeyboardOperationMoveUp(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveUp
 
KeyboardOperationSelectBottomRightCell - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
KeyboardOperationSelectBottomRightCell(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationSelectBottomRightCell
 
KeyboardOperationSelectTopLeftCell - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
KeyboardOperationSelectTopLeftCell(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationSelectTopLeftCell
 
KeyDownHandlerCommon - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard
 
KeyDownHandlerCommon(GridLienzoPanel, GridLayer, GridWidget, HasSingletonDOMElementResource) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard.KeyDownHandlerCommon
 
KeyDownHandlerCommon(GridLienzoPanel, GridLayer, GridWidget, HasSingletonDOMElementResource, boolean, boolean, boolean) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard.KeyDownHandlerCommon
 
KIEColours - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl
Shared colours for KIE grids.
KIEColours() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
KIEStyles - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl
 
KIEStyles() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEStyles
 

L

layer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseDownHandler
 
layer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
layer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseUpHandler
 
lienzoPanel - Variable in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
ListBoxColumnDOMElementSingletonRenderer - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl
 
ListBoxColumnDOMElementSingletonRenderer(ListBoxSingletonDOMElementFactory) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.ListBoxColumnDOMElementSingletonRenderer
 
ListBoxDOMElement - Class in org.uberfire.ext.wires.core.grids.client.widget.dom.impl
A DOMElement for TextBoxes.
ListBoxDOMElement(ListBox, GridLayer, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.ListBoxDOMElement
 
ListBoxDOMElementSingletonColumn - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.columns
 
ListBoxDOMElementSingletonColumn(GridColumn.HeaderMetaData, ListBoxSingletonDOMElementFactory, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.ListBoxDOMElementSingletonColumn
 
ListBoxDOMElementSingletonColumn(List<GridColumn.HeaderMetaData>, ListBoxSingletonDOMElementFactory, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.ListBoxDOMElementSingletonColumn
 
ListBoxSingletonDOMElementFactory - Class in org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl
A DOMElement Factory for single-instance ListBoxes.
ListBoxSingletonDOMElementFactory(GridLienzoPanel, GridLayer, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.ListBoxSingletonDOMElementFactory
 

M

makeCellRenderContext(GridWidget, BaseGridRendererHelper.RenderingInformation, BaseGridRendererHelper.ColumnInformation, int) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CellContextUtilities
 
makeHeaderCellRenderContext(GridWidget, BaseGridRendererHelper.RenderingInformation, BaseGridRendererHelper.ColumnInformation, int) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CellContextUtilities
 
makeHeaderCellRenderContext(GridWidget, BaseGridRendererHelper.RenderingInformation, BaseGridRendererHelper.ColumnInformation, Point2D, int) - Static method in class org.uberfire.ext.wires.core.grids.client.util.CellContextUtilities
 
MathUtilities - Class in org.uberfire.ext.wires.core.grids.client.util
Utilities class
MathUtilities() - Constructor for class org.uberfire.ext.wires.core.grids.client.util.MathUtilities
 
MergableGridWidgetCollapseRowsAnimation - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.animation
An animation to collapse rows in a merged block.
MergableGridWidgetCollapseRowsAnimation(GridWidget, int, int, int) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.animation.MergableGridWidgetCollapseRowsAnimation
 
MergableGridWidgetExpandRowsAnimation - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.animation
An animation to expand collapsed rows in a merged block.
MergableGridWidgetExpandRowsAnimation(GridWidget, int, int, int) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.animation.MergableGridWidgetExpandRowsAnimation
 
model - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
model - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.DefaultSelectionsTransformer
 
moveColumnsTo(int, List<GridColumn<?>>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Moves columns to a new index within the grid
moveColumnsTo(int, List<GridColumn<?>>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
moveColumnTo(int, GridColumn<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Moves a column to a new index within the grid
moveColumnTo(int, GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
moveRowsTo(int, List<GridRow>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Moves rowss to a new index within the grid
moveRowsTo(int, List<GridRow>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
moveRowTo(int, GridRow) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Moves a row to a new index within the grid
moveRowTo(int, GridRow) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
moveSelection(int, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard.KeyDownHandlerCommon
 
MultiColouredTheme - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl
A renderer that draws a predominantly red GridWidget.
MultiColouredTheme() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.MultiColouredTheme
 
MultipleDOMElementFactory<W,E> - Interface in org.uberfire.ext.wires.core.grids.client.widget.dom.multiple
Definition of a Factory that can create DOMElements for GWT Widget based cell content.

N

newClipper(double, double, double, double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BoundingBoxPathClipperFactory
 
NodeMouseEventHandler - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid
Defines a generic handler for any type of AbstractNodeMouseEvent.

O

onCollapseCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataIndexManager
 
onDeleteCell(GridData.Range, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataIndexManager
 
onDeleteColumn(int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataSelectionsManager
 
onDeleteRow(GridData.Range) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataIndexManager
 
onDeleteRow(GridData.Range) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataSelectionsManager
 
onDragHandle(INodeXYEvent) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Checks whether a canvas coordinate is within the "drag handle" for the GridWidget.
onExpandCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataIndexManager
 
onGroupingToggle(double, double, double, double) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Checks whether a cell-relative coordinate is "on" the hot-spot to toggle the collapsed/expanded state.
onGroupingToggle(double, double, double, double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
onGroupingToggle(double, double, double, double) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Checks whether a cell-relative coordinate is "on" the hot-spot to toggle the collapsed/expanded state.
onGroupingToggle(double, double, double, double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
onHotSpot(double, double, double, double) - Static method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.GroupingToggle
Check whether a cell-relative coordinate is "on" the hot-spot to toggle the collapsed/expanded state.
onInsertColumn(int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataSelectionsManager
 
onInsertRow(int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataIndexManager
 
onInsertRow(int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataSelectionsManager
 
onKeyDown(KeyDownEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetKeyboardHandler
 
onKeyDown(KeyDownEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard.KeyDownHandlerCommon
 
onMerge(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataIndexManager
 
onMerge(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataSelectionsManager
 
onMouseDown(NodeMouseDownEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
onMouseMove(NodeMouseMoveEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
onMouseUp(NodeMouseUpEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
onMoveRows(List<GridRow>, GridData.Range) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataIndexManager
 
onMoveRows(List<GridRow>, GridData.Range) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataSelectionsManager
 
onNodeMouseClick(NodeMouseClickEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
onNodeMouseClick(NodeMouseClickEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetMouseClickHandler
 
onNodeMouseDoubleClick(NodeMouseDoubleClickEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidgetMouseDoubleClickHandler
 
onNodeMouseDown(NodeMouseDownEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseDownHandler
 
onNodeMouseDown(NodeMouseDownEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
onNodeMouseEvent(GridWidget, Point2D, Optional<Integer>, Optional<Integer>, Optional<Integer>, Optional<Integer>, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCellSelectorMouseEventHandler
 
onNodeMouseEvent(GridWidget, Point2D, Optional<Integer>, Optional<Integer>, Optional<Integer>, Optional<Integer>, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCollapsedCellMouseEventHandler
 
onNodeMouseEvent(GridWidget, Point2D, Optional<Integer>, Optional<Integer>, Optional<Integer>, Optional<Integer>, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetEditCellMouseEventHandler
 
onNodeMouseEvent(GridWidget, Point2D, Optional<Integer>, Optional<Integer>, Optional<Integer>, Optional<Integer>, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetLinkedColumnMouseEventHandler
 
onNodeMouseEvent(GridWidget, Point2D, Optional<Integer>, Optional<Integer>, Optional<Integer>, Optional<Integer>, AbstractNodeMouseEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetPinnedModeMouseEventHandler
 
onNodeMouseEvent(GridWidget, Point2D, Optional<Integer>, Optional<Integer>, Optional<Integer>, Optional<Integer>, AbstractNodeMouseEvent) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.NodeMouseEventHandler
Executes when a NodeMouseEventHandler reacts to the AbstractNodeMouseEvent to which the NodeMouseEventHandler has been registered.
onNodeMouseMove(NodeMouseMoveEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
onNodeMouseMove(NodeMouseMoveEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
onNodeMouseUp(NodeMouseUpEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseUpHandler
 
onNodeMouseUp(NodeMouseUpEvent) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
onResize() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
onSelectCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataSelectionsManager
 
onSelectCells(int, int, int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataSelectionsManager
 
onSelectHeaderCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataSelectionsManager
 
onSetCell(GridData.Range, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridDataIndexManager
 
org.uberfire.ext.wires.core.grids.client.model - package org.uberfire.ext.wires.core.grids.client.model
 
org.uberfire.ext.wires.core.grids.client.model.impl - package org.uberfire.ext.wires.core.grids.client.model.impl
 
org.uberfire.ext.wires.core.grids.client.util - package org.uberfire.ext.wires.core.grids.client.util
 
org.uberfire.ext.wires.core.grids.client.widget.context - package org.uberfire.ext.wires.core.grids.client.widget.context
 
org.uberfire.ext.wires.core.grids.client.widget.dnd - package org.uberfire.ext.wires.core.grids.client.widget.dnd
 
org.uberfire.ext.wires.core.grids.client.widget.dom - package org.uberfire.ext.wires.core.grids.client.widget.dom
 
org.uberfire.ext.wires.core.grids.client.widget.dom.impl - package org.uberfire.ext.wires.core.grids.client.widget.dom.impl
 
org.uberfire.ext.wires.core.grids.client.widget.dom.multiple - package org.uberfire.ext.wires.core.grids.client.widget.dom.multiple
 
org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl - package org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl
 
org.uberfire.ext.wires.core.grids.client.widget.dom.single - package org.uberfire.ext.wires.core.grids.client.widget.dom.single
 
org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl - package org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl
 
org.uberfire.ext.wires.core.grids.client.widget.edit - package org.uberfire.ext.wires.core.grids.client.widget.edit
 
org.uberfire.ext.wires.core.grids.client.widget.grid - package org.uberfire.ext.wires.core.grids.client.widget.grid
 
org.uberfire.ext.wires.core.grids.client.widget.grid.animation - package org.uberfire.ext.wires.core.grids.client.widget.grid.animation
 
org.uberfire.ext.wires.core.grids.client.widget.grid.columns - package org.uberfire.ext.wires.core.grids.client.widget.grid.columns
 
org.uberfire.ext.wires.core.grids.client.widget.grid.impl - package org.uberfire.ext.wires.core.grids.client.widget.grid.impl
 
org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard - package org.uberfire.ext.wires.core.grids.client.widget.grid.keyboard
 
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns - package org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns
 
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl - package org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl
 
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple - package org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple
 
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl - package org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl
 
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single - package org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single
 
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl - package org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl
 
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids - package org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
 
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl - package org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl
 
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes - package org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes
 
org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl - package org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl
 
org.uberfire.ext.wires.core.grids.client.widget.grid.selections - package org.uberfire.ext.wires.core.grids.client.widget.grid.selections
 
org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl - package org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl
 
org.uberfire.ext.wires.core.grids.client.widget.layer - package org.uberfire.ext.wires.core.grids.client.widget.layer
 
org.uberfire.ext.wires.core.grids.client.widget.layer.impl - package org.uberfire.ext.wires.core.grids.client.widget.layer.impl
 
org.uberfire.ext.wires.core.grids.client.widget.layer.pinning - package org.uberfire.ext.wires.core.grids.client.widget.layer.pinning
 
org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl - package org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl
 
org.uberfire.ext.wires.core.grids.client.widget.scrollbars - package org.uberfire.ext.wires.core.grids.client.widget.scrollbars
 

P

peekHeight() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridRow
Collapsed rows have zero height.
peekHeight() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
perform(GridWidget, boolean, boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperation
Performs the operation on the given @{link GridWidget}
perform(GridWidget, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationClearCell
 
perform(GridWidget, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationEditCell
 
perform(GridWidget, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationInvokeContextMenuForSelectedCell
 
perform(GridWidget, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveDown
 
perform(GridWidget, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveLeft
 
perform(GridWidget, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveRight
 
perform(GridWidget, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationMoveUp
 
perform(GridWidget, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationSelectBottomRightCell
 
perform(GridWidget, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationSelectTopLeftCell
 
performBodyOperation(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationInvokeContextMenuForSelectedCell
 
performHeaderOperation(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationInvokeContextMenuForSelectedCell
 
PinnedContext(GridWidget, double, double, double, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager.PinnedContext
 
pinnedModeManager - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetPinnedModeMouseEventHandler
 
placeHolder - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
PLACEHOLDER_COLOR - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
PrioritizedCommand(int) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLayerRedrawManager.PrioritizedCommand
 
propagateNewPanelSize(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 

R

Range(int) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.GridData.Range
 
Range(int, int) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.GridData.Range
 
RangeSelectionStrategy - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl
 
RangeSelectionStrategy() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.RangeSelectionStrategy
 
RedTheme - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl
A renderer that draws a predominantly red GridWidget.
RedTheme() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.RedTheme
 
refreshGridWidgetConnectors() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer
Refreshes all connectors used to connect all GridWidget together.
refreshGridWidgetConnectors() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
refreshScrollPosition() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
refreshScrollPosition() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.scrollbars.GridLienzoScrollable
 
refreshScrollPosition() - Method in class org.uberfire.ext.wires.core.grids.client.widget.scrollbars.GridLienzoScrollHandler
 
refreshWidth() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Updates the width of columns with GridColumn.ColumnWidthMode.AUTO
refreshWidth(double) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Updates the width of columns with GridColumn.ColumnWidthMode.AUTO
refreshWidth() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
refreshWidth(double) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
register(GridWidget) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridWidgetRegistry
Registers a GridWidget
register(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
registerHandlers(W, E) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory
Register handlers for the widget.
registerHandlers(CheckBox, CheckBoxDOMElement) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.CheckBoxDOMElementFactory
 
registerHandlers(TextBox, TextBoxDOMElement) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.TextBoxDOMElementFactory
 
registerHandlers(W, E) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
remove(IPrimitive<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
Remove a child from this Layer. if the child is a GridWidget also remove any Connectors that have been added between the GridWidget being removed and any of GridWidgets.
removeAll() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
render(GridColumn<?>, GridBodyColumnRenderContext, BaseGridRendererHelper, BaseGridRendererHelper.RenderingInformation, BiFunction<Boolean, GridColumn<?>, Boolean>) - Static method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.ColumnRenderingStrategyFlattened
 
render(GridColumn<?>, GridBodyColumnRenderContext, BaseGridRendererHelper, BaseGridRendererHelper.RenderingInformation, BiFunction<Boolean, GridColumn<?>, Boolean>) - Static method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.ColumnRenderingStrategyMerged
 
renderBody(GridData, GridBodyRenderContext, BaseGridRendererHelper, BaseGridRendererHelper.RenderingInformation) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Renders the body for the Grid.
renderBody(GridData, GridBodyRenderContext, BaseGridRendererHelper, BaseGridRendererHelper.RenderingInformation) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
renderCell(GridCell<T>, GridBodyCellRenderContext) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer
Renders a cell for the column for a row.
renderCell(GridCell<Integer>, GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.IntegerColumnRenderer
 
renderCell(GridCell<String>, GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.StringColumnRenderer
 
renderCell(GridCell<Boolean>, GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.BooleanColumnDOMElementRenderer
 
renderCell(GridCell<String>, GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.StringColumnDOMElementRenderer
 
renderCell(GridCell<String>, GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.ListBoxColumnDOMElementSingletonRenderer
 
renderCell(GridCell<String>, GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.StringColumnDOMElementSingletonRenderer
 
renderColumn(GridColumn<?>, GridBodyColumnRenderContext, BaseGridRendererHelper, BaseGridRendererHelper.RenderingInformation, BiFunction<Boolean, GridColumn<?>, Boolean>) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer
Renders the column.textual information to support rendering
renderColumn(GridColumn<?>, GridBodyColumnRenderContext, BaseGridRendererHelper, BaseGridRendererHelper.RenderingInformation, BiFunction<Boolean, GridColumn<?>, Boolean>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer
 
renderer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
renderer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCollapsedCellMouseEventHandler
 
renderer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetLinkedColumnMouseEventHandler
 
renderer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetPinnedModeMouseEventHandler
 
rendererHelper - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
renderGridBodyWidget(List<GridColumn<?>>, double, int, int, SelectionsTransformer, BaseGridRendererHelper.RenderingInformation) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
Render the Widget's Body and append to this Group.
renderGridBoundary(BaseGridRendererHelper.RenderingInformation) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
Render the selected ranges and append to the Body Group.
renderGridBoundary(GridBoundaryRenderContext) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Renders a boundary around the grid.
renderGridBoundary(GridBoundaryRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
renderGridHeaderWidget(List<GridColumn<?>>, List<GridColumn<?>>, BaseGridRendererHelper.RenderingInformation) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
Render the Widget's Header and append to this Group.
renderHeader(List<GridColumn.HeaderMetaData>, GridHeaderColumnRenderContext, BaseGridRendererHelper.RenderingInformation, BiFunction<Boolean, GridColumn<?>, Boolean>) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer
Renders the column's Header..
renderHeader(List<GridColumn.HeaderMetaData>, GridHeaderColumnRenderContext, BaseGridRendererHelper.RenderingInformation, BiFunction<Boolean, GridColumn<?>, Boolean>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer
 
renderHeader(GridData, GridHeaderRenderContext, BaseGridRendererHelper, BaseGridRendererHelper.RenderingInformation) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Renders the header for the Grid.
renderHeader(GridData, GridHeaderRenderContext, BaseGridRendererHelper, BaseGridRendererHelper.RenderingInformation) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
renderHeaderBodyDivider(double) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Renders a divider between Grid header and body.
renderHeaderBodyDivider(double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
renderHeaderContent(List<GridColumn.HeaderMetaData>, GridHeaderColumnRenderContext, int, double, double) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.GridColumnRenderer
Renders the column's Header content.
renderHeaderContent(List<GridColumn.HeaderMetaData>, GridHeaderColumnRenderContext, int, double, double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.BaseGridColumnRenderer
 
RenderingBlockInformation(List<GridColumn<?>>, double, double, double, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingBlockInformation
 
renderingInformation - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
RenderingInformation(Bounds, List<GridColumn<?>>, BaseGridRendererHelper.RenderingBlockInformation, BaseGridRendererHelper.RenderingBlockInformation, int, int, List<Double>, boolean, boolean, int, double, double, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper.RenderingInformation
 
renderQueue - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
renderSelectedCells(GridData, GridBodyRenderContext, BaseGridRendererHelper, List<GridData.SelectedCell>, BiFunction<SelectedRange, Integer, Double>, Function<SelectedRange, Double>) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Renders the selected ranges and append to the Body Group.
renderSelectedCells(GridData, GridBodyRenderContext, BaseGridRendererHelper, List<GridData.SelectedCell>, BiFunction<SelectedRange, Integer, Double>, Function<SelectedRange, Double>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
renderSelectedRange(List<GridColumn<?>>, int, SelectedRange, Function<SelectedRange, Double>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
renderSelectedRanges(List<GridColumn<?>>, double, int, int, SelectionsTransformer, BaseGridRendererHelper.RenderingInformation, List<GridData.SelectedCell>, BiFunction<SelectedRange, Integer, Double>, Function<SelectedRange, Double>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
Render the selected ranges and append to the Body Group.
renderSelector(double, double, BaseGridRendererHelper.RenderingInformation) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Renders a "selector" when a grid has been selected, i.e. clicked.
renderSelector(double, double, BaseGridRendererHelper.RenderingInformation) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
reset() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
Reset the cell to a non-merged, non-collapsed state.
reset() - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridRow
Resets all cells on the row to a non-merged, non-collapsed state.
reset() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
reset() - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
reset() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Resets the state to no operation with no active columns or rows.
RestrictedMousePanMediator - Class in org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl
This a fork of MousePanMediator however this implementation does not stop the propagation of NodeMouseEvents to other listeners.
RestrictedMousePanMediator(GridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
RestrictedMousePanMediator() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
RowNumberColumn - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.columns
 
RowNumberColumn() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.RowNumberColumn
 
RowNumberColumn(List<GridColumn.HeaderMetaData>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.RowNumberColumn
 
RowNumberColumn(List<GridColumn.HeaderMetaData>, GridColumnRenderer<Integer>) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.RowNumberColumn
 
rows - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
RowSelectionStrategy - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl
 
RowSelectionStrategy() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.RowSelectionStrategy
 

S

schedule(GridLayerRedrawManager.PrioritizedCommand) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLayerRedrawManager
 
scrollbarHeight() - Method in class org.uberfire.ext.wires.core.grids.client.widget.scrollbars.GridLienzoScrollHandler
 
scrollbarWidth() - Method in class org.uberfire.ext.wires.core.grids.client.widget.scrollbars.GridLienzoScrollHandler
 
scrollSelectedCellIntoView(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseKeyboardOperation
 
scrollToGridWidget(GridWidget) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer
Scrolls the specified GridWidget into view.
scrollToGridWidget(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
select() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Selects the Widget; i.e. it has been clicked on, so show some visual indicator that it has been selected.
select() - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
select(GridWidget) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridSelectionManager
 
select(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
selectBottomRightCell(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationSelectBottomRightCell
 
selectCell(int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Selects a cell at the specified physical coordinate.
selectCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
selectCell(Point2D, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
selectCell(int, int, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
selectCell(Point2D, boolean, boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.selections.CellSelectionManager
Handles selection of a cell by delegating selection to a @{link CellSelectionStrategy} associated with the cell being selected.
selectCell(int, int, boolean, boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.selections.CellSelectionManager
Handles selection of a cell by delegating selection to a @{link CellSelectionStrategy} associated with the cell being selected.
selectCell(Point2D, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionManager
 
selectCell(int, int, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionManager
 
selectCells(int, int, int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Selects a cell at the specified physical coordinate.
selectCells(int, int, int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
SelectedCell(int, int) - Constructor for class org.uberfire.ext.wires.core.grids.client.model.GridData.SelectedCell
 
selectedCells - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
selectedHeaderCells - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
SelectedRange - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl
A selected range within the data
SelectedRange(int, int) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.SelectedRange
 
SelectedRange(int, int, int, int) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.SelectedRange
 
selectHeaderCell(int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Selects a header cell at the specified physical coordinate.
selectHeaderCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
selectHeaderCell(Point2D, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
selectHeaderCell(int, int, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
selectHeaderCell(Point2D, boolean, boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.selections.CellSelectionManager
Handles selection of a cell in the Header by delegating selection to a @{link HeaderCellSelectionStrategy} associated with the header cell being selected.
selectHeaderCell(int, int, boolean, boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.selections.CellSelectionManager
Handles selection of a cell in the Header by delegating selection to a @{link HeaderCellSelectionStrategy} associated with the header cell being selected.
selectHeaderCell(Point2D, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionManager
 
selectHeaderCell(int, int, boolean, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionManager
 
SelectionExtension - Enum in org.uberfire.ext.wires.core.grids.client.widget.grid.selections
Possible directions in which a Selection can be extended.
selectionManager - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCellSelectorMouseEventHandler
 
selectionManager - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetLinkedColumnMouseEventHandler
 
selectionsManager - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
SelectionsTransformer - Interface in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids
Helper functions to convert SelectedCells into SelectedRanges.
selectLinkedColumn(GridColumn<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridSelectionManager
 
selectLinkedColumn(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
selectTopLeftCell(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperationSelectTopLeftCell
 
setActiveGridColumns(List<GridColumn<?>>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Sets the active columns to be affected by the current the operation.
setActiveGridRows(List<GridRow>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Sets the active rows to be affected by the current the operation.
setActiveGridWidget(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Sets the active GridWidget.
setActiveHeaderMetaData(GridColumn.HeaderMetaData) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Sets the active HeaderMetaData.
setBounds(Bounds) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
setBounds(Bounds) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.BoundaryTransformMediator
 
setBounds(Bounds) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.scrollbars.GridLienzoScrollable
 
setBounds(Bounds) - Method in class org.uberfire.ext.wires.core.grids.client.widget.scrollbars.GridLienzoScrollHandler
 
setCell(int, int, Supplier<GridCell<?>>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Sets a cell at the specified physical coordinate.
setCell(int, int, Supplier<GridCell<?>>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
setCellValue(int, int, GridCellValue<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Sets a cell value at the specified physical coordinate.
setCellValue(int, int, GridCellValue<?>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
setColumnDraggingEnabled(boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Sets whether columns can be repositioned by dragging and dropping.
setColumnDraggingEnabled(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
setColumnGroup(String) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
Sets the identifier for a group of Columns.
setColumnGroup(String) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseHeaderMetaData
 
setColumnRenderConstraint(BiFunction<Boolean, GridColumn<?>, Boolean>) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Sets the constraint to control rendering of columns.
setColumnRenderConstraint(BiFunction<Boolean, GridColumn<?>, Boolean>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
setColumnWidthMode(GridColumn.ColumnWidthMode) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Set column width mode
setColumnWidthMode(GridColumn.ColumnWidthMode) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setContext(GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
Set the Cell context this DOMElement is representing.
setCursor(Style.Cursor) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Sets the Cursor type to be shown for the current operation.
setCursor(Style.Cursor) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
setDomElementContainer(AbsolutePanel) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer
Set a reference to an AbsolutePanel that overlays the Canvas.
setDomElementContainer(AbsolutePanel) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
setEventInitialColumnWidth(double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Sets the initial width of a column to be resized.
setEventInitialX(double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Sets the grid-relative x-coordinate of the Mouse Event.
setFloatable(boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Sets whether the column is capable of floating on the left-hand side of the table when clipped horizontally.
setFloatable(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setHeaderRowCount(int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Sets the number of rows in the grid's header.
setHeaderRowCount(int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
setHeight(double) - Method in interface org.uberfire.ext.wires.core.grids.client.model.Bounds
Sets the Canvas (untransformed) height of the bounds.
setHeight(double) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridRow
Sets the height of the row
setHeight(double) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseBounds
 
setHeight(double) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridRow
 
setHeight(double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDProxy
 
setHeight(int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.SelectedRange
 
setIndex(int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Sets the logical index of the column, to support indirection of columns' access to row data.
setIndex(int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setLink(GridColumn<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Sets the column to which this column is linked
setLink(GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setMaximumWidth(Double) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Sets the maximum width to which the column can be re-sized
setMaximumWidth(Double) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setMerged(boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Sets whether the data is in merged state.
setMerged(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
setMinimumWidth(Double) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Sets the minimum width to which the column can be re-sized
setMinimumWidth(Double) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setMovable(boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Sets whether the column can be moved.
setMovable(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setOperation(GridWidgetDnDHandlersState.GridWidgetHandlersOperation) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState
Sets the current drag operation in progress.
setPlaceHolder(String) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setRenderer(GridRenderer) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Returns the Rendered used to render the Widget.
setRenderer(GridRenderer) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
setResizable(boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Sets whether the column can be re-sized.
setResizable(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setRowDraggingEnabled(boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Set whether rows can be repositioned by dragging and dropping.
setRowDraggingEnabled(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
setSelectionStrategy(CellSelectionStrategy) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridCell
Sets the CellSelectionStrategy to handle selections of the cell.
setSelectionStrategy(CellSelectionStrategy) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
setTheme(GridRendererTheme) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.GridRenderer
Sets the theme.
setTheme(GridRendererTheme) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
setTitle(String) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData
Sets the column's title
setTitle(String) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseHeaderMetaData
 
setTransformMediator(TransformMediator) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator
 
setupDelegatingClickHandler() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
setupDelegatingMouseDownHandler() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
setupDelegatingMouseMoveHandler() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
setupDelegatingMouseUpHandler() - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
setVisible(boolean) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Sets whether the column is visible.
setVisible(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setVisible(boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
setVisibleSizeAndRefresh(int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Update visible size information and refresh columns width.
setVisibleSizeAndRefresh(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
setWidth(double) - Method in interface org.uberfire.ext.wires.core.grids.client.model.Bounds
Sets the Canvas (untransformed) width of the bounds.
setWidth(double) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridColumn
Sets the columns width
setWidth(double) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseBounds
 
setWidth(double) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridColumn
 
setWidth(double) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDProxy
 
setWidth(int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.SelectedRange
 
setX(double) - Method in interface org.uberfire.ext.wires.core.grids.client.model.Bounds
Sets the Canvas (untransformed) x-coordinate of the bounds.
setX(double) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseBounds
 
setY(double) - Method in interface org.uberfire.ext.wires.core.grids.client.model.Bounds
Sets the Canvas (untransformed) y-coordinate of the bounds.
setY(double) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseBounds
 
showColumnHighlight(GridWidget, List<GridColumn<?>>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseDownHandler
 
showContextMenuForCell(int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Show context menu of a cell at coordinates 'uiRowIndex' and 'uiColumnIndex'.
showContextMenuForCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
showContextMenuForHeader(int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget
Show context menu of a header cell at coordinates 'uiHeaderRowIndex' and 'uiHeaderColumnIndex'.
showContextMenuForHeader(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
showRowHighlight(GridWidget, List<GridRow>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseDownHandler
 
SingletonDOMElementFactory<W,E> - Interface in org.uberfire.ext.wires.core.grids.client.widget.dom.single
Definition of a Factory that can create DOMElements for GWT Widget based cell content.
startEditingCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
startEditingCell(Point2D) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseGridWidget
 
startEditingCell(Point2D) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.selections.CellSelectionManager
Handles initiation of editing a cell.
startEditingCell(int, int) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.selections.CellSelectionManager
Handles initiation of editing a cell.
startEditingCell(Point2D) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionManager
 
startEditingCell(int, int) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.selections.impl.BaseCellSelectionManager
 
state - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseDownHandler
 
state - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseMoveHandler
 
state - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDMouseUpHandler
 
StringColumnDOMElementRenderer - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl
 
StringColumnDOMElementRenderer(TextBoxDOMElementFactory) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.multiple.impl.StringColumnDOMElementRenderer
 
StringColumnDOMElementSingletonRenderer - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl
 
StringColumnDOMElementSingletonRenderer(TextBoxSingletonDOMElementFactory) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.single.impl.StringColumnDOMElementSingletonRenderer
 
StringColumnRenderer - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl
 
StringColumnRenderer() - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.columns.impl.StringColumnRenderer
 
StringDOMElementColumn - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.columns
 
StringDOMElementColumn(GridColumn.HeaderMetaData, TextBoxDOMElementFactory, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringDOMElementColumn
 
StringDOMElementColumn(List<GridColumn.HeaderMetaData>, TextBoxDOMElementFactory, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringDOMElementColumn
 
StringDOMElementSingletonColumn - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.columns
 
StringDOMElementSingletonColumn(GridColumn.HeaderMetaData, TextBoxSingletonDOMElementFactory, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringDOMElementSingletonColumn
 
StringDOMElementSingletonColumn(List<GridColumn.HeaderMetaData>, TextBoxSingletonDOMElementFactory, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringDOMElementSingletonColumn
 
StringPopupColumn - Class in org.uberfire.ext.wires.core.grids.client.widget.grid.columns
 
StringPopupColumn(List<GridColumn.HeaderMetaData>, GridColumnRenderer<String>, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringPopupColumn
 
StringPopupColumn(GridColumn.HeaderMetaData, GridColumnRenderer<String>, double) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.grid.columns.StringPopupColumn
 

T

TABLE_GRID - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
TABLE_TEXT - Static variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.impl.KIEColours
 
TextBoxDOMElement - Class in org.uberfire.ext.wires.core.grids.client.widget.dom.impl
A DOMElement for TextBoxes.
TextBoxDOMElement(TextBox, GridLayer, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.TextBoxDOMElement
 
TextBoxDOMElementFactory - Class in org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl
A DOMElement Factory for multi-instance TextBoxes.
TextBoxDOMElementFactory(GridLayer, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dom.multiple.impl.TextBoxDOMElementFactory
 
TextBoxSingletonDOMElementFactory - Class in org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl
A DOMElement Factory for single-instance TextBoxes.
TextBoxSingletonDOMElementFactory(GridLienzoPanel, GridLayer, GridWidget) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.TextBoxSingletonDOMElementFactory
 
theme - Variable in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRenderer
 
transform(GridBodyCellRenderContext) - Method in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
Transform the DOMElement based on the render context, such as scale and position.
TransformMediator - Interface in org.uberfire.ext.wires.core.grids.client.widget.layer.pinning
Defines a mediator that can mediate Transform applied to a Viewport.
transformToSelectedRanges(List<GridData.SelectedCell>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.DefaultSelectionsTransformer
 
transformToSelectedRanges(List<GridData.SelectedCell>) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.SelectionsTransformer
 

U

updateColumn(int, GridColumn<?>) - Method in interface org.uberfire.ext.wires.core.grids.client.model.GridData
Updates a column in the grid at the specified index.
updateColumn(int, GridColumn<?>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridData
 
updatePanelSize() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
updatePanelSize(Integer, Integer) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
 
updatePanelSize() - Method in interface org.uberfire.ext.wires.core.grids.client.widget.scrollbars.GridLienzoScrollable
 
updatePanelSize(Integer, Integer) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.scrollbars.GridLienzoScrollable
 
updatePinnedContext(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
 
updatePinnedContext(GridWidget) - Method in interface org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.GridPinnedModeManager
Updates the context to a different GridWidget and related translation.
updatePinnedContext(GridWidget) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.DefaultPinnedModeManager
 

V

value - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
 
value - Variable in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCellValue
 
valueOf(String) - Static method in enum org.uberfire.ext.wires.core.grids.client.model.GridCellEditAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.wires.core.grids.client.model.GridColumn.ColumnWidthMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState.GridWidgetHandlersOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperation.TriStateBoolean
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.wires.core.grids.client.widget.grid.selections.SelectionExtension
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.uberfire.ext.wires.core.grids.client.model.GridCellEditAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.wires.core.grids.client.model.GridColumn.ColumnWidthMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState.GridWidgetHandlersOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.wires.core.grids.client.widget.grid.impl.KeyboardOperation.TriStateBoolean
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.wires.core.grids.client.widget.grid.selections.SelectionExtension
Returns an array containing the constants of this enum type, in the order they are declared.

W

widget - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
widget - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory
 
widgetContainer - Variable in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement
 
withPaddingX(double) - Method in class org.uberfire.ext.wires.core.grids.client.util.GridHighlightHelper
 
withPaddingY(double) - Method in class org.uberfire.ext.wires.core.grids.client.util.GridHighlightHelper
 
withPinnedGrid() - Method in class org.uberfire.ext.wires.core.grids.client.util.GridHighlightHelper
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links
Uberfire Wires :: Core Grids 7.30.0.Final-redhat-00003

Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.