Class and Description |
---|
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
info.magnolia.ui.workbench.thumbnail.data.DelegatingThumbnailContainer , this container
should be avoided as it loads the items eagerly. |
Method and Description |
---|
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 . |
Copyright © 2015 Magnolia International Ltd.. All rights reserved.