public class GreenTheme extends Object implements GridRendererTheme
Constructor and Description |
---|
GreenTheme() |
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, wait
getHighlightedCellBackground, getPlaceholderText
public String getName()
GridRendererTheme
getName
in interface GridRendererTheme
public com.ait.lienzo.client.core.shape.MultiPath getSelector()
GridRendererTheme
getSelector
in interface GridRendererTheme
MultiPath
for the "selector"public com.ait.lienzo.client.core.shape.Rectangle getCellSelectorBorder()
GridRendererTheme
getCellSelectorBorder
in interface GridRendererTheme
Rectangle
for the cell "selector"public com.ait.lienzo.client.core.shape.Rectangle getCellSelectorBackground()
GridRendererTheme
getCellSelectorBackground
in interface GridRendererTheme
Rectangle
for the cell "selector"public com.ait.lienzo.client.core.shape.Rectangle getHeaderBackground(GridColumn<?> column)
GridRendererTheme
getHeaderBackground
in interface GridRendererTheme
column
- The column being rendered.Rectangle
for the header's background.public com.ait.lienzo.client.core.shape.Rectangle getHeaderLinkBackground(GridColumn<?> column)
GridRendererTheme
getHeaderLinkBackground
in interface GridRendererTheme
column
- The column being rendered.Rectangle
for a header's background for a "linked" column.public com.ait.lienzo.client.core.shape.MultiPath getHeaderGridLine()
GridRendererTheme
getHeaderGridLine
in interface GridRendererTheme
MultiPath
to be used to render the header's grid lines.public com.ait.lienzo.client.core.shape.Text getHeaderText()
GridRendererTheme
getHeaderText
in interface GridRendererTheme
Text
used to render all text in the header.public com.ait.lienzo.client.core.shape.Rectangle getBodyBackground(GridColumn<?> column)
GridRendererTheme
getBodyBackground
in interface GridRendererTheme
column
- The column being rendered.Rectangle
for the body's background.public com.ait.lienzo.client.core.shape.MultiPath getBodyGridLine()
GridRendererTheme
getBodyGridLine
in interface GridRendererTheme
MultiPath
to be used to render the body's grid lines.public com.ait.lienzo.client.core.shape.Text getBodyText()
GridRendererTheme
getBodyText
in interface GridRendererTheme
Text
used to render all text in the body.public com.ait.lienzo.client.core.shape.Rectangle getGridBoundary()
GridRendererTheme
getGridBoundary
in interface GridRendererTheme
Rectangle
for the Grid's boundary.public com.ait.lienzo.client.core.shape.Line getGridHeaderBodyDivider()
GridRendererTheme
getGridHeaderBodyDivider
in interface GridRendererTheme
Line
for the divider.Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.