Interface BluePlainTabPanelBottomAppearance.PlainTabPanelBottomTemplates
-
- All Superinterfaces:
BlueTabPanelBottomAppearance.BottomTemplate
,TabPanelBaseAppearance.Template
,XTemplates
- Enclosing class:
- BluePlainTabPanelBottomAppearance
public static interface BluePlainTabPanelBottomAppearance.PlainTabPanelBottomTemplates extends BlueTabPanelBottomAppearance.BottomTemplate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.sencha.gxt.core.client.XTemplates
XTemplates.Formatter<T>, XTemplates.FormatterFactories, XTemplates.FormatterFactory, XTemplates.FormatterFactoryMethod, XTemplates.TemplateCondition, XTemplates.TemplateConditions, XTemplates.XTemplate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.safehtml.shared.SafeHtml
render(TabPanelBaseAppearance.TabPanelStyle style)
com.google.gwt.safehtml.shared.SafeHtml
renderPlain(BluePlainTabPanelAppearance.BluePlainTabPanelStyle style)
-
-
-
Method Detail
-
render
@XTemplate(source="TabPanelBottom.html") com.google.gwt.safehtml.shared.SafeHtml render(TabPanelBaseAppearance.TabPanelStyle style)
- Specified by:
render
in interfaceBlueTabPanelBottomAppearance.BottomTemplate
- Specified by:
render
in interfaceTabPanelBaseAppearance.Template
-
renderPlain
@XTemplate(source="PlainTabPanelBottom.html") com.google.gwt.safehtml.shared.SafeHtml renderPlain(BluePlainTabPanelAppearance.BluePlainTabPanelStyle style)
-
-