Class UserInputField

    • Field Detail

      • content

        protected String content
    • Constructor Detail

      • UserInputField

        public UserInputField()
    • Method Detail

      • getContent

        public String getContent()
        A single field the users entered a value for.
        Returns:
        possible object is String
      • setContent

        public void setContent​(String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String