Class AbstractAssignActionInitTask<C extends com.vaadin.flow.component.Component>
java.lang.Object
io.jmix.flowui.xml.layout.inittask.AbstractInitTask
io.jmix.flowui.xml.layout.inittask.AbstractAssignActionInitTask<C>
- All Implemented Interfaces:
- ComponentLoader.InitTask
- Direct Known Subclasses:
- AssignActionInitTask,- AssignActionsInitTask,- AssignDropdownButtonActionInitTask
public abstract class AbstractAssignActionInitTask<C extends com.vaadin.flow.component.Component>
extends AbstractInitTask
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractAssignActionInitTask(C component, String actionId) AbstractAssignActionInitTask(C component, String actionId, View<?> view) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract voidaddAction(ComponentLoader.Context context, Action action) voidexecute(ComponentLoader.Context context) This method will be invoked after component's content initialization.protected ActiongetActionRecursively(ComponentLoader.Context context, String actionId) protected Stringprotected abstract booleanhasOwnAction(String id) protected voidrunAfterExecuteHandler(Action action) voidsetAfterExecuteHandler(Consumer<Action> afterExecuteHandler) Methods inherited from class io.jmix.flowui.xml.layout.inittask.AbstractInitTaskexecute, getOrigin
- 
Field Details- 
component
- 
actionId
- 
afterExecuteHandler
 
- 
- 
Constructor Details- 
AbstractAssignActionInitTask@Deprecated(since="2.3", forRemoval=true) public AbstractAssignActionInitTask(C component, String actionId, View<?> view) Deprecated, for removal: This API element is subject to removal in a future version.
- 
AbstractAssignActionInitTask
 
- 
- 
Method Details- 
executeDescription copied from interface:ComponentLoader.InitTaskThis method will be invoked after component's content initialization.- Parameters:
- context- loader context
 
- 
hasOwnAction
- 
addAction
- 
setAfterExecuteHandler
- 
runAfterExecuteHandler
- 
getActionRecursively
- 
getExceptionMessage
 
-