Class CheckboxCellImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisReadOnly
-
Constructor Summary
Constructors Constructor Description CheckboxCellImpl(boolean isReadOnly)Construct a newCheckboxCellImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEditing(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, Boolean value)voidonBrowserEvent(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)voidrender(com.google.gwt.cell.client.Cell.Context context, Boolean value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)-
Methods inherited from class com.google.gwt.cell.client.AbstractEditableCell
clearViewData, getViewData, setViewData
-
-
-
-
Constructor Detail
-
CheckboxCellImpl
public CheckboxCellImpl(boolean isReadOnly)
Construct a newCheckboxCellImpl
-
-
Method Detail
-
isEditing
public boolean isEditing(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, Boolean value)
-
onBrowserEvent
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)
-
-