com.ibm.tivoli.maximo.skd.control.chart.impl

Class SKDScheduleComplianceChartBean

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


    public class SKDScheduleComplianceChartBean
    extends SimpleChartBean
    • Constructor Detail

      • SKDScheduleComplianceChartBean

        public SKDScheduleComplianceChartBean()
    • Method Detail

      • getChart

        public Chart getChart(ChartRequestOptions options)
                       throws java.rmi.RemoteException,
                              MXException
        Description copied from class: SimpleChartBean
        Returns a Chart for the ChartRequestOptions. options may be null, but if not, then the options can be used to select a specify chart. If getChartIds() returns one or more chart ids, then the ChartRequestOptions may contain the chartId that is being requested. At the time that this method is called, this Chart Bean will have both the data bean and control set, so they can be used when creating the chart.
        Specified by:
        getChart in class SimpleChartBean
        Returns:
        Throws:
        java.rmi.RemoteException
        MXException