Uses of Enum Class
io.mateu.dtos.CrudlTypeDto

  • Uses of CrudlTypeDto in io.mateu.dtos

    Methods in io.mateu.dtos that return CrudlTypeDto
    Modifier and Type
    Method
    Description
    CrudlDto.crudlType()
    Returns the value of the crudlType record component.
    CrudlTypeDto.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static CrudlTypeDto[]
    CrudlTypeDto.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 CrudlTypeDto
    Modifier
    Constructor
    Description
     
    CrudlDto(CrudlTypeDto crudlType, String title, String subtitle, boolean canEdit, boolean selectionListened, boolean hasActionOnSelectedRow, boolean multipleRowSelectionEnabled, boolean searchable, boolean showCards, List<FormFieldDto> filters, List<ComponentDto> columns, List<ButtonDto> toolbar, boolean child, String emptyStateMessage, boolean searchOnEnter, boolean autoFocusOnSearchText, boolean allRowsVisible, int size, boolean lazyLoading, boolean lazyColumnRendering, boolean infiniteScrolling, boolean useButtonForDetail, boolean columnReorderingAllowed, int pageSize, boolean rowsSelectionEnabled, List<ComponentDto> header, List<ComponentDto> footer, boolean wrapCellContent, boolean compact, boolean noBorder, boolean noRowBorder, boolean columnBorders, boolean rowStripes, String vaadinGridCellBackground, String vaadinGridCellPadding, String gridStyle, String detailPath, String onRowSelectionChangedActionId, String contentHeight)
    Creates an instance of a CrudlDto record class.