Uses of Class
net.n2oapp.framework.api.metadata.global.view.widget.N2oWidget
-
-
Uses of N2oWidget in net.n2oapp.framework.api.metadata
Method parameters in net.n2oapp.framework.api.metadata with type arguments of type N2oWidget Modifier and Type Method Description voidRegionItem. collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix) -
Uses of N2oWidget in net.n2oapp.framework.api.metadata.global.view.page
Methods in net.n2oapp.framework.api.metadata.global.view.page that return N2oWidget Modifier and Type Method Description N2oWidgetN2oSimplePage. getWidget()Methods in net.n2oapp.framework.api.metadata.global.view.page that return types with arguments of type N2oWidget Modifier and Type Method Description static List<N2oWidget>BasePageUtil. collectWidgets(SourceComponent[] items)Сбор всех виджетов из массива регионов и виджетов.List<N2oWidget>N2oLeftRightPage. getWidgets()abstract List<N2oWidget>N2oPage. getWidgets()Получение списка виджетов на страницеList<N2oWidget>N2oSimplePage. getWidgets()List<N2oWidget>N2oStandardPage. getWidgets()List<N2oWidget>N2oTopLeftRightPage. getWidgets()Methods in net.n2oapp.framework.api.metadata.global.view.page with parameters of type N2oWidget Modifier and Type Method Description voidN2oSimplePage. setWidget(N2oWidget widget) -
Uses of N2oWidget in net.n2oapp.framework.api.metadata.global.view.region
Methods in net.n2oapp.framework.api.metadata.global.view.region that return N2oWidget Modifier and Type Method Description N2oWidget[]N2oTabsRegion. getWidgets()Deprecated.Methods in net.n2oapp.framework.api.metadata.global.view.region with parameters of type N2oWidget Modifier and Type Method Description voidN2oTabsRegion. setWidgets(N2oWidget[] widgets)Deprecated.Method parameters in net.n2oapp.framework.api.metadata.global.view.region with type arguments of type N2oWidget Modifier and Type Method Description voidN2oRegion. collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix)voidN2oScrollspyRegion. collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix)voidN2oScrollspyRegion.GroupItem. collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix)voidN2oScrollspyRegion.MenuItem. collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix)voidN2oScrollspyRegion.SubMenuItem. collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix)voidN2oTabsRegion. collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix)voidN2oTabsRegion.Tab. collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix) -
Uses of N2oWidget in net.n2oapp.framework.api.metadata.global.view.widget
Subclasses of N2oWidget in net.n2oapp.framework.api.metadata.global.view.widget Modifier and Type Class Description classN2oAbstractListWidgetАбстрактная модель спискового виджетаclassN2oCalendarИсходная модель виджета календарьclassN2oCardsИсходная модель виджета карточкиclassN2oChartИсходная модель виджета-диаграммыclassN2oCustomWidgetКастомизированный виджетclassN2oFormИсходная модель виджета ФормаclassN2oHtmlWidgetclassN2oTilesИсходная модель виджета ПлиткиclassN2oTreeИсходная модель виджета деревоMethod parameters in net.n2oapp.framework.api.metadata.global.view.widget with type arguments of type N2oWidget Modifier and Type Method Description voidN2oWidget. collectWidgets(List<N2oWidget> result, Map<String,Integer> ids, String prefix) -
Uses of N2oWidget in net.n2oapp.framework.api.metadata.global.view.widget.list
Subclasses of N2oWidget in net.n2oapp.framework.api.metadata.global.view.widget.list Modifier and Type Class Description classN2oListWidget -
Uses of N2oWidget in net.n2oapp.framework.api.metadata.global.view.widget.table
Subclasses of N2oWidget in net.n2oapp.framework.api.metadata.global.view.widget.table Modifier and Type Class Description classN2oAbstractTableclassN2oTable
-