|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.extjs.gxt.ui.client.widget.Component
com.extjs.gxt.ui.client.widget.BoxComponent
com.extjs.gxt.ui.client.widget.SplitBar
public class SplitBar
Creates draggable splitter on the side of a widget.
| 入れ子クラス 概要 |
|---|
| クラス 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 |
| コンストラクタ 概要 | |
|---|---|
SplitBar(Style.LayoutRegion style,
BoxComponent resizeWidget)
Creates a new split bar. |
|
SplitBar(Style.LayoutRegion style,
BoxComponent resizeWidget,
BoxComponent container)
Creates a new split bar. |
|
| メソッド 概要 | |
|---|---|
int |
getBarWidth()
Returns the bar width. |
Draggable |
getDraggable()
Returns the split bar's draggable instance. |
int |
getHandleWidth()
Returns the handle width. |
int |
getMaxSize()
Returns the maxiumum size. |
int |
getMinSize()
|
Component |
getResizeWidget()
Returns the resize widget. |
int |
getXOffset()
Returns the x offset. |
int |
getYOffset()
Returns the y offset. |
boolean |
isAutoSize()
Returns the auto size state. |
void |
release()
Removes the split bar from the resize widget. |
void |
setAutoSize(boolean autoSize)
True to update the size of the the resize widget after a drag operation using a proxy (defaults to true). |
void |
setBarWidth(int barWidth)
Sets the width of drag proxy during resizing (defaults to 2). |
void |
setHandleWidth(int handleWidth)
Sets the width of the drag handles (defaults to 5). |
void |
setMaxSize(int maxSize)
Sets the maximum size of the resize widget (defaults to 2000). |
void |
setMinSize(int minSize)
Sets he minimum size of the resize widget (defaults to 10). |
void |
setXOffset(int xOffset)
The amount of pixels the bar should be offset to the left (defaults to 0). |
void |
setYOffset(int yOffset)
Sets the amount of pixels the bar should be offset to the top (defaults to 0). |
void |
sync()
|
| クラス 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 |
| コンストラクタ 詳細 |
|---|
public SplitBar(Style.LayoutRegion style,
BoxComponent resizeWidget)
style - the bar locationresizeWidget - the widget being resized
public SplitBar(Style.LayoutRegion style,
BoxComponent resizeWidget,
BoxComponent container)
style - the bar locationresizeWidget - the widget being resizedcontainer - the widget the split bar proxy will be sized to| メソッド 詳細 |
|---|
public int getBarWidth()
public Draggable getDraggable()
public int getHandleWidth()
public int getMaxSize()
public int getMinSize()
public Component getResizeWidget()
public int getXOffset()
public int getYOffset()
public boolean isAutoSize()
public void release()
public void setAutoSize(boolean autoSize)
autoSize - the auto size statepublic void setBarWidth(int barWidth)
barWidth - the bar widthpublic void setHandleWidth(int handleWidth)
handleWidth - the handle widthpublic void setMaxSize(int maxSize)
maxSize - the maximum sizepublic void setMinSize(int minSize)
minSize - the minimum sizepublic void setXOffset(int xOffset)
xOffset - the xOffset to setpublic void setYOffset(int yOffset)
yOffset - the yOffset to setpublic void sync()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||