Package com.almworks.jira.structure.api.view
package com.almworks.jira.structure.api.view
-
ClassDescription
ColumnDisplayModestores constants representing supported column display modes.RowDisplayModestores constants representing supported row display modes.StructureViewrepresents a view - a named collection of parameters (such as grid columns) that are used to configure how Structure widget displays a structure.Immutable representation of theStructureViewproperties.A builder class forStructureViewBean, this class can be also used as the input forStructureView.update(com.almworks.jira.structure.api.view.StructureViewBean.Builder).StructureViewManageris a component that manages Structure views.StructureViewMenuItemis a small helper class that is basically a pair ofStructureViewand aboolean.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.AssociatedViewis a record of a view association withinViewSettings.The builder forViewSettings.AssociatedViewrecord.View settings builder allows to construct instances ofViewSettingsand serialize them into JSON format.ViewSpecificationrepresents the visual configuration of a structure grid.A builder forViewSpecification, also used to serialize view specification into JSON.Represents a single column configuration in the Structure widget.ViewSpecification.Column.Builderis used to create instances ofViewSpecification.Column, and also to convert them to JSON format.