Interface ListItem

  • All Known Implementing Classes:
    SelectionItem, SelectionStateItem

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

      • getValue

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