java.lang.Object | |
↳ | com.atlassian.jira.issue.fields.screen.BulkFieldScreenRendererImpl |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a list of all the
FieldScreenRenderLayoutItem s contained
on any of the FieldScreenRenderTab s. | |||||||||||
Get the underlying
FieldLayout which backs this FieldScreenRenderer . | |||||||||||
A convenience method to locate the
FieldScreenRenderLayoutItem which has a field
which has an id matching parameter orderableField | |||||||||||
Return null if cannot find tab for the given fieldId
| |||||||||||
A convenience method which loops through all the
FieldScreenRenderLayoutItem on all tabs, and returns
the ones that are required. |
Return a list of all the FieldScreenRenderLayoutItem
s contained
on any of the FieldScreenRenderTab
s.
It returns the items in order from first tab to last tab.
Get the underlying FieldLayout
which backs this FieldScreenRenderer
. This is currently used to find all
the visible fields, not just the ones visible on this screen. This allows the 'default' values to be set on
the fields not shown on this screen.
FieldLayout
.
A convenience method to locate the FieldScreenRenderLayoutItem
which has a field
which has an id matching parameter orderableField
orderableField | The field to find |
---|
FieldScreenRenderLayoutItem
which contains the OrderableField
Return null if cannot find tab for the given fieldId
fieldId | The id of an the OrderableField to match against |
---|
A convenience method which loops through all the FieldScreenRenderLayoutItem
on all tabs, and returns
the ones that are required.
FieldScreenRenderLayoutItem
objects