public class ComboBoxField extends FormField
Constructor and Description |
---|
ComboBoxField(int annotationIndex,
String name,
int pageIndex,
double x,
double y,
double width,
double height,
String value,
List<String> options,
int selectedIndex,
boolean readOnly)
(INTERNAL) Please Get ComboBoxField from
FormFieldsSet.getComboBoxFields() from FormManager.getFields() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getOptions()
Gets options.
|
int |
getSelectedIndex()
Gets The index of the selected option.
|
getAnnotationIndex, getHeight, getName, getPageIndex, getType, getValue, getWidth, getX, getY, isReadOnly
public ComboBoxField(int annotationIndex, String name, int pageIndex, double x, double y, double width, double height, String value, List<String> options, int selectedIndex, boolean readOnly)
FormFieldsSet.getComboBoxFields()
from FormManager.getFields()
annotationIndex
- the annotation indexname
- the namepageIndex
- the page indexx
- the xy
- the ywidth
- the widthheight
- the heightvalue
- the valueoptions
- the optionsselectedIndex
- the selected indexreadOnly
- the read onlypublic final List<String> getOptions()
public final int getSelectedIndex()
Copyright © 2022–2023 Iron Software. All rights reserved.