org.jminor.common.ui.input
Interface InputProvider<T,K extends JComponent>

Type Parameters:
T - the value type
K - the input component type
All Known Implementing Classes:
AbstractInputProvider, BooleanInputProvider, DateInputProvider, DoubleInputProvider, EntityComboProvider, EntityLookupProvider, InputProviderPanel, IntInputProvider, TextInputProvider, ValueListInputProvider

public interface InputProvider<T,K extends JComponent>

Specifies a generic class for providing a value via a UI component.


Method Summary
 K getInputComponent()
           
 T getValue()
           
 

Method Detail

getInputComponent

K getInputComponent()
Returns:
the input component

getValue

T getValue()
Returns:
the value according to the input component