Class MetaDataColumnPlugin

    • Constructor Detail

      • MetaDataColumnPlugin

        @Inject
        public MetaDataColumnPlugin​(MetaDataColumnPage 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'.
      • getMetaData

        public String getMetaData()
      • setMetaData

        public void setMetaData​(String metaData)