Interface FormEditorView

All Superinterfaces:
Serializable, View
All Known Implementing Classes:
FormEditorViewImpl

public interface FormEditorView extends View
  • Method Details

    • getRootPanel

      Panel getRootPanel()
    • isRootPanelEmpty

      boolean isRootPanelEmpty()
    • getRootDropWrapper

      DragAndDropWrapper getRootDropWrapper()
    • setTitle

      void setTitle(String title)
    • setFormType

      void setFormType(FormType formType)
    • getFormType

      FormType getFormType()
    • getPalleteDelegateWrappers

      Collection<DragSource> getPalleteDelegateWrappers()
    • getPalleteLayoutDelegateWrappers

      Collection<DragSource> getPalleteLayoutDelegateWrappers()
    • getPalleteFieldDelegateWrappers

      Collection<DragSource> getPalleteFieldDelegateWrappers()
    • showInPropertiesPanel

      void showInPropertiesPanel(Component content, String name, boolean showPanel)
    • showInPropertiesPanel

      void showInPropertiesPanel(Component content, String name)
    • removePropertiesPanelContent

      void removePropertiesPanelContent()
    • getRemoveSelectedComponentButton

      Button getRemoveSelectedComponentButton()
    • getMenuBar

      MenuBar getMenuBar()