com.ibm.tivoli.maximo.miniapps.scheduler

Class UIHelper

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.scheduler.UIHelper


  • public class UIHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      UIHelper() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getCookieByMaxSessionID(long maxSessionID)
      Retrieves and removes a Cookie entry from the Map, in order to avoid memory leaks.
      static java.util.List getTGFilterMenuForType(int maxType) 
      static java.lang.String getTGFilterMenuForTypeAsString(int maxType) 
      static void setAutoExpand(com.ibm.json.java.JSONArray cols, com.ibm.json.java.JSONObject Header)
      Adds an empty column to the end of the table to allow the section to be resized.
      static void setAutoExpand(com.ibm.json.java.JSONArray cols, com.ibm.json.java.JSONObject Header, java.lang.String colName)
      Adds an empty column to the end of the table to allow the section to be resized.
      static void updateSync(UIOptions options, com.ibm.json.java.JSONObject Cfg, AbstractTreeGridMiniAppBean bean) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UIHelper

        public UIHelper()
    • Method Detail

      • getCookieByMaxSessionID

        public static java.lang.String getCookieByMaxSessionID(long maxSessionID)
        Retrieves and removes a Cookie entry from the Map, in order to avoid memory leaks.
        Parameters:
        maxSessionID -
        Returns:
      • setAutoExpand

        public static void setAutoExpand(com.ibm.json.java.JSONArray cols,
                                         com.ibm.json.java.JSONObject Header)
        Adds an empty column to the end of the table to allow the section to be resized.
        Parameters:
        cols -
      • setAutoExpand

        public static void setAutoExpand(com.ibm.json.java.JSONArray cols,
                                         com.ibm.json.java.JSONObject Header,
                                         java.lang.String colName)
        Adds an empty column to the end of the table to allow the section to be resized.
        Parameters:
        cols -
      • getTGFilterMenuForType

        public static java.util.List getTGFilterMenuForType(int maxType)
      • getTGFilterMenuForTypeAsString

        public static java.lang.String getTGFilterMenuForTypeAsString(int maxType)