|
Guvnor web application Drools 6.0.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.guvnor.client.decisiontable.DTCellValueWidgetFactory
public class DTCellValueWidgetFactory
A Factory for Widgets to edit DTCellValues
Method Summary | |
---|---|
static com.google.gwt.user.client.ui.CheckBox |
getHideColumnIndicator(DTColumnConfig52 col)
An editor for whether the column is hidden or not |
static DTCellValueWidgetFactory |
getInstance(GuidedDecisionTable52 dtable,
SuggestionCompletionEngine sce,
boolean isReadOnly,
boolean allowEmptyValues)
|
com.google.gwt.user.client.ui.Widget |
getWidget(ActionInsertFactCol52 column,
DTCellValue52 value)
Get a Widget to edit a DTCellValue. |
com.google.gwt.user.client.ui.Widget |
getWidget(Pattern52 pattern,
ActionSetFieldCol52 column,
DTCellValue52 value)
Get a Widget to edit a DTCellValue. |
com.google.gwt.user.client.ui.Widget |
getWidget(Pattern52 pattern,
ConditionCol52 column,
DTCellValue52 value)
Get a Widget to edit a DTCellValue. |
DTCellValue52 |
makeNewValue(DTColumnConfig52 c)
Make a DTCellValue for a column |
DTCellValue52 |
makeNewValue(Pattern52 p,
ActionSetFieldCol52 c)
Make a DTCellValue for a column. |
DTCellValue52 |
makeNewValue(Pattern52 p,
ConditionCol52 c)
Make a DTCellValue for a column. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DTCellValueWidgetFactory getInstance(GuidedDecisionTable52 dtable, SuggestionCompletionEngine sce, boolean isReadOnly, boolean allowEmptyValues)
public DTCellValue52 makeNewValue(DTColumnConfig52 c)
c
-
public DTCellValue52 makeNewValue(Pattern52 p, ConditionCol52 c)
p
- c
-
public com.google.gwt.user.client.ui.Widget getWidget(Pattern52 pattern, ConditionCol52 column, DTCellValue52 value)
pattern
- column
- value
-
public DTCellValue52 makeNewValue(Pattern52 p, ActionSetFieldCol52 c)
p
- c
-
public com.google.gwt.user.client.ui.Widget getWidget(Pattern52 pattern, ActionSetFieldCol52 column, DTCellValue52 value)
pattern
- column
- value
-
public com.google.gwt.user.client.ui.Widget getWidget(ActionInsertFactCol52 column, DTCellValue52 value)
column
- value
-
public static com.google.gwt.user.client.ui.CheckBox getHideColumnIndicator(DTColumnConfig52 col)
col
-
|
Guvnor web application Drools 6.0.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |