|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.guvnor.client.widgets.wizards.assets.decisiontable.AbstractGuidedDecisionTableWizardPage
org.drools.guvnor.client.widgets.wizards.assets.decisiontable.ActionInsertFactFieldsPage
public class ActionInsertFactFieldsPage
A page for the guided Decision Table Wizard to define new Facts and fields. This page does not use the GuidedDecisionTable model directly; instead maintaining its own Pattern-to-Action associations.
| Field Summary |
|---|
| Fields inherited from class org.drools.guvnor.client.widgets.wizards.assets.decisiontable.AbstractGuidedDecisionTableWizardPage |
|---|
constants, content, context, dtable, eventBus, images, sce |
| Constructor Summary | |
|---|---|
ActionInsertFactFieldsPage(NewAssetWizardContext context,
GuidedDecisionTable52 dtable,
com.google.gwt.event.shared.EventBus eventBus,
Validator validator)
|
|
| Method Summary | |
|---|---|
void |
addPattern(ActionInsertFactFieldsPattern pattern)
|
String |
getTitle()
Page title |
void |
initialise()
Initialise the page with things that don't change between page visits |
boolean |
isComplete()
Is the page completed |
void |
makeResult(GuidedDecisionTable52 dtable)
When the Widget is finished a GuidedDecisionTable52 instance is passed to each page for enrichment. |
void |
onActionInsertFactFieldsDefined(ActionInsertFactFieldsDefinedEvent event)
|
void |
onActionInsertFactPatternsDefined(ActionInsertFactPatternsDefinedEvent event)
|
void |
onDuplicatePatterns(DuplicatePatternsEvent event)
|
void |
prepareView()
Prepare the page before it is displayed with things that can change between page visits |
void |
removePattern(ActionInsertFactFieldsPattern pattern)
|
void |
selectPattern(ActionInsertFactFieldsPattern pattern)
|
| Methods inherited from class org.drools.guvnor.client.widgets.wizards.assets.decisiontable.AbstractGuidedDecisionTableWizardPage |
|---|
asWidget, getValidator, setSuggestionCompletionEngine, stateChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.drools.guvnor.client.widgets.wizards.assets.decisiontable.ActionInsertFactFieldsPageView.Presenter |
|---|
stateChanged |
| Constructor Detail |
|---|
public ActionInsertFactFieldsPage(NewAssetWizardContext context,
GuidedDecisionTable52 dtable,
com.google.gwt.event.shared.EventBus eventBus,
Validator validator)
| Method Detail |
|---|
public String getTitle()
WizardPage
getTitle in interface WizardPagepublic void initialise()
WizardPage
initialise in interface WizardPagepublic void prepareView()
WizardPage
prepareView in interface WizardPagepublic boolean isComplete()
WizardPage
isComplete in interface WizardPagepublic void onDuplicatePatterns(DuplicatePatternsEvent event)
onDuplicatePatterns in interface DuplicatePatternsEvent.Handlerpublic void onActionInsertFactPatternsDefined(ActionInsertFactPatternsDefinedEvent event)
onActionInsertFactPatternsDefined in interface ActionInsertFactPatternsDefinedEvent.Handlerpublic void onActionInsertFactFieldsDefined(ActionInsertFactFieldsDefinedEvent event)
onActionInsertFactFieldsDefined in interface ActionInsertFactFieldsDefinedEvent.Handlerpublic void addPattern(ActionInsertFactFieldsPattern pattern)
addPattern in interface ActionInsertFactFieldsPageView.Presenterpublic void removePattern(ActionInsertFactFieldsPattern pattern)
removePattern in interface ActionInsertFactFieldsPageView.Presenterpublic void selectPattern(ActionInsertFactFieldsPattern pattern)
selectPattern in interface ActionInsertFactFieldsPageView.Presenterpublic void makeResult(GuidedDecisionTable52 dtable)
AbstractGuidedDecisionTableWizardPage
makeResult in class AbstractGuidedDecisionTableWizardPage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||