public class BaseExpressionGridTheme extends Object implements ScenarioGridRendererTheme
| Modifier and Type | Field and Description |
|---|---|
static String |
FONT_FAMILY_HEADER |
static String |
FONT_STYLE_BOLD |
static double |
SELECTOR_STROKE_WIDTH |
static double |
STROKE_WIDTH |
| Constructor and Description |
|---|
BaseExpressionGridTheme() |
| Modifier and Type | Method and Description |
|---|---|
com.ait.lienzo.client.core.shape.Rectangle |
getBodyBackground(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column) |
com.ait.lienzo.client.core.shape.Rectangle |
getBodyErrorBackground(org.uberfire.ext.wires.core.grids.client.model.GridCell<?> cell) |
com.ait.lienzo.client.core.shape.MultiPath |
getBodyGridLine() |
com.ait.lienzo.client.core.shape.Text |
getBodyText() |
com.ait.lienzo.client.core.shape.Rectangle |
getCellSelectorBackground() |
com.ait.lienzo.client.core.shape.Rectangle |
getCellSelectorBorder() |
com.ait.lienzo.client.core.shape.Text |
getErrorText() |
com.ait.lienzo.client.core.shape.Rectangle |
getGridBoundary() |
com.ait.lienzo.client.core.shape.Line |
getGridHeaderBodyDivider() |
com.ait.lienzo.client.core.shape.Rectangle |
getHeaderBackground(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column) |
com.ait.lienzo.client.core.shape.MultiPath |
getHeaderGridLine() |
com.ait.lienzo.client.core.shape.Rectangle |
getHeaderLinkBackground(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column) |
com.ait.lienzo.client.core.shape.Text |
getHeaderText() |
String |
getName() |
com.ait.lienzo.client.core.shape.MultiPath |
getSelector() |
public static final String FONT_FAMILY_HEADER
public static final String FONT_STYLE_BOLD
public static final double SELECTOR_STROKE_WIDTH
public static final double STROKE_WIDTH
public String getName()
getName in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.MultiPath getSelector()
getSelector in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.Rectangle getCellSelectorBorder()
getCellSelectorBorder in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.Rectangle getCellSelectorBackground()
getCellSelectorBackground in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.Rectangle getHeaderBackground(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column)
getHeaderBackground in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.Rectangle getHeaderLinkBackground(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column)
getHeaderLinkBackground in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.MultiPath getHeaderGridLine()
getHeaderGridLine in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.Text getHeaderText()
getHeaderText in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.Rectangle getBodyBackground(org.uberfire.ext.wires.core.grids.client.model.GridColumn<?> column)
getBodyBackground in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.MultiPath getBodyGridLine()
getBodyGridLine in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.Text getBodyText()
getBodyText in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.Rectangle getGridBoundary()
getGridBoundary in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.Line getGridHeaderBodyDivider()
getGridHeaderBodyDivider in interface org.uberfire.ext.wires.core.grids.client.widget.grid.renderers.themes.GridRendererThemepublic com.ait.lienzo.client.core.shape.Rectangle getBodyErrorBackground(org.uberfire.ext.wires.core.grids.client.model.GridCell<?> cell)
getBodyErrorBackground in interface ScenarioGridRendererThemepublic com.ait.lienzo.client.core.shape.Text getErrorText()
getErrorText in interface ScenarioGridRendererThemeCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.