|
|||||||||
| 前のクラス 次のクラス | フレーム フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.XDOM
public class XDOM
ブラウザのDocument Object Model (DOM)を操作するための追加の静的なメソッドを提供します。
DOM| フィールド 概要 | |
|---|---|
static boolean |
isVisibleBox
ブラウザが可視的なボックスを使用する場合はtrueを返します。 |
| メソッド 概要 | |
|---|---|
static com.google.gwt.user.client.Element |
create(java.lang.String html)
与えられたマークアップから要素を作成します。 |
static com.google.gwt.user.client.Element |
getBody()
body要素を返します。 |
static El |
getBodyEl()
body Elを返します。 |
static int |
getBodyScrollLeft()
body要素の水平方向のスクロールを返します。 |
static int |
getBodyScrollTop()
body要素の垂直方向のスクロールを返します。 |
static Rectangle |
getBounds(com.google.gwt.user.client.Element elem,
boolean content)
要素の境界を返します。 |
static com.google.gwt.user.client.Element |
getDocument()
document要素を返します。 |
static com.google.gwt.user.client.Element |
getElementById(java.lang.String id)
ユニークidで要素を返します。 |
static com.google.gwt.user.client.Element |
getHead()
HTMLのhead要素を返します。 |
static int |
getScrollBarWidth()
スクロールバーの幅を返します。 |
static int |
getTopZIndex()
上方のz-indexの値を増加して返します。 |
static java.lang.String |
getUniqueId()
ユニークidを返します。 |
static Size |
getViewportSize()
ビューポートのサイズを返します。 |
static void |
insertAfter(com.google.gwt.user.client.Element elem,
com.google.gwt.user.client.Element after)
DOM内の渡された要素の後にこの要素を挿入します。 |
static void |
reload()
ページをリロードします。 |
static void |
setStyleName(com.google.gwt.user.client.Element elem,
java.lang.String style)
要素のスタイル名を設定します。 |
| クラスjava.lang.Objectから継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールド 詳細 |
|---|
public static boolean isVisibleBox
| メソッド 詳細 |
|---|
public static com.google.gwt.user.client.Element create(java.lang.String html)
html - マークアップ
public static com.google.gwt.user.client.Element getBody()
public static El getBodyEl()
public static void reload()
public static int getBodyScrollLeft()
public static int getBodyScrollTop()
public static Rectangle getBounds(com.google.gwt.user.client.Element elem,
boolean content)
elem - 要素content - ボックスモデルに適用するためにはtrue
public static com.google.gwt.user.client.Element getDocument()
public static com.google.gwt.user.client.Element getElementById(java.lang.String id)
id - id
public static com.google.gwt.user.client.Element getHead()
public static int getScrollBarWidth()
public static int getTopZIndex()
public static java.lang.String getUniqueId()
public static Size getViewportSize()
public static void insertAfter(com.google.gwt.user.client.Element elem,
com.google.gwt.user.client.Element after)
elem - 要素after - 後に挿入する要素
public static void setStyleName(com.google.gwt.user.client.Element elem,
java.lang.String style)
elem - 要素style - スタイル名
|
|||||||||
| 前のクラス 次のクラス | フレーム フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||