|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property.ValueListProperty | |
---|---|
org.jminor.framework.client.ui | |
org.jminor.framework.domain |
Uses of Property.ValueListProperty in org.jminor.framework.client.ui |
---|
Methods in org.jminor.framework.client.ui with parameters of type Property.ValueListProperty | |
---|---|
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. |
Uses of Property.ValueListProperty in org.jminor.framework.domain |
---|
Methods in org.jminor.framework.domain that return Property.ValueListProperty | |
---|---|
static Property.ValueListProperty |
Properties.valueListProperty(String propertyID,
int type,
String caption,
List<Item<Object>> values)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |