Uses of Class
com.sencha.gxt.core.client.XTemplates.XTemplate

Packages that use XTemplates.XTemplate
com.sencha.gxt.core.client.dom Core utilities. 
com.sencha.gxt.dnd.core.client Drag and drop framework. 
com.sencha.gxt.theme.base.client.button   
com.sencha.gxt.theme.base.client.colorpalette   
com.sencha.gxt.theme.base.client.container   
com.sencha.gxt.theme.base.client.field   
com.sencha.gxt.theme.base.client.frame   
com.sencha.gxt.theme.base.client.grid   
com.sencha.gxt.theme.base.client.menu   
com.sencha.gxt.theme.base.client.panel   
com.sencha.gxt.theme.base.client.progress   
com.sencha.gxt.theme.base.client.slider   
com.sencha.gxt.theme.base.client.status   
com.sencha.gxt.theme.base.client.statusproxy   
com.sencha.gxt.theme.base.client.tabs   
com.sencha.gxt.theme.base.client.tips   
com.sencha.gxt.theme.base.client.toolbar   
com.sencha.gxt.theme.base.client.widget   
com.sencha.gxt.theme.blue.client.button   
com.sencha.gxt.theme.blue.client.tabs   
 

Uses of XTemplates.XTemplate in com.sencha.gxt.core.client.dom
 

Methods in com.sencha.gxt.core.client.dom with annotations of type XTemplates.XTemplate
 SafeHtml Layer.LayerTemplatesIe.shadow(Layer.LayerStyleIe style, String ignoreClass)
           
 SafeHtml Layer.LayerTemplates.shadow(Layer.LayerStyle style, String ignoreClass)
           
 SafeHtml Mask.MessageTemplates.template(Mask.MaskDefaultAppearance.MaskStyle style, String message)
           
 SafeHtml Layer.ShimTemplates.template(String shimClass, String ignoreClass)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.dnd.core.client
 

Methods in com.sencha.gxt.dnd.core.client with annotations of type XTemplates.XTemplate
 SafeHtml Insert.DefaultInsertAppearance.Template.render(Insert.DefaultInsertAppearance.InsertStyle style)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.button
 

Methods in com.sencha.gxt.theme.base.client.button with annotations of type XTemplates.XTemplate
 SafeHtml ButtonCellBaseAppearance.ButtonCellTemplates.icon(String iconWrapClass, SafeHtml imageHtml)
           
 SafeHtml ButtonCellBaseAppearance.ButtonCellTemplates.iconWithStyles(String iconWrapClass, com.google.gwt.safecss.shared.SafeStyles imageStyles, SafeHtml imageHtml)
           
 SafeHtml ButtonCellBaseAppearance.ButtonCellTemplates.outer(String cls, com.google.gwt.safecss.shared.SafeStyles styles)
           
 SafeHtml IconButtonBaseAppearance.Template.render(IconButtonBaseAppearance.IconButtonStyle style)
           
 SafeHtml ButtonCellBaseAppearance.ButtonCellTemplates.textWithStyles(String textClass, com.google.gwt.safecss.shared.SafeStyles textStyles, SafeHtml text)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.colorpalette
 

Methods in com.sencha.gxt.theme.base.client.colorpalette with annotations of type XTemplates.XTemplate
 SafeHtml ColorPaletteBaseAppearance.BaseColorPaletteTemplate.cellTemplate(ColorPaletteBaseAppearance.ColorPaletteStyle style, String ariaLabel, String uniqueId, int row, int col, String color, com.google.gwt.safecss.shared.SafeStyles colorStyle, String selected)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.container
 

Methods in com.sencha.gxt.theme.base.client.container with annotations of type XTemplates.XTemplate
 SafeHtml CssFloatLayoutBaseAppearance.CssFloatLayoutTemplate.render(CssFloatLayoutBaseAppearance.CssFloatLayoutStyle style)
           
 SafeHtml PortalLayoutBaseAppearance.PortalLayoutTemplate.render(PortalLayoutBaseAppearance.PortalLayoutStyle style)
           
 SafeHtml BoxLayoutBaseAppearance.BoxLayoutTemplate.template(BoxLayoutBaseAppearance.BoxLayoutStyle style)
           
 SafeHtml ViewportBaseAppearance.ViewportTemplate.template(ViewportBaseAppearance.ViewportStyle style)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.field
 

