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