public interface WidgetsAdapterService extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addPortalViewId(String viewId)
Add a portal view id.
|
void |
addPortalViewsIds(String... viewIds)
Add list of portal views ids.
|
String |
getCurrentPortalView() |
List<String> |
getNxFields(String nxWidgetName) |
org.nuxeo.ecm.platform.forms.layout.api.Widget |
getPortalViewWidget(org.nuxeo.ecm.platform.forms.layout.api.Widget nxWidget)
Gives the mapped nuxeo widget for portalView.
|
List<String> |
getPvFields(String pvWidgetName) |
Map<String,String> |
getWidgetsMappings() |
boolean |
isInPortalViewContext() |
String getCurrentPortalView()
Map<String,String> getWidgetsMappings()
boolean isInPortalViewContext()
void addPortalViewId(String viewId)
void addPortalViewsIds(String... viewIds)
org.nuxeo.ecm.platform.forms.layout.api.Widget getPortalViewWidget(org.nuxeo.ecm.platform.forms.layout.api.Widget nxWidget)
throws Exception
nxWidget - ExceptionList<String> getNxFields(String nxWidgetName)
nxWidgetName - Copyright © 2020. All rights reserved.