T
- the generic typepublic abstract class AbstractGhantChartManagerImpl<T> extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
AbstractGhantChartManagerImpl.StepMapping<T>
The Interface StepMapping.
|
Constructor and Description |
---|
AbstractGhantChartManagerImpl()
Instantiates a new abstract ghant chart manager impl.
|
Modifier and Type | Method and Description |
---|---|
void |
createRoleGhant(com.vaadin.ui.VerticalLayout roleSummaryLayoutTabsheet,
List<T> assignmentList)
Creates the role ghant.
|
protected abstract Comparator<T> |
getComparator()
Gets the comparator.
|
protected abstract Function<T,String> |
getRoleMapping()
Gets the role mapping.
|
protected abstract AbstractGhantChartManagerImpl.StepMapping<T> |
getStepMapping()
Gets the step mapping.
|
public AbstractGhantChartManagerImpl()
public final void createRoleGhant(com.vaadin.ui.VerticalLayout roleSummaryLayoutTabsheet, List<T> assignmentList)
roleSummaryLayoutTabsheet
- the role summary layout tabsheetassignmentList
- the assignment listprotected abstract Comparator<T> getComparator()
protected abstract Function<T,String> getRoleMapping()
protected abstract AbstractGhantChartManagerImpl.StepMapping<T> getStepMapping()
Copyright © 2008–2017 www.hack23.com. All rights reserved.