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

GXTのpublicな定数と列挙子を定義します。


入れ子クラス 概要
static class Style.Direction
           
static class Style.HorizontalAlignment
          水平方向のアラインメントの列挙子
static class Style.LayoutRegion
          レイアウトの外の範囲
static class Style.Orientation
          方向のenum
static class Style.Scroll
          スクロールの列挙子
static class Style.ScrollDir
          スクロール方向のenum
static class Style.SelectionMode
          選択モードのenum
static class Style.SortDir
          ソート方向のenum
static class Style.VerticalAlignment
          水平方向のアラインメントの列挙子
 
フィールド 概要
static int DEFAULT
          デフォルトの値が使用されることを示します(値:-1)。
static int NONE
          ゼロ(0)であることが知られている定数
static java.lang.String UNDEFINED
          nullよりも定義されていない文字列を作成する定数
 
コンストラクタ 概要
Style()
           
 
メソッド 概要
 
クラスjava.lang.Objectから継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールド 詳細

NONE

public static final int NONE
ゼロ(0)であると知られている定数

関連項目:
Constant Field Values

DEFAULT

public static final int DEFAULT
デフォルトの値が使用されることを示します(値:-1)。

関連項目:
Constant Field Values

UNDEFINED

public static final java.lang.String UNDEFINED
nullよりも定義されていない文字列を作成する定数

関連項目:
Constant Field Values
コンストラクタ 詳細

Style

public Style()