Uses of Class
org.jminor.common.ui.control.AbstractValueLink

Packages that use AbstractValueLink
org.jminor.common.ui.control   
org.jminor.common.ui.valuemap   
org.jminor.framework.client.ui   
 

Uses of AbstractValueLink in org.jminor.common.ui.control
 

Subclasses of AbstractValueLink in org.jminor.common.ui.control
 class AbstractBeanValueLink
          A bean based implementation of the AbstractValueLink class.
 class DateBeanValueLink
          Binds a JFormattedField to a date based bean property.
 class DoubleBeanValueLink
          Binds a DoubleField to a double based bean property.
 class FormattedTextBeanValueLink
          Binds a JFormattedField to a string based bean property.
 class IntBeanSpinnerValueLink
          Binds a SpinnerModel to a int based bean property.
 class IntBeanValueLink
          Binds a DoubleField to a int based bean property.
 class SelectedItemBeanValueLink
          Binds a JComboBox to an Object based bean property.
 class TextBeanValueLink
          Binds a JTextComponent to a text based bean property.
 class TimestampBeanValueLink
          Binds a JFormattedField to a timestamp based bean property.
 class ToggleBeanValueLink
          Binds a ButtonModel to a boolean based bean property.
 

Uses of AbstractValueLink in org.jminor.common.ui.valuemap
 

Subclasses of AbstractValueLink in org.jminor.common.ui.valuemap
 class AbstractValueMapLink<K,V>
          An abstract class for linking a UI component to a ValueChangeMapEditModel key value.
 class BooleanValueLink<K>
          A class for linking a UI component to a boolean value.
 class ComboBoxValueLink<K>
          A class for linking a ComboBox to a ValueChangeMapEditModel property value.
 class DateValueLink<K>
          A class for linking a formatted text field to a ValueChangeMapEditModel date property value.
 class DoubleValueLink<K>
          A class for linking a DoubleField to a ValueChangeMapEditModel double property value.
 class FormattedValueLink<K>
          A class for linking a JFormattedTextField to a ValueChangeMapEditModel property value.
 class IntValueLink<K>
          A class for linking a IntField to a ValueChangeMapEditor int key value.
 class TextValueLink<K>
          A class for linking a text component to a ValueChangeMapEditModel text property value.
 class TristateValueLink<K>
          A class for linking a UI component to a boolean value.
 

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

Subclasses of AbstractValueLink in org.jminor.framework.client.ui
static class EntityUiUtil.EntityComboBoxValueLink
           
static class EntityUiUtil.LookupValueLink
          A class for linking an EntityLookupModel to a EntityEditModel foreign key property value.