- 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
-
- getAllRowHeights() - 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, List<Double>, 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
-
- 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
-
- getGridLienzoScrollHandler() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- 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.
- getRootPanel() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- 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.
- getRowOffset(GridRow, List<Double>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
-
- getRowOffset(int, List<Double>) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.grids.impl.BaseGridRendererHelper
-
- 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
-
- getSelectedCellOrigin(GridData, boolean) - Method in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.BaseKeyboardOperation
-
It retrieves the selected cell in GridData
model, which could be an header cell or a
simple one.
- 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
-
- GridLienzoPanel(DefaultGridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- GridLienzoPanel(int, int, DefaultGridLayer) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- GridLienzoPanel(LienzoPanel) - Constructor for class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- GridLienzoPanel(LienzoPanel, DefaultGridLayer) - 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.
- schedule(GridLayerRedrawManager.PrioritizedCommand) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLayerRedrawManager
-
- scheduleDeferred(Scheduler.ScheduledCommand) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- 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.dnd.GridWidgetDnDMouseMoveHandler
-
- 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
-
- setupDefaultGridLayer(DefaultGridLayer) - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- setupDefaultHandlers() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- 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
-
- setupDomElementContainer() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- setupPanels() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- setupRootPanel() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- setupScrollHandlers() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- setupScrollPanel() - Method in class org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel
-
- setValue(GridCellValue<T>) - Method in class org.uberfire.ext.wires.core.grids.client.model.impl.BaseGridCell
-
- 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
-