Interface RenderableChart

    • Method Detail

      • getAdditionalProperties

        @NotNull
        Map<String,​String> getAdditionalProperties()
      • getHideFilters

        @NotNull
        String getHideFilters()
      • getDefaultFilter

        @NotNull
        String getDefaultFilter()
      • getOwnerProject

        @Nullable
        SProject getOwnerProject()
        The project where exists this chart or Root Project. Should not be null normally. All charts with null owner project will be ignored during rendering.
        Returns:
      • getSourceBuildType

        @Nullable
        SBuildType getSourceBuildType()
        Source build type for this chart. Null if build type should be taken from the context or is handled by ValueType itself (like DeclarativeCompositeValueType).
        Returns:
      • getKey

        @NotNull
        default String getKey()
      • getValueType

        @NotNull
        ValueType getValueType()
      • isModifiable

        boolean isModifiable()
      • getHints

        @NotNull
        String getHints()
      • getTitle

        @NotNull
        String getTitle()