-
Returns the value of the crudlType record component.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
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.