Uses of Enum Class
io.mateu.dtos.HorizontalAlignmentDto
-
Uses of HorizontalAlignmentDto in io.mateu.dtos
Methods in io.mateu.dtos that return HorizontalAlignmentDtoModifier and TypeMethodDescriptionVerticalLayoutDto.horizontalAlignment()Returns the value of thehorizontalAlignmentrecord component.static HorizontalAlignmentDtoReturns the enum constant of this class with the specified name.static HorizontalAlignmentDto[]HorizontalAlignmentDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mateu.dtos with parameters of type HorizontalAlignmentDtoModifierConstructorDescriptionVerticalLayoutDto(boolean spacing, boolean padding, boolean margin, SpacingVariantDto spacingVariant, HorizontalAlignmentDto horizontalAlignment, JustificationDto justification, boolean wrap, List<Integer> flexGrows, boolean fullWidth, String style) Creates an instance of aVerticalLayoutDtorecord class.