org.drools.guvnor.client.widgets.decoratedgrid
Class CheckboxCellImplIE

java.lang.Object
  extended by com.google.gwt.cell.client.AbstractCell<C>
      extended by com.google.gwt.cell.client.AbstractEditableCell<Boolean,Boolean>
          extended by org.drools.guvnor.client.widgets.decoratedgrid.CheckboxCellImpl
              extended by org.drools.guvnor.client.widgets.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 Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell
com.google.gwt.cell.client.Cell.Context
 
Constructor Summary
CheckboxCellImplIE()
          Construct a new CheckboxCellImplIE
 
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 org.drools.guvnor.client.widgets.decoratedgrid.CheckboxCellImpl
isEditing, render
 
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
 

Constructor Detail

CheckboxCellImplIE

public CheckboxCellImplIE()
Construct a new CheckboxCellImplIE

Method Detail

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-2011 JBoss Inc.. All Rights Reserved.