Class FocusComponentInitTask
java.lang.Object
io.jmix.flowui.xml.layout.inittask.FocusComponentInitTask
- All Implemented Interfaces:
ComponentLoader.InitTask
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoFocus(com.vaadin.flow.component.Focusable<?> focusable) voidexecute(ComponentLoader.Context context) This method will be invoked after component's content initialization.protected Optional<com.vaadin.flow.component.Focusable<?>>
-
Field Details
-
focusComponentId
-
view
-
-
Constructor Details
-
FocusComponentInitTask
-
-
Method Details
-
execute
Description copied from interface:ComponentLoader.InitTaskThis method will be invoked after component's content initialization.- Specified by:
executein interfaceComponentLoader.InitTask- Parameters:
context- loader context
-
doFocus
protected void doFocus(com.vaadin.flow.component.Focusable<?> focusable) -
getFocusComponent
-