Class ScrollspyRegion
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.Component
-
- net.n2oapp.framework.api.metadata.meta.region.Region
-
- net.n2oapp.framework.api.metadata.meta.region.scrollspy.ScrollspyRegion
-
- All Implemented Interfaces:
Serializable,IdAware,JsonPropertiesAware,PropertiesAware,SrcAware,Compiled,CompiledRegionItem
public class ScrollspyRegion extends Region implements CompiledRegionItem
Клиентская модель региона с отслеживанием прокрутки- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScrollspyRegion()
-
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
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.JsonPropertiesAware
getJsonProperties
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-
-
-
Method Detail
-
collectWidgets
public void collectWidgets(List<Widget<?>> compiledWidgets)
- Specified by:
collectWidgetsin interfaceCompiledRegionItem- Overrides:
collectWidgetsin classRegion
-
-