psdi.webclient.controls

Class StartCenterTabs

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class StartCenterTabs
    extends ControlInstance
    StartCenterTab represents the control instance for tabgroup in the Start Center application. It contains methods to get data needed for rendering the individual tabs.
    • Constructor Detail

      • StartCenterTabs

        public StartCenterTabs()
    • Method Detail

      • getRenderData

        public java.util.ArrayList getRenderData()
        Returns list of Start Centers/Templates user has.
        Returns:
        ArrayList of Hashtables where a single Hashtable object contains data for scconfigid and description *
      • getCurrentStartCenterId

        public java.lang.String getCurrentStartCenterId()
        Returns unique Id of the current start center
        Returns:
        start center id as String
      • changesc

        public void changesc()
        Handles the change start center event.
        Throws:
        java.lang.NoSuchMethodException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
      • getNewTab

        public java.lang.String getNewTab()
        Returns the Id of the new tab being clicked
        Returns:
        String -Id of the
      • setStartCenters

        public void setStartCenters(java.util.ArrayList sc)