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 java.util.List<Widget>BasePageUtil. getCompiledWidgets(StandardPage page)Получение всех виджетов скомпилированной страницы -
Uses of Widget in net.n2oapp.framework.api.metadata.meta
Methods in net.n2oapp.framework.api.metadata.meta that return Widget Modifier and Type Method Description WidgetContainer. getWidget()Deprecated.Methods in net.n2oapp.framework.api.metadata.meta with parameters of type Widget Modifier and Type Method Description voidContainer. setWidget(Widget widget)Deprecated. -
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 classCustomWidgetclassEditFormDeprecated.classHtmlWidgetКлиентская модель HtmlWidgetclassListWidgetclassTilesКлиентская модель виджета ПлиткиclassTreeКлиентская модель виджета дерево -
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Клиентская модель таблицы
-