Package com.nomagic.actions
Interface ListItem
-
- All Known Implementing Classes:
SelectionItem
,SelectionStateItem
@OpenApiAll public interface ListItem
Interface used in action when selecting some item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getValue()
Method returns value of this item.
-