Class WidgetParamScope


  • public class WidgetParamScope
    extends java.lang.Object
    Значения по умолчанию виджета, которые берутся из url
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addQueryMapping​(java.lang.String queryParam, ReduxAction onGet, BindLink onSet)
      Добавить параметр запроса
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WidgetParamScope

        public WidgetParamScope()
    • Method Detail

      • addQueryMapping

        public void addQueryMapping​(java.lang.String queryParam,
                                    ReduxAction onGet,
                                    BindLink onSet)
        Добавить параметр запроса
        Parameters:
        queryParam - Параметр в запросе
        onGet - Redux действие при извлечении параметра запроса
        onSet - Ссылка на Redux модель, при вставке параметра запроса