public class LoadAndAvailabilityResourceView extends AbstractResourceView implements HasResourceChart, LazyResourceView.IsLazy
ganttUpdater
Constructor and Description |
---|
LoadAndAvailabilityResourceView() |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
void |
applyActivityFilter(java.lang.String regEx) |
void |
applyActivityFilterX(java.lang.String regEx) |
void |
applyActivityQbeFilter(java.util.Map<java.lang.String,java.lang.String> qbeActivityFilter) |
void |
applyActivityQbeFilterX(java.util.Map<java.lang.String,java.lang.String> qbeActivityFilter) |
void |
attachGanttModelToViewComponents() |
void |
attachModel(AppletGanttModel model)
Whenever a model is changed, called to update the view content.
|
void |
deactivate() |
void |
detachGanttModelFromViewComponents()
Detaches gantt model from view components
|
void |
detachGanttModelFromViewComponents(ilog.views.gantt.IlvGanttModel model1)
Detaches gantt model from view components
|
java.lang.String |
getChartId()
Return a unique id for the chart
|
java.lang.Object |
getDividerComponent()
If the resource view exposes a Divider Component, ie, a JSplitPane or IlvHierarchyChart, then the
AbstractView class can auto-wire the events to listen for changes in the divider and have those
changes dispatched to the GanttViewUpdater.
|
SKDResourceLoadAndAvailabilityChart |
getLoadChart() |
ilog.views.gantt.IlvScheduleChart |
getResourceChart()
Return the current
IlvScheduleChart instance for the view |
ilog.views.gantt.IlvScheduleChart |
getScheduleChart() |
java.awt.Component |
initializeView() |
static void |
initPrintingController(ilog.views.schedule.IlvScheduleDataChart loadChart) |
void |
print() |
void |
printPreview() |
void |
printSetup() |
void |
setResourceViewContext(ResourceViewContext context) |
getViewId, isActive, setDividerLocation, setViewId
public void attachModel(AppletGanttModel model)
attachModel
in interface ResourceView
attachModel
in class AbstractResourceView
public java.awt.Component initializeView()
initializeView
in interface ResourceView
initializeView
in class AbstractResourceView
public void setResourceViewContext(ResourceViewContext context)
setResourceViewContext
in interface ResourceView
setResourceViewContext
in class AbstractResourceView
public ilog.views.gantt.IlvScheduleChart getScheduleChart()
public SKDResourceLoadAndAvailabilityChart getLoadChart()
public void print()
print
in interface ResourceView
print
in class AbstractResourceView
public void printSetup()
printSetup
in interface ResourceView
printSetup
in class AbstractResourceView
public void printPreview()
printPreview
in interface ResourceView
printPreview
in class AbstractResourceView
public static void initPrintingController(ilog.views.schedule.IlvScheduleDataChart loadChart)
public void attachGanttModelToViewComponents()
attachGanttModelToViewComponents
in interface ResourceView
attachGanttModelToViewComponents
in class AbstractResourceView
public void detachGanttModelFromViewComponents()
detachGanttModelFromViewComponents
in interface ResourceView
detachGanttModelFromViewComponents
in class AbstractResourceView
public void detachGanttModelFromViewComponents(ilog.views.gantt.IlvGanttModel model1)
public void activate()
activate
in interface ResourceView
activate
in class AbstractResourceView
public void deactivate()
deactivate
in interface ResourceView
deactivate
in class AbstractResourceView
public void applyActivityQbeFilter(java.util.Map<java.lang.String,java.lang.String> qbeActivityFilter)
applyActivityQbeFilter
in interface ResourceView
applyActivityQbeFilter
in class AbstractResourceView
public void applyActivityQbeFilterX(java.util.Map<java.lang.String,java.lang.String> qbeActivityFilter)
public void applyActivityFilter(java.lang.String regEx)
applyActivityFilter
in interface ResourceView
applyActivityFilter
in class AbstractResourceView
public void applyActivityFilterX(java.lang.String regEx)
public ilog.views.gantt.IlvScheduleChart getResourceChart()
HasResourceChart
IlvScheduleChart
instance for the viewgetResourceChart
in interface HasResourceChart
public java.lang.String getChartId()
HasResourceChart
getChartId
in interface HasResourceChart
public java.lang.Object getDividerComponent()
AbstractResourceView
getDividerComponent
in class AbstractResourceView