Package com.onec.annotations
Annotation Interface UiHint
@Deprecated(since="next",
forRemoval=true)
@Retention(RUNTIME)
@Target(FIELD)
public @interface UiHint
Deprecated, for removal: This API element is subject to removal in a future version.
Per-field UI hint.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Controls the input widget rendered in the form.Deprecated, for removal: This API element is subject to removal in a future version.
-
Element Details
-
visibleInList
boolean visibleInListDeprecated, for removal: This API element is subject to removal in a future version.- Default:
true
-
visibleInForm
boolean visibleInFormDeprecated, for removal: This API element is subject to removal in a future version.- Default:
true
-
visibleInDetail
boolean visibleInDetailDeprecated, for removal: This API element is subject to removal in a future version.- Default:
true
-
order
int orderDeprecated, for removal: This API element is subject to removal in a future version.- Default:
0
-
group
String groupDeprecated, for removal: This API element is subject to removal in a future version.- Default:
""
-
width
String widthDeprecated, for removal: This API element is subject to removal in a future version.- Default:
""
-
widget
String widgetDeprecated, for removal: This API element is subject to removal in a future version.Controls the input widget rendered in the form. Values: "" (default input), "textarea", "richtext"- Default:
""
-
EntityVieworLayoutbean instead, e.g.One exception: tabular section row classes (e.g. line-item rows inside a document's
@TabularSection). The DSL does not yet expose tabular section field hints; use@UiHinton those row classes only when custom row-field hints are still required.