Uses of Interface
com.helger.photon.ajax.decl.IAjaxFunctionDeclaration
-
Packages that use IAjaxFunctionDeclaration Package Description com.helger.photon.ajax com.helger.photon.ajax.decl -
-
Uses of IAjaxFunctionDeclaration in com.helger.photon.ajax
Methods in com.helger.photon.ajax that return IAjaxFunctionDeclaration Modifier and Type Method Description IAjaxFunctionDeclarationAjaxRegistry. getRegisteredFunction(String sFunctionName)IAjaxFunctionDeclarationIAjaxRegistry. getRegisteredFunction(String sFunctionName)Get the registered AJAX function with the specified nameMethods in com.helger.photon.ajax that return types with arguments of type IAjaxFunctionDeclaration Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsMap<String,IAjaxFunctionDeclaration>AjaxRegistry. getAllRegisteredFunctions()com.helger.commons.collection.impl.ICommonsMap<String,IAjaxFunctionDeclaration>IAjaxRegistry. getAllRegisteredFunctions()Methods in com.helger.photon.ajax with parameters of type IAjaxFunctionDeclaration Modifier and Type Method Description voidAjaxRegistry. registerFunction(IAjaxFunctionDeclaration aFunctionDeclaration)voidIAjaxRegistry. registerFunction(IAjaxFunctionDeclaration aFunction)Add a handler function that is used as a callback. -
Uses of IAjaxFunctionDeclaration in com.helger.photon.ajax.decl
Classes in com.helger.photon.ajax.decl that implement IAjaxFunctionDeclaration Modifier and Type Class Description classAjaxFunctionDeclarationAbstract base implementation ofIAjaxFunctionDeclaration
-