com.extjs.gxt.ui.client
Class Style

java.lang.Object
  extended by com.extjs.gxt.ui.client.Style

public class Style
extends java.lang.Object

Defines GXT public constants and enumerations.

 

Nested Class Summary
static class Style.Direction
           
static class Style.HorizontalAlignment
          Horizontal alignment enumeration.
static class Style.LayoutRegion
          Layout out regions.
static class Style.Orientation
          Orientation enum.
static class Style.Scroll
          Scroll enumeration.
static class Style.ScrollDir
          Scroll direction enum.
static class Style.SelectionMode
          Selection mode enum.
static class Style.SortDir
          Sort direction enum.
static class Style.VerticalAlignment
          Vertical alignment enumerations.
 
Field Summary
static int DEFAULT
          Indicates that a default value should be used (value is -1).
static int NONE
          A constant known to be zero (0).
static java.lang.String UNDEFINED
          Constant for marking a string as undefined rather than null.
 
Constructor Summary
Style()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
A constant known to be zero (0).

See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
Indicates that a default value should be used (value is -1).

See Also:
Constant Field Values

UNDEFINED

public static final java.lang.String UNDEFINED
Constant for marking a string as undefined rather than null.

See Also:
Constant Field Values
Constructor Detail

Style

public Style()