org.rhq.enterprise.gui.measurement
Class TraitListBean

java.lang.Object
  extended by org.rhq.enterprise.gui.measurement.TraitListBean

public class TraitListBean
extends Object

JSF managed bean for the display of summary traits on the top of a resource page.

The Constructor fetches the trait data from the server and fills them into a list of trait pairs, each pair to be represented as a row in a two-column table display.

Author:
Heiko W. Rupp, Ian Springer

Constructor Summary
TraitListBean()
           
 
Method Summary
 int getTotalTraits()
           
 List<List<org.rhq.core.domain.measurement.MeasurementDataTrait>> getTraitPairs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraitListBean

public TraitListBean()
Method Detail

getTraitPairs

public List<List<org.rhq.core.domain.measurement.MeasurementDataTrait>> getTraitPairs()

getTotalTraits

public int getTotalTraits()


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