Declaration:
<? class FDWelcome extends FDDemo ?>
Description:
This is the 'splash' demo that will display some introductory information
Parent Classes:
Action
,
FDBaseAction
,
FDDemo
Authors:
Methods:
-
getDescription()
This method will be called statically via reflection to get the descrtiption
of the demo for the drop down list
-
getNext()
This is called to get the 'next' demo in the wizard-like style
-
getPrev()
Here we return null as we have no previous demo
-
getTitle()
This is overridden to return the page title that will be used in the
|
|