Uses of Class
org.jminor.common.ui.combobox.SteppedComboBox

Packages that use SteppedComboBox
org.jminor.framework.client.ui   
 

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

Subclasses of SteppedComboBox in org.jminor.framework.client.ui
 class EntityComboBox
          A UI component based on the EntityComboBoxModel.
 

Methods in org.jminor.framework.client.ui that return SteppedComboBox
static SteppedComboBox EntityUiUtil.createBooleanComboBox(Property property, EntityEditModel editModel)
           
static SteppedComboBox EntityUiUtil.createBooleanComboBox(Property property, EntityEditModel editModel, StateObserver enabledState)
           
protected  SteppedComboBox EntityEditPanel.createComboBox(Property property, ComboBoxModel comboBoxModel, boolean maximumMatch)
          Creates a SteppedComboBox bound to the given property
protected  SteppedComboBox EntityEditPanel.createComboBox(Property property, ComboBoxModel comboBoxModel, boolean maximumMatch, StateObserver enabledState)
          Creates a SteppedComboBox bound to the given property
static SteppedComboBox EntityUiUtil.createComboBox(Property property, EntityEditModel editModel, ComboBoxModel model, StateObserver enabledState)
           
static SteppedComboBox EntityUiUtil.createComboBox(Property property, EntityEditModel editModel, ComboBoxModel model, StateObserver enabledState, boolean editable)
           
protected  SteppedComboBox EntityEditPanel.createComboBox(String propertyID, ComboBoxModel comboBoxModel, boolean maximumMatch)
          Creates a SteppedComboBox bound to the property identified by propertyID
protected  SteppedComboBox EntityEditPanel.createComboBox(String propertyID, ComboBoxModel comboBoxModel, boolean maximumMatch, StateObserver enabledState)
          Creates a SteppedComboBox bound to the property identified by propertyID
protected  SteppedComboBox EntityEditPanel.createEditableComboBox(Property property, ComboBoxModel comboBoxModel, StateObserver enabledState)
          Creates an editable SteppedComboBox bound to the given property
protected  SteppedComboBox EntityEditPanel.createEditableComboBox(String propertyID, ComboBoxModel comboBoxModel)
          Creates an editable SteppedComboBox bound to the property identified by propertyID
protected  SteppedComboBox EntityEditPanel.createEditableComboBox(String propertyID, ComboBoxModel comboBoxModel, StateObserver enabledState)
          Creates an editable SteppedComboBox bound to the property identified by propertyID
protected  SteppedComboBox EntityEditPanel.createPropertyComboBox(Property.ColumnProperty property)
          Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property
static SteppedComboBox EntityUiUtil.createPropertyComboBox(Property.ColumnProperty property, EntityEditModel editModel)
           
static SteppedComboBox EntityUiUtil.createPropertyComboBox(Property.ColumnProperty property, EntityEditModel editModel, EventObserver refreshEvent)
           
static SteppedComboBox EntityUiUtil.createPropertyComboBox(Property.ColumnProperty property, EntityEditModel editModel, EventObserver refreshEvent, StateObserver state)
           
static SteppedComboBox EntityUiUtil.createPropertyComboBox(Property.ColumnProperty property, EntityEditModel editModel, EventObserver refreshEvent, StateObserver state, String nullValue)
           
static SteppedComboBox EntityUiUtil.createPropertyComboBox(Property.ColumnProperty property, EntityEditModel editModel, EventObserver refreshEvent, StateObserver state, String nullValue, boolean editable)
           
protected  SteppedComboBox EntityEditPanel.createPropertyComboBox(Property.ColumnProperty property, StateObserver enabledState)
          Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property
protected  SteppedComboBox EntityEditPanel.createPropertyComboBox(Property.ColumnProperty property, StateObserver enabledState, String nullValueString)
          Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property
protected  SteppedComboBox EntityEditPanel.createPropertyComboBox(Property.ColumnProperty property, StateObserver enabledState, String nullValueString, boolean editable)
          Creates a SteppedComboBox bound to the given property, the combo box contains the underlying values of the property
protected  SteppedComboBox EntityEditPanel.createPropertyComboBox(String propertyID)
          Creates a SteppedComboBox bound to the property identified by propertyID, the combo box contains the underlying values of the property
static SteppedComboBox EntityUiUtil.createPropertyComboBox(String propertyID, EntityEditModel editModel)
           
static SteppedComboBox EntityUiUtil.createPropertyComboBox(String propertyID, EntityEditModel editModel, EventObserver refreshEvent)
           
static SteppedComboBox EntityUiUtil.createPropertyComboBox(String propertyID, EntityEditModel editModel, EventObserver refreshEvent, StateObserver state)
           
static SteppedComboBox EntityUiUtil.createPropertyComboBox(String propertyID, EntityEditModel editModel, EventObserver refreshEvent, StateObserver state, String nullValue)
           
protected  SteppedComboBox EntityEditPanel.createPropertyComboBox(String propertyID, StateObserver enabledState)
          Creates a SteppedComboBox bound to the property identified by propertyID, the combo box contains the underlying values of the property
protected  SteppedComboBox EntityEditPanel.createPropertyComboBox(String propertyID, StateObserver enabledState, String nullValueString)
          Creates a SteppedComboBox bound to the property identified by propertyID, the combo box contains the underlying values of the property
protected  SteppedComboBox EntityEditPanel.createPropertyComboBox(String propertyID, StateObserver enabledState, String nullValueString, boolean editable)
          Creates a SteppedComboBox bound to the property identified by propertyID, the combo box contains the underlying values of the property
protected  SteppedComboBox EntityEditPanel.createValueListComboBox(Property.ValueListProperty property)
          Creates a SteppedComboBox containing the values defined in the given value list property, bound to the given property.
static SteppedComboBox EntityUiUtil.createValueListComboBox(Property.ValueListProperty property, EntityEditModel editModel)
           
static SteppedComboBox EntityUiUtil.createValueListComboBox(Property.ValueListProperty property, EntityEditModel editModel, StateObserver enabledState)
           
protected  SteppedComboBox EntityEditPanel.createValueListComboBox(Property.ValueListProperty property, StateObserver enabledState)
          Creates a SteppedComboBox containing the values defined in the given value list property, bound to the given property.
protected  SteppedComboBox EntityEditPanel.createValueListComboBox(String propertyID)
          Creates a SteppedComboBox containing the values defined by the given value list property, bound to the given property.
protected  SteppedComboBox EntityEditPanel.createValueListComboBox(String propertyID, StateObserver enabledState)
          Creates a SteppedComboBox containing the values defined by the given value list property, bound to the given property.