Uses of Interface
io.github.mmm.bean.property.ReadableBeanProperty
-
Packages that use ReadableBeanProperty Package Description io.github.mmm.bean.property ContainsBeanProperty
to allow a bean to contain another bean.io.github.mmm.ui.api.binding.data -
-
Uses of ReadableBeanProperty in io.github.mmm.bean.property
Subinterfaces of ReadableBeanProperty in io.github.mmm.bean.property Modifier and Type Interface Description interface
WritableBeanProperty<V extends WritableBean>
Classes in io.github.mmm.bean.property that implement ReadableBeanProperty Modifier and Type Class Description class
BeanProperty<V extends WritableBean>
Implementation ofBeanProperty
. -
Uses of ReadableBeanProperty in io.github.mmm.ui.api.binding.data
Methods in io.github.mmm.ui.api.binding.data with parameters of type ReadableBeanProperty Modifier and Type Method Description <B extends WritableBean>
UiFormGroup<B>UiDataBinding. createFormGroup(B bean, ReadableBeanProperty<B> beanProperty, ReadableBean parentBean, PropertyFilter propertyFilter)
-