Class N2oTabsRegion
- 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.N2oTabsRegion
-
- All Implemented Interfaces:
Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,RoutableRegion,RegionItem,Source,SourceComponent,SourceMetadata
public class N2oTabsRegion extends N2oRegion implements RegionItem, RoutableRegion
Модель региона в виде вкладок- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oTabsRegion.Tab
-
Constructor Summary
Constructors Constructor Description N2oTabsRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcollectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix)StringgetAlias()N2oWidget[]getWidgets()Deprecated.voidsetWidgets(N2oWidget[] widgets)Deprecated.-
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
-
setWidgets
@Deprecated public void setWidgets(N2oWidget[] widgets)
Deprecated.
-
getWidgets
@Deprecated public N2oWidget[] getWidgets()
Deprecated.
-
collectWidgets
public void collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix)
- Specified by:
collectWidgetsin interfaceRegionItem- Overrides:
collectWidgetsin classN2oRegion
-
-