Methods in com.sencha.gxt.theme.base.client.field with annotations of type XTemplates.XTemplate
 SafeHtml ErrorTipBaseAppearance.ErrorTipTemplate.render(ErrorTipBaseAppearance.ErrorTipStyle style)
           
 SafeHtml FieldSetDefaultAppearance.Template.render(FieldSetDefaultAppearance.FieldSetStyle style)
           
 SafeHtml FileUploadDefaultAppearance.FileUploadTemplate.render(FileUploadDefaultAppearance.FileUploadStyle style)
           
 SafeHtml FieldLabelDefaultAppearance.FieldLabelTemplate.render(String id, FieldLabelDefaultAppearance.Style style, com.google.gwt.safecss.shared.SafeStyles fieldLabelStyles, com.google.gwt.safecss.shared.SafeStyles fieldElementStyles)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.frame
 

Methods in com.sencha.gxt.theme.base.client.frame with annotations of type XTemplates.XTemplate
 SafeHtml DivFrame.Template.render(DivFrame.DivFrameStyle style, SafeHtml content)
           
 SafeHtml NestedDivFrame.Template.render(NestedDivFrame.NestedDivFrameStyle style, SafeHtml content)
           
 SafeHtml TableFrame.Template.render(TableFrame.TableFrameStyle style, Frame.FrameOptions options, SafeHtml content)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.grid
 

Methods in com.sencha.gxt.theme.base.client.grid with annotations of type XTemplates.XTemplate
 SafeHtml ColumnHeaderBaseAppearance.ColumnHeaderTemplate.render(ColumnHeaderBaseAppearance.ColumnHeaderStyle style)
           
 SafeHtml GridBaseAppearance.GridTemplates.render(GridBaseAppearance.GridStyle style)
           
 SafeHtml RowEditorBaseAppearance.Template.render(RowEditorBaseAppearance.RowEditorStyle style)
           
 SafeHtml GroupingViewBaseAppearance.DefaultHeaderTemplate.renderGroupHeader(GroupingView.GroupingData groupInfo)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.menu
 

Methods in com.sencha.gxt.theme.base.client.menu with annotations of type XTemplates.XTemplate
 SafeHtml MenuBaseAppearance.BaseMenuTemplate.template(MenuBaseAppearance.MenuStyle style, String ignoreClass)
           
 SafeHtml MenuItemBaseAppearance.MenuItemTemplate.template(MenuItemBaseAppearance.MenuItemStyle style)
           
 SafeHtml SeparatorMenuItemBaseAppearance.SeparatorMenuItemTemplate.template(SeparatorMenuItemBaseAppearance.SeparatorMenuItemStyle style)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.panel
 

Methods in com.sencha.gxt.theme.base.client.panel with annotations of type XTemplates.XTemplate
 SafeHtml FramedPanelBaseAppearance.Template.render(ContentPanelBaseAppearance.ContentPanelStyle style)
           
 SafeHtml ContentPanelBaseAppearance.ContentPanelTemplate.render(ContentPanelBaseAppearance.ContentPanelStyle style)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.progress
 

Methods in com.sencha.gxt.theme.base.client.progress with annotations of type XTemplates.XTemplate
 SafeHtml ProgressBarDefaultAppearance.ProgressBarTemplate.render(SafeHtml text, ProgressBarDefaultAppearance.ProgressBarStyle style, com.google.gwt.safecss.shared.SafeStyles progressBarStyles, com.google.gwt.safecss.shared.SafeStyles progressTextStyles, com.google.gwt.safecss.shared.SafeStyles widthStyles)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.slider
 

Methods in com.sencha.gxt.theme.base.client.slider with annotations of type XTemplates.XTemplate
 SafeHtml SliderVerticalBaseAppearance.SliderVerticalTemplate.template(SliderBaseAppearance.SliderStyle style, com.google.gwt.safecss.shared.SafeStyles offset, com.google.gwt.safecss.shared.SafeStyles innerHeight)
           
 SafeHtml SliderHorizontalBaseAppearance.SliderHorizontalTemplate.template(SliderBaseAppearance.SliderStyle style, com.google.gwt.safecss.shared.SafeStyles width, com.google.gwt.safecss.shared.SafeStyles offset)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.status
 

Methods in com.sencha.gxt.theme.base.client.status with annotations of type XTemplates.XTemplate
 SafeHtml BoxStatusBaseAppearance.BoxTemplate.render(BoxStatusBaseAppearance.BoxStatusStyle style)
           
 SafeHtml StatusBaseAppearance.Template.template(StatusBaseAppearance.StatusStyle style)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.statusproxy
 

Methods in com.sencha.gxt.theme.base.client.statusproxy with annotations of type XTemplates.XTemplate
 SafeHtml StatusProxyBaseAppearance.StatusProxyTemplates.template(StatusProxyBaseAppearance.StatusProxyStyle style)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.tabs
 

Methods in com.sencha.gxt.theme.base.client.tabs with annotations of type XTemplates.XTemplate
 SafeHtml TabPanelBaseAppearance.Template.render(TabPanelBaseAppearance.TabPanelStyle style)
           
 SafeHtml TabPanelBaseAppearance.ItemTemplate.render(TabPanelBaseAppearance.TabPanelStyle style, TabItemConfig config)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.tips
 

Methods in com.sencha.gxt.theme.base.client.tips with annotations of type XTemplates.XTemplate
 SafeHtml TipBaseAppearance.TipDefaultTemplate.render(TipBaseAppearance.TipStyle style)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.toolbar
 

Methods in com.sencha.gxt.theme.base.client.toolbar with annotations of type XTemplates.XTemplate
 SafeHtml LabelToolItemBaseAppearance.Template.render(LabelToolItemBaseAppearance.LabelToolItemStyle style)
           
 SafeHtml SeparatorToolItemBaseAppearance.Template.render(SeparatorToolItemBaseAppearance.SeparatorToolItemStyle style)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.base.client.widget
 

Methods in com.sencha.gxt.theme.base.client.widget with annotations of type XTemplates.XTemplate
 SafeHtml HeaderBaseAppearance.Template.render(HeaderBaseAppearance.HeaderStyle style)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.blue.client.button
 

Methods in com.sencha.gxt.theme.blue.client.button with annotations of type XTemplates.XTemplate
 SafeHtml BlueButtonGroupAppearance.GroupTemplate.render(BlueButtonGroupAppearance.BlueButtonGroupStyle style)
           
 

Uses of XTemplates.XTemplate in com.sencha.gxt.theme.blue.client.tabs
 

Methods in com.sencha.gxt.theme.blue.client.tabs with annotations of type XTemplates.XTemplate
 SafeHtml BlueTabPanelBottomAppearance.BottomTemplate.render(TabPanelBaseAppearance.TabPanelStyle style)
           
 SafeHtml BluePlainTabPanelBottomAppearance.PlainTabPanelBottomTemplates.render(TabPanelBaseAppearance.TabPanelStyle style)
           
 SafeHtml BluePlainTabPanelAppearance.PlainTabPanelTemplates.render(TabPanelBaseAppearance.TabPanelStyle style)
           
 SafeHtml BluePlainTabPanelBottomAppearance.PlainTabPanelBottomTemplates.renderPlain(BluePlainTabPanelAppearance.BluePlainTabPanelStyle style)
           
 SafeHtml BluePlainTabPanelAppearance.PlainTabPanelTemplates.renderPlain(BluePlainTabPanelAppearance.BluePlainTabPanelStyle style)
           
 



Copyright © 2012. All Rights Reserved.