Class InlineLabelsField
java.lang.Object
com.atlassian.jira.plugin.issuenav.pageobjects.fields.InlineField
com.atlassian.jira.plugin.issuenav.pageobjects.fields.InlineLabelsField
- All Implemented Interfaces:
Field
- Direct Known Subclasses:
InlineLabelsCustomField
The issue's labels field.
-
Field Summary
Fields inherited from class com.atlassian.jira.plugin.issuenav.pageobjects.fields.InlineField
binder, finder, traceContext, trigger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.plugin.issuenav.pageobjects.fields.InlineField
editSaveWait, fillSaveWait, getInput, getTrigger, getValue, isEditable, isInEditMode, isVisible, save, switchToEdit, waitToSave
-
Constructor Details
-
InlineLabelsField
public InlineLabelsField()
-
-
Method Details
-
getTriggerSelector
- Specified by:
getTriggerSelectorin classInlineField- Returns:
- A CSS selector that identifies the field's trigger.
-
fill
Description copied from interface:FieldClear, then fill the field with one or more values. The field must already be in edit mode. The field is not saved.- Specified by:
fillin interfaceField- Overrides:
fillin classInlineField- Parameters:
values- The value(s) to fill the field with.- Returns:
this
-
getId
- Returns:
- The field's "id"; used to identify the inline edit form.
-
multiSelect
-