Class OpenViewSettingsDlgCommand

  • All Implemented Interfaces:
    ApplicationClient, Command

    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.

    Version:
    $Id: OpenViewSettingsDlgCommand.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger
    • Constructor Detail

      • OpenViewSettingsDlgCommand

        public OpenViewSettingsDlgCommand()
        Creates a new instance of OpenViewSettingsDlgCmd and initializes the super class with the locator of the script to be processed.
    • Method Detail

      • prepareBuilderData

        protected void prepareBuilderData​(ApplicationBuilderData builderData)
        Prepares the 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.
        Overrides:
        prepareBuilderData in class OpenWindowCommand
        Parameters:
        builderData - the ApplicationBuilderData object