public class PortalPropertiesForm extends DashboardBaseForm
ValidatorForm that adds convenience methods for dealing with image-based form buttons.| Constructor and Description |
|---|
PortalPropertiesForm() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getPortletName, isDisplayOnDash, setDisplayOnDash, setPortletNamegetAdd, 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, shouldValidategetPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResultspublic void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class BaseValidatorFormpublic org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
BaseValidatorFormvalidate 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.Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.