Uses of Enum Class
io.mateu.dtos.VerticalAlignmentDto
-
Uses of VerticalAlignmentDto in io.mateu.dtos
Methods in io.mateu.dtos that return VerticalAlignmentDtoModifier and TypeMethodDescriptionstatic VerticalAlignmentDtoReturns the enum constant of this class with the specified name.static VerticalAlignmentDto[]VerticalAlignmentDto.values()Returns an array containing the constants of this enum class, in the order they are declared.HorizontalLayoutDto.verticalAlignment()Returns the value of theverticalAlignmentrecord component.Constructors in io.mateu.dtos with parameters of type VerticalAlignmentDtoModifierConstructorDescriptionHorizontalLayoutDto(boolean spacing, boolean padding, boolean margin, SpacingVariantDto spacingVariant, VerticalAlignmentDto verticalAlignment, JustificationDto justification, boolean wrap, List<Integer> flexGrows, boolean fullWidth, String style) Creates an instance of aHorizontalLayoutDtorecord class.