|
||||||||||
| 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.WSTab
public class WSTab
A WorkspaceTab is the actual implementation of the rendered tabs along the top of the workspace.
| Nested Class Summary | |
|---|---|
class |
WSTab.WSTabCloseEvent<T>
|
| 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 | |
|---|---|
WSTab(String name,
com.google.gwt.user.client.ui.Widget widgetRef,
com.google.gwt.user.client.ui.Image tabIcon)
|
|
| Method Summary | |
|---|---|
void |
activate()
|
void |
addTabCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<WSTab> closeHandler)
|
void |
clearTabCloseHandlers()
|
com.google.gwt.user.client.ui.Image |
getIcon()
|
com.google.gwt.user.client.ui.Label |
getLabel()
|
TabDropController |
getTabDropController()
|
com.google.gwt.user.client.ui.Widget |
getWidgetRef()
|
boolean |
isActivated()
|
boolean |
isModified()
|
int |
remove()
|
void |
reset()
|
void |
setModified(boolean modified)
|
void |
setPanel(WSTabPanel panel)
|
void |
setWidgetRef(com.google.gwt.user.client.ui.Widget widgetRef)
|
String |
toString()
|
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getWidget, initWidget, isAttached, onAttach, 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, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WSTab(String name,
com.google.gwt.user.client.ui.Widget widgetRef,
com.google.gwt.user.client.ui.Image tabIcon)
| Method Detail |
|---|
public boolean isModified()
public void setModified(boolean modified)
public com.google.gwt.user.client.ui.Widget getWidgetRef()
public void setWidgetRef(com.google.gwt.user.client.ui.Widget widgetRef)
public void reset()
public String toString()
toString in class com.google.gwt.user.client.ui.UIObjectpublic TabDropController getTabDropController()
public com.google.gwt.user.client.ui.Label getLabel()
public com.google.gwt.user.client.ui.Image getIcon()
public boolean isActivated()
public void activate()
public int remove()
public void setPanel(WSTabPanel panel)
public void clearTabCloseHandlers()
public void addTabCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<WSTab> closeHandler)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||