Class BpmModelerUiUtils

java.lang.Object
io.jmix.bpmflowui.util.BpmModelerUiUtils

public class BpmModelerUiUtils extends Object
  • Constructor Details

    • BpmModelerUiUtils

      public BpmModelerUiUtils()
  • Method Details

    • labelGenerator

      public static com.vaadin.flow.component.ItemLabelGenerator<String> labelGenerator(Map<String,String> mapping)
    • setAbsentValueInItems

      public static void setAbsentValueInItems(JmixComboBox comboBox, @Nullable Object value)
      Adds new value that not in component list items to already initialized combobox
      Parameters:
      comboBox - - component that already has items but doesn't contain new item value that will put
      value - - new value that not contains in comboBox's items
    • setAbsentValueInItems

      public static void setAbsentValueInItems(com.vaadin.flow.component.select.Select select, @Nullable Object value)
      Adds new value that not in component list items to already initialized select
      Parameters:
      select - - component that already has items but doesn't contain new item value that will put
      value - - new value that not contains in select's items