org.drools.guvnor.client.widgets.tables
Class RuleEnabledStateCell

java.lang.Object
  extended by com.google.gwt.cell.client.AbstractCell<Boolean>
      extended by org.drools.guvnor.client.widgets.tables.RuleEnabledStateCell
All Implemented Interfaces:
com.google.gwt.cell.client.Cell<Boolean>

public class RuleEnabledStateCell
extends com.google.gwt.cell.client.AbstractCell<Boolean>

A Cell to display the 'state' of an Asset, i.e. whether it is enabled or disabled


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell
com.google.gwt.cell.client.Cell.Context
 
Field Summary
protected static Constants constants
           
protected static Images images
           
 
Constructor Summary
RuleEnabledStateCell()
           
 
Method Summary
 void render(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.AbstractCell
dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, onBrowserEvent, onEnterKeyDown, resetFocus, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

protected static final Constants constants

images

protected static final Images images
Constructor Detail

RuleEnabledStateCell

public RuleEnabledStateCell()
Method Detail

render

public void render(com.google.gwt.cell.client.Cell.Context context,
                   Boolean value,
                   com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
Specified by:
render in interface com.google.gwt.cell.client.Cell<Boolean>
Specified by:
render in class com.google.gwt.cell.client.AbstractCell<Boolean>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.