org.drools.workbench.screens.guided.dtable.client.wizard.pages.cells
Class ConditionCell
java.lang.Object
com.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52>
org.drools.workbench.screens.guided.dtable.client.wizard.pages.cells.ConditionCell
- All Implemented Interfaces:
- com.google.gwt.cell.client.Cell<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52>, RequiresValidator
public class ConditionCell
- extends com.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52>
- implements RequiresValidator
A cell to display Conditions
Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell |
com.google.gwt.cell.client.Cell.Context |
Method Summary |
void |
render(com.google.gwt.cell.client.Cell.Context context,
org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52 value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
|
void |
setValidator(Validator validator)
|
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 |
ConditionCell
public ConditionCell()
setValidator
public void setValidator(Validator validator)
- Specified by:
setValidator
in interface RequiresValidator
render
public void render(com.google.gwt.cell.client.Cell.Context context,
org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52 value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
- Specified by:
render
in interface com.google.gwt.cell.client.Cell<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52>
- Specified by:
render
in class com.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.guided.dtable.shared.model.ConditionCol52>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.