Interface KieWorkbenchFormDisplayerView

  • All Superinterfaces:
    org.jboss.errai.common.client.api.elemental2.IsElement
    All Known Implementing Classes:
    KieWorkbenchFormDisplayerViewImpl

    public interface KieWorkbenchFormDisplayerView
    extends org.jboss.errai.common.client.api.elemental2.IsElement
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isValid()  
      void show​(org.kie.workbench.common.forms.dynamic.service.shared.FormRenderingContext ctx, boolean showHeader)  
      • Methods inherited from interface org.jboss.errai.common.client.api.elemental2.IsElement

        getElement
    • Method Detail

      • show

        void show​(org.kie.workbench.common.forms.dynamic.service.shared.FormRenderingContext ctx,
                  boolean showHeader)
      • isValid

        boolean isValid()