Uses of Interface
io.github.mmm.bean.ReadableBean
-
Packages that use ReadableBean Package Description io.github.mmm.bean Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code.io.github.mmm.entity.bean Contains the API for entity beans.io.github.mmm.ui.api.binding.data -
-
Uses of ReadableBean in io.github.mmm.bean
Subinterfaces of ReadableBean in io.github.mmm.bean Modifier and Type Interface Description interfaceVirtualBeanWritableBeanthat may bevirtualso it can potentially represent types that do not exist as JavaClass.interfaceWritableBeanWritable interface ofReadableBean.Classes in io.github.mmm.bean that implement ReadableBean Modifier and Type Class Description classAbstractBeanAbstract base implementation ofWritableBean.classAbstractVirtualBeanImplementation ofVirtualBeanas regular java class.classAdvancedBeanImplementation ofVirtualBeanas regular java class.classBeanRegular implementation ofWritableBean.classDynamicBeanMethods in io.github.mmm.bean with type parameters of type ReadableBean Modifier and Type Method Description static <B extends ReadableBean>
BReadableBean. copy(B bean, boolean readOnly)static <B extends ReadableBean>
BReadableBean. copyReadOnly(B bean)static <B extends ReadableBean>
BReadableBean. newInstance(B bean)Methods in io.github.mmm.bean with parameters of type ReadableBean Modifier and Type Method Description default booleanReadableBean. isEqualTo(ReadableBean other)ABeanimplementation shall not overrideObject.equals(Object)andObject.hashCode()for efficient usage inCollections andMaps. -
Uses of ReadableBean in io.github.mmm.entity.bean
Subinterfaces of ReadableBean in io.github.mmm.entity.bean Modifier and Type Interface Description interfaceEntityBeanWritableBeanfor an entity that can be loaded from or saved to a database.Classes in io.github.mmm.entity.bean that implement ReadableBean Modifier and Type Class Description classSimpleEntityBeanImplementation ofEntityBeanas simpleBean. -
Uses of ReadableBean in io.github.mmm.ui.api.binding.data
Methods in io.github.mmm.ui.api.binding.data with type parameters of type ReadableBean Modifier and Type Method Description <B extends ReadableBean>
UiValidatableWidget<B>UiDataBinding. createEditor(B bean)<B extends ReadableBean>
UiValidatableWidget<B>UiDataBinding. createEditor(B bean, int columns)Methods in io.github.mmm.ui.api.binding.data with parameters of type ReadableBean Modifier and Type Method Description voidUiDataBinding. bindBean(ReadableBean bean, UiBindingReceiver receiver, boolean createGroup)voidUiDataBinding. bindBean(ReadableBean bean, UiBindingReceiver receiver, boolean createGroup, PropertyFilter propertyFilter)<B extends WritableBean>
UiFormGroup<B>UiDataBinding. createFormGroup(B bean, ReadableBeanProperty<B> beanProperty, ReadableBean parentBean, PropertyFilter propertyFilter)
-