Uses of Class
org.vaadin.tltv.gantt.model.Step
Packages that use Step
-
Uses of Step in org.vaadin.tltv.gantt
Methods in org.vaadin.tltv.gantt that return StepMethods in org.vaadin.tltv.gantt that return types with arguments of type StepModifier and TypeMethodDescriptioncom.vaadin.flow.component.grid.Grid<Step>Gantt.buildCaptionGrid(String header) Builds a newGridinstance with a single column that renders text based on the step caption.com.vaadin.flow.component.treegrid.TreeGrid<Step>Gantt.buildCaptionTreeGrid(String header) Builds a newTreeGridinstance with a single column that renders text based on the step caption.com.vaadin.flow.component.grid.Grid<Step>Gantt.getCaptionGrid()Get captionGridinstance or null if it's not set.com.vaadin.flow.component.treegrid.TreeGrid<Step>Gantt.getCaptionTreeGrid()Get captionTreeGridinstance or null if it's not set.Gantt.getSteps()ReturnsStepstream excluding sub-steps.Gantt.getStepsList()Returns a list ofStepobjects excluding sub-steps.Methods in org.vaadin.tltv.gantt with parameters of type StepModifier and TypeMethodDescriptionvoidAdd step component based on the given step descriptor.voidAdd new step component based on the given step descriptor.voidAdd new step components based on the given varargs of step descriptors.booleanReturns true if givenStep's UID matches with any existing step excluding sub step.voidExpands all child steps directed by the caption TreeGrid's hierarchical data source.voidExpands all child steps directed by the caption TreeGrid's hierarchical data source.protected voidGantt.handleTreeDataAdd(com.vaadin.flow.data.provider.hierarchy.TreeData<Step> treeData, Step step) protected voidGantt.handleTreeDataMove(com.vaadin.flow.data.provider.hierarchy.TreeData<Step> treeData, Step step) intReturns a zero based index of the givenStep.voidMove given existing step to the given index.booleanGantt.removeStep(Step step) Removes given Step if it exists, based on its UID.voidGantt.removeSteps(Step... steps) Removes all given steps if they exists, based on their UIDs.Method parameters in org.vaadin.tltv.gantt with type arguments of type StepModifier and TypeMethodDescriptionvoidGantt.addSteps(Collection<Step> steps) Add new step components based on the given collection of step descriptors.voidAdd new step components based on the given stream of step descriptors.voidGantt.expand(Collection<Step> items) Expands all child steps directed by the caption TreeGrid's hierarchical data source.voidGantt.expand(Collection<Step> items, boolean expandWholeSubTree) Expands all child steps directed by the caption TreeGrid's hierarchical data source.protected voidGantt.handleTreeDataAdd(com.vaadin.flow.data.provider.hierarchy.TreeData<Step> treeData, Step step) protected voidGantt.handleTreeDataMove(com.vaadin.flow.data.provider.hierarchy.TreeData<Step> treeData, Step step) voidGantt.removeSteps(Collection<Step> steps) Removes all given steps if they exists, based on their UIDs.voidGantt.removeSteps(Stream<Step> steps) Removes all given steps looped through the given Stream if they exists, based on their UIDs. -
Uses of Step in org.vaadin.tltv.gantt.event
Methods in org.vaadin.tltv.gantt.event that return types with arguments of type StepConstructor parameters in org.vaadin.tltv.gantt.event with type arguments of type StepModifierConstructorDescriptionGanttDataChangeEvent(Gantt source, GanttDataChangeEvent.DataEvent dataEvent, Stream<Step> steps) -
Uses of Step in org.vaadin.tltv.gantt.model
Methods in org.vaadin.tltv.gantt.model that return StepModifier and TypeMethodDescriptionSubStep.getOwner()Return aStepthat this substep belongs to.Step.getPredecessor()Methods in org.vaadin.tltv.gantt.model with parameters of type StepConstructors in org.vaadin.tltv.gantt.model with parameters of type Step