org.mobicents.slee.container.management.console.client.log
Class ControlledTabedBar

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by com.google.gwt.user.client.ui.TabPanel
                  extended by org.mobicents.slee.container.management.console.client.log.ControlledTabedBar
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.SourcesTabEvents, com.google.gwt.user.client.ui.TabListener, CommonControl

public class ControlledTabedBar
extends com.google.gwt.user.client.ui.TabPanel
implements CommonControl

This class should be in common, but for now.... It accepts only widgets that implement CommonControll

Author:
baranowb

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

ControlledTabedBar

public ControlledTabedBar()
Method Detail

onHide

public void onHide()
Specified by:
onHide in interface CommonControl

onInit

public void onInit()
Specified by:
onInit in interface CommonControl

onShow

public void onShow()
Specified by:
onShow in interface CommonControl

add

public void add(com.google.gwt.user.client.ui.Widget w,
                java.lang.String tabText,
                boolean asHTML)
Overrides:
add in class com.google.gwt.user.client.ui.TabPanel

add

public void add(com.google.gwt.user.client.ui.Widget w,
                java.lang.String tabText)
Overrides:
add in class com.google.gwt.user.client.ui.TabPanel

add

public void add(com.google.gwt.user.client.ui.Widget w)
Specified by:
add in interface com.google.gwt.user.client.ui.HasWidgets
Overrides:
add in class com.google.gwt.user.client.ui.TabPanel

insert

public void insert(com.google.gwt.user.client.ui.Widget widget,
                   java.lang.String tabText,
                   boolean asHTML,
                   int beforeIndex)
Overrides:
insert in class com.google.gwt.user.client.ui.TabPanel

insert

public void insert(com.google.gwt.user.client.ui.Widget widget,
                   java.lang.String tabText,
                   int beforeIndex)
Overrides:
insert in class com.google.gwt.user.client.ui.TabPanel

removeTabListener

public void removeTabListener(com.google.gwt.user.client.ui.TabListener listener)
Specified by:
removeTabListener in interface com.google.gwt.user.client.ui.SourcesTabEvents
Overrides:
removeTabListener in class com.google.gwt.user.client.ui.TabPanel


Copyright © 2008. All Rights Reserved.