-
Returns the value of the formPosition 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.
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.