Uses of Interface
org.nuxeo.ecm.platform.forms.layout.api.WidgetDefinition
-
-
Uses of WidgetDefinition in org.nuxeo.ecm.automation
Fields in org.nuxeo.ecm.automation declared as WidgetDefinition Modifier and Type Field Description WidgetDefinition[]OperationDocumentation. widgetDefinitionsMethod parameters in org.nuxeo.ecm.automation with type arguments of type WidgetDefinition Modifier and Type Method Description voidAutomationService. putOperation(Class<?> type, boolean replace, String contributingComponent, List<WidgetDefinition> widgetDefinitionList) -
Uses of WidgetDefinition in org.nuxeo.ecm.automation.core.impl
Fields in org.nuxeo.ecm.automation.core.impl with type parameters of type WidgetDefinition Modifier and Type Field Description protected List<WidgetDefinition>OperationTypeImpl. widgetDefinitionListMethod parameters in org.nuxeo.ecm.automation.core.impl with type arguments of type WidgetDefinition Modifier and Type Method Description voidOperationServiceImpl. putOperation(Class<?> type, boolean replace, String contributingComponent, List<WidgetDefinition> widgetDefinitionList)Constructor parameters in org.nuxeo.ecm.automation.core.impl with type arguments of type WidgetDefinition Constructor Description OperationTypeImpl(AutomationService service, Class<?> type, String contributingComponent, List<WidgetDefinition> widgetDefinitionList) -
Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.api
Methods in org.nuxeo.ecm.platform.forms.layout.api that return WidgetDefinition Modifier and Type Method Description WidgetDefinitionWidgetDefinition. clone()Returns a clone instance of this widget definition.WidgetDefinitionWidget. getDefinition()Returns the definition from which this widget instance was generated.WidgetDefinition[]WidgetDefinition. getSubWidgetDefinitions()Returns sub widget definitions.WidgetDefinitionLayoutDefinition. getWidgetDefinition(String name)Returns the widget definition with given name.Methods in org.nuxeo.ecm.platform.forms.layout.api that return types with arguments of type WidgetDefinition Modifier and Type Method Description Map<String,WidgetDefinition>LayoutDefinition. getWidgetDefinitions()Returns the map of widgets defined inside this layout.Methods in org.nuxeo.ecm.platform.forms.layout.api with parameters of type WidgetDefinition Modifier and Type Method Description voidWidgetDefinition. setSubWidgetDefinitions(WidgetDefinition[] subWidgets) -
Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.api.converters
Methods in org.nuxeo.ecm.platform.forms.layout.api.converters that return WidgetDefinition Modifier and Type Method Description protected WidgetDefinitionAbstractWidgetDefinitionConverter. getClonedWidget(WidgetDefinition widget)WidgetDefinitionWidgetDefinitionConverter. getWidgetDefinition(WidgetDefinition orig, LayoutConversionContext ctx)Returns the original widget definition, or a clone if it needs to be changed.Methods in org.nuxeo.ecm.platform.forms.layout.api.converters with parameters of type WidgetDefinition Modifier and Type Method Description protected WidgetDefinitionAbstractWidgetDefinitionConverter. getClonedWidget(WidgetDefinition widget)WidgetDefinitionWidgetDefinitionConverter. getWidgetDefinition(WidgetDefinition orig, LayoutConversionContext ctx)Returns the original widget definition, or a clone if it needs to be changed. -
Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.api.impl
Classes in org.nuxeo.ecm.platform.forms.layout.api.impl that implement WidgetDefinition Modifier and Type Class Description classWidgetDefinitionImplDefault implementation for a widget definition.Fields in org.nuxeo.ecm.platform.forms.layout.api.impl declared as WidgetDefinition Modifier and Type Field Description protected WidgetDefinitionWidgetImpl. definitionprotected WidgetDefinition[]WidgetDefinitionImpl. subWidgetsFields in org.nuxeo.ecm.platform.forms.layout.api.impl with type parameters of type WidgetDefinition Modifier and Type Field Description protected Map<String,WidgetDefinition>LayoutDefinitionImpl. widgetsMethods in org.nuxeo.ecm.platform.forms.layout.api.impl that return WidgetDefinition Modifier and Type Method Description WidgetDefinitionWidgetDefinitionImpl. clone()WidgetDefinitionWidgetImpl. getDefinition()WidgetDefinition[]WidgetDefinitionImpl. getSubWidgetDefinitions()WidgetDefinitionLayoutDefinitionImpl. getWidgetDefinition(String name)Methods in org.nuxeo.ecm.platform.forms.layout.api.impl that return types with arguments of type WidgetDefinition Modifier and Type Method Description Map<String,WidgetDefinition>LayoutDefinitionImpl. getWidgetDefinitions()Methods in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type WidgetDefinition Modifier and Type Method Description voidWidgetImpl. setDefinition(WidgetDefinition definition)voidWidgetDefinitionImpl. setSubWidgetDefinitions(WidgetDefinition[] subWidgets)Constructors in org.nuxeo.ecm.platform.forms.layout.api.impl with parameters of type WidgetDefinition Constructor Description LayoutDefinitionImpl(String name, String template, WidgetDefinition widgetDefinition)WidgetDefinitionImpl(String name, String type, Map<String,String> labels, Map<String,String> helpLabels, boolean translated, Map<String,String> modes, FieldDefinition[] fieldDefinitions, Map<String,Map<String,Serializable>> properties, Map<String,Map<String,Serializable>> widgetModeProperties, WidgetDefinition[] subWidgets)WidgetDefinitionImpl(String name, String type, Map<String,String> labels, Map<String,String> helpLabels, boolean translated, Map<String,String> modes, FieldDefinition[] fieldDefinitions, Map<String,Map<String,Serializable>> properties, Map<String,Map<String,Serializable>> widgetModeProperties, WidgetDefinition[] subWidgets, WidgetSelectOption[] selectOptions) -
Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.api.service
Methods in org.nuxeo.ecm.platform.forms.layout.api.service that return WidgetDefinition Modifier and Type Method Description WidgetDefinitionLayoutManager. getWidgetDefinition(String widgetName)Returns the registered widget definition for this name.WidgetDefinitionLayoutStore. getWidgetDefinition(String category, String widgetName)Returns the registered widget definition for this name.Methods in org.nuxeo.ecm.platform.forms.layout.api.service with parameters of type WidgetDefinition Modifier and Type Method Description voidLayoutStore. registerWidget(String category, WidgetDefinition widgetDef)voidLayoutStore. unregisterWidget(String category, WidgetDefinition widgetDef) -
Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.core.registries
Methods in org.nuxeo.ecm.platform.forms.layout.core.registries that return WidgetDefinition Modifier and Type Method Description WidgetDefinitionWidgetDefinitionRegistry. getWidgetDefinition(String id)Methods in org.nuxeo.ecm.platform.forms.layout.core.registries with parameters of type WidgetDefinition Modifier and Type Method Description voidWidgetDefinitionRegistry. addContribution(WidgetDefinition contrib)StringWidgetDefinitionRegistry. getContributionId(WidgetDefinition contrib)voidWidgetDefinitionRegistry. removeContribution(WidgetDefinition contrib)Overridden to use equals method when removing elements.voidWidgetDefinitionRegistry. removeContribution(WidgetDefinition contrib, boolean useEqualsMethod) -
Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.core.service
Methods in org.nuxeo.ecm.platform.forms.layout.core.service that return WidgetDefinition Modifier and Type Method Description WidgetDefinitionAbstractLayoutManager. getWidgetDefinition(String widgetName)WidgetDefinitionLayoutStoreImpl. getWidgetDefinition(String category, String widgetName)protected WidgetDefinitionAbstractLayoutManager. lookupWidget(LayoutDefinition layoutDef, WidgetReference widgetRef)protected WidgetDefinitionAbstractLayoutManager. lookupWidget(WidgetReference widgetRef)Methods in org.nuxeo.ecm.platform.forms.layout.core.service with parameters of type WidgetDefinition Modifier and Type Method Description protected voidAbstractLayoutManager. registerWidget(WidgetDefinition widgetDef)voidLayoutStoreImpl. registerWidget(String category, WidgetDefinition widgetDef)protected voidAbstractLayoutManager. unregisterWidget(WidgetDefinition widgetDef)voidLayoutStoreImpl. unregisterWidget(String category, WidgetDefinition widgetDef) -
Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.descriptors
Methods in org.nuxeo.ecm.platform.forms.layout.descriptors that return WidgetDefinition Modifier and Type Method Description WidgetDefinition[]WidgetDescriptor. getSubWidgetDefinitions()WidgetDefinitionLayoutDescriptor. getWidgetDefinition(String name)protected WidgetDefinitionLayoutDescriptor. getWidgetDefinition(WidgetDescriptor desc)WidgetDefinitionWidgetDescriptor. getWidgetDefinition() -
Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.export
Methods in org.nuxeo.ecm.platform.forms.layout.export that return WidgetDefinition Modifier and Type Method Description protected WidgetDefinitionLayoutDefinitionJsonWriter. getWidgetDefinition(WidgetReference widgetReference, String category, LayoutDefinition layoutDefinition, LayoutConversionContext ctx, List<WidgetDefinitionConverter> widgetConverters)Methods in org.nuxeo.ecm.platform.forms.layout.export with parameters of type WidgetDefinition Modifier and Type Method Description voidWidgetDefinitionJsonWriter. write(WidgetDefinition entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of WidgetDefinition in org.nuxeo.ecm.platform.forms.layout.functions
Methods in org.nuxeo.ecm.platform.forms.layout.functions with parameters of type WidgetDefinition Modifier and Type Method Description static StringLayoutFunctions. computeWidgetDefinitionId(WidgetDefinition widgetDef)Returns an identifier computed from this definition so that an identical definition will have the same id.
-