Uses of Class
coop.intergal.ui.components.detailsdrawer.DetailsDrawer.Position
-
Packages that use DetailsDrawer.Position Package Description coop.intergal.ui.components.detailsdrawer -
-
Uses of DetailsDrawer.Position in coop.intergal.ui.components.detailsdrawer
Methods in coop.intergal.ui.components.detailsdrawer that return DetailsDrawer.Position Modifier and Type Method Description static DetailsDrawer.PositionDetailsDrawer.Position. valueOf(String name)Returns the enum constant of this type with the specified name.static DetailsDrawer.Position[]DetailsDrawer.Position. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in coop.intergal.ui.components.detailsdrawer with parameters of type DetailsDrawer.Position Modifier and Type Method Description voidDetailsDrawer. setPosition(DetailsDrawer.Position position)Constructors in coop.intergal.ui.components.detailsdrawer with parameters of type DetailsDrawer.Position Constructor Description DetailsDrawer(DetailsDrawer.Position position, com.vaadin.flow.component.Component... components)
-