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.event.logical.shared.HasBeforeSelectionHandlers<java.lang.Integer>, com.google.gwt.event.logical.shared.HasSelectionHandlers<java.lang.Integer>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasAnimation, 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, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>, 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

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
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, addBeforeSelectionHandler, addSelectionHandler, addTabListener, clear, createTabTextWrapper, getDeckPanel, getTabBar, getWidget, getWidgetCount, getWidgetIndex, insert, isAnimationEnabled, iterator, onBeforeTabSelected, onEnsureDebugId, onTabSelected, remove, remove, selectTab, setAnimationEnabled
 
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
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, 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, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, 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
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

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 © 2012. All Rights Reserved.