Class FlowUiComponentUtils

java.lang.Object
io.jmix.flowui.kit.component.FlowUiComponentUtils

public final class FlowUiComponentUtils extends Object
  • 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

      public static void clearSlot(com.vaadin.flow.dom.Element element, String slot)
    • findActionIndexById

      public static int findActionIndexById(List<Action> actions, String actionId)