public class UIHelper
extends java.lang.Object
Constructor and Description |
---|
UIHelper() |
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<java.lang.Integer> |
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) |
public static java.lang.String getCookieByMaxSessionID(long maxSessionID)
maxSessionID
- public static void updateSync(UIOptions options, com.ibm.json.java.JSONObject Cfg, AbstractTreeGridMiniAppBean bean) throws java.io.IOException, MXException
java.io.IOException
MXException
public static void setAutoExpand(com.ibm.json.java.JSONArray cols, com.ibm.json.java.JSONObject Header)
cols
- public static void setAutoExpand(com.ibm.json.java.JSONArray cols, com.ibm.json.java.JSONObject Header, java.lang.String colName)
cols
- public static java.util.List<java.lang.Integer> getTGFilterMenuForType(int maxType)
public static java.lang.String getTGFilterMenuForTypeAsString(int maxType)