Class Field<T>

java.lang.Object
no.ntnu.idatt1002.demo.view.components.Field<T>

public class Field<T> extends Object
A field for a form.

The field class is responsible for rendering the correct input field based on the type of the field.

There are three types of fields:

  • NUMBER: A field for numbers. Returns the number typed
  • STRING: A field for strings. Returns the string typed
  • LIST: A field for selecting from a list of options. Returns the index of the selected item
All fields have a placeholder that is displayed when the field is empty.