Class ContainerValueSource<E,V>

java.lang.Object
io.jmix.ui.component.data.value.ContainerValueSource<E,V>
All Implemented Interfaces:
DataUnit, EntityDataUnit, EntityValueSource<E,V>, ValueSource<V>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ContainerValueSource<E,V> extends Object implements EntityValueSource<E,V>, org.springframework.context.ApplicationContextAware
  • Field Details

    • container

      protected final InstanceContainer<E> container
    • metaPropertyPath

      protected MetaPropertyPath metaPropertyPath
    • property

      protected String property
    • state

      protected BindingState state
    • events

      protected EventHub events
    • dataModelSecurityEnabled

      protected boolean dataModelSecurityEnabled
  • Constructor Details

  • Method Details