Class GraphicalIndicatorsInfo


  • public final class GraphicalIndicatorsInfo
    extends Object

    Represents an graphical indicators definition associated with an extended attribute.

    • Constructor Detail

      • GraphicalIndicatorsInfo

        public GraphicalIndicatorsInfo()

        Initializes a new instance of the GraphicalIndicatorsInfo type.

    • Method Detail

      • getCriteria

        public final List<GraphicalIndicatorCriteria> getCriteria()

        Gets a list of graphical indicator criteria.

        Returns:
        a list of graphical indicator criteria.
      • getProjectSummaryInheritFromNonSummaryRows

        public final boolean getProjectSummaryInheritFromNonSummaryRows()

        Gets flag indicating whether project summary row inherits criteria from summary rows.

        Returns:
        flag indicating whether project summary row inherits criteria from summary rows.
      • setProjectSummaryInheritFromNonSummaryRows

        public final void setProjectSummaryInheritFromNonSummaryRows​(boolean value)

        Sets flag indicating whether project summary row inherits criteria from summary rows.

        Parameters:
        value - flag indicating whether project summary row inherits criteria from summary rows.
      • getShowDataValuesInTooltip

        public final boolean getShowDataValuesInTooltip()

        Gets flag indicating whether data values for the field should be shown in tooltips.

        Returns:
        flag indicating whether data values for the field should be shown in tooltips.
      • setShowDataValuesInTooltip

        public final void setShowDataValuesInTooltip​(boolean value)

        Sets flag indicating whether data values for the field should be shown in tooltips.

        Parameters:
        value - flag indicating whether data values for the field should be shown in tooltips.
      • getSummaryRowsInheritFromNonSummaryRows

        public final boolean getSummaryRowsInheritFromNonSummaryRows()

        Gets flag indicating whether summary rows inherit criteria from nonsummary rows.

        Returns:
        flag indicating whether summary rows inherit criteria from nonsummary rows.
      • setSummaryRowsInheritFromNonSummaryRows

        public final void setSummaryRowsInheritFromNonSummaryRows​(boolean value)

        Sets flag indicating whether summary rows inherit criteria from nonsummary rows.

        Parameters:
        value - flag indicating whether summary rows inherit criteria from nonsummary rows.