Interface TabPanelBaseAppearance.ItemTemplate
-
- All Superinterfaces:
XTemplates
- Enclosing class:
- TabPanelBaseAppearance
public static interface TabPanelBaseAppearance.ItemTemplate extends XTemplates
-
-
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, TabItemConfig config)
-
-
-
Method Detail
-
render
@XTemplate(source="TabItem.html") com.google.gwt.safehtml.shared.SafeHtml render(TabPanelBaseAppearance.TabPanelStyle style, TabItemConfig config)
-
-