Class N2oScrollspyRegion
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.global.view.region.N2oRegion
-
- net.n2oapp.framework.api.metadata.global.view.region.N2oScrollspyRegion
-
- All Implemented Interfaces:
Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,RoutableRegion,RegionItem,Source,SourceComponent,SourceMetadata
public class N2oScrollspyRegion extends N2oRegion implements RoutableRegion
Исходная модель региона с отслеживанием прокрутки- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oScrollspyRegion.AbstractMenuItemstatic classN2oScrollspyRegion.GroupItemstatic classN2oScrollspyRegion.MenuItemstatic classN2oScrollspyRegion.SubMenuItem
-
Constructor Summary
Constructors Constructor Description N2oScrollspyRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix)StringgetAlias()-
Methods inherited from class net.n2oapp.framework.api.metadata.global.view.region.N2oRegion
getPostfix
-
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.aware.CssClassAware
getCssClass, getStyle, setCssClass, setStyle
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.global.view.region.RoutableRegion
getActiveParam, getRoutable
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getId, getMetadataType, getSourceBaseClass, setId
-
-
-
-
Method Detail
-
collectWidgets
public void collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix)
- Specified by:
collectWidgetsin interfaceRegionItem- Overrides:
collectWidgetsin classN2oRegion
-
-