|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.guiclient.propertyeditors.ComponentSelectionEditorCustomizer
public class ComponentSelectionEditorCustomizer
Component selection editor customizer. Allows to customize the display and operation of the item selection dialog of the editor.
| Constructor Summary | |
|---|---|
ComponentSelectionEditorCustomizer()
Default constructor. |
|
| Method Summary | |
|---|---|
boolean |
dialogClosed(ComponentSelectionEditor editor,
ItemSelectionDialog dlg,
java.lang.Object selectedObject)
Called after the dialog has been closed. |
boolean |
dialogInitialized(ComponentSelectionEditor editor,
ItemSelectionDialog dlg)
Called after the dialog has been initialized. |
boolean |
initializeDialog(ComponentSelectionEditor editor,
ItemSelectionDialog dlg)
Called before the dialog is being initialized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentSelectionEditorCustomizer()
| Method Detail |
|---|
public boolean initializeDialog(ComponentSelectionEditor editor,
ItemSelectionDialog dlg)
editor - The editordlg - The dialog to initialize
public boolean dialogInitialized(ComponentSelectionEditor editor,
ItemSelectionDialog dlg)
editor - The editordlg - The initialized dialog
public boolean dialogClosed(ComponentSelectionEditor editor,
ItemSelectionDialog dlg,
java.lang.Object selectedObject)
editor - The component selection editor that owns the customizerdlg - The item selection dialog to displayselectedObject - The selected object (usually a ModelObject) or null if the cancel button was pressed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||