Uses of Class
net.n2oapp.framework.api.metadata.meta.widget.Widget
-
-
Uses of Widget in net.n2oapp.framework.api.metadata.global.view.page
Methods in net.n2oapp.framework.api.metadata.global.view.page that return types with arguments of type Widget Modifier and Type Method Description static List<Widget<?>>BasePageUtil. getCompiledWidgets(StandardPage page)Получение всех виджетов скомпилированной страницы -
Uses of Widget in net.n2oapp.framework.api.metadata.meta.page
Methods in net.n2oapp.framework.api.metadata.meta.page with type parameters of type Widget Modifier and Type Method Description <T extends Widget<?>>
TStandardPage. findWidget(String clientWidgetId, Class<T> clazz)Найти виджет по клиентскому идентификатору -
Uses of Widget in net.n2oapp.framework.api.metadata.meta.region
Method parameters in net.n2oapp.framework.api.metadata.meta.region with type arguments of type Widget Modifier and Type Method Description voidCompiledRegionItem. collectWidgets(List<Widget<?>> compiledWidgets)voidRegion. collectWidgets(List<Widget<?>> compiledWidgets)voidTabsRegion. collectWidgets(List<Widget<?>> compiledWidgets)voidTabsRegion.Tab. collectWidgets(List<Widget<?>> compiledWidgets) -
Uses of Widget in net.n2oapp.framework.api.metadata.meta.region.scrollspy
Method parameters in net.n2oapp.framework.api.metadata.meta.region.scrollspy with type arguments of type Widget Modifier and Type Method Description voidGroupScrollspyElement. collectWidgets(List<Widget<?>> compiledWidgets)voidMenuScrollspyElement. collectWidgets(List<Widget<?>> compiledWidgets)voidScrollspyRegion. collectWidgets(List<Widget<?>> compiledWidgets)voidSingleScrollspyElement. collectWidgets(List<Widget<?>> compiledWidgets) -
Uses of Widget in net.n2oapp.framework.api.metadata.meta.widget
Subclasses of Widget in net.n2oapp.framework.api.metadata.meta.widget Modifier and Type Class Description classCardsКлиентская модель виджета карточкиclassCustomWidgetclassHtmlWidgetКлиентская модель HtmlWidgetclassListWidgetclassTilesКлиентская модель виджета ПлиткиclassTreeКлиентская модель виджета деревоMethod parameters in net.n2oapp.framework.api.metadata.meta.widget with type arguments of type Widget Modifier and Type Method Description voidWidget. collectWidgets(List<Widget<?>> compiledWidgets) -
Uses of Widget in net.n2oapp.framework.api.metadata.meta.widget.calendar
Subclasses of Widget in net.n2oapp.framework.api.metadata.meta.widget.calendar Modifier and Type Class Description classCalendarКлиентская модель календаря -
Uses of Widget in net.n2oapp.framework.api.metadata.meta.widget.chart
Subclasses of Widget in net.n2oapp.framework.api.metadata.meta.widget.chart Modifier and Type Class Description classChartКлиентская модель диаграммы -
Uses of Widget in net.n2oapp.framework.api.metadata.meta.widget.form
Subclasses of Widget in net.n2oapp.framework.api.metadata.meta.widget.form Modifier and Type Class Description classFormКлиентская модель формы -
Uses of Widget in net.n2oapp.framework.api.metadata.meta.widget.table
Subclasses of Widget in net.n2oapp.framework.api.metadata.meta.widget.table Modifier and Type Class Description classAbstractTable<T extends TableWidgetComponent>Абстрактная реализация клиентской модели таблицыclassTable<C extends TableWidgetComponent>Клиентская модель таблицы
-