public class MaterialCheckBoxCell extends com.google.gwt.cell.client.AbstractEditableCell<Boolean,Boolean>
| Constructor and Description |
|---|
MaterialCheckBoxCell() |
MaterialCheckBoxCell(boolean isSelectBox)
Deprecated.
|
MaterialCheckBoxCell(boolean dependsOnSelection,
boolean handlesSelection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dependsOnSelection() |
boolean |
handlesSelection() |
boolean |
isEditing(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.dom.client.Element parent,
Boolean value) |
void |
onBrowserEvent(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.dom.client.Element parent,
Boolean value,
com.google.gwt.dom.client.NativeEvent event,
com.google.gwt.cell.client.ValueUpdater<Boolean> valueUpdater) |
void |
render(com.google.gwt.cell.client.Cell.Context context,
Boolean value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
clearViewData, getViewData, setViewDatapublic MaterialCheckBoxCell()
@Deprecated public MaterialCheckBoxCell(boolean isSelectBox)
public MaterialCheckBoxCell(boolean dependsOnSelection, boolean handlesSelection)
public boolean dependsOnSelection()
public boolean handlesSelection()
public boolean isEditing(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, Boolean value)
public void onBrowserEvent(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, Boolean value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<Boolean> valueUpdater)
Copyright © 2016. All rights reserved.