|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.rhq.enterprise.gui.legacy.action.BaseValidatorForm
org.rhq.enterprise.gui.legacy.portlet.DashboardBaseForm
org.rhq.enterprise.gui.legacy.portlet.admin.PortalPropertiesForm
public class PortalPropertiesForm
A subclass of ValidatorForm that adds convenience methods for dealing with image-based form buttons.
| Field Summary |
|---|
| Fields inherited from class org.apache.struts.validator.ValidatorForm |
|---|
page, validatorResults |
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
PortalPropertiesForm()
|
|
| Method Summary | |
|---|---|
String[] |
getLeftContent()
Getter for property leftContent. |
String[] |
getLeftSel()
Getter for property leftSel. |
String[] |
getRightContent()
Getter for property rightContent. |
String[] |
getRightSel()
Getter for property rightSel. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setLeftContent(String[] leftContent)
Setter for property leftContent. |
void |
setLeftSel(String[] leftSel)
Setter for property leftSel. |
void |
setRightContent(String[] rightContent)
Setter for property rightContent. |
void |
setRightSel(String[] rightSel)
Setter for property rightSel. |
String |
toString()
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Only validate if 1) the form's ok or okassign button was clicked and 2) the mapping specifies an input form to return to. |
| Methods inherited from class org.rhq.enterprise.gui.legacy.portlet.DashboardBaseForm |
|---|
getPortletName, isDisplayOnDash, setDisplayOnDash, setPortletName |
| Methods inherited from class org.rhq.enterprise.gui.legacy.action.BaseValidatorForm |
|---|
getAdd, getCancel, getCreate, getDelete, getEnable, getInstall, getManualUninstall, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUninventory, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isInstallClicked, isManualUninstallClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setInstall, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUninventory, setUserset, shouldValidate |
| Methods inherited from class org.apache.struts.validator.ValidatorForm |
|---|
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults |
| Methods inherited from class org.apache.struts.action.ActionForm |
|---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PortalPropertiesForm()
| Method Detail |
|---|
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class BaseValidatorForm
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
BaseValidatorForm
validate in class BaseValidatorFormpublic String toString()
toString in class DashboardBaseFormpublic String[] getRightContent()
public void setRightContent(String[] rightContent)
rightContent - New value of property rightContent.public String[] getLeftContent()
public void setLeftContent(String[] leftContent)
leftContent - New value of property leftContent.public String[] getLeftSel()
public void setLeftSel(String[] leftSel)
leftSel - New value of property leftSel.public String[] getRightSel()
public void setRightSel(String[] rightSel)
rightSel - New value of property rightSel.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||