Package io.jmix.flowui.kit.component
Class FlowUiComponentUtils
java.lang.Object
io.jmix.flowui.kit.component.FlowUiComponentUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddComponentsToSlot(com.vaadin.flow.dom.Element element, String slot, com.vaadin.flow.component.Component... components) static voidstatic intfindActionIndexById(List<Action> actions, String actionId) static StringiconToSting(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
-