Uses of Class
com.jalios.jcms.uicomponent.AjaxRefreshButtonDataAttribute.AjaxRefreshOption
-
Packages that use AjaxRefreshButtonDataAttribute.AjaxRefreshOption Package Description com.jalios.jcms.uicomponent -
-
Uses of AjaxRefreshButtonDataAttribute.AjaxRefreshOption in com.jalios.jcms.uicomponent
Fields in com.jalios.jcms.uicomponent with type parameters of type AjaxRefreshButtonDataAttribute.AjaxRefreshOption Modifier and Type Field Description protected java.util.List<AjaxRefreshButtonDataAttribute.AjaxRefreshOption>
AjaxRefreshButtonDataAttribute. ajaxRefreshOptions
Methods in com.jalios.jcms.uicomponent that return AjaxRefreshButtonDataAttribute.AjaxRefreshOption Modifier and Type Method Description static AjaxRefreshButtonDataAttribute.AjaxRefreshOption
AjaxRefreshButtonDataAttribute.AjaxRefreshOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AjaxRefreshButtonDataAttribute.AjaxRefreshOption[]
AjaxRefreshButtonDataAttribute.AjaxRefreshOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.uicomponent with parameters of type AjaxRefreshButtonDataAttribute.AjaxRefreshOption Modifier and Type Method Description AjaxRefreshButtonDataAttribute
AjaxRefreshButtonDataAttribute. addOption(AjaxRefreshButtonDataAttribute.AjaxRefreshOption ajaxRefreshOption)
-