Uses of Enum Class
io.mateu.dtos.JustificationDto
-
Uses of JustificationDto in io.mateu.dtos
Methods in io.mateu.dtos that return JustificationDtoModifier and TypeMethodDescriptionHorizontalLayoutDto.justification()Returns the value of thejustificationrecord component.VerticalLayoutDto.justification()Returns the value of thejustificationrecord component.static JustificationDtoReturns the enum constant of this class with the specified name.static JustificationDto[]JustificationDto.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 JustificationDtoModifierConstructorDescriptionHorizontalLayoutDto(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.VerticalLayoutDto(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.