Type Parameters:
T - the value type
All Known Subinterfaces:
TethysUIScrollToggle<T>

public interface TethysUIScrollItem<T>
ScrollMenu Item.
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtain the text.
    Obtain the value.
    void
    Ensure that this item is visible immediately the context is displayed.
  • Method Details

    • getValue

      T getValue()
      Obtain the value.
      Returns:
      the value
    • getText

      String getText()
      Obtain the text.
      Returns:
      the text
    • scrollToItem

      void scrollToItem()
      Ensure that this item is visible immediately the context is displayed.