Package io.jmix.flowui.fragment.impl
Class FragmentActionsImpl
java.lang.Object
io.jmix.flowui.fragment.impl.FragmentActionsImpl
- All Implemented Interfaces:
- FragmentActions,- HasActions
@Component("flowui_FragmentActions")
@Scope("prototype")
public class FragmentActionsImpl
extends Object
implements FragmentActions
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected FragmentActionsDelegatecreateDelegate(Fragment<?> fragment) voidremoveAction(Action action) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.kit.component.HasActionsaddAction, removeAction, removeAllActions
- 
Field Details- 
delegate
 
- 
- 
Constructor Details- 
FragmentActionsImpl
 
- 
- 
Method Details- 
createDelegate
- 
addAction- Specified by:
- addActionin interface- HasActions
 
- 
removeAction- Specified by:
- removeActionin interface- HasActions
 
- 
getActions- Specified by:
- getActionsin interface- HasActions
 
- 
getAction- Specified by:
- getActionin interface- HasActions
 
 
-