org.drools.guvnor.client.widgets.drools.wizards.assets.decisiontable.cells
Class PatternCell
java.lang.Object
com.google.gwt.cell.client.AbstractCell<org.drools.ide.common.client.modeldriven.dt52.Pattern52>
org.drools.guvnor.client.widgets.drools.wizards.assets.decisiontable.cells.PatternCell
- All Implemented Interfaces:
- com.google.gwt.cell.client.Cell<org.drools.ide.common.client.modeldriven.dt52.Pattern52>
- Direct Known Subclasses:
- ActionSetFieldPatternCell, ConditionPatternCell
public class PatternCell
- extends com.google.gwt.cell.client.AbstractCell<org.drools.ide.common.client.modeldriven.dt52.Pattern52>
A cell to display a Fact Pattern
| Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell |
com.google.gwt.cell.client.Cell.Context |
|
Method Summary |
protected String |
getCssStyleName(org.drools.ide.common.client.modeldriven.dt52.Pattern52 p)
|
void |
render(com.google.gwt.cell.client.Cell.Context context,
org.drools.ide.common.client.modeldriven.dt52.Pattern52 pattern,
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 |
validator
protected Validator validator
PatternCell
public PatternCell(Validator validator)
render
public void render(com.google.gwt.cell.client.Cell.Context context,
org.drools.ide.common.client.modeldriven.dt52.Pattern52 pattern,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
- Specified by:
render in interface com.google.gwt.cell.client.Cell<org.drools.ide.common.client.modeldriven.dt52.Pattern52>- Specified by:
render in class com.google.gwt.cell.client.AbstractCell<org.drools.ide.common.client.modeldriven.dt52.Pattern52>
getCssStyleName
protected String getCssStyleName(org.drools.ide.common.client.modeldriven.dt52.Pattern52 p)
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.