public class ILogGanttModelToTreeGridUIBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static com.ibm.tivoli.maximo.miniapps.scheduler.ILogGanttModelToTreeGridUIBuilder.InternalField[] |
internalFields
Internal Fields are fields that might be in the ILog model, but not
recorded in SKD tables, but they are used internally.
|
static MXLogger |
log |
Constructor and Description |
---|
ILogGanttModelToTreeGridUIBuilder(UserInfo userInfo,
ISKDUIInfo skduiInfo,
WebClientSession sess) |
Modifier and Type | Method and Description |
---|---|
void |
addAdditionalColumns(com.ibm.json.java.JSONArray Cols) |
void |
addInternalColumns(com.ibm.json.java.JSONArray Cols,
java.util.List<IMXGanttPropertyInfo> columns) |
static int |
columnIndexOf(java.util.List<IMXGanttPropertyInfo> columns,
java.lang.String name) |
java.util.List<IMXGanttPropertyInfo> |
getActivityColumns(IGanttConfigInfo info) |
java.lang.String |
getGanttUnits()
Returns the Default Gantt Units, which is Minutes.
|
com.ibm.json.java.JSONObject |
getTreeGridUI(java.util.concurrent.Future<MXGanttModel> modelFuture,
UIOptions options,
BaseTreeGridMiniAppBean bean) |
public static final MXLogger log
public static final com.ibm.tivoli.maximo.miniapps.scheduler.ILogGanttModelToTreeGridUIBuilder.InternalField[] internalFields
public ILogGanttModelToTreeGridUIBuilder(UserInfo userInfo, ISKDUIInfo skduiInfo, WebClientSession sess)
public com.ibm.json.java.JSONObject getTreeGridUI(java.util.concurrent.Future<MXGanttModel> modelFuture, UIOptions options, BaseTreeGridMiniAppBean bean) throws java.lang.Exception
java.lang.Exception
public static int columnIndexOf(java.util.List<IMXGanttPropertyInfo> columns, java.lang.String name)
public void addInternalColumns(com.ibm.json.java.JSONArray Cols, java.util.List<IMXGanttPropertyInfo> columns)
public void addAdditionalColumns(com.ibm.json.java.JSONArray Cols)
public java.lang.String getGanttUnits()
public java.util.List<IMXGanttPropertyInfo> getActivityColumns(IGanttConfigInfo info)