Interface FramedPanelBaseAppearance.FramedPanelTemplate
-
- All Superinterfaces:
ContentPanelBaseAppearance.ContentPanelTemplate
,XTemplates
- Enclosing class:
- FramedPanelBaseAppearance
public static interface FramedPanelBaseAppearance.FramedPanelTemplate extends ContentPanelBaseAppearance.ContentPanelTemplate
-
-
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(ContentPanelBaseAppearance.ContentPanelStyle style)
-
-
-
Method Detail
-
render
@XTemplate(source="FramedPanel.html") com.google.gwt.safehtml.shared.SafeHtml render(ContentPanelBaseAppearance.ContentPanelStyle style)
- Specified by:
render
in interfaceContentPanelBaseAppearance.ContentPanelTemplate
-
-