public class Css3CheckBoxColumnAppearance extends Object implements com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel.CheckBoxColumnAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
Css3CheckBoxColumnAppearance.CheckBoxColumnResources |
static interface |
Css3CheckBoxColumnAppearance.CheckBoxColumnStyle |
static interface |
Css3CheckBoxColumnAppearance.CheckBoxColumnTemplates |
| Constructor and Description |
|---|
Css3CheckBoxColumnAppearance() |
Css3CheckBoxColumnAppearance(Css3CheckBoxColumnAppearance.CheckBoxColumnResources resources,
Css3CheckBoxColumnAppearance.CheckBoxColumnTemplates template) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCellClassName() |
String |
getCellInnerClassName() |
boolean |
isHeaderChecked(com.sencha.gxt.core.client.dom.XElement header) |
boolean |
isRowChecker(com.sencha.gxt.core.client.dom.XElement target) |
void |
onHeaderChecked(com.sencha.gxt.core.client.dom.XElement header,
boolean checked) |
void |
renderCellCheckBox(com.google.gwt.cell.client.Cell.Context context,
Object value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
com.google.gwt.safehtml.shared.SafeHtml |
renderHeadCheckBox() |
public Css3CheckBoxColumnAppearance()
public Css3CheckBoxColumnAppearance(Css3CheckBoxColumnAppearance.CheckBoxColumnResources resources, Css3CheckBoxColumnAppearance.CheckBoxColumnTemplates template)
public String getCellClassName()
getCellClassName in interface com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel.CheckBoxColumnAppearancepublic void renderCellCheckBox(com.google.gwt.cell.client.Cell.Context context,
Object value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
renderCellCheckBox in interface com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel.CheckBoxColumnAppearancepublic com.google.gwt.safehtml.shared.SafeHtml renderHeadCheckBox()
renderHeadCheckBox in interface com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel.CheckBoxColumnAppearancepublic void onHeaderChecked(com.sencha.gxt.core.client.dom.XElement header,
boolean checked)
onHeaderChecked in interface com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel.CheckBoxColumnAppearancepublic boolean isHeaderChecked(com.sencha.gxt.core.client.dom.XElement header)
isHeaderChecked in interface com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel.CheckBoxColumnAppearancepublic boolean isRowChecker(com.sencha.gxt.core.client.dom.XElement target)
isRowChecker in interface com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel.CheckBoxColumnAppearancepublic String getCellInnerClassName()
getCellInnerClassName in interface com.sencha.gxt.widget.core.client.grid.CheckBoxSelectionModel.CheckBoxColumnAppearanceCopyright © 2021. All Rights Reserved.