Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.Widget
Packages that use Widget
Package
Description
-
Uses of Widget in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return WidgetModifier and TypeMethodDescriptionWidget[]Widget.getSubWidgets()Returns sub widgets.Returns widget with given name.Widget[]LayoutRow.getWidgets()Methods in org.nuxeo.ecm.platform.forms.layout.api that return types with arguments of type WidgetModifier and TypeMethodDescriptionLayout.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 WidgetFields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as WidgetModifier and TypeFieldDescriptionprotected Widget[]WidgetImpl.subWidgetsprotected Widget[]LayoutRowImpl.widgetsFields in org.nuxeo.ecm.platform.forms.layout.api.impl with type parameters of type WidgetMethods in org.nuxeo.ecm.platform.forms.layout.api.impl that return WidgetModifier and TypeMethodDescriptionWidget[]WidgetImpl.getSubWidgets()Widget[]LayoutRowImpl.getWidgets()Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return types with arguments of type WidgetConstructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type WidgetModifierConstructorDescriptionWidgetImpl(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 WidgetModifierConstructorDescriptionLayoutImpl(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 WidgetModifier and TypeMethodDescriptionprotected voidLayoutJsonWriter.writeWidget(Widget widget, com.fasterxml.jackson.core.JsonGenerator jg)