Interface IItemNavigatorLabelWrapper<T>
-
- All Known Implementing Classes:
BaseItemNavigatorLabelWrapper,ItemNavigatorLabelWrapperFactory.NonDisplayablePersonNavigatorWrapper,ItemNavigatorLabelWrapperFactory.PersonNavigatorWrapper,ItemNavigatorLabelWrapperFactory.ShipNavigatorWrapper,ItemNavigatorLabelWrapperFactory.VesselNavigatorWrapper
public interface IItemNavigatorLabelWrapper<T>Wrapper for an item in the navigator list.- Author:
- Andi Hotz, (c) Sahits GmbH, 2016 Created on Nov 20, 2016
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetItem()Retrieve the item.java.lang.StringgetLabel()Retrieve a label representing the item.
-
-
-
Method Detail
-
getItem
T getItem()
Retrieve the item.- Returns:
- current item
-
getLabel
java.lang.String getLabel()
Retrieve a label representing the item.- Returns:
- label of the current item
-
-