|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
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.hyperic.hq.ui.action.BaseValidatorForm
org.hyperic.hq.ui.action.portlet.DashboardBaseForm
org.hyperic.hq.ui.action.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 | |
---|---|
java.lang.String[] |
getLeftContent()
Getter for property leftContent. |
java.lang.String[] |
getLeftSel()
Getter for property leftSel. |
java.lang.String[] |
getRightContent()
Getter for property rightContent. |
java.lang.String[] |
getRightSel()
Getter for property rightSel. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setLeftContent(java.lang.String[] leftContent)
Setter for property leftContent. |
void |
setLeftSel(java.lang.String[] leftSel)
Setter for property leftSel. |
void |
setRightContent(java.lang.String[] rightContent)
Setter for property rightContent. |
void |
setRightSel(java.lang.String[] rightSel)
Setter for property rightSel. |
java.lang.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.hyperic.hq.ui.action.portlet.DashboardBaseForm |
---|
getPortletName, getToken, setPortletName, setToken |
Methods inherited from class org.hyperic.hq.ui.action.BaseValidatorForm |
---|
getAdd, getCancel, getCreate, getDelete, getEnable, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setOk, setOkassign, setPn, setPs, setRemove, setReset, 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 DashboardBaseForm
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
BaseValidatorForm
validate
in class BaseValidatorForm
public java.lang.String toString()
toString
in class BaseValidatorForm
public java.lang.String[] getRightContent()
public void setRightContent(java.lang.String[] rightContent)
rightContent
- New value of property rightContent.public java.lang.String[] getLeftContent()
public void setLeftContent(java.lang.String[] leftContent)
leftContent
- New value of property leftContent.public java.lang.String[] getLeftSel()
public void setLeftSel(java.lang.String[] leftSel)
leftSel
- New value of property leftSel.public java.lang.String[] getRightSel()
public void setRightSel(java.lang.String[] rightSel)
rightSel
- New value of property rightSel.
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |