Uses of Enum Class
io.mateu.dtos.SplitLayoutVariantDto
-
Uses of SplitLayoutVariantDto in io.mateu.dtos
Methods in io.mateu.dtos that return SplitLayoutVariantDtoModifier and TypeMethodDescriptionstatic SplitLayoutVariantDtoReturns the enum constant of this class with the specified name.static SplitLayoutVariantDto[]SplitLayoutVariantDto.values()Returns an array containing the constants of this enum class, in the order they are declared.SplitLayoutDto.variant()Returns the value of thevariantrecord component.Constructors in io.mateu.dtos with parameters of type SplitLayoutVariantDtoModifierConstructorDescriptionSplitLayoutDto(OrientationDto orientation, SplitLayoutVariantDto variant, boolean fullWidth) Creates an instance of aSplitLayoutDtorecord class.