Uses of Class
com.jalios.jcms.uicomponent.AjaxRefreshButtonDataAttribute
-
Packages that use AjaxRefreshButtonDataAttribute Package Description com.jalios.jcms.taglib.button com.jalios.jcms.taglib.settings 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 AjaxRefreshButtonDataAttributeButtonAjaxTag. ajaxAttributesMethods in com.jalios.jcms.taglib.button with parameters of type AjaxRefreshButtonDataAttribute Modifier and Type Method Description voidButtonAjaxTag. setAjaxAttributes(AjaxRefreshButtonDataAttribute ajaxAttributes) -
Uses of AjaxRefreshButtonDataAttribute in com.jalios.jcms.taglib.settings
Methods in com.jalios.jcms.taglib.settings with parameters of type AjaxRefreshButtonDataAttribute Modifier and Type Method Description TBasicSettings. dataAttribute(AjaxRefreshButtonDataAttribute ajaxRefreshdataAttribute)Add a data attribute on the control.
The method accepts the data name with or without the 'data-' prefix. -
Uses of AjaxRefreshButtonDataAttribute in com.jalios.jcms.uicomponent
Methods in com.jalios.jcms.uicomponent that return AjaxRefreshButtonDataAttribute Modifier and Type Method Description AjaxRefreshButtonDataAttributeAjaxRefreshButtonDataAttribute. addOption(AjaxRefreshButtonDataAttribute.AjaxRefreshOption ajaxRefreshOption)AjaxRefreshButtonDataAttributeAjaxRefreshButtonDataAttribute. innerTarget(java.lang.String innerTarget)AjaxRefreshButtonDataAttributeAjaxRefreshButtonDataAttribute. params(java.util.Map<java.lang.String,java.lang.Object> params)AjaxRefreshButtonDataAttributeAjaxRefreshButtonDataAttribute. target(java.lang.String target)AjaxRefreshButtonDataAttributeAjaxRefreshButtonDataAttribute. timeout(int timeout)AjaxRefreshButtonDataAttributeAjaxRefreshButtonDataAttribute. url(java.lang.String url)
-