public class FormField extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
defaultOption
Default option for radio and dropdown
|
String |
fieldType
Type of Field
|
Long |
formFieldSetId
Form field set id
|
String |
helpText
Help text to be displayed
|
Long |
id
Form field id
|
String |
label
Label to be displayed
|
String[] |
optionsForSelect
Options to display for radio and dropdown
|
Boolean |
required
Is this a required field?
|
public Long id
public String label
public Boolean required
public String helpText
public String fieldType
public String[] optionsForSelect
public String defaultOption
public Long formFieldSetId
Copyright © 2024 com.github.files-com. All rights reserved.