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, setViewIdpublic void setResourceViewContext(ResourceViewContext context)
setResourceViewContext in interface ResourceViewsetResourceViewContext in class AbstractResourceViewpublic java.awt.Component initializeView()
initializeView in interface ResourceViewinitializeView in class AbstractResourceViewpublic void attachModel(AppletGanttModel model)
attachModel in interface ResourceViewattachModel in class AbstractResourceViewpublic void applyActivityQbeFilter(java.util.Map<java.lang.String,java.lang.String> map)
applyActivityQbeFilter in interface ResourceViewapplyActivityQbeFilter in class AbstractResourceViewpublic void applyActivityFilter(java.lang.String s)
applyActivityFilter in interface ResourceViewapplyActivityFilter in class AbstractResourceViewpublic void attachGanttModelToViewComponents()
attachGanttModelToViewComponents in interface ResourceViewattachGanttModelToViewComponents in class AbstractResourceViewpublic void detachGanttModelFromViewComponents()
detachGanttModelFromViewComponents in interface ResourceViewdetachGanttModelFromViewComponents in class AbstractResourceViewpublic void attachGanttModelToViewComponents(java.lang.String groupByPropertyName,
java.lang.String propertyTitle)
public java.lang.Object getDividerComponent()
AbstractResourceViewgetDividerComponent in class AbstractResourceView