Modifier and Type | Field and Description |
---|---|
protected UIOptions |
AbstractTreeGridMiniAppBean.uiOptions |
Modifier and Type | Method and Description |
---|---|
protected UIOptions |
WorkViewBean.createUIOptions(java.lang.String id)
Called only once, by getUIOptions to actually create the options.
|
protected UIOptions |
SchedulerWorkViewBean.createUIOptions(java.lang.String id) |
protected UIOptions |
GAWorkViewBean.createUIOptions(java.lang.String id) |
protected UIOptions |
BaseTreeGridMiniAppBean.createUIOptions(java.lang.String projectId)
Create the UIOptions for the project
|
protected UIOptions |
AbstractTreeGridMiniAppBean.createUIOptions(java.lang.String projectId)
Create the UIOptions for the project
|
UIOptions |
BaseTreeGridMiniAppBean.getUIOptions()
Convenience method for getting options by defaulting the project id
|
UIOptions |
AbstractTreeGridMiniAppBean.getUIOptions()
Convenience method for getting options by defaulting the project id
|
protected UIOptions |
BaseTreeGridMiniAppBean.getUIOptions(java.lang.String projectId)
Get the UI Options/Hints for rendering TreeGrid
|
protected UIOptions |
AbstractTreeGridMiniAppBean.getUIOptions(java.lang.String projectId)
Get the UI Options/Hints for rendering TreeGrid
|
Modifier and Type | Method and Description |
---|---|
static void |
GanttUtil.addCommonActions(com.ibm.json.java.JSONObject root,
UIOptions options)
Adds all the base common actions that are likely to be shared among all
grids
|
static void |
GanttUtil.addCommonCFG(WebClientSession sess,
com.ibm.json.java.JSONObject Cfg,
UIOptions options,
AbstractTreeGridMiniAppBean bean)
Sets up the Common Cfg node for TreeGrid will all the default options
that likely to be shared in ALL TreeGrid instances, at least for
Scheduler apps.
|
static void |
GanttUtil.addCommonGantt(com.ibm.json.java.JSONObject Gantt,
UIOptions opts) |
static void |
GanttUtil.addCommonPrintOptions(WebClientSession clientSession,
com.ibm.json.java.JSONObject cfg,
UIOptions options,
AbstractTreeGridMiniAppBean bean) |
protected void |
SchedulerWorkViewBean.addComplianceToolbarOptions(UIOptions opts) |
protected void |
SchedulerWorkViewBean.addCPMActions(UIOptions opts) |
void |
AbstractTreeGridMiniAppBean.addFilterToggle(UIOptions opts) |
void |
BaseTreeGridMiniAppBean.addFixUI(UIOptions opts) |
static void |
GanttUtil.addGanttZooms(com.ibm.json.java.JSONObject root,
ISKDUIInfo skdUIInfo,
UIOptions options,
AbstractTreeGridMiniAppBean bean,
com.ibm.json.java.JSONObject Gantt)
Adds the default Gantt Zoom levels to a TreeGrid, and initializes the
default Zoom to be the "middle" Zoom level.
|
void |
BaseTreeGridMiniAppBean.addGotoToolbarOptions(UIOptions opts) |
void |
AbstractTreeGridMiniAppBean.addLinkToWorkViewFilter(UIOptions opts,
boolean create,
boolean initialState) |
void |
BaseTreeGridMiniAppBean.addLockDurationIcon(UIOptions opts,
boolean create) |
void |
BaseTreeGridMiniAppBean.addLockResourceIcon(UIOptions opts,
boolean create) |
void |
BaseTreeGridMiniAppBean.addLockScheduleIcon(UIOptions opts,
boolean create) |
static void |
GanttUtil.addPerfOptions(com.ibm.json.java.JSONObject Cfg,
UIOptions opts) |
protected void |
WorkViewBean.addPrintPDFAction(UIOptions opts) |
protected void |
SchedulerWorkViewBean.addPrintPDFAction(UIOptions opts) |
void |
AbstractTreeGridMiniAppBean.addQuickSearch(UIOptions opts) |
protected void |
SchedulerWorkViewBean.addReforecastAll(UIOptions opts) |
protected void |
AbstractTreeGridMiniAppBean.addResourceDisplay(UIOptions opts) |
protected void |
GAWorkViewBean.addRUNEMRGAction(UIOptions opts) |
void |
AbstractTreeGridMiniAppBean.addToggleDependencies(UIOptions opts,
boolean create) |
static com.ibm.json.java.JSONObject |
GanttUtil.addToolbarIcons(com.ibm.json.java.JSONObject Toolbar,
UIOptions options) |
void |
BaseTreeGridMiniAppBean.addZoomToToolbarOptions(UIOptions opts) |
static void |
GanttUtil.buildInfoRow(UIBuilder data,
IMXGanttModel schedule,
UIOptions options) |
static com.ibm.json.java.JSONObject |
GanttUtil.createAndAddToolbar(com.ibm.json.java.JSONObject root,
UIOptions options) |
protected static com.ibm.json.java.JSONArray |
GanttUtil.createZooms(Range range,
UIOptions options) |
static java.lang.String |
GanttUtil.doReplacementsForZoom(java.lang.String zoomJSON,
ISKDUIInfo skdUIInfo,
UIOptions options) |
protected java.lang.String |
ILogGanttModelToTreeGridUIBuilder.getGanttMenu(UIOptions opts,
BaseTreeGridMiniAppBean bean) |
static java.lang.String |
GanttUtil.getInfoRowText(IMXGanttModel schedule,
UIOptions options) |
com.ibm.json.java.JSONObject |
ILogGanttModelToTreeGridUIBuilder.getTreeGridUI(java.util.concurrent.Future modelFuture,
UIOptions options,
BaseTreeGridMiniAppBean bean) |
com.ibm.json.java.JSONObject |
ILogGanttModelToResourceTreeGridUIBuilder.getTreeGridUI(java.util.concurrent.Future modelFuture,
UIOptions options,
BaseTreeGridMiniAppBean bean) |
protected void |
ILogGanttModelToTreeGridUIBuilder.preprocessColumns(UIOptions options,
MXGanttModel model,
IGanttConfigInfo info,
java.util.List columns)
Pre-Process to the columns before rendering them.
|
protected void |
SchedulerWorkViewBean.refreshToolbarItems(UIOptions uiOptions) |
protected void |
BaseTreeGridMiniAppBean.refreshToolbarItems(UIOptions uiOptions2)
This is called everytime getUIOptions is called, in case, bean needs to
refresh the state of the options
|
protected void |
AbstractTreeGridMiniAppBean.refreshToolbarItems(UIOptions uiOptions2)
This is called everytime getUIOptions is called, in case, bean needs to
refresh the state of the options
|
void |
AbstractTreeGridMiniAppBean.setGridTitleInUIOptions(UIOptions opts,
boolean readOnly) |
static void |
GanttUtil.setLeftPanelOptions(com.ibm.json.java.JSONObject Panel,
UIOptions options) |
static void |
UIHelper.updateSync(UIOptions options,
com.ibm.json.java.JSONObject Cfg,
AbstractTreeGridMiniAppBean bean) |
Constructor and Description |
---|
ILogResourcesGanttModelToTreeGridSerializer(TreeGridUtil.ITGSerializationHelper helper,
UIOptions options) |
ILogResourcesGanttModelToTreeGridSerializer(TreeGridUtil.ITGSerializationHelper helper,
UIOptions options,
IActivityFilter activityFilter) |
Modifier and Type | Method and Description |
---|---|
protected UIOptions |
CompareViewBean.createUIOptions(java.lang.String id) |
protected UIOptions |
CompareResourceHoursBean.createUIOptions(java.lang.String id) |
protected UIOptions |
CompareAssignmentsBean.createUIOptions(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
protected void |
CompareViewBean.addCompareIcons(UIOptions opts) |
Constructor and Description |
---|
CompareResourceAssignmentsModelTGEmitter(StreamingDataBuilder out,
UserInfo userInfo,
UIOptions options) |
CompareResourceHoursModelTGEmitter(StreamingDataBuilder out,
UserInfo userInfo,
UIOptions options) |
Modifier and Type | Method and Description |
---|---|
protected UIOptions |
CompareMaxResourceHoursBean.createUIOptions(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
protected void |
CompareViewMaxBean.addCompareIcons(UIOptions opts) |
Constructor and Description |
---|
CompareMaxResourceHoursModelTGEmitter(StreamingDataBuilder out,
UserInfo userInfo,
UIOptions options) |
Modifier and Type | Method and Description |
---|---|
protected UIOptions |
CrewWorkViewBean.createUIOptions(java.lang.String id)
Called only once, by getUIOptions to actually create the options.
|
protected UIOptions |
CrewAssignViewBean.createUIOptions(java.lang.String id)
Called only once, by getUIOptions to actually create the options.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CrewWorkUISerializer.preprocessColumns(UIOptions options,
MXGanttModel model,
IGanttConfigInfo info,
java.util.List columns) |
protected void |
CrewAssignUISerializer.preprocessColumns(UIOptions options,
MXGanttModel model,
IGanttConfigInfo info,
java.util.List columns) |
Constructor and Description |
---|
CrewAssignModelSerializer(BaseTreeGridMiniAppBean bean,
TreeGridUtil.ITGSerializationHelper helper,
UIOptions options) |
Modifier and Type | Method and Description |
---|---|
protected UIOptions |
DispatchViewBean.createUIOptions(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
protected void |
DispatchViewBean.addRUNEMRGAction(UIOptions opts) |
com.ibm.json.java.JSONObject |
DispatchUIModelSerializer.getTreeGridUI(java.util.concurrent.Future modelFuture,
UIOptions options,
BaseTreeGridMiniAppBean bean) |
Modifier and Type | Method and Description |
---|---|
protected UIOptions |
GResourceView.createUIOptions(java.lang.String projectId) |
Modifier and Type | Method and Description |
---|---|
void |
GResourceView.addGotoToolbarOptions(UIOptions opts) |
protected void |
GResourceView.addModAvailDurationType(UIOptions opts) |
protected void |
GResourceView.addModAvailReasonCode(UIOptions opts) |
protected void |
GResourceView.addShowLegendIcon(UIOptions opts) |
protected void |
GResourceView.addViewNavToolbarOptions(UIOptions opts) |
static void |
GResourceHoursViewUIHelper.configureGantt(AbstractTreeGridMiniAppBean bean,
IMXGanttModel model,
Range projectDates,
com.ibm.json.java.JSONObject Gantt,
UIBuilder builder,
UIOptions options,
ISKDUIInfo uiInfo) |
static void |
GResourceHoursViewUIHelper.configureGantt(BaseTreeGridMiniAppBean bean,
IMXGanttModel model,
com.ibm.json.java.JSONObject Gantt,
UIBuilder builder,
UIOptions options,
ISKDUIInfo uiInfo) |
static com.ibm.json.java.JSONObject |
GResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
AbstractTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
IMXGanttModel model,
Range projectDates)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
static com.ibm.json.java.JSONObject |
GResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
BaseTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
java.util.concurrent.Future modelFuture)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
static com.ibm.json.java.JSONObject |
GResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
BaseTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
IMXGanttModel model)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
Modifier and Type | Method and Description |
---|---|
UIOptions |
GWAResourceScheduleView.createUIOptions(java.lang.String projectId) |
protected UIOptions |
GWAResourceHoursView.createUIOptions(java.lang.String projectId) |
Modifier and Type | Method and Description |
---|---|
void |
GWAResourceScheduleView.addGotoToolbarOptions(UIOptions opts) |
void |
GWAResourceScheduleView.addLockDurationIcon(UIOptions opts,
boolean create) |
protected void |
GWAResourceHoursView.addModAvailDurationType(UIOptions opts) |
protected void |
GWAResourceHoursView.addModAvailReasonCode(UIOptions opts) |
protected void |
GWAResourceHoursView.addShowLegendIcon(UIOptions opts) |
void |
GWAResourceScheduleView.addViewNavToolbarOptions(UIOptions opts) |
static void |
GWAResourceHoursViewUIHelper.configureGantt(AbstractTreeGridMiniAppBean bean,
IMXGanttModel model,
Range projectDates,
com.ibm.json.java.JSONObject Gantt,
UIBuilder builder,
UIOptions options,
ISKDUIInfo uiInfo) |
static void |
GWAResourceHoursViewUIHelper.configureGantt(BaseTreeGridMiniAppBean bean,
IMXGanttModel model,
com.ibm.json.java.JSONObject Gantt,
UIBuilder builder,
UIOptions options,
ISKDUIInfo uiInfo) |
protected static com.ibm.json.java.JSONArray |
GWAGanttUtil.createZooms(Range range,
UIOptions options) |
static com.ibm.json.java.JSONObject |
GWAResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
AbstractTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
IMXGanttModel model,
Range projectDates)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
static com.ibm.json.java.JSONObject |
GWAResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
BaseTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
java.util.concurrent.Future modelFuture)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
static com.ibm.json.java.JSONObject |
GWAResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
BaseTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
IMXGanttModel model)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
protected void |
GWAResourceScheduleView.setGanttPrintHeader(UIOptions opts) |
Modifier and Type | Method and Description |
---|---|
UIOptions |
ShowCircularDependenciesViewBean.createUIOptions(java.lang.String projectId) |
UIOptions |
ShowActivityHierarchyViewBean.createUIOptions(java.lang.String projectId) |
UIOptions |
SchedulerMaxWorkView.createUIOptions(java.lang.String projectId) |
protected UIOptions |
ResourceToolsZonesMaxHoursView.createUIOptions(java.lang.String projectId) |
protected UIOptions |
ResourceMaxHoursView.createUIOptions(java.lang.String projectId) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceMaxHoursView.addFilterWorkorderForResource(UIOptions opts) |
static void |
LargeGanttUtil.addGanttZooms(com.ibm.json.java.JSONObject root,
ISKDUIInfo skdUIInfo,
UIOptions options,
Schedule schedule,
com.ibm.json.java.JSONObject Gantt)
Adds the default Gantt Zoom levels to a TreeGrid, and initializes the
default Zoom to be the "middle" Zoom level.
|
protected void |
ResourceMaxHoursView.addPrintPDFAction(UIOptions opts) |
protected void |
ResourceMaxHoursView.addRefreshResource(UIOptions opts) |
protected void |
ResourceToolsZonesMaxHoursView.addShowHideNumbersForResource(UIOptions opts) |
protected void |
ResourceMaxHoursView.addShowHideNumbersForResource(UIOptions opts) |
static void |
LargeGanttUtil.buildInfoRow(UIBuilder data,
Schedule leftSchedule,
long rightModelId,
UIOptions options) |
protected static com.ibm.json.java.JSONArray |
LargeGanttUtil.createZooms(Range range,
UIOptions options) |
static java.lang.String |
LargeGanttUtil.getInfoRowText(Schedule leftSchedule,
long rightModelId,
UIOptions options) |
protected void |
SchedulerMaxWorkView.refreshToolbarItems(UIOptions uiOptions) |
protected void |
ResourceMaxHoursView.setGanttPrintHeader(UIOptions opts) |
Modifier and Type | Method and Description |
---|---|
protected UIOptions |
ResourceScheduleView.createUIOptions(java.lang.String id) |
protected UIOptions |
ResourceHoursView.createUIOptions(java.lang.String projectId) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceScheduleView.addFilterToggle(UIOptions opts) |
protected void |
ResourceScheduleView.addRUNEMRGAction(UIOptions opts) |
static void |
ResourceHoursViewModelHelper.applyLoadAndAvail(TGJsonWriter r,
IMXResource res,
IMXGanttModel m,
UserInfo userInfo,
TreeGridUtil.ITGSerializationHelper helper,
UIOptions options) |
static void |
ResourceHoursViewUIHelper.configureGantt(AbstractTreeGridMiniAppBean bean,
IMXGanttModel model,
Range projectDates,
com.ibm.json.java.JSONObject Gantt,
UIBuilder builder,
UIOptions options,
ISKDUIInfo uiInfo) |
static void |
ResourceHoursViewUIHelper.configureGantt(BaseTreeGridMiniAppBean bean,
IMXGanttModel model,
com.ibm.json.java.JSONObject Gantt,
UIBuilder builder,
UIOptions options,
ISKDUIInfo uiInfo) |
static com.ibm.json.java.JSONObject |
ResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
AbstractTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
IMXGanttModel model,
Range projectDates)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
static com.ibm.json.java.JSONObject |
ResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
BaseTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
java.util.concurrent.Future modelFuture)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
static com.ibm.json.java.JSONObject |
ResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
BaseTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
IMXGanttModel model)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
protected void |
ResourceScheduleView.refreshToolbarItems(UIOptions uiOptions2) |
Modifier and Type | Method and Description |
---|---|
protected UIOptions |
OtherResourcesView.createUIOptions(java.lang.String projectId) |
protected UIOptions |
OtherResourcesMaxView.createUIOptions(java.lang.String id)
Called only once, by getUIOptions to actually create the options.
|
Modifier and Type | Method and Description |
---|---|
void |
OtherResourcesMaxView.addGotoToolbarOptions(UIOptions opts) |
void |
OtherResourcesMaxView.addZoomToToolbarOptions(UIOptions opts) |
Modifier and Type | Method and Description |
---|---|
protected UIOptions |
SchedulerDashboardView.createUIOptions(java.lang.String projectId) |
Modifier and Type | Method and Description |
---|---|
void |
SchedulerDashboardView.addQuickSearch(UIOptions opts) |