| Package | Description |
|---|---|
| com.helger.photon.ajax | |
| com.helger.photon.ajax.decl |
| Modifier and Type | Method and Description |
|---|---|
IAjaxFunctionDeclaration |
IAjaxRegistry.getRegisteredFunction(String sFunctionName)
Get the registered AJAX function with the specified name
|
IAjaxFunctionDeclaration |
AjaxRegistry.getRegisteredFunction(String sFunctionName) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsMap<String,IAjaxFunctionDeclaration> |
IAjaxRegistry.getAllRegisteredFunctions() |
com.helger.commons.collection.impl.ICommonsMap<String,IAjaxFunctionDeclaration> |
AjaxRegistry.getAllRegisteredFunctions() |
| Modifier and Type | Method and Description |
|---|---|
void |
IAjaxRegistry.registerFunction(IAjaxFunctionDeclaration aFunction)
Add a handler function that is used as a callback.
|
void |
AjaxRegistry.registerFunction(IAjaxFunctionDeclaration aFunctionDeclaration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxFunctionDeclaration
Abstract base implementation of
IAjaxFunctionDeclaration |
Copyright © 2014–2019 Philip Helger. All rights reserved.