Class GroupScrollspyElement
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.region.scrollspy.ScrollspyElement
-
- net.n2oapp.framework.api.metadata.meta.region.scrollspy.GroupScrollspyElement
-
- All Implemented Interfaces:
Serializable,IdAware,Compiled,CompiledRegionItem
public class GroupScrollspyElement extends ScrollspyElement implements CompiledRegionItem
Клиентская модель элемента scrollspy-региона со сгруппированными элементами- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupScrollspyElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollectWidgets(List<Widget<?>> compiledWidgets)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.meta.region.CompiledRegionItem
collectWidgets
-
-
-
-
Method Detail
-
collectWidgets
public void collectWidgets(List<Widget<?>> compiledWidgets)
- Specified by:
collectWidgetsin interfaceCompiledRegionItem
-
-