com.sencha.gxt.theme.blue.client.tabs
Class BluePlainTabPanelBottomAppearance

java.lang.Object
  extended by com.sencha.gxt.theme.base.client.tabs.TabPanelBaseAppearance
      extended by com.sencha.gxt.theme.blue.client.tabs.BlueTabPanelAppearance
          extended by com.sencha.gxt.theme.blue.client.tabs.BlueTabPanelBottomAppearance
              extended by com.sencha.gxt.theme.blue.client.tabs.BluePlainTabPanelBottomAppearance
All Implemented Interfaces:
PlainTabPanel.PlainTabPanelAppearance, TabPanel.TabPanelAppearance

public class BluePlainTabPanelBottomAppearance
extends BlueTabPanelBottomAppearance
implements PlainTabPanel.PlainTabPanelAppearance

A blue-coloured appearance for PlainTabPanel with tabs below the content area. This appearance differs from BlueTabPanelBottomAppearance in that it has a simplified tab strip.


Nested Class Summary
static interface BluePlainTabPanelBottomAppearance.PlainTabPanelBottomTemplates
           
 
Nested classes/interfaces inherited from class com.sencha.gxt.theme.blue.client.tabs.BlueTabPanelBottomAppearance
BlueTabPanelBottomAppearance.BottomTemplate
 
Nested classes/interfaces inherited from class com.sencha.gxt.theme.blue.client.tabs.BlueTabPanelAppearance
BlueTabPanelAppearance.BlueTabPanelResources, BlueTabPanelAppearance.BlueTabPanelStyle
 
Nested classes/interfaces inherited from class com.sencha.gxt.theme.base.client.tabs.TabPanelBaseAppearance
TabPanelBaseAppearance.ItemTemplate, TabPanelBaseAppearance.TabPanelResources, TabPanelBaseAppearance.TabPanelStyle, TabPanelBaseAppearance.Template
 
Constructor Summary
BluePlainTabPanelBottomAppearance()
           
BluePlainTabPanelBottomAppearance(BluePlainTabPanelAppearance.BluePlainTabPanelResources resources, BluePlainTabPanelBottomAppearance.PlainTabPanelBottomTemplates template, TabPanelBaseAppearance.ItemTemplate itemTemplate)
           
 
Method Summary
 void render(SafeHtmlBuilder builder)
           
 
Methods inherited from class com.sencha.gxt.theme.blue.client.tabs.BlueTabPanelBottomAppearance
getBar, getStrip
 
Methods inherited from class com.sencha.gxt.theme.base.client.tabs.TabPanelBaseAppearance
createScrollers, getBody, getItemSelector, getScrollLeft, getScrollRight, getStripEdge, getStripWrap, insert, isClose, onDeselect, onMouseOut, onMouseOver, onScrolling, onSelect, setItemWidth, updateItem, updateScrollButtons
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sencha.gxt.widget.core.client.TabPanel.TabPanelAppearance
createScrollers, getBar, getBody, getItemSelector, getScrollLeft, getScrollRight, getStripEdge, getStripWrap, insert, isClose, onDeselect, onMouseOut, onMouseOver, onScrolling, onSelect, setItemWidth, updateItem, updateScrollButtons
 

Constructor Detail

BluePlainTabPanelBottomAppearance

public BluePlainTabPanelBottomAppearance()

BluePlainTabPanelBottomAppearance

public BluePlainTabPanelBottomAppearance(BluePlainTabPanelAppearance.BluePlainTabPanelResources resources,
                                         BluePlainTabPanelBottomAppearance.PlainTabPanelBottomTemplates template,
                                         TabPanelBaseAppearance.ItemTemplate itemTemplate)
Method Detail

render

public void render(SafeHtmlBuilder builder)
Specified by:
render in interface TabPanel.TabPanelAppearance
Overrides:
render in class TabPanelBaseAppearance


Copyright © 2012. All Rights Reserved.