Uses of Enum Class
io.mateu.dtos.TabLayoutVariantDto
-
Uses of TabLayoutVariantDto in io.mateu.dtos
Methods in io.mateu.dtos that return TabLayoutVariantDtoModifier and TypeMethodDescriptionstatic TabLayoutVariantDtoReturns the enum constant of this class with the specified name.static TabLayoutVariantDto[]TabLayoutVariantDto.values()Returns an array containing the constants of this enum class, in the order they are declared.TabLayoutDto.variant()Returns the value of thevariantrecord component.Constructors in io.mateu.dtos with parameters of type TabLayoutVariantDtoModifierConstructorDescriptionTabLayoutDto(OrientationDto orientation, TabLayoutVariantDto variant) Creates an instance of aTabLayoutDtorecord class.