Interface Component

All Known Subinterfaces:
BuildableComponent<C,B>, ListComponent, NumberComponent, TemporalComponent, TextComponent, TranslatableComponent

public interface Component
A component is an immutable object that represents something that can be displayed to a receiver. This can be a simple text, locale specific objects like dates or numbers or even translations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the text textStyle of this component.
  • Method Details

    • getTextStyle

      TextStyle getTextStyle()
      Returns the text textStyle of this component.