org.rhq.enterprise.gui.legacy.portlet.summaryCounts
Class PropertiesForm

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
                  extended by org.rhq.enterprise.gui.legacy.portlet.summaryCounts.PropertiesForm
All Implemented Interfaces:
Serializable

public class PropertiesForm
extends DashboardBaseForm

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
PropertiesForm()
           
 
Method Summary
 WebUserPreferences.SummaryCountPortletPreferences getSummaryCounts()
           
 boolean isGroupCompat()
           
 boolean isGroupDefinition()
           
 boolean isGroupMixed()
           
 boolean isPlatform()
           
 boolean isServer()
           
 boolean isService()
           
 void setGroupCompat(boolean flag)
           
 void setGroupDefinition(boolean groupDefinition)
           
 void setGroupMixed(boolean groupMixed)
           
 void setPlatform(boolean platform)
           
 void setServer(boolean server)
           
 void setService(boolean service)
           
 void setSummaryCounts(WebUserPreferences.SummaryCountPortletPreferences counts)
           
 
Methods inherited from class org.rhq.enterprise.gui.legacy.portlet.DashboardBaseForm
getPortletName, isDisplayOnDash, setDisplayOnDash, setPortletName, 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

PropertiesForm

public PropertiesForm()
Method Detail

isPlatform

public boolean isPlatform()

setPlatform

public void setPlatform(boolean platform)

isServer

public boolean isServer()

setServer

public void setServer(boolean server)

isService

public boolean isService()

setService

public void setService(boolean service)

isGroupCompat

public boolean isGroupCompat()

setGroupCompat

public void setGroupCompat(boolean flag)

isGroupMixed

public boolean isGroupMixed()

setGroupMixed

public void setGroupMixed(boolean groupMixed)

isGroupDefinition

public boolean isGroupDefinition()

setGroupDefinition

public void setGroupDefinition(boolean groupDefinition)

getSummaryCounts

public WebUserPreferences.SummaryCountPortletPreferences getSummaryCounts()

setSummaryCounts

public void setSummaryCounts(WebUserPreferences.SummaryCountPortletPreferences counts)


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