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 SummaryConstructors Constructor Description FormsBasic()
 - 
Method SummaryAll 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.WizardaddScreen, 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- 
getPanelCountpublic int getPanelCount() Returns the number of screens in this Wizard.- Overrides:
- getPanelCountin class- Wizard
 
 - 
getFinishShapesprotected RMShape[] getFinishShapes() Returns an array of finish shapes.- Overrides:
- getFinishShapesin class- Wizard
 
 
- 
 
-