Class Separator

All Implemented Interfaces:
Serializable

public class Separator extends AbstractConfigurationObject
See Also:
  • Constructor Details

    • Separator

      public Separator()
  • Method Details

    • getText

      public String getText()
      Returns:
      The text used as a separator between breadcrumb items.
    • setText

      public void setText(String text)
      Sets the text used as a separator between breadcrumb items.
    • getStyle

      public Style getStyle()
      Returns:
      The style options for the separator text.
    • setStyle

      public void setStyle(Style style)
      Sets the style options for the separator text.