|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- the entity of elements, that should build the selectionpublic interface SelectionPopupProvider<E extends Entity>
useful for Applications to offer a selection-popup as
ApplicationServcie
, so other applications may use that popup to
create a user-based selection.
SelectionPopupFactory
,
ApplicationServiceProvider
Method Summary | |
---|---|
List<E> |
showSelectionPopup(Window parent,
String resID,
int selectionMode,
List<ConditionElement> initialFilter,
ProgressPublisher pp,
List<E> initialSelection)
creates a Dialog with a JTable showing a list of Entity s. |
Method Detail |
---|
List<E> showSelectionPopup(Window parent, String resID, int selectionMode, List<ConditionElement> initialFilter, ProgressPublisher pp, List<E> initialSelection)
Entity
s.
Entity-elements can be selected and after pressing OK, the selected
elements will be returned as List
. The returned list is not bound
to the application, that created the popup.
parent
- the component, that is used as parent for modal dialogsresID
- resource id to get description and title for application-pageselectionMode
- may be single or multi-selectioninitialFilter
- list of condition elements to build the read condition
|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |