Interface SnDataProvider<D,V>
- Type Parameters:
D- - The type of the dataV- - The type of the value
- All Known Implementing Classes:
BeansSnDataProvider,QualifierTypesSnDataProvider
public interface SnDataProvider<D,V>
Provides data to be used in widgets, editors or actions.
-
Method Summary
-
Method Details
-
getData
Returns the data.- Parameters:
parameters- - the parameters- Returns:
- the data
-
getValue
Returns the value for a data object.- Parameters:
data- - the data objectparameters- - the parameters- Returns:
- the value object
-
getLabel
Returns the label for a data object.- Parameters:
data- - the data objectparameters- - the parameters- Returns:
- the label
-