Class AttributeColumnPlugin

    • Constructor Detail

      • AttributeColumnPlugin

        @Inject
        public AttributeColumnPlugin​(AttributeColumnPage page,
                                     javax.enterprise.event.Event<org.uberfire.ext.widgets.core.client.wizards.WizardPageStatusChangeEvent> changeEvent,
                                     org.jboss.errai.ui.client.local.spi.TranslationService translationService)
    • Method Detail

      • getTitle

        public String getTitle()
        Description copied from interface: DecisionTableColumnPlugin
        Retrieves the text that will be shown to Users in the "Type Selection List" on the first page of the Wizard.
      • getPages

        public List<org.uberfire.ext.widgets.core.client.wizards.WizardPage> getPages()
        Description copied from interface: DecisionTableColumnPlugin
        Retrieves the list of subsequent pages required for the "Type" selected in the first page of the Wizard.
      • generateColumn

        public Boolean generateColumn()
        Description copied from interface: DecisionTableColumnPlugin
        Creates the column when the Wizard completes.
        Returns:
        'true' when the Wizard was successful, otherwise 'false'.
      • getAttribute

        public String getAttribute()
      • setAttribute

        public void setAttribute​(String attribute)