public class SingleSelectSheetField extends SheetField
Modifier and Type | Field and Description |
---|---|
private SelectFieldProperty |
propertySingleSelect |
Constructor and Description |
---|
SingleSelectSheetField(String fieldId,
SheetFieldType fieldType,
String fieldTitle,
SelectFieldProperty selectProperty)
Instantiates a new Single select sheet field.
|
Modifier and Type | Method and Description |
---|---|
static SingleSelectSheetField |
create(String fieldTitle,
SelectFieldProperty selectProperty)
Create single select sheet field.
|
static SingleSelectSheetField |
update(String fieldId,
String fieldTitle,
SelectFieldProperty selectProperty)
Update single select sheet field.
|
private final SelectFieldProperty propertySingleSelect
SingleSelectSheetField(String fieldId, SheetFieldType fieldType, String fieldTitle, SelectFieldProperty selectProperty)
fieldId
- the field idfieldType
- the field typefieldTitle
- the field titleselectProperty
- the select propertypublic static SingleSelectSheetField create(String fieldTitle, SelectFieldProperty selectProperty)
fieldTitle
- the field titleselectProperty
- the select propertypublic static SingleSelectSheetField update(String fieldId, String fieldTitle, SelectFieldProperty selectProperty)
fieldId
- the field idfieldTitle
- the field titleselectProperty
- the select propertyCopyright © 2025. All rights reserved.