|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObservableList | |
|---|---|
| org.springframework.binding.value.support | Supporting value model and value holder implementations. |
| org.springframework.richclient.form | |
| org.springframework.richclient.form.binding.swing | |
| org.springframework.richclient.list | |
| Uses of ObservableList in org.springframework.binding.value.support |
|---|
| Classes in org.springframework.binding.value.support that implement ObservableList | |
|---|---|
class |
ListListModel
|
class |
ObservableEventList
This class provides an implementation of EventList that also implements the
ObservableList interface so that it can be used by an AbstractForm as the list
of editable objects. |
| Methods in org.springframework.binding.value.support that return ObservableList | |
|---|---|
protected ObservableList |
BufferedCollectionValueModel.createBufferedListModel()
Create an empty buffered list model. |
| Uses of ObservableList in org.springframework.richclient.form |
|---|
| Methods in org.springframework.richclient.form with parameters of type ObservableList | |
|---|---|
protected abstract AbstractDetailForm |
AbstractMasterForm.createDetailForm(HierarchicalFormModel parentFormModel,
ValueModel valueHolder,
ObservableList masterList)
Construct the detail half of this master/detail pair. |
protected void |
AbstractForm.setEditableFormObjects(ObservableList editableFormObjects)
|
protected void |
AbstractDetailForm.setMasterList(ObservableList masterList)
Set the master list model. |
| Constructors in org.springframework.richclient.form with parameters of type ObservableList | |
|---|---|
AbstractDetailForm(FormModel formModel,
String formId,
ObservableList editableItemList)
|
|
AbstractDetailForm(HierarchicalFormModel parentFormModel,
String formId,
ValueModel childFormObjectHolder,
ObservableList masterList)
Construct a detail form using the provided parent form model (we will construct our own form model as a child of the parent model). |
|
| Uses of ObservableList in org.springframework.richclient.form.binding.swing |
|---|
| Methods in org.springframework.richclient.form.binding.swing that return ObservableList | |
|---|---|
ObservableList |
SwingBindingFactory.createBoundListModel(String formProperty)
Deprecated. |
| Uses of ObservableList in org.springframework.richclient.list |
|---|
| Classes in org.springframework.richclient.list that implement ObservableList | |
|---|---|
class |
ComboBoxListModel
|
class |
DynamicComboBoxListModel
A combobox whose contents are dynamically refreshable. |
class |
DynamicListModel
A list whose contents are dynamically refreshable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||