Interface CheckBoxColumnDefaultAppearance.CheckBoxColumnTemplates
-
- All Superinterfaces:
XTemplates
- Enclosing class:
- CheckBoxColumnDefaultAppearance
public static interface CheckBoxColumnDefaultAppearance.CheckBoxColumnTemplates 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
renderCell(CheckBoxColumnDefaultAppearance.CheckBoxColumnStyle style)
com.google.gwt.safehtml.shared.SafeHtml
renderHeader(CheckBoxColumnDefaultAppearance.CheckBoxColumnStyle style)
-
-
-
Method Detail
-
renderCell
@XTemplate("<div class=\'{style.rowChecker}\'> </div>") com.google.gwt.safehtml.shared.SafeHtml renderCell(CheckBoxColumnDefaultAppearance.CheckBoxColumnStyle style)
-
renderHeader
@XTemplate("<div class=\'{style.hdChecker}\'></div>") com.google.gwt.safehtml.shared.SafeHtml renderHeader(CheckBoxColumnDefaultAppearance.CheckBoxColumnStyle style)
-
-