Interface ListItem

All Known Implementing Classes:
SelectionItem, SelectionStateItem

@OpenApiAll public interface ListItem
Interface used in action when selecting some item.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method returns value of this item.
  • Method Details

    • getValue

      Object getValue()
      Method returns value of this item.
      Returns:
      Object