-
Returns the value of the
fields record component.
Returns the value of the filters record component.
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.