Interface | Description |
---|---|
StructureView |
StructureView represents a view - a named collection of parameters (such as grid columns) that are used
to configure how Structure widget displays a structure. |
StructureViewManager |
StructureViewManager is a component that manages Structure views. |
Class | Description |
---|---|
ColumnDisplayMode |
ColumnDisplayMode stores constants representing supported column display modes. |
RowDisplayMode |
RowDisplayMode stores constants representing supported row display modes. |
StructureViewBean |
Immutable representation of the
StructureView properties. |
StructureViewBean.Builder |
A builder class for
StructureViewBean , this class can be also used as the input
for StructureView.update(com.almworks.jira.structure.api.view.StructureViewBean.Builder) . |
StructureViewMenuItem |
StructureViewMenuItem is a small helper class that is basically a pair of
StructureView and a boolean . |
ViewSettings |
View settings define a structure's parameters with regards to views - which
views are associated with the structure and which views are default on which pages.
|
ViewSettings.AssociatedView |
AssociatedView is a record of a view association within ViewSettings . |
ViewSettings.AssociatedView.Builder |
The builder for
ViewSettings.AssociatedView record. |
ViewSettings.Builder |
View settings builder allows to construct instances of
ViewSettings and serialize them
into JSON format. |
ViewSpecification |
ViewSpecification represents the visual configuration of a structure grid. |
ViewSpecification.Builder |
A builder for
ViewSpecification , also used to serialize view specification into JSON. |
ViewSpecification.Column |
Represents a single column configuration in the Structure widget.
|
ViewSpecification.Column.Builder |
ViewSpecification.Column.Builder is used to create instances of ViewSpecification.Column ,
and also to convert them to JSON format. |
Copyright © 2024 Tempo Software. All Rights Reserved.