|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.date.WebDateFieldStyle
public final class WebDateFieldStyle
WebDateField style class.
Field Summary | |
---|---|
static java.awt.Color |
backgroundColor
Background color. |
static boolean |
drawBackground
Whether should fill decoration background or not. |
static boolean |
drawBorder
Whether date field should be decorated with default border or not. |
static boolean |
drawFocus
Whether should draw date field focus or not. |
static java.awt.Insets |
fieldMargin
Field margin. |
static java.awt.Insets |
margin
Decorated date field margin. |
static Painter |
painter
Custom panel decoration painter. |
static int |
round
Decoration rounding. |
static int |
shadeWidth
Decoration shade width. |
static java.awt.Insets |
undecoratedMargin
Undecorated date field margin. |
static boolean |
webColored
Whether should draw web-styled decoration background or not. |
Constructor Summary | |
---|---|
WebDateFieldStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.awt.Insets fieldMargin
public static boolean drawBorder
public static boolean drawFocus
public static int round
public static int shadeWidth
public static java.awt.Insets margin
public static java.awt.Insets undecoratedMargin
public static boolean drawBackground
public static boolean webColored
public static java.awt.Color backgroundColor
public static Painter painter
Constructor Detail |
---|
public WebDateFieldStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |