public final class WebTableStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
background
Table selection background.
|
static java.awt.Dimension |
cellsSpacing
Default spacing berween table cells
|
static int |
clickCountToStartEdit
Clicks required to start table cell editing.
|
static java.awt.Color |
foreground
Table selection background.
|
static java.awt.Color |
gridColor
Table selection background.
|
static int |
headerHeight
Default header height.
|
static java.awt.Insets |
headerMargin
Default header margin.
|
static int |
rowHeight
Default row height.
|
static java.awt.Color |
selectionBackground
Table selection background.
|
static java.awt.Color |
selectionForeground
Table selection background.
|
static boolean |
showHorizontalLines
Whether to show horizontal lines by default or not.
|
static boolean |
showVerticalLines
Whether to show vertical lines by default or not.
|
| Constructor and Description |
|---|
WebTableStyle() |
public static int headerHeight
public static java.awt.Insets headerMargin
public static int rowHeight
public static boolean showHorizontalLines
public static boolean showVerticalLines
public static java.awt.Dimension cellsSpacing
public static java.awt.Color gridColor
public static java.awt.Color foreground
public static java.awt.Color background
public static java.awt.Color selectionForeground
public static java.awt.Color selectionBackground
public static int clickCountToStartEdit