Class Aria.Label.General

java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.Aria.Label.General
All Implemented Interfaces:
Serializable
Enclosing class:
Aria.Label

public static class Aria.Label.General extends ChartObservableObject
A component for the overall description of the chart.
See Also:
  • Field Details

    • withTitle

      protected String withTitle
    • withoutTitle

      protected String withoutTitle
  • Constructor Details

    • General

      public General()
  • Method Details

    • getWithTitle

      public String getWithTitle()
    • setWithTitle

      public void setWithTitle(String withTitle)
    • getWithoutTitle

      public String getWithoutTitle()
    • setWithoutTitle

      public void setWithoutTitle(String withoutTitle)
    • withWithTitle

      public Aria.Label.General withWithTitle(String withTitle)
    • withWithoutTitle

      public Aria.Label.General withWithoutTitle(String withoutTitle)