Class ActionCustomPropertyLoader

java.lang.Object
io.jmix.ui.xml.layout.loader.ActionCustomPropertyLoader

@Component("ui_ActionCustomPropertyLoader") public class ActionCustomPropertyLoader extends Object
  • Constructor Details

    • ActionCustomPropertyLoader

      public ActionCustomPropertyLoader()
  • Method Details

    • load

      public void load(Action instance, String propertyName, String stringValue)
    • parseStringValue

      @Nullable protected Object parseStringValue(String stringValue, Type propType, @Nullable Type genericParameterType)
    • parseNumber

      protected Object parseNumber(String stringValue, Class<? extends Number> numberType)