Uses of Record Class
io.mateu.dtos.FormFieldDto

  • Uses of FormFieldDto in io.mateu.dtos

    Methods in io.mateu.dtos that return types with arguments of type FormFieldDto
    Modifier and Type
    Method
    Description
    SearchFormDto.fields()
    Returns the value of the fields record component.
    CrudlDto.filters()
    Returns the value of the filters record component.
    Constructor parameters in io.mateu.dtos with type arguments of type FormFieldDto
    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.
     
    Creates an instance of a SearchFormDto record class.