Class MultilineField


  • public class MultilineField
    extends Field
    Represents a field which can contain multiple lines of text.
    • Constructor Detail

      • MultilineField

        public MultilineField​(String name)
        Creates a new MultilineField with the given name.
        Parameters:
        name - The unique name to associate with this field.