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, setViewIdpublic static final java.lang.String FETCH_INTERVAL_DAYS_PROP
public java.awt.Component initializeView()
initializeView in interface ResourceViewinitializeView in class AbstractResourceViewpublic void attachModel(AppletGanttModel model)
attachModel in interface ResourceViewattachModel in class AbstractResourceViewpublic void setResourceViewContext(ResourceViewContext context)
setResourceViewContext in interface ResourceViewsetResourceViewContext in class AbstractResourceViewpublic void activate()
activate in interface ResourceViewactivate in class AbstractResourceViewpublic void deactivate()
deactivate in interface ResourceViewdeactivate in class AbstractResourceViewpublic java.lang.Object getDividerComponent()
AbstractResourceViewgetDividerComponent in class AbstractResourceView