Uses of Interface
org.jminor.common.ui.input.InputProvider

Packages that use InputProvider
org.jminor.common.ui.input   
org.jminor.framework.client.ui   
 

Uses of InputProvider in org.jminor.common.ui.input
 

Classes in org.jminor.common.ui.input that implement InputProvider
 class AbstractInputProvider<T,K extends JComponent>
          A default InputProvider implementation.
 class BooleanInputProvider
          A InputProvider implementation for boolean values.
 class DateInputProvider
          A InputProvider implementation for date values.
 class DoubleInputProvider
          A InputProvider implementation for double values.
 class InputProviderPanel
          A panel for presenting a InputProvider.
 class IntInputProvider
          A InputProvider implementation for int values.
 class TextInputProvider
          A InputProvider implementation for String values.
 class ValueListInputProvider
          A InputProvider implementation based on a list of Item's
 

Constructors in org.jminor.common.ui.input with parameters of type InputProvider
InputProviderPanel(String caption, InputProvider inputProvider)
          Instantiates a new InputProviderPanel
 

Uses of InputProvider in org.jminor.framework.client.ui
 

Classes in org.jminor.framework.client.ui that implement InputProvider
 class EntityComboProvider
          A InputProvider implementation for Entity values based on a JComboBox.
 class EntityLookupProvider
          A InputProvider implementation for Entity values based on a EntityLookupField.
 

Methods in org.jminor.framework.client.ui that return InputProvider
protected  InputProvider EntityTablePanel.createEntityInputProvider(Property.ForeignKeyProperty foreignKeyProperty, Entity currentValue, EntityEditModel editModel)
          Creates a InputProvider for the given foreign key property
protected  InputProvider EntityTablePanel.getInputProvider(Property property, List<Entity> toUpdate)
          Provides value input components for multiple entity update, override to supply specific InputValueProvider implementations for properties.