public interface GridRendererTheme
| Modifier and Type | Method and Description |
|---|---|
com.ait.lienzo.client.core.shape.Rectangle |
getBodyBackground(GridColumn<?> column)
Delegates the Body's background Rectangle to sub-classes.
|
com.ait.lienzo.client.core.shape.MultiPath |
getBodyGridLine()
Delegates the Body's grid lines to sub-classes.
|
com.ait.lienzo.client.core.shape.Text |
getBodyText()
Delegates the Body's Text to sub-classes.
|
com.ait.lienzo.client.core.shape.Rectangle |
getCellSelectorBackground()
Delegates construction of the cell "selector" background to sub-classes.
|
com.ait.lienzo.client.core.shape.Rectangle |
getCellSelectorBorder()
Delegates construction of the cell "selector" border to sub-classes.
|
com.ait.lienzo.client.core.shape.Rectangle |
getGridBoundary()
Delegates construction of the Grids boundary to sub-classes.
|
com.ait.lienzo.client.core.shape.Line |
getGridHeaderBodyDivider()
Delegates construction of a divider between the Grids header and body to sub-classes.
|
com.ait.lienzo.client.core.shape.Rectangle |
getHeaderBackground(GridColumn<?> column)
Delegates the Header's background Rectangle to sub-classes.
|
com.ait.lienzo.client.core.shape.MultiPath |
getHeaderGridLine()
Delegates the Header's grid lines to sub-classes.
|
com.ait.lienzo.client.core.shape.Rectangle |
getHeaderLinkBackground(GridColumn<?> column)
Delegates the Header's background Rectangle, used for "linked" columns to sub-classes.
|
com.ait.lienzo.client.core.shape.Text |
getHeaderText()
Delegates the Header's Text to sub-classes.
|
default com.ait.lienzo.client.core.shape.Rectangle |
getHighlightedCellBackground()
Delegates the highlighted cell background Rectangle to sub-classes.
|
String |
getName()
Returns a display name for the theme.
|
default com.ait.lienzo.client.core.shape.Text |
getPlaceholderText()
Delegates the Body's Text to sub-classes.
|
com.ait.lienzo.client.core.shape.MultiPath |
getSelector()
Delegates construction of the "selector" to sub-classes.
|
String getName()
com.ait.lienzo.client.core.shape.MultiPath getSelector()
MultiPath for the "selector"com.ait.lienzo.client.core.shape.Rectangle getCellSelectorBorder()
Rectangle for the cell "selector"com.ait.lienzo.client.core.shape.Rectangle getCellSelectorBackground()
Rectangle for the cell "selector"com.ait.lienzo.client.core.shape.Rectangle getHeaderBackground(GridColumn<?> column)
column - The column being rendered.Rectangle for the header's background.com.ait.lienzo.client.core.shape.Rectangle getHeaderLinkBackground(GridColumn<?> column)
column - The column being rendered.Rectangle for a header's background for a "linked" column.com.ait.lienzo.client.core.shape.MultiPath getHeaderGridLine()
MultiPath to be used to render the header's grid lines.com.ait.lienzo.client.core.shape.Text getHeaderText()
Text used to render all text in the header.com.ait.lienzo.client.core.shape.Rectangle getBodyBackground(GridColumn<?> column)
column - The column being rendered.Rectangle for the body's background.com.ait.lienzo.client.core.shape.MultiPath getBodyGridLine()
MultiPath to be used to render the body's grid lines.com.ait.lienzo.client.core.shape.Text getBodyText()
Text used to render all text in the body.com.ait.lienzo.client.core.shape.Rectangle getGridBoundary()
Rectangle for the Grid's boundary.com.ait.lienzo.client.core.shape.Line getGridHeaderBodyDivider()
Line for the divider.default com.ait.lienzo.client.core.shape.Text getPlaceholderText()
Text used to render the placeholder in the body.default com.ait.lienzo.client.core.shape.Rectangle getHighlightedCellBackground()
Rectangle for the cell's highlight background.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.