org.drools.guvnor.client.widgets.drools.decoratedgrid
Class CheckboxCellImplIE
java.lang.Object
com.google.gwt.cell.client.AbstractCell<C>
com.google.gwt.cell.client.AbstractEditableCell<Boolean,Boolean>
org.drools.guvnor.client.widgets.drools.decoratedgrid.CheckboxCellImpl
org.drools.guvnor.client.widgets.drools.decoratedgrid.CheckboxCellImplIE
- All Implemented Interfaces:
- com.google.gwt.cell.client.Cell<Boolean>
public class CheckboxCellImplIE
- extends CheckboxCellImpl
A Cell used to render a checkbox. The value of the checkbox may be
toggled using the ENTER key as well as via mouse click. This implementation
is specific to the Internet Explorer family of web-browsers as the mouse
interaction needs to be handled as click events not change events.
| Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell |
com.google.gwt.cell.client.Cell.Context |
|
Method Summary |
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)
|
| Methods inherited from class com.google.gwt.cell.client.AbstractEditableCell |
clearViewData, getViewData, setViewData |
| Methods inherited from class com.google.gwt.cell.client.AbstractCell |
dependsOnSelection, getConsumedEvents, handlesSelection, onEnterKeyDown, resetFocus, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckboxCellImplIE
public CheckboxCellImplIE()
- Construct a new
CheckboxCellImplIE
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)
- Specified by:
onBrowserEvent in interface com.google.gwt.cell.client.Cell<Boolean>- Overrides:
onBrowserEvent in class CheckboxCellImpl
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.