public class MultiSelectPc extends AbstractDialogPc implements DialogPc, SwingXMLBuilder.Backlink
mAppEventSupport| Constructor and Description |
|---|
MultiSelectPc() |
| Modifier and Type | Method and Description |
|---|---|
ValueModel |
getLeftListVM() |
MultiSelectionInList |
getLeftMultiSIL() |
ValueModel |
getRightListVM() |
MultiSelectionInList |
getRightMultiSIL() |
Object |
getVisualPresentation()
Called from the DialogDc peer in the initialized, active or passive
state to get the visual representation for this dialog.
|
void |
init(Dc pDc,
Map<String,? super Object> pArgs)
This method is called by the dialog controller peer during
the initialisation phase of an application.
|
void |
moveAllLeft()
Moves all elements from the right list to the left list.
|
void |
moveAllRight()
Moves all elements from the left list to the right list.
|
void |
moveSelectedLeft()
Moves the selected elements from the right list to the left list.
|
void |
moveSelectedRight()
Moves the selected elements from the left list to the right list.
|
void |
setSwingXMLBuilder(SwingXMLBuilder pBuilder)
Callback method for the Builder.
|
dispose, postAppEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostAppEventdisposepublic void setSwingXMLBuilder(SwingXMLBuilder pBuilder)
setSwingXMLBuilder in interface SwingXMLBuilder.BacklinkpBuilder - the builder that created that objectpublic void init(Dc pDc, Map<String,? super Object> pArgs)
init in interface Pcinit in class AbstractDialogPcpDc - our peer dialog controller, must implement AppEventSupportpArgs - variable argument list modeled as a key/value map,
never null.public Object getVisualPresentation()
getVisualPresentation in interface DialogPcpublic void moveSelectedRight()
public void moveAllRight()
public void moveSelectedLeft()
public void moveAllLeft()
public ValueModel getLeftListVM()
List for the elements
on the left sidepublic ValueModel getRightListVM()
List for the elements
on the right sidepublic MultiSelectionInList getLeftMultiSIL()
MultiSelectionInList for the left listpublic MultiSelectionInList getRightMultiSIL()
MultiSelectionInList for the right listCopyright © 2013–2024 Jürgen Zeller (privat). All rights reserved.