Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, Link is a compound of a text box and a button. Vaadin doesn't provide this combination out of the box, so we need a

Javadoc resource link
classNameinfo.magnolia.ui.form.field.LinkField
renderTypeasynchronous
class that extends Vaadin CustomField. The custom field class provides a layout with a text field on the left and a button on the right. It also registers a preview component that displays a thumbnail of the link target if defined.

The Link field link field is an example that provides all three classes:

...