Class BaseDecisionTableColumnPage<T extends DecisionTableColumnPlugin>

    • Constructor Detail

      • BaseDecisionTableColumnPage

        protected BaseDecisionTableColumnPage​(org.jboss.errai.ui.client.local.spi.TranslationService translationService)
    • Method Detail

      • getView

        protected abstract org.uberfire.client.mvp.UberElement<?> getView()
      • initialise

        public void initialise()
        Specified by:
        initialise in interface org.uberfire.ext.widgets.core.client.wizards.WizardPage
      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget
      • setPlugin

        public void setPlugin​(T plugin)
      • plugin

        public T plugin()