Class N2oTopLeftRightPage
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- net.n2oapp.framework.api.metadata.global.view.page.N2oPage
-
- net.n2oapp.framework.api.metadata.global.view.page.N2oBasePage
-
- net.n2oapp.framework.api.metadata.global.view.page.N2oTopLeftRightPage
-
- All Implemented Interfaces:
java.io.Serializable,ExtensionAttributesAware,IdAware,NameAware,NamespaceUriAware,RefIdAware,SrcAware,Source,SourceComponent,SourceMetadata
public class N2oTopLeftRightPage extends N2oBasePage
Исходная модель страницы с тремя регионами- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oTopLeftRightPage.RegionOptions
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.global.view.page.N2oPage
extAttributes
-
-
Constructor Summary
Constructors Constructor Description N2oTopLeftRightPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<N2oWidget>getContainers()Получение списка виджетов на странице-
Methods inherited from class net.n2oapp.framework.api.metadata.global.view.page.N2oPage
getPostfix, getSourceBaseClass
-
Methods inherited from class net.n2oapp.framework.api.metadata.global.N2oMetadata
getId, getName, getNamespaceUri, getRefId, setId, setName, setNamespaceUri, setRefId
-
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.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getMetadataType
-
-
-
-
Method Detail
-
getContainers
public java.util.List<N2oWidget> getContainers()
Description copied from class:N2oPageПолучение списка виджетов на странице- Specified by:
getContainersin classN2oPage- Returns:
- список виджетов
-
-