Package com.reportmill.wizard
Class FormsBasic
- java.lang.Object
 - 
- com.reportmill.wizard.Wizard
 - 
- com.reportmill.wizard.FormsBasic
 
 
 
- 
public class FormsBasic extends Wizard
This template makes a basic form letter. 
- 
- 
Constructor Summary
Constructors Constructor Description FormsBasic() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RMShape[]getFinishShapes()Returns an array of finish shapes.intgetPanelCount()Returns the number of screens in this Wizard.- 
Methods inherited from class com.reportmill.wizard.Wizard
addScreen, finish, getCategory, getDataSource, getDataSourceDefault, getDescription, getListKey, getMaxSelectedPanelIndex, getName, getPanel, getPrettyName, getScreen, getSelectedPanel, getSelectedPanelIndex, getThumbnailImage, getWizard, prepareFinishShapes, removeScreen, resetUI, respondUI, setCategory, setListKey, setMaxSelectedPanelIndex, setName, setSelectedPanelIndex 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPanelCount
public int getPanelCount()
Returns the number of screens in this Wizard.- Overrides:
 getPanelCountin classWizard
 
- 
getFinishShapes
protected RMShape[] getFinishShapes()
Returns an array of finish shapes.- Overrides:
 getFinishShapesin classWizard
 
 - 
 
 -