|
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.summaryCounts.PropertiesForm
public class PropertiesForm
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 | |
---|---|
PropertiesForm()
|
Method Summary | |
---|---|
java.lang.String[] |
getApplicationTypes()
Getter for property applicationTypes. |
java.lang.String[] |
getClusterTypes()
Getter for property clusterTypes. |
java.lang.String[] |
getPlatformTypes()
Getter for property platformTypes. |
java.lang.String[] |
getServerTypes()
Getter for property serverTypes. |
java.lang.String[] |
getServiceTypes()
Getter for property serviceTypes. |
boolean |
isApplication()
Getter for property application. |
boolean |
isCluster()
Getter for property cluster. |
boolean |
isGroupApplication()
Getter for property groupApplication. |
boolean |
isGroupGroups()
Getter for property groupsGroups. |
boolean |
isGroupMixed()
Getter for property groupsMixed. |
boolean |
isGroupPlatServerService()
Getter for property groupPlatServerService. |
boolean |
isPlatform()
Getter for property platform. |
boolean |
isServer()
Getter for property server. |
boolean |
isService()
Getter for property service. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setApplication(boolean application)
Setter for property application. |
void |
setApplicationTypes(java.lang.String[] applicationTypes)
Setter for property applicationTypes. |
void |
setCluster(boolean cluster)
Setter for property cluster. |
void |
setClusterTypes(java.lang.String[] clusterTypes)
Setter for property clusterTypes. |
void |
setGroupApplication(boolean groupApplication)
Setter for property groupApplication. |
void |
setGroupGroups(boolean groupGroups)
Setter for property groupsGroups. |
void |
setGroupMixed(boolean groupMixed)
Setter for property groupsMixed. |
void |
setGroupPlatServerService(boolean groupPlatServerService)
Setter for property groupPlatServerService. |
void |
setPlatform(boolean platform)
Setter for property platform. |
void |
setPlatformTypes(java.lang.String[] platformTypes)
Setter for property platformTypes. |
void |
setServer(boolean server)
Setter for property server. |
void |
setServerTypes(java.lang.String[] serverTypes)
Setter for property serverTypes. |
void |
setService(boolean service)
Setter for property service. |
void |
setServiceTypes(java.lang.String[] serviceTypes)
Setter for property serviceTypes. |
java.lang.String |
toString()
|
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, validate |
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 PropertiesForm()
Method Detail |
---|
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class DashboardBaseForm
public java.lang.String toString()
toString
in class BaseValidatorForm
public boolean isApplication()
public void setApplication(boolean application)
application
- New value of property application.public boolean isServer()
public void setServer(boolean server)
server
- New value of property server.public boolean isService()
public void setService(boolean service)
service
- New value of property service.public boolean isPlatform()
public void setPlatform(boolean platform)
platform
- New value of property platform.public boolean isCluster()
public void setCluster(boolean cluster)
cluster
- New value of property cluster.public java.lang.String[] getApplicationTypes()
public void setApplicationTypes(java.lang.String[] applicationTypes)
applicationTypes
- New value of property applicationTypes.public java.lang.String[] getClusterTypes()
public void setClusterTypes(java.lang.String[] clusterTypes)
clusterTypes
- New value of property clusterTypes.public java.lang.String[] getPlatformTypes()
public void setPlatformTypes(java.lang.String[] platformTypes)
platformTypes
- New value of property platformTypes.public java.lang.String[] getServerTypes()
public void setServerTypes(java.lang.String[] serverTypes)
serverTypes
- New value of property serverTypes.public java.lang.String[] getServiceTypes()
public void setServiceTypes(java.lang.String[] serviceTypes)
serviceTypes
- New value of property serviceTypes.public boolean isGroupMixed()
public void setGroupMixed(boolean groupMixed)
groupsMixed
- New value of property groupsMixed.public boolean isGroupGroups()
public void setGroupGroups(boolean groupGroups)
groupsGroups
- New value of property groupsGroups.public boolean isGroupPlatServerService()
public void setGroupPlatServerService(boolean groupPlatServerService)
groupPlatServerService
- New value of property groupPlatServerService.public boolean isGroupApplication()
public void setGroupApplication(boolean groupApplication)
groupApplication
- New value of property groupApplication.
|
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 |