Class ActionSetFieldCell
- java.lang.Object
-
- com.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52>
-
- org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.cells.ActionSetFieldCell
-
- All Implemented Interfaces:
com.google.gwt.cell.client.Cell<org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52>,RequiresValidator
public class ActionSetFieldCell extends com.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52> implements RequiresValidator
A cell to display Actions
-
-
Constructor Summary
Constructors Constructor Description ActionSetFieldCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(com.google.gwt.cell.client.Cell.Context context, org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52 value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)voidsetValidator(Validator validator)
-
-
-
Method Detail
-
setValidator
public void setValidator(Validator validator)
- Specified by:
setValidatorin interfaceRequiresValidator
-
render
public void render(com.google.gwt.cell.client.Cell.Context context, org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52 value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)- Specified by:
renderin interfacecom.google.gwt.cell.client.Cell<org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52>- Specified by:
renderin classcom.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52>
-
-