public class MultiColouredTheme extends Object implements GridRendererTheme
| Constructor and Description |
|---|
MultiColouredTheme() |
| 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.
|
String |
getName()
Returns a display name for the theme.
|
com.ait.lienzo.client.core.shape.MultiPath |
getSelector()
Delegates construction of the "selector" to sub-classes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHighlightedCellBackground, getPlaceholderTextpublic String getName()
GridRendererThemegetName in interface GridRendererThemepublic com.ait.lienzo.client.core.shape.MultiPath getSelector()
GridRendererThemegetSelector in interface GridRendererThemeMultiPath for the "selector"public com.ait.lienzo.client.core.shape.Rectangle getCellSelectorBorder()
GridRendererThemegetCellSelectorBorder in interface GridRendererThemeRectangle for the cell "selector"public com.ait.lienzo.client.core.shape.Rectangle getCellSelectorBackground()
GridRendererThemegetCellSelectorBackground in interface GridRendererThemeRectangle for the cell "selector"public com.ait.lienzo.client.core.shape.Rectangle getHeaderBackground(GridColumn<?> column)
GridRendererThemegetHeaderBackground in interface GridRendererThemecolumn - The column being rendered.Rectangle for the header's background.public com.ait.lienzo.client.core.shape.Rectangle getHeaderLinkBackground(GridColumn<?> column)
GridRendererThemegetHeaderLinkBackground in interface GridRendererThemecolumn - The column being rendered.Rectangle for a header's background for a "linked" column.public com.ait.lienzo.client.core.shape.MultiPath getHeaderGridLine()
GridRendererThemegetHeaderGridLine in interface GridRendererThemeMultiPath to be used to render the header's grid lines.public com.ait.lienzo.client.core.shape.Text getHeaderText()
GridRendererThemegetHeaderText in interface GridRendererThemeText used to render all text in the header.public com.ait.lienzo.client.core.shape.Rectangle getBodyBackground(GridColumn<?> column)
GridRendererThemegetBodyBackground in interface GridRendererThemecolumn - The column being rendered.Rectangle for the body's background.public com.ait.lienzo.client.core.shape.MultiPath getBodyGridLine()
GridRendererThemegetBodyGridLine in interface GridRendererThemeMultiPath to be used to render the body's grid lines.public com.ait.lienzo.client.core.shape.Text getBodyText()
GridRendererThemegetBodyText in interface GridRendererThemeText used to render all text in the body.public com.ait.lienzo.client.core.shape.Rectangle getGridBoundary()
GridRendererThemegetGridBoundary in interface GridRendererThemeRectangle for the Grid's boundary.public com.ait.lienzo.client.core.shape.Line getGridHeaderBodyDivider()
GridRendererThemegetGridHeaderBodyDivider in interface GridRendererThemeLine for the divider.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.