public class OtherResourcesAvailabilityView extends AbstractResourceView implements LazyResourceView.IsLazy
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FETCH_INTERVAL_DAYS_PROP
Number of padding Days that we fetch in addition to the work order start/end range.
|
ganttUpdater
Constructor and Description |
---|
OtherResourcesAvailabilityView() |
Modifier and Type | Method and Description |
---|---|
void |
activate()
called when the tab is activated (ie, becomes visible to the user)
|
void |
attachModel(AppletGanttModel model) |
void |
deactivate()
called when the tab becomes hidden (ie, the user switches to another tab)
|
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.
|
java.awt.Component |
initializeView() |
void |
setResourceViewContext(ResourceViewContext context) |
applyActivityFilter, applyActivityQbeFilter, attachGanttModelToViewComponents, detachGanttModelFromViewComponents, getViewId, isActive, print, printPreview, printSetup, setDividerLocation, setViewId
public static final java.lang.String FETCH_INTERVAL_DAYS_PROP
public java.awt.Component initializeView()
initializeView
in interface ResourceView
initializeView
in class AbstractResourceView
public void attachModel(AppletGanttModel model)
attachModel
in interface ResourceView
attachModel
in class AbstractResourceView
public void setResourceViewContext(ResourceViewContext context)
setResourceViewContext
in interface ResourceView
setResourceViewContext
in class AbstractResourceView
public void activate()
activate
in interface ResourceView
activate
in class AbstractResourceView
public void deactivate()
deactivate
in interface ResourceView
deactivate
in class AbstractResourceView
public java.lang.Object getDividerComponent()
AbstractResourceView
getDividerComponent
in class AbstractResourceView