com.alee.extended.date
Class WebDateFieldStyle

java.lang.Object
  extended by com.alee.extended.date.WebDateFieldStyle

public final class WebDateFieldStyle
extends java.lang.Object

WebDateField style class.

Author:
Mikle Garin

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

fieldMargin

public static java.awt.Insets fieldMargin
Field margin.


drawBorder

public static boolean drawBorder
Whether date field should be decorated with default border or not.


drawFocus

public static boolean drawFocus
Whether should draw date field focus or not.


round

public static int round
Decoration rounding.


shadeWidth

public static int shadeWidth
Decoration shade width.


margin

public static java.awt.Insets margin
Decorated date field margin.


undecoratedMargin

public static java.awt.Insets undecoratedMargin
Undecorated date field margin.


drawBackground

public static boolean drawBackground
Whether should fill decoration background or not.


webColored

public static boolean webColored
Whether should draw web-styled decoration background or not.


backgroundColor

public static java.awt.Color backgroundColor
Background color.


painter

public static Painter painter
Custom panel decoration painter. If set it will override WebLaF styling.

Constructor Detail

WebDateFieldStyle

public WebDateFieldStyle()