Annotation Type UIDateTimeField
-
@Retention(RUNTIME) @Target(METHOD) @LinkkiBoundProperty @LinkkiAspect(DateTimeFieldAspectCreator.class) public @interface UIDateTimeField
A field for date and time input, in accordance withDateTimePicker.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intpositionMandatory attribute, defines display order of UI elements
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description EnabledTypeenabledDefines if a UI component is editable, using values ofEnabledTypeStringlabelProvides a description label next to the UI elementStringmodelAttributeName of a property in the class of the boundModelObjectto use model bindingStringmodelObjectName of the model object that is to be bound if multiple model objects are included for model bindingRequiredTyperequiredMarks mandatory fields visuallylongstepDefines the time interval (in minutes) between the items displayed in the time picker overlay.VisibleTypevisibleSpecifies if a component is shown, using values ofVisibleType
-
-
-
-
label
String label
Provides a description label next to the UI element- Default:
- "derived.by.linkki"
-
-
-
enabled
EnabledType enabled
Defines if a UI component is editable, using values ofEnabledType- Default:
- org.linkki.core.defaults.ui.aspects.types.EnabledType.ENABLED
-
-
-
required
RequiredType required
Marks mandatory fields visually- Default:
- org.linkki.core.defaults.ui.aspects.types.RequiredType.NOT_REQUIRED
-
-
-
visible
VisibleType visible
Specifies if a component is shown, using values ofVisibleType- Default:
- org.linkki.core.defaults.ui.aspects.types.VisibleType.VISIBLE
-
-
-
modelObject
String modelObject
Name of the model object that is to be bound if multiple model objects are included for model binding- Default:
- "modelObject"
-
-
-
modelAttribute
String modelAttribute
Name of a property in the class of the boundModelObjectto use model binding- Default:
- ""
-
-