Uses of Enum Class
io.mateu.dtos.UIFragmentActionDto
-
Uses of UIFragmentActionDto in io.mateu.dtos
Methods in io.mateu.dtos that return UIFragmentActionDtoModifier and TypeMethodDescriptionUIFragmentDto.action()Returns the value of theactionrecord component.static UIFragmentActionDtoReturns the enum constant of this class with the specified name.static UIFragmentActionDto[]UIFragmentActionDto.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 UIFragmentActionDtoModifierConstructorDescriptionUIFragmentDto(String targetComponentId, ComponentDto component, Object state, Object data, UIFragmentActionDto action) Creates an instance of aUIFragmentDtorecord class.