org.rhq.enterprise.gui.legacy.portlet
Class DashboardBaseForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by org.rhq.enterprise.gui.legacy.action.BaseValidatorForm
              extended by org.rhq.enterprise.gui.legacy.portlet.DashboardBaseForm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PortalPropertiesForm, PropertiesForm, PropertiesForm, PropertiesForm, PropertiesForm, PropertiesForm, PropertiesForm, PropertiesForm, PropertiesForm, PropertiesForm

public class DashboardBaseForm
extends BaseValidatorForm

A subclass of ValidatorForm that adds convenience methods for dealing with image-based form buttons.

See Also:
Serialized Form

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
DashboardBaseForm()
           
 
Method Summary
 String getPortletName()
          Getter for property removePortlet.
 boolean isDisplayOnDash()
          Getter for property displayOnDash.
 void setDisplayOnDash(boolean displayOnDash)
          Setter for property displayOnDash.
 void setPortletName(String portletName)
          Setter for property removePortlet.
 String toString()
           
 
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, reset, setAdd, setCancel, setCreate, setDelete, setEnable, setInstall, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUninventory, 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

DashboardBaseForm

public DashboardBaseForm()
Method Detail

toString

public String toString()
Overrides:
toString in class BaseValidatorForm

isDisplayOnDash

public boolean isDisplayOnDash()
Getter for property displayOnDash.

Returns:
Value of property displayOnDash.

setDisplayOnDash

public void setDisplayOnDash(boolean displayOnDash)
Setter for property displayOnDash.

Parameters:
displayOnDash - New value of property displayOnDash.

getPortletName

public String getPortletName()
Getter for property removePortlet.

Returns:
Value of property removePortlet.

setPortletName

public void setPortletName(String portletName)
Setter for property removePortlet.

Parameters:
removePortlet - New value of property removePortlet.


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.