|
||||||||||
| 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.google.gwt.user.client.ui.Composite
org.jboss.errai.workspaces.client.widgets.WSTabPanel
public class WSTabPanel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
WSTabPanel()
|
|
| Method Summary | |
|---|---|
void |
add(com.google.gwt.user.client.ui.Widget panel,
WSTab tab)
|
void |
addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<Integer> handler)
|
void |
clear()
|
int |
getActiveTab()
|
com.google.gwt.user.client.ui.DeckPanel |
getDeckPanel()
|
com.google.gwt.user.client.ui.Widget |
getWidget(int idx)
|
int |
getWidgetCount()
|
int |
getWidgetIndex(com.google.gwt.user.client.ui.Widget panel)
|
void |
insert(com.google.gwt.user.client.ui.Widget panel,
com.google.gwt.user.client.ui.Widget tab,
int beforeIndex)
|
protected void |
onAttach()
|
void |
pack()
|
void |
remove(int idx)
|
void |
remove(com.google.gwt.user.client.ui.Widget tab)
|
void |
selectTab(int idx)
|
void |
setPixelSize(int width,
int height)
|
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getWidget, initWidget, isAttached, onBrowserEvent, onDetach, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WSTabPanel()
| Method Detail |
|---|
public void addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<Integer> handler)
public void add(com.google.gwt.user.client.ui.Widget panel,
WSTab tab)
public void remove(com.google.gwt.user.client.ui.Widget tab)
public void remove(int idx)
public int getWidgetIndex(com.google.gwt.user.client.ui.Widget panel)
public int getWidgetCount()
public com.google.gwt.user.client.ui.Widget getWidget(int idx)
public void selectTab(int idx)
public int getActiveTab()
public void insert(com.google.gwt.user.client.ui.Widget panel,
com.google.gwt.user.client.ui.Widget tab,
int beforeIndex)
public com.google.gwt.user.client.ui.DeckPanel getDeckPanel()
public void pack()
public void setPixelSize(int width,
int height)
setPixelSize in class com.google.gwt.user.client.ui.UIObjectprotected void onAttach()
onAttach in class com.google.gwt.user.client.ui.Compositepublic void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||