Uses of Class
org.vaadin.tltv.gantt.model.SubStep
Packages that use SubStep
-
Uses of SubStep in org.vaadin.tltv.gantt
Methods in org.vaadin.tltv.gantt that return SubStepModifier and TypeMethodDescriptionGantt.getSubStep(String uid) ReturnsSubStepby the UID or null if it doesn't exist.Methods in org.vaadin.tltv.gantt that return types with arguments of type SubStepMethods in org.vaadin.tltv.gantt with parameters of type SubStepModifier and TypeMethodDescriptionvoidGantt.addSubStep(SubStep subStep) Add new sub step component based on the given sub step descriptor.booleanReturns true if givenSubStep's UID matches with any existing sub step.voidGantt.moveSubStep(int toIndex, SubStep subStep) Move given existing substep to the given index.