Class N2oSimplePage
- 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.N2oSimplePage
-
- All Implemented Interfaces:
java.io.Serializable,ExtensionAttributesAware,IdAware,NameAware,NamespaceUriAware,RefIdAware,SrcAware,Source,SourceComponent,SourceMetadata
public class N2oSimplePage extends N2oPage
Модель страницы с единственным виджетом- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.global.view.page.N2oPage
extAttributes
-
-
Constructor Summary
Constructors Constructor Description N2oSimplePage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetObjectId()N2oWidgetgetWidget()java.util.List<N2oWidget>getWidgets()Получение списка виджетов на страницеvoidsetWidget(N2oWidget widget)-
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
getName, setName
-
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, getNamespaceUri, setNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.RefIdAware
getRefId, setRefId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getId, getMetadataType, setId
-
-
-
-
Method Detail
-
getWidgets
public java.util.List<N2oWidget> getWidgets()
Description copied from class:N2oPageПолучение списка виджетов на странице- Specified by:
getWidgetsin classN2oPage- Returns:
- Список виджетов
-
getWidget
public N2oWidget getWidget()
-
setWidget
public void setWidget(N2oWidget widget)
-
getObjectId
public java.lang.String getObjectId()
-
-