Class FormEditorViewImpl
Object
FormEditorViewImpl
- All Implemented Interfaces:
View,FormEditorView,Serializable
@Component
@Scope("prototype")
public class FormEditorViewImpl
extends Object
implements FormEditorView
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMenuBarCollection<DragSource> Collection<DragSource> Collection<DragSource> ButtonDragAndDropWrapperPanelgetTitle()ComponentbooleanvoidvoidsetFormType(FormType formType) voidvoidshowInPropertiesPanel(Component content, String name) voidshowInPropertiesPanel(Component content, String name, boolean showPanel)
-
Constructor Details
-
FormEditorViewImpl
public FormEditorViewImpl()
-
-
Method Details
-
setFormType
- Specified by:
setFormTypein interfaceFormEditorView
-
getFormType
- Specified by:
getFormTypein interfaceFormEditorView
-
showInPropertiesPanel
- Specified by:
showInPropertiesPanelin interfaceFormEditorView
-
showInPropertiesPanel
- Specified by:
showInPropertiesPanelin interfaceFormEditorView
-
removePropertiesPanelContent
public void removePropertiesPanelContent()- Specified by:
removePropertiesPanelContentin interfaceFormEditorView
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
getTitle
- Specified by:
getTitlein interfaceView
-
setTitle
- Specified by:
setTitlein interfaceFormEditorView
-
getRootPanel
public Panel getRootPanel()- Specified by:
getRootPanelin interfaceFormEditorView
-
getRootDropWrapper
public DragAndDropWrapper getRootDropWrapper()- Specified by:
getRootDropWrapperin interfaceFormEditorView
-
isRootPanelEmpty
public boolean isRootPanelEmpty()- Specified by:
isRootPanelEmptyin interfaceFormEditorView
-
getPalleteLayoutDelegateWrappers
- Specified by:
getPalleteLayoutDelegateWrappersin interfaceFormEditorView
-
getPalleteDelegateWrappers
- Specified by:
getPalleteDelegateWrappersin interfaceFormEditorView
-
getPalleteFieldDelegateWrappers
- Specified by:
getPalleteFieldDelegateWrappersin interfaceFormEditorView
-
getRemoveSelectedComponentButton
public Button getRemoveSelectedComponentButton()- Specified by:
getRemoveSelectedComponentButtonin interfaceFormEditorView
-
getMenuBar
public MenuBar getMenuBar()- Specified by:
getMenuBarin interfaceFormEditorView
-