Class WidgetReferenceImpl
java.lang.Object
org.nuxeo.ecm.platform.forms.layout.api.impl.WidgetReferenceImpl
- All Implemented Interfaces:
Serializable,WidgetReference
- Since:
- 5.5
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWidgetReferenceImpl(String widget) WidgetReferenceImpl(String category, String name) -
Method Summary
-
Field Details
-
category
-
name
-
-
Constructor Details
-
WidgetReferenceImpl
protected WidgetReferenceImpl() -
WidgetReferenceImpl
-
WidgetReferenceImpl
-
-
Method Details
-
getCategory
Description copied from interface:WidgetReferenceOptional category on the widget: if this category is filled, the widget instance will be looked up with this category in the store- Specified by:
getCategoryin interfaceWidgetReference
-
getName
Description copied from interface:WidgetReferenceWidget name. If a widget with this name is present in the layout definition, it references this widget. Else, if a category is filled, the widget is looked up in the store with this category. If no category is filled, the widget is looked up in the same store than the one of the layout.- Specified by:
getNamein interfaceWidgetReference
-
clone
- Specified by:
clonein interfaceWidgetReference- Overrides:
clonein classObject
-
equals
-