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

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.BluePlainTabPanelAppearance
All Implemented Interfaces:
PlainTabPanel.PlainTabPanelAppearance, TabPanel.TabPanelAppearance

public class BluePlainTabPanelAppearance
extends BlueTabPanelAppearance
implements PlainTabPanel.PlainTabPanelAppearance

A blue-colored appearance for PlainTabPanel. This appearance differs from BlueTabPanelAppearance in that it has a simplified tab strip.


Nested Class Summary
static interface BluePlainTabPanelAppearance.BluePlainTabPanelResources
           
static interface BluePlainTabPanelAppearance.BluePlainTabPanelStyle
           
static interface BluePlainTabPanelAppearance.PlainTabPanelTemplates
           
 
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
BluePlainTabPanelAppearance()
           
BluePlainTabPanelAppearance(BluePlainTabPanelAppearance.BluePlainTabPanelResources resources, BluePlainTabPanelAppearance.PlainTabPanelTemplates template, TabPanelBaseAppearance.ItemTemplate itemTemplate)
           
 
Method Summary
 void render(SafeHtmlBuilder builder)
           
 
Methods inherited from class com.sencha.gxt.theme.base.client.tabs.TabPanelBaseAppearance
createScrollers, getBar, getBody, getItemSelector, getScrollLeft, getScrollRight, getStrip, 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

BluePlainTabPanelAppearance

public BluePlainTabPanelAppearance()

BluePlainTabPanelAppearance

public BluePlainTabPanelAppearance(BluePlainTabPanelAppearance.BluePlainTabPanelResources resources,
                                   BluePlainTabPanelAppearance.PlainTabPanelTemplates 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.