java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.shared.Separator
All Implemented Interfaces:
Serializable

public class Separator extends ChartObservableObject
The separator between data and data description.
See Also:
  • Field Details

    • middle

      protected String middle
    • end

      protected String end
  • Constructor Details

    • Separator

      public Separator()
  • Method Details

    • getMiddle

      public @Nullable String getMiddle()
    • setMiddle

      public void setMiddle(String middle)
    • getEnd

      public @Nullable String getEnd()
    • setEnd

      public void setEnd(String end)
    • withMiddle

      public Separator withMiddle(String middle)
    • withEnd

      public Separator withEnd(String end)