|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.springlayout.web.layout.LayoutForm
net.sf.springlayout.web.layout.LayoutPanelForm
public class LayoutPanelForm
Default implementation of a PanelForm
Field Summary |
---|
Fields inherited from class net.sf.springlayout.web.layout.LayoutForm |
---|
controllerBeanName, fieldDefinitions, formAction, formName |
Constructor Summary | |
---|---|
LayoutPanelForm()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object arg0)
Compares panels by their index |
boolean |
equals(java.lang.Object obj)
Over-ridden to depend soley on the panelName |
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. |
int |
hashCode()
Over-ridden to conform to equals and depend soley on the panelName |
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 class net.sf.springlayout.web.layout.LayoutForm |
---|
afterPropertiesSet, getControllerBeanName, getErrors, getFieldDefinition, getFieldDefinitions, getFormAction, getFormName, hasErrors, setControllerBeanName, setFieldDefinitions, setFormAction, setFormName, validate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.springlayout.web.layout.Form |
---|
getControllerBeanName, getErrors, getFieldDefinition, getFieldDefinitions, getFormAction, getFormName, hasErrors, setControllerBeanName, setFieldDefinitions, setFormAction, setFormName, validate |
Constructor Detail |
---|
public LayoutPanelForm()
Method Detail |
---|
public void setIndex(int index)
PanelForm
setIndex
in interface PanelForm
public boolean isDisabled(javax.servlet.http.HttpServletRequest request)
PanelForm
isDisabled
in interface PanelForm
request
- the current HttpServletRequest
public int getIndex()
PanelForm
getIndex
in interface PanelForm
public void setPanelFormTabStateManager(PanelFormTabStateManager panelFormTabStateManager)
PanelForm
setPanelFormTabStateManager
in interface PanelForm
public int compareTo(java.lang.Object arg0)
compareTo
in interface java.lang.Comparable
Comparable.compareTo(java.lang.Object)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String getRedirectFormViewName()
PanelForm
getRedirectFormViewName
in interface PanelForm
public void setRedirectFormViewName(java.lang.String redirectFormViewName)
PanelForm
setRedirectFormViewName
in interface PanelForm
redirectFormViewName
- Sets the redirectFormViewName for this LayoutPanelForm.public java.lang.String getPanelLabel()
PanelForm
getPanelLabel
in interface PanelForm
public void setPanelLabel(java.lang.String panelLabel)
PanelForm
setPanelLabel
in interface PanelForm
panelLabel
- Sets the panelLabel for this LayoutPanelForm.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |