|
||||||||||
| 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
com.google.gwt.user.client.ui.TabPanel
org.mobicents.slee.container.management.console.client.log.ControlledTabedBar
public class ControlledTabedBar
This class should be in common, but for now.... It accepts only widgets that implement CommonControll
| Constructor Summary | |
|---|---|
ControlledTabedBar()
|
|
| Method Summary | |
|---|---|
void |
add(com.google.gwt.user.client.ui.Widget w)
|
void |
add(com.google.gwt.user.client.ui.Widget w,
java.lang.String tabText)
|
void |
add(com.google.gwt.user.client.ui.Widget w,
java.lang.String tabText,
boolean asHTML)
|
void |
insert(com.google.gwt.user.client.ui.Widget widget,
java.lang.String tabText,
boolean asHTML,
int beforeIndex)
|
void |
insert(com.google.gwt.user.client.ui.Widget widget,
java.lang.String tabText,
int beforeIndex)
|
void |
onHide()
|
void |
onInit()
|
void |
onShow()
|
void |
removeTabListener(com.google.gwt.user.client.ui.TabListener listener)
|
| Methods inherited from class com.google.gwt.user.client.ui.TabPanel |
|---|
add, addTabListener, clear, getDeckPanel, getTabBar, getWidget, getWidgetCount, getWidgetIndex, insert, iterator, onBeforeTabSelected, onTabSelected, remove, remove, selectTab |
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getElement, getWidget, initWidget, isAttached, onAttach, onDetach, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
doAttachChildren, doDetachChildren, getParent, onBrowserEvent, onLoad, onUnload, removeFromParent, setElement |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ControlledTabedBar()
| Method Detail |
|---|
public void onHide()
onHide in interface CommonControlpublic void onInit()
onInit in interface CommonControlpublic void onShow()
onShow in interface CommonControl
public void add(com.google.gwt.user.client.ui.Widget w,
java.lang.String tabText,
boolean asHTML)
add in class com.google.gwt.user.client.ui.TabPanel
public void add(com.google.gwt.user.client.ui.Widget w,
java.lang.String tabText)
add in class com.google.gwt.user.client.ui.TabPanelpublic void add(com.google.gwt.user.client.ui.Widget w)
add in interface com.google.gwt.user.client.ui.HasWidgetsadd in class com.google.gwt.user.client.ui.TabPanel
public void insert(com.google.gwt.user.client.ui.Widget widget,
java.lang.String tabText,
boolean asHTML,
int beforeIndex)
insert in class com.google.gwt.user.client.ui.TabPanel
public void insert(com.google.gwt.user.client.ui.Widget widget,
java.lang.String tabText,
int beforeIndex)
insert in class com.google.gwt.user.client.ui.TabPanelpublic void removeTabListener(com.google.gwt.user.client.ui.TabListener listener)
removeTabListener in interface com.google.gwt.user.client.ui.SourcesTabEventsremoveTabListener in class com.google.gwt.user.client.ui.TabPanel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||