com.extjs.gxt.ui.client.widget
クラス Shadow

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.extjs.gxt.ui.client.widget.Component
              extended by com.extjs.gxt.ui.client.widget.BoxComponent
                  extended by com.extjs.gxt.ui.client.widget.Shadow
すべての実装インターフェース:
Observable, com.google.gwt.user.client.EventListener

public class Shadow
extends BoxComponent

A transparent shadow.


入れ子クラス 概要
static class Shadow.ShadowPosition
           
 
クラス com.google.gwt.user.client.ui.UIObject から継承された 入れ子クラス/インターフェース
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field 概要
 Rectangle adjusts
           
 
クラス com.google.gwt.user.client.ui.UIObject から継承されたフィールド(Fields)
DEBUG_ID_PREFIX
 
コンストラクタ 概要
Shadow(Shadow.ShadowPosition position)
          Creates a new shadow widget.
 
メソッド 概要
static Shadow pop()
          Returns a Shadow from the stack.
static void push(Shadow shadow)
          Pushes a shadow back onto the stack.
 void remove()
          Removes the shadow.
 void show(com.google.gwt.user.client.Element target)
           
 void show(com.google.gwt.user.client.ui.Widget widget)
           
 void sync(int l, int t, int width, int height)
           
 void sync(Rectangle rect)
           
 
クラス com.extjs.gxt.ui.client.widget.BoxComponent から継承されたメソッド
getBounds, getHeight, getHeight, getPosition, getShadow, getSize, getWidth, getWidth, isAutoHeight, isAutoWidth, isDeferHeight, isShim, setAutoHeight, setAutoWidth, setBounds, setBounds, setDeferHeight, setHeight, setHeight, setPagePosition, setPagePosition, setPixelSize, setPosition, setShadow, setShim, setSize, setSize, setWidth, setWidth
 
クラス com.extjs.gxt.ui.client.widget.Component から継承されたメソッド
addListener, addStyleName, addWidgetListener, disable, disableEvents, disableTextSelection, el, enable, enableEvents, fireEvent, fireEvent, fireEvent, fly, focus, getBaseStyle, getBorders, getData, getData, getElement, getId, getItemId, getModel, getState, getToolTip, hide, hideToolTip, isEnabled, isRendered, isVisible, onBrowserEvent, onComponentEvent, recalculate, removeAllListeners, removeFromParent, removeListener, removeStyleName, removeWidgetListener, render, render, saveState, setBorders, setData, setData, setElement, setEnabled, setEnableState, setId, setIntStyleAttribute, setItemId, setStyleAttribute, setStyleName, setTitle, setToolTip, setToolTip, setVisible, show, toString
 
クラス com.google.gwt.user.client.ui.Widget から継承されたメソッド
getParent, isAttached
 
クラス com.google.gwt.user.client.ui.UIObject から継承されたメソッド
addStyleDependentName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, removeStyleDependentName, setStylePrimaryName, setVisible, sinkEvents, unsinkEvents
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field 詳細

adjusts

public Rectangle adjusts
コンストラクタ 詳細

Shadow

public Shadow(Shadow.ShadowPosition position)
Creates a new shadow widget.

パラメータ:
position - the shadow position
メソッド 詳細

pop

public static Shadow pop()
Returns a Shadow from the stack.

戻り値:
the shadow

push

public static void push(Shadow shadow)
Pushes a shadow back onto the stack.

パラメータ:
shadow - the shadow

remove

public void remove()
Removes the shadow.


show

public void show(com.google.gwt.user.client.Element target)

show

public void show(com.google.gwt.user.client.ui.Widget widget)

sync

public void sync(int l,
                 int t,
                 int width,
                 int height)

sync

public void sync(Rectangle rect)