Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.Widget
-
Packages that use Widget Package Description org.nuxeo.ecm.platform.forms.layout.api org.nuxeo.ecm.platform.forms.layout.api.impl org.nuxeo.ecm.platform.forms.layout.export -
-
Uses of Widget in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return Widget Modifier and Type Method Description Widget[]
Widget. getSubWidgets()
Returns sub widgets.Widget
Layout. getWidget(String name)
Returns widget with given name.Widget[]
LayoutRow. getWidgets()
Methods in org.nuxeo.ecm.platform.forms.layout.api that return types with arguments of type Widget Modifier and Type Method Description Map<String,Widget>
Layout. getWidgetMap()
Returns a widget map, with widget name as key. -
Uses of Widget in org.nuxeo.ecm.platform.forms.layout.api.impl
Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement Widget Modifier and Type Class Description class
WidgetImpl
Implementation for widgets.Fields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as Widget Modifier and Type Field Description protected Widget[]
WidgetImpl. subWidgets
protected Widget[]
LayoutRowImpl. widgets
Fields in org.nuxeo.ecm.platform.forms.layout.api.impl with type parameters of type Widget Modifier and Type Field Description protected Map<String,Widget>
LayoutImpl. widgetMap
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return Widget Modifier and Type Method Description Widget[]
WidgetImpl. getSubWidgets()
Widget
LayoutImpl. getWidget(String name)
Widget[]
LayoutRowImpl. getWidgets()
Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return types with arguments of type Widget Modifier and Type Method Description Map<String,Widget>
LayoutImpl. getWidgetMap()
Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type Widget Constructor Description WidgetImpl(String layoutName, String name, String mode, String type, String valueName, FieldDefinition[] fields, String label, String helpLabel, boolean translated, boolean handlingLabels, Map<String,Serializable> properties, boolean required, Widget[] subWidgets, int level, WidgetSelectOption[] selectOptions, String definitionId, List<RenderingInfo> renderingInfos)
WidgetImpl(String layoutName, String name, String mode, String type, String valueName, FieldDefinition[] fields, String label, String helpLabel, boolean translated, Map<String,Serializable> properties, boolean required, Widget[] subWidgets, int level, WidgetSelectOption[] selectOptions, String definitionId)
WidgetImpl(String layoutName, String name, String mode, String type, String valueName, FieldDefinition[] fields, String label, String helpLabel, boolean translated, Map<String,Serializable> properties, boolean required, Widget[] subWidgets, int level, WidgetSelectOption[] selectOptions, String definitionId, List<RenderingInfo> renderingInfos)
Constructor parameters in org.nuxeo.ecm.platform.forms.layout.api.impl with type arguments of type Widget Constructor Description LayoutImpl(String name, String mode, String template, Map<String,Widget> widgets, Map<String,Serializable> properties, String definitionId)
LayoutRowImpl(String name, boolean selectedByDefault, boolean alwaysSelected, List<Widget> widgets, Map<String,Serializable> properties, String definitionId)
-
Uses of Widget in org.nuxeo.ecm.platform.forms.layout.export
Methods in org.nuxeo.ecm.platform.forms.layout.export with parameters of type Widget Modifier and Type Method Description protected void
LayoutJsonWriter. writeWidget(Widget widget, com.fasterxml.jackson.core.JsonGenerator jg)
-