Class PropertyFilterComponentGenerationContext

java.lang.Object
io.jmix.ui.component.ComponentGenerationContext
io.jmix.ui.component.factory.PropertyFilterComponentGenerationContext

public class PropertyFilterComponentGenerationContext extends ComponentGenerationContext
  • Field Details

  • Constructor Details

    • PropertyFilterComponentGenerationContext

      public PropertyFilterComponentGenerationContext(MetaClass metaClass, String property, PropertyFilter.Operation operation)
      Creates an instance of PropertyFilterComponentGenerationContext.
      Parameters:
      metaClass - the entity for which the component is created
      property - the entity attribute for which the component is created
      operation - the property filter operation for which the component is created
  • Method Details