|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PanelForm
Defines a single panel on a muli-panel page.
Method Summary | |
---|---|
int |
getIndex()
Gets the index of the panel to be used for ordering in the panel group list |
java.lang.String |
getPanelLabel()
Retrieves the panelLabel for this LayoutPanelForm. |
java.lang.String |
getRedirectFormViewName()
Retrieves the redirectFormViewName for this LayoutPanelForm. |
boolean |
isDisabled(javax.servlet.http.HttpServletRequest request)
Check if panel is disabled. |
void |
setIndex(int index)
Sets the index of the panel to be used for ordering in the panel group list |
void |
setPanelFormTabStateManager(PanelFormTabStateManager panelFormTabStateManager)
Sets the panelTabStateManager for the LayoutPanelForm |
void |
setPanelLabel(java.lang.String panelLabel)
Sets the panelLabel for this LayoutPanelForm. |
void |
setRedirectFormViewName(java.lang.String redirectFormViewName)
Sets the redirectFormViewName for this LayoutPanelForm. |
Methods inherited from interface net.sf.springlayout.web.layout.Form |
---|
getControllerBeanName, getErrors, getFieldDefinition, getFieldDefinitions, getFormAction, getFormName, hasErrors, setControllerBeanName, setFieldDefinitions, setFormAction, setFormName, validate |
Method Detail |
---|
void setIndex(int index)
index
- int getIndex()
void setPanelFormTabStateManager(PanelFormTabStateManager panelFormTabStateManager)
panelTabStateManager
- that is injectedboolean isDisabled(javax.servlet.http.HttpServletRequest request)
request
- the current HttpServletRequest
java.lang.String getRedirectFormViewName()
void setRedirectFormViewName(java.lang.String redirectFormViewName)
redirectFormViewName
- Sets the redirectFormViewName for this LayoutPanelForm.java.lang.String getPanelLabel()
void setPanelLabel(java.lang.String panelLabel)
panelLabel
- Sets the panelLabel for this LayoutPanelForm.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |