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

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

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

Methods in org.jminor.common.ui.control that return LinkType
 LinkType AbstractValueLink.getLinkType()
           
static LinkType LinkType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LinkType[] LinkType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jminor.common.ui.control with parameters of type LinkType
AbstractBeanValueLink(Object owner, String propertyName, Class<?> valueClass, EventObserver valueChangeEvent, LinkType linkType)
          Instantiates a new AbstractBeanValueLink.
AbstractValueLink(T valueOwner, EventObserver modelValueChangeEvent, LinkType linkType)
          Instantiates a new AbstractValueLink
DateBeanValueLink(JFormattedTextField textComponent, Object owner, String propertyName, EventObserver valueChangeEvent, LinkType linkType, DateFormat format)
          Instantiates a new DateBeanValueLink.
DoubleBeanValueLink(DoubleField doubleField, Object owner, String propertyName, EventObserver valueChangeEvent, LinkType linkType)
          Instantiates a new DoubleBeanValueLink.
FormattedTextBeanValueLink(JFormattedTextField textComponent, Object owner, String propertyName, Class<?> valueClass, EventObserver valueChangeEvent, LinkType linkType, Format format)
          Instantiates a new FormattedTextBeanValueLink.
IntBeanSpinnerValueLink(Object owner, String propertyName, EventObserver valueChangeEvent, LinkType linkType)
          Instantiates a new IntBeanSpinnerValueLink.
IntBeanValueLink(IntField intField, Object owner, String propertyName, EventObserver valueChangeEvent, LinkType linkType)
          Instantiates a new IntBeanValueLink.
SelectedItemBeanValueLink(JComboBox box, Object owner, String propertyName, Class valueClass, EventObserver valueChangeEvent, LinkType linkType)
          Instantiates a new SelectedItemBeanValueLink.
TextBeanValueLink(JTextComponent textComponent, Object owner, String propertyName, Class<?> valueClass, EventObserver valueChangeEvent, LinkType linkType)
          Instantiates a new TextBeanValueLink.
TimestampBeanValueLink(JFormattedTextField textComponent, Object owner, String propertyName, EventObserver valueChangeEvent, LinkType linkType, DateFormat format)
          Instantiates a new TimesatmpBeanValueLink.
ToggleBeanValueLink(ButtonModel buttonModel, Object owner, String propertyName, EventObserver valueChangeEvent, String caption, LinkType linkType)
          Instantiates a new ToggleBeanValueLink.
ToggleBeanValueLink(Object owner, String propertyName, EventObserver valueChangeEvent, String caption, LinkType linkType)
          Instantiates a new ToggleBeanValueLink.
 

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

Constructors in org.jminor.common.ui.valuemap with parameters of type LinkType
AbstractValueMapLink(ValueChangeMapEditModel<K,V> editModel, K key, LinkType linkType)
           
BooleanValueLink(ButtonModel buttonModel, ValueChangeMapEditModel<K,Object> editModel, K key, LinkType linkType)
          Instantiates a new BooleanValueLink.
ComboBoxValueLink(JComboBox comboBox, ValueChangeMapEditModel<K,Object> editModel, K property, LinkType linkType, boolean isString)
          Instantiate a new ComboBoxValueLink
DateValueLink(JFormattedTextField textField, ValueChangeMapEditModel<K,Object> editModel, K key, LinkType linkType, DateFormat dateFormat, boolean isTimestamp)
          Instantiates a new DateValueLink.
DoubleValueLink(DoubleField textField, ValueChangeMapEditModel<K,Object> editModel, K key, boolean immediateUpdate, LinkType linkType)
          Instantiates a new DoubleValueLink.
FormattedValueLink(JFormattedTextField textComponent, ValueChangeMapEditModel<K,Object> editModel, K key, Format format, boolean immediateUpdate, LinkType linkType)
          Instantiates a new FormattedValueLink
IntValueLink(IntField textField, ValueChangeMapEditModel<K,Object> editModel, K key, boolean immediateUpdate, LinkType linkType)
          Instantiates a new IntValueLink.
TextValueLink(JTextComponent textComponent, ValueChangeMapEditModel<K,Object> editModel, K key, boolean immediateUpdate, LinkType linkType)
          Instantiates a new TextValueLink
TristateValueLink(TristateButtonModel buttonModel, ValueChangeMapEditModel<K,Object> editModel, K key, LinkType linkType)
          Instantiates a new TristateValueLink.
 

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

Methods in org.jminor.framework.client.ui with parameters of type LinkType
static DateInputPanel EntityUiUtil.createDateInputPanel(Property property, EntityEditModel editModel, SimpleDateFormat dateFormat, LinkType linkType, boolean includeButton)
           
static DateInputPanel EntityUiUtil.createDateInputPanel(Property property, EntityEditModel editModel, SimpleDateFormat dateFormat, LinkType linkType, boolean includeButton, StateObserver enabledState)
           
protected  DateInputPanel EntityEditPanel.createDateInputPanel(Property property, SimpleDateFormat dateFormat, boolean includeButton, StateObserver enabledState, LinkType linkType)
          Creates a new DateInputPanel bound to the property identified by propertyID.
protected  DateInputPanel EntityEditPanel.createDateInputPanel(String propertyID, SimpleDateFormat dateFormat, boolean includeButton, StateObserver enabledState, LinkType linkType)
          Creates a new DateInputPanel bound to the property identified by propertyID.
static JTextArea EntityUiUtil.createTextArea(Property property, EntityEditModel editModel, LinkType linkType)
           
static JTextArea EntityUiUtil.createTextArea(Property property, EntityEditModel editModel, LinkType linkType, int rows, int columns)
           
protected  JTextArea EntityEditPanel.createTextArea(String propertyID, LinkType linkType, int rows, int columns)
          Creates a JTextArea component bound to the property identified by propertyID .
static JTextField EntityUiUtil.createTextField(Property property, EntityEditModel editModel, LinkType linkType, String formatMaskString, boolean immediateUpdate)
           
static JTextField EntityUiUtil.createTextField(Property property, EntityEditModel editModel, LinkType linkType, String formatMaskString, boolean immediateUpdate, SimpleDateFormat dateFormat, StateObserver enabledState)
           
static JTextField EntityUiUtil.createTextField(Property property, EntityEditModel editModel, LinkType linkType, String formatMaskString, boolean immediateUpdate, SimpleDateFormat dateFormat, StateObserver enabledState, boolean valueContainsLiteralCharacters)
           
static JTextField EntityUiUtil.createTextField(Property property, EntityEditModel editModel, LinkType linkType, String formatMaskString, boolean immediateUpdate, StateObserver enabledState)
           
protected  JTextField EntityEditPanel.createTextField(Property property, LinkType linkType)
          Creates a JTextField bound to the given property
protected  JTextField EntityEditPanel.createTextField(Property property, LinkType linkType, String maskString, boolean immediateUpdate)
          Creates a JTextField bound to the given property
protected  JTextField EntityEditPanel.createTextField(Property property, LinkType linkType, String maskString, boolean immediateUpdate, StateObserver enabledState)
          Creates a JTextField bound to the given property
protected  JTextField EntityEditPanel.createTextField(Property property, LinkType linkType, String maskString, boolean immediateUpdate, StateObserver enabledState, boolean valueIncludesLiteralCharacters)
          Creates a JTextField bound to the given property
protected  JTextField EntityEditPanel.createTextField(String propertyID, LinkType linkType)
          Creates a JTextField bound to the property identified by propertyID
protected  JTextField EntityEditPanel.createTextField(String propertyID, LinkType linkType, boolean immediateUpdate)
          Creates a JTextField bound to the property identified by propertyID
protected  JTextField EntityEditPanel.createTextField(String propertyID, LinkType linkType, boolean immediateUpdate, String maskString)
          Creates a JTextField bound to the property identified by propertyID
protected  JTextField EntityEditPanel.createTextField(String propertyID, LinkType linkType, boolean immediateUpdate, String maskString, StateObserver enabledState)
          Creates a JTextField bound to the property identified by propertyID
protected  JTextField EntityEditPanel.createTextField(String propertyID, LinkType linkType, boolean immediateUpdate, String maskString, StateObserver enabledState, boolean valueIncludesLiteralCharacters)
          Creates a JTextField bound to the property identified by propertyID
static TextInputPanel EntityUiUtil.createTextInputPanel(Property property, EntityEditModel editModel, LinkType linkType, boolean immediateUpdate, boolean buttonFocusable)
           
protected  TextInputPanel EntityEditPanel.createTextInputPanel(Property property, LinkType linkType, boolean immediateUpdate)
          Creates a TextInputPanel bound to the property identified by propertyID.
protected  TextInputPanel EntityEditPanel.createTextInputPanel(Property property, LinkType linkType, boolean immediateUpdate, boolean buttonFocusable)
          Creates a TextInputPanel bound to the property identified by propertyID.
protected  TextInputPanel EntityEditPanel.createTextInputPanel(String propertyID, LinkType linkType)
          Creates a TextInputPanel bound to the property identified by propertyID.
protected  TextInputPanel EntityEditPanel.createTextInputPanel(String propertyID, LinkType linkType, boolean immediateUpdate)
          Creates a TextInputPanel bound to the property identified by propertyID.
protected  TextInputPanel EntityEditPanel.createTextInputPanel(String propertyID, LinkType linkType, boolean immediateUpdate, boolean buttonFocusable)
          Creates a TextInputPanel bound to the property identified by propertyID.