psdi.webclient.beans.kpi

Class KPIComparision

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class KPIComparision
    extends DataBean
    Custom Data bean for selecting KPIs for comparision from the "kpicompare" dialog
    • Constructor Detail

      • KPIComparision

        public KPIComparision()
    • Method Detail

      • select

        public void select(int startIndex,
                           int count)
                    throws MXException
        Description copied from class: DataBean
        Marks the a set of Mbos starting from startIndex selected.
        Overrides:
        select in class DataBean
        Parameters:
        startIndex - starting index position (must be >= 0)
        count - number of Mbos after the start index to be marked unselected (must be > 0).
        Throws:
        MXException