Package com.mendix.webui
Class CustomJavaAction<R>
java.lang.Object
com.mendix.core.actionmanagement.internal.InternalCoreAction<R>
com.mendix.core.actionmanagement.CoreAction<R>
com.mendix.systemwideinterfaces.core.UserAction<R>
com.mendix.webui.CustomJavaAction<R>
- Type Parameters:
- R- the return type of the action
- All Implemented Interfaces:
- ICoreAction<R>,- Callable<R>
Provides a base class for custom Java actions.
- 
Constructor SummaryConstructorsConstructorDescriptionCustomJavaAction(IContext context) Creates a custom Java action with a context and the current delegate.
- 
Method SummaryMethods inherited from class com.mendix.systemwideinterfaces.core.UserActioncontext, execute, executeActionMethods inherited from class com.mendix.core.actionmanagement.CoreActiongetUnwrappedActionMethods inherited from class com.mendix.core.actionmanagement.internal.InternalCoreActionaddDatavalidationFeedback, addDataValidationFeedback, call, clone, getActionName, getClonedContext, getContext, getEventObjects, getException, getMetaInfo, getState, handleConcurrentExecution, setActionName, setAllowsConcurrentExecution, setContext, setEventObjects, setException, setMetaInfo, setState
- 
Constructor Details- 
CustomJavaActionCreates a custom Java action with a context and the current delegate.- Parameters:
- context- the context for executing the action in
 
 
-