-
Returns the value of the
badges record component.
Returns the value of the
badges record component.
Returns the value of the badges record component.
FormDto(String icon,
String title,
boolean readOnly,
String subtitle,
StatusDto status,
boolean noHeader,
List<BadgeDto> badges,
List<BannerDto> banners,
List<ActionDto> actions,
List<ButtonDto> toolbar,
List<ButtonDto> buttons,
ComponentDto avatar,
List<ComponentDto> header,
List<ComponentDto> footer)
Creates an instance of a FormDto record class.
FormFieldDto(String fieldId,
String dataType,
String stereotype,
boolean observed,
boolean autofocus,
String label,
String placeholder,
String cssClasses,
String description,
List<BadgeDto> badges,
List<PairDto> attributes,
int colspan,
boolean rightAligned,
boolean bold,
List<OptionDto> options,
RemoteCoordinatesDto remoteCoordinates,
Object initialValue,
boolean readOnly,
boolean required,
String style,
List<ComponentDto> columns,
ComponentDto createForm,
ComponentDto editor,
String onItemSelectionActionId,
FormPositionDto formPosition,
int sliderMin,
int sliderMax,
boolean stepButtonsVisible,
double step)
Creates an instance of a FormFieldDto record class.
PageDto(String id,
String favicon,
String pageTitle,
String icon,
String title,
boolean readOnly,
String subtitle,
StatusDto status,
List<BadgeDto> badges,
List<BannerDto> banners,
List<ActionDto> actions,
List<ButtonDto> toolbar,
List<ButtonDto> buttons,
ComponentDto avatar,
List<ComponentDto> header,
List<ComponentDto> footer)
Creates an instance of a PageDto record class.