public final class WebListStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
autoScrollToSelection
Whether should scroll list down to selection automatically or not.
|
static java.awt.Color |
background
List selection background.
|
static boolean |
decorateSelection
Whether should decorate selected and rollover cells or not.
|
static java.awt.Color |
foreground
List selection background.
|
static boolean |
highlightRolloverCell
Whether should highlight rollover cell or not.
|
static int |
selectionRound
Cells selection rounding.
|
static int |
selectionShadeWidth
Cells selection shade width.
|
| Constructor and Description |
|---|
WebListStyle() |
public static boolean decorateSelection
public static boolean highlightRolloverCell
public static int selectionRound
public static int selectionShadeWidth
public static boolean autoScrollToSelection
public static java.awt.Color foreground
public static java.awt.Color background