org.rhq.enterprise.gui.inventory.resource
Class ListChildResourcesUIBean
java.lang.Object
org.rhq.enterprise.gui.common.framework.EnterpriseFacesContextUIBean
org.rhq.enterprise.gui.common.framework.PagedDataTableUIBean
org.rhq.enterprise.gui.inventory.resource.ListChildResourcesUIBean
public class ListChildResourcesUIBean
- extends PagedDataTableUIBean
The JSF managed bean for the Child Resources section of the Resource Inventory page
(/rhq/resource/inventory/view.xhtml).
- Author:
- Ian Springer
| Methods inherited from class org.rhq.enterprise.gui.common.framework.PagedDataTableUIBean |
clearDataModel, getDatascroller, getDataTable, getDefaultPageControl, getMinimumPageSize, getPageControl, getPageSizes, setDataModel, setDatascroller, setDataTable, setPageControl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MANAGED_BEAN_NAME
public static final String MANAGED_BEAN_NAME
- See Also:
- Constant Field Values
ListChildResourcesUIBean
public ListChildResourcesUIBean()
getClearStaleBeans
public String getClearStaleBeans()
getUtilizedChildServerTypes
public List<javax.faces.model.SelectItem> getUtilizedChildServerTypes()
getUtilizedChildServiceTypes
public List<javax.faces.model.SelectItem> getUtilizedChildServiceTypes()
getUtilizedChildTypesCount
public int getUtilizedChildTypesCount()
getChildServerTypes
public List<javax.faces.model.SelectItem> getChildServerTypes()
getChildServiceTypes
public List<javax.faces.model.SelectItem> getChildServiceTypes()
getChildTypesCount
public int getChildTypesCount()
getCreatableChildServerTypes
public List<javax.faces.model.SelectItem> getCreatableChildServerTypes()
getCreatableChildServiceTypes
public List<javax.faces.model.SelectItem> getCreatableChildServiceTypes()
getManuallyAddableChildServerTypes
public List<javax.faces.model.SelectItem> getManuallyAddableChildServerTypes()
getManuallyAddableChildServiceTypes
public List<javax.faces.model.SelectItem> getManuallyAddableChildServiceTypes()
getCreatableChildTypesCount
public int getCreatableChildTypesCount()
getManuallyAddableChildTypesCount
public int getManuallyAddableChildTypesCount()
getChildTypeFilter
public String getChildTypeFilter()
setChildTypeFilter
public void setChildTypeFilter(String childTypeFilter)
getDataModel
public javax.faces.model.DataModel getDataModel()
- Specified by:
getDataModel in class PagedDataTableUIBean
getManuallyAddResourceTypeId
public String getManuallyAddResourceTypeId()
setManuallyAddResourceTypeId
public void setManuallyAddResourceTypeId(String resourceTypeId)
getCreateNewResourceTypeId
public String getCreateNewResourceTypeId()
setCreateNewResourceTypeId
public void setCreateNewResourceTypeId(String resourceTypeId)
initChildTypeFilter
public void initChildTypeFilter()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.