org.kuali.student.common.ui.client.widgets.impl
Class KSTabPanelImpl

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 org.kuali.student.common.ui.client.widgets.KSTabPanelAbstract
                  extended by org.kuali.student.common.ui.client.widgets.impl.KSTabPanelImpl
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener

Deprecated.

@Deprecated
public class KSTabPanelImpl
extends KSTabPanelAbstract


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
private  com.google.gwt.user.client.ui.DecoratedTabPanel panel
          Deprecated.  
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
KSTabPanelImpl()
          Deprecated.  
 
Method Summary
 void addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<Integer> handler)
          Deprecated.  
 void addStyleName(String style)
          Deprecated.  
 void addTab(com.google.gwt.user.client.ui.Widget w, String tabText)
          Deprecated.  
 void addTab(com.google.gwt.user.client.ui.Widget w, com.google.gwt.user.client.ui.Widget tab)
          Deprecated.  
 int getTabCount()
          Deprecated.  
 int getWidgetIndex(com.google.gwt.user.client.ui.Widget widget)
          Deprecated.  
 boolean removeTab(int index)
          Deprecated.  
 void removeTab(com.google.gwt.user.client.ui.Widget widget)
          Deprecated.  
 void selectTab(int index)
          Deprecated.  
 
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, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, 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
 

Field Detail

panel

private final com.google.gwt.user.client.ui.DecoratedTabPanel panel
Deprecated. 
Constructor Detail

KSTabPanelImpl

public KSTabPanelImpl()
Deprecated. 
Method Detail

addTab

public void addTab(com.google.gwt.user.client.ui.Widget w,
                   String tabText)
Deprecated. 
Specified by:
addTab in class KSTabPanelAbstract

addTab

public void addTab(com.google.gwt.user.client.ui.Widget w,
                   com.google.gwt.user.client.ui.Widget tab)
Deprecated. 
Specified by:
addTab in class KSTabPanelAbstract

removeTab

public boolean removeTab(int index)
Deprecated. 
Specified by:
removeTab in class KSTabPanelAbstract

removeTab

public void removeTab(com.google.gwt.user.client.ui.Widget widget)
Deprecated. 
Specified by:
removeTab in class KSTabPanelAbstract

selectTab

public void selectTab(int index)
Deprecated. 
Specified by:
selectTab in class KSTabPanelAbstract

getTabCount

public int getTabCount()
Deprecated. 
Specified by:
getTabCount in class KSTabPanelAbstract

addStyleName

public void addStyleName(String style)
Deprecated. 
Specified by:
addStyleName in class KSTabPanelAbstract

addSelectionHandler

public void addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<Integer> handler)
Deprecated. 
Specified by:
addSelectionHandler in class KSTabPanelAbstract

getWidgetIndex

public int getWidgetIndex(com.google.gwt.user.client.ui.Widget widget)
Deprecated. 
Specified by:
getWidgetIndex in class KSTabPanelAbstract


Copyright © 2010 The Kuali Foundation. All rights reserved.