Class WidgetParamScope
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.widget.WidgetParamScope
-
public class WidgetParamScope extends Object
Значения по умолчанию полей виджета, которые берутся из url
-
-
Constructor Summary
Constructors Constructor Description WidgetParamScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddQueryMapping(String queryParam, ReduxAction onGet, BindLink onSet)Добавить параметр запроса
-
-
-
Method Detail
-
addQueryMapping
public void addQueryMapping(String queryParam, ReduxAction onGet, BindLink onSet)
Добавить параметр запроса- Parameters:
queryParam- Параметр в запросеonGet- Redux действие при извлечении параметра запросаonSet- Ссылка на Redux модель, при вставке параметра запроса
-
-