Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mpp |
Modifier and Type | Method and Description |
---|---|
Filter |
ViewState.getFilter()
Retrieve the currently applied filter.
|
Filter |
FilterContainer.getFilterByID(Integer id)
Retrieve a given filter by ID.
|
Filter |
FilterContainer.getFilterByName(String name)
Retrieve a given filter by name.
|
Modifier and Type | Method and Description |
---|---|
List<Filter> |
FilterContainer.getResourceFilters()
Retrieves a list of all resource filters.
|
List<Filter> |
FilterContainer.getTaskFilters()
Retrieves a list of all task filters.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterContainer.addFilter(Filter filter)
Adds a filter definition to this project file.
|
Modifier and Type | Field and Description |
---|---|
protected List<Filter> |
GanttChartView.m_autoFilters |
protected Map<FieldType,Filter> |
GanttChartView.m_autoFiltersByType |
Modifier and Type | Method and Description |
---|---|
Filter |
GanttChartView.getAutoFilterByType(FieldType type)
Retrieves the auto filter definition associated with an
individual column.
|
Filter |
GanttChartView.getDefaultFilter()
Convenience method used to retrieve the default filter instance
associated with this view.
|
Modifier and Type | Method and Description |
---|---|
List<Filter> |
GanttChartView.getAutoFilters()
Retrieves a list of all auto filters associated with this view.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.