public class OpenViewSettingsDlgCommand extends OpenWindowCommand
A specialized command class for opening the dialog with the view settings.
The major part of the work is done by the super class OpenWindowCommand
. This class ensures that all required helper object (e.g.
models for lists) are passed to the builder.
Constructor and Description |
---|
OpenViewSettingsDlgCommand()
Creates a new instance of
OpenViewSettingsDlgCmd and initializes
the super class with the locator of the script to be processed. |
Modifier and Type | Method and Description |
---|---|
protected void |
prepareBuilderData(ApplicationBuilderData builderData)
Prepares the
ApplicationBuilderData object before the builder is
called. |
execute, getApplication, getLocator, performGUIUpdate, setApplication
getException, getGUIUpdater, getLog, isUpdateGUI, onException, onFinally, setException
public OpenViewSettingsDlgCommand()
OpenViewSettingsDlgCmd
and initializes
the super class with the locator of the script to be processed.protected void prepareBuilderData(ApplicationBuilderData builderData)
ApplicationBuilderData
object before the builder is
called. This implementation creates model objects required by elements in
the builder script and adds them to the builder data as additional
properties. Especially, the ViewSettings
object to be edited is
fetched from the application context and passed to the builder data.prepareBuilderData
in class OpenWindowCommand
builderData
- the ApplicationBuilderData
objectCopyright © 2016 The JGUIraffe Team. All rights reserved.