Interface LayoutEditorPlugin
-
- All Superinterfaces:
LayoutEditor
- All Known Implementing Classes:
LayoutEditorPluginImpl
public interface LayoutEditorPlugin extends LayoutEditor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload(org.uberfire.backend.vfs.Path currentPath, org.uberfire.mvp.Command loadCallBack)voidsave(org.uberfire.backend.vfs.Path path, org.jboss.errai.common.client.api.RemoteCallback<org.uberfire.backend.vfs.Path> saveSuccessCallback)-
Methods inherited from interface org.uberfire.ext.layout.editor.client.api.LayoutEditor
addLayoutProperty, asWidget, clear, getLayout, getLayoutElements, getLayoutProperty, init, loadDefaultLayout, loadLayout, lock, setElementSelectionEnabled, setPreviewEnabled, unlock, visit
-
-