public class GroupByView extends AbstractResourceView implements LazyResourceView.IsLazy
ganttUpdater
Constructor and Description |
---|
GroupByView() |
Modifier and Type | Method and Description |
---|---|
void |
applyActivityFilter(java.lang.String s) |
void |
applyActivityQbeFilter(java.util.Map<java.lang.String,java.lang.String> map) |
void |
attachGanttModelToViewComponents()
Attaches the GanttModel to the view components.
|
void |
attachGanttModelToViewComponents(java.lang.String groupByPropertyName,
java.lang.String propertyTitle) |
void |
attachModel(AppletGanttModel model) |
void |
detachGanttModelFromViewComponents() |
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) |
activate, deactivate, getViewId, isActive, print, printPreview, printSetup, setDividerLocation, setViewId
public void setResourceViewContext(ResourceViewContext context)
setResourceViewContext
in interface ResourceView
setResourceViewContext
in class AbstractResourceView
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 applyActivityQbeFilter(java.util.Map<java.lang.String,java.lang.String> map)
applyActivityQbeFilter
in interface ResourceView
applyActivityQbeFilter
in class AbstractResourceView
public void applyActivityFilter(java.lang.String s)
applyActivityFilter
in interface ResourceView
applyActivityFilter
in class AbstractResourceView
public void attachGanttModelToViewComponents()
attachGanttModelToViewComponents
in interface ResourceView
attachGanttModelToViewComponents
in class AbstractResourceView
public void detachGanttModelFromViewComponents()
detachGanttModelFromViewComponents
in interface ResourceView
detachGanttModelFromViewComponents
in class AbstractResourceView
public void attachGanttModelToViewComponents(java.lang.String groupByPropertyName, java.lang.String propertyTitle)
public java.lang.Object getDividerComponent()
AbstractResourceView
getDividerComponent
in class AbstractResourceView