public class AssignDummyVLANToGroupAction
extends CloupiaPageAction
Constructor and Description |
---|
AssignDummyVLANToGroupAction() |
Modifier and Type | Method and Description |
---|---|
void |
definePage(Page page,
ReportContext context)
this is where you define the layout of the form page the easiest way to
do this is to use this "bind" method
|
java.lang.String |
getActionId() |
int |
getActionType() |
java.lang.String |
getFormId() |
java.lang.String |
getLabel() |
java.lang.String |
getTitle() |
boolean |
isDoubleClickAction() |
boolean |
isDrilldownAction() |
boolean |
isSelectionRequired() |
void |
loadDataToPage(Page page,
ReportContext context,
WizardSession session)
This method loads the form fields and field data to the page.
|
int |
validatePageData(Page page,
ReportContext context,
WizardSession session)
This method do the validation for the form fields.
|
public java.lang.String getActionId()
public java.lang.String getFormId()
public java.lang.String getLabel()
public int getActionType()
public boolean isSelectionRequired()
public boolean isDoubleClickAction()
public boolean isDrilldownAction()
public void definePage(Page page, ReportContext context)
pagecontext
- reportcontext
- public void loadDataToPage(Page page, ReportContext context, WizardSession session) throws java.lang.Exception
pagecontext
- reportcontext
- wizardsession
- java.lang.Exception
public int validatePageData(Page page, ReportContext context, WizardSession session) throws java.lang.Exception
pagecontext
- reportcontext
- wizardsession
- java.lang.Exception
public java.lang.String getTitle()