|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.guvnor.client.widgets.wizards.AbstractWizard<NewAssetWizardContext>
org.drools.guvnor.client.widgets.wizards.assets.AbstractNewAssetWizard<GuidedDecisionTable52>
org.drools.guvnor.client.widgets.wizards.assets.decisiontable.NewGuidedDecisionTableWizard
public class NewGuidedDecisionTableWizard
Wizard for creating a Guided Decision Table
Field Summary |
---|
Fields inherited from class org.drools.guvnor.client.widgets.wizards.AbstractWizard |
---|
clientFactory, context, eventBus, presenter |
Constructor Summary | |
---|---|
NewGuidedDecisionTableWizard(ClientFactory clientFactory,
com.google.gwt.event.shared.EventBus eventBus,
NewAssetWizardContext context,
WizardActivityView.Presenter presenter)
|
Method Summary | |
---|---|
void |
complete()
The Wizard has been completed |
List<WizardPage> |
getPages()
Provide a list of pages |
com.google.gwt.user.client.ui.Widget |
getPageWidget(int pageNumber)
Return the widget for a particular page |
int |
getPreferredHeight()
The preferred height of the page |
int |
getPreferredWidth()
The preferred width of the page |
String |
getTitle()
Provide a title |
boolean |
isComplete()
Is the page complete; i.e. has all the necessary information for the page been captured. |
Methods inherited from class org.drools.guvnor.client.widgets.wizards.assets.AbstractNewAssetWizard |
---|
createCheckedInCallback, createCreateAssetCallback, createSetContentCallback, openEditor, save |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewGuidedDecisionTableWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, NewAssetWizardContext context, WizardActivityView.Presenter presenter)
Method Detail |
---|
public String getTitle()
Wizard
public List<WizardPage> getPages()
Wizard
public com.google.gwt.user.client.ui.Widget getPageWidget(int pageNumber)
Wizard
pageNumber
- The index of of the page
public int getPreferredHeight()
Wizard
public int getPreferredWidth()
Wizard
public boolean isComplete()
Wizard
public void complete()
Wizard
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |