Uses of Interface
net.n2oapp.framework.config.metadata.compile.BaseMetadataBinder
-
-
Uses of BaseMetadataBinder in net.n2oapp.framework.config.metadata.compile.action
Classes in net.n2oapp.framework.config.metadata.compile.action that implement BaseMetadataBinder Modifier and Type Class Description classDialogBinderclassInvokeActionBinderСвязывание вызова запросов с даннымиclassLinkActionBinderСвязывание действия ссылки с даннымиclassOpenDrawerBinderСвязывание действия open-drawer с даннымиclassPerformButtonBinderСвязывание действия ссылки в PerformButton с даннымиclassReduxActionBinderСвязывание процессинга действия с даннымиclassShowModalBinderСвязывание действия show-modal с даннымиclassSubMenuBinder -
Uses of BaseMetadataBinder in net.n2oapp.framework.config.metadata.compile.header
Classes in net.n2oapp.framework.config.metadata.compile.header that implement BaseMetadataBinder Modifier and Type Class Description classHeaderBinderБазовое связывание данных в хедере -
Uses of BaseMetadataBinder in net.n2oapp.framework.config.metadata.compile.page
Classes in net.n2oapp.framework.config.metadata.compile.page that implement BaseMetadataBinder Modifier and Type Class Description classPageBinder<D extends Page>Базовое связывание данных на страницеclassSimplePageBinderСвязывание данных на простой страницеclassStandardPageBinderСвязывание данных на обычной странице -
Uses of BaseMetadataBinder in net.n2oapp.framework.config.metadata.compile.widget
Classes in net.n2oapp.framework.config.metadata.compile.widget that implement BaseMetadataBinder Modifier and Type Class Description classBaseListWidgetBinder<T extends Widget>Абстрактный биндер для связывания данных в списковых виджетахclassListWidgetBinderСвязывание данных с списковом виджетеclassTableBinderСвязывание данных в таблицеclassWidgetBinderБазовое связывание виджета с данными
-