Uses of Class
com.jalios.jcms.uicomponent.AjaxRefreshButtonDataAttribute
-
Packages that use AjaxRefreshButtonDataAttribute Package Description com.jalios.jcms.taglib.button com.jalios.jcms.uicomponent -
-
Uses of AjaxRefreshButtonDataAttribute in com.jalios.jcms.taglib.button
Fields in com.jalios.jcms.taglib.button declared as AjaxRefreshButtonDataAttribute Modifier and Type Field Description protected AjaxRefreshButtonDataAttribute
ButtonAjaxTag. ajaxAttributes
Methods in com.jalios.jcms.taglib.button with parameters of type AjaxRefreshButtonDataAttribute Modifier and Type Method Description void
ButtonAjaxTag. setAjaxAttributes(AjaxRefreshButtonDataAttribute ajaxAttributes)
-
Uses of AjaxRefreshButtonDataAttribute in com.jalios.jcms.uicomponent
Methods in com.jalios.jcms.uicomponent that return AjaxRefreshButtonDataAttribute Modifier and Type Method Description AjaxRefreshButtonDataAttribute
AjaxRefreshButtonDataAttribute. addOption(AjaxRefreshButtonDataAttribute.AjaxRefreshOption ajaxRefreshOption)
AjaxRefreshButtonDataAttribute
AjaxRefreshButtonDataAttribute. innerTarget(java.lang.String innerTarget)
AjaxRefreshButtonDataAttribute
AjaxRefreshButtonDataAttribute. params(java.util.Map<java.lang.String,java.lang.Object> params)
AjaxRefreshButtonDataAttribute
AjaxRefreshButtonDataAttribute. target(java.lang.String target)
AjaxRefreshButtonDataAttribute
AjaxRefreshButtonDataAttribute. timeout(int timeout)
AjaxRefreshButtonDataAttribute
AjaxRefreshButtonDataAttribute. url(java.lang.String url)
-