Package io.jmix.flowui.kit.component
Class FlowUiComponentUtils
java.lang.Object
io.jmix.flowui.kit.component.FlowUiComponentUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addComponentsToSlot
(com.vaadin.flow.dom.Element element, String slot, com.vaadin.flow.component.Component... components) static void
static int
findActionIndexById
(List<Action> actions, String actionId) static String
iconToSting
(com.vaadin.flow.component.icon.VaadinIcon icon)
-
Method Details
-
iconToSting
@Nullable public static String iconToSting(@Nullable com.vaadin.flow.component.icon.VaadinIcon icon) -
addComponentsToSlot
public static void addComponentsToSlot(com.vaadin.flow.dom.Element element, String slot, com.vaadin.flow.component.Component... components) -
clearSlot
-
findActionIndexById
-