Package com.mendix.webui
Class CustomJavaAction<R>
java.lang.Object
com.mendix.core.actionmanagement.CoreAction<R>
com.mendix.systemwideinterfaces.core.UserAction<R>
com.mendix.webui.CustomJavaAction<R>
- All Implemented Interfaces:
ICoreAction<R>
,Callable<R>
-
Constructor Summary
-
Method Summary
Methods inherited from class com.mendix.systemwideinterfaces.core.UserAction
context, execute, executeAction
Methods inherited from class com.mendix.core.actionmanagement.CoreAction
addDatavalidationFeedback, addDataValidationFeedback, call, clone, getActionName, getClonedContext, getContext, getEventObjects, getException, getMetaInfo, getState, getUnwrappedAction, handleConcurrentExecution, setActionName, setAllowsConcurrentExecution, setContext, setEventObjects, setException, setMetaInfo, setState, setSystemAction
-
Constructor Details
-
CustomJavaAction
-