Package ai.vectros.types
Class RenderHintDef.Builder
java.lang.Object
ai.vectros.types.RenderHintDef.Builder
- Enclosing class:
RenderHintDef
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()displayField(Boolean displayField) displayField(Optional<Boolean> displayField) Marks this field as the record's headline (display) field — the linked primary column in the records list and the title on the detail view.from(RenderHintDef other) Help text shown to the user beneath the field.Display label for the field.Display order; lower values appear first.Section heading used to group related fields.widget(RenderHintDefWidget widget) widget(Optional<RenderHintDefWidget> widget) Widget used to render the field.
-
Method Details
-
from
-
label
Display label for the field.
-
label
-
widget
Widget used to render the field. One of: text, textarea, select, date, checkbox.
-
widget
-
order
Display order; lower values appear first.
-
order
-
section
Section heading used to group related fields.
-
section
-
helpText
Help text shown to the user beneath the field.
-
helpText
-
displayField
Marks this field as the record's headline (display) field — the linked primary column in the records list and the title on the detail view. At most one per schema.
-
displayField
-
build
-
additionalProperty
-
additionalProperties
-