Class and Description |
---|
info.magnolia.ui.workbench.tree.drop.BaseDropConstraint
since 5.5.4, use
JcrDropConstraint instead. |
info.magnolia.ui.workbench.thumbnail.JcrThumbnailItemIdProvider
since 5.3.10 should be avoided since it does not lazy load the items.
|
info.magnolia.ui.workbench.thumbnail.ThumbnailContainer
since 5.3.10 in favor of
JcrThumbnailContainer , this container
should be avoided as it loads the items eagerly. |
Method and Description |
---|
info.magnolia.ui.workbench.WorkbenchViewImpl.addContentView(String, ContentView, ContentPresenterDefinition)
since 5.4.3. Use addContentView( viewType, view, viewTypeIcon) instead. Interface method will become deprecated on magnolia-ui 5.5.
|
info.magnolia.ui.workbench.event.ItemShortcutKeyEvent.getItemId()
since 5.6. Use e.g.
info.magnolia.ui.contentapp.browser.BrowserPresenter#getSelectedItemIds() instead. |
info.magnolia.ui.workbench.container.AbstractJcrContainer.getMainNodeType()
since 5.1. All node types declared in the workbench definition are equal, meaning that their position doesn't matter when it comes to which ones are used in a query.
The discriminating factor is the
hideInList boolean property. If that property is true , then the node will be excluded from the query. |
info.magnolia.ui.workbench.WorkbenchView.Listener.onSearch(String)
since 5.4 - the functionality provided by this method is now a responsibility of
SearchContentToolPresenter . |
info.magnolia.ui.workbench.WorkbenchPresenter.resolveWorkbenchRoot()
since 5.4.3. Method isn't used anymore.
|
Copyright © 2018 Magnolia International Ltd.. All rights reserved.