com.extjs.gxt.ui.client.widget.button
クラス ToolButton

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.button.IconButton
                      extended by com.extjs.gxt.ui.client.widget.button.ToolButton
すべての実装インターフェース:
Observable, com.google.gwt.user.client.EventListener

public class ToolButton
extends IconButton

A IconButton that supports a set of predefined styles.

Supported Styles:
.x-tool-close
.x-tool-minimize
.x-tool-maximize
.x-tool-restore
.x-tool-gear
.x-tool-pin
.x-tool-unpin
.x-tool-right
.x-tool-left
.x-tool-up
.x-tool-down
.x-tool-refresh
.x-tool-minus
.x-tool-plus
.x-tool-search
.x-tool-save
.x-tool-help


入れ子クラス 概要
 
クラス com.google.gwt.user.client.ui.UIObject から継承された 入れ子クラス/インターフェース
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field 概要
 
クラス com.google.gwt.user.client.ui.UIObject から継承されたフィールド(Fields)
DEBUG_ID_PREFIX
 
コンストラクタ 概要
ToolButton(java.lang.String style)
          Creates a new tool button.
ToolButton(java.lang.String style, SelectionListener listener)
          Creates a new tool button.
 
メソッド 概要
 
クラス com.extjs.gxt.ui.client.widget.button.IconButton から継承されたメソッド
addSelectionListener, changeStyle, onComponentEvent, removeSelectionListener
 
クラス 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, 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
 

コンストラクタ 詳細

ToolButton

public ToolButton(java.lang.String style)
Creates a new tool button.

パラメータ:
style - the button style

ToolButton

public ToolButton(java.lang.String style,
                  SelectionListener listener)
Creates a new tool button.

パラメータ:
style - the button style
listener - the click listener