Uses of Interface
io.github.mmm.bean.WritableBean
-
Packages that use WritableBean 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.bean.impl Contains internal implementation.io.github.mmm.bean.property ContainsBeanPropertyto allow a bean to contain another bean.io.github.mmm.entity.bean Contains the API for entity beans.io.github.mmm.ui.api.binding.data -
-
Uses of WritableBean in io.github.mmm.bean
Subinterfaces of WritableBean in io.github.mmm.bean Modifier and Type Interface Description interfaceVirtualBeanWritableBeanthat may bevirtualso it can potentially represent types that do not exist as JavaClass.Classes in io.github.mmm.bean that implement WritableBean 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 WritableBean Modifier and Type Method Description default <B extends WritableBean>
BBeanFactory. create(Class<B> type)<B extends WritableBean>
BBeanFactory. create(Class<B> type, boolean dynamic)Methods in io.github.mmm.bean that return WritableBean Modifier and Type Method Description WritableBeanAbstractBean. copy(boolean isReadOnly)default WritableBeanReadableBean. copy()WritableBeanReadableBean. copy(boolean readOnly)WritableBeanReadableBean. newInstance()Methods in io.github.mmm.bean that return types with arguments of type WritableBean Modifier and Type Method Description Class<? extends WritableBean>BeanType. getJavaClass() -
Uses of WritableBean in io.github.mmm.bean.impl
Methods in io.github.mmm.bean.impl with type parameters of type WritableBean Modifier and Type Method Description <B extends WritableBean>
BBeanCreator. create(Class<B> type, boolean dynamic)<B extends WritableBean>
BBeanFactoryManager. create(Class<B> type, boolean dynamic)Methods in io.github.mmm.bean.impl that return types with arguments of type WritableBean Modifier and Type Method Description Class<? extends WritableBean>BeanTypeImpl. getJavaClass()Method parameters in io.github.mmm.bean.impl with type arguments of type WritableBean Modifier and Type Method Description static BeanTypeImplBeanTypeImpl. asType(Class<? extends WritableBean> javaClass)static BeanTypeImplBeanTypeImpl. asType(Class<? extends WritableBean> javaClass, String stableName)static StringBeanTypeImpl. getStableName(Class<? extends WritableBean> javaClass, String stableName)Constructor parameters in io.github.mmm.bean.impl with type arguments of type WritableBean Constructor Description BeanTypeImpl(Class<? extends WritableBean> javaClass, String stableName)The constructor. -
Uses of WritableBean in io.github.mmm.bean.property
Classes in io.github.mmm.bean.property with type parameters of type WritableBean Modifier and Type Class Description classBeanProperty<V extends WritableBean>Implementation ofBeanProperty.classBeanPropertyBuilder<V extends WritableBean>classPropertyFactoryBean<V extends WritableBean>Implementation ofPropertyFactoryforBeanProperty.interfaceReadableBeanProperty<V extends WritableBean>interfaceWritableBeanProperty<V extends WritableBean> -
Uses of WritableBean in io.github.mmm.entity.bean
Subinterfaces of WritableBean 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 WritableBean Modifier and Type Class Description classSimpleEntityBeanImplementation ofEntityBeanas simpleBean. -
Uses of WritableBean in io.github.mmm.ui.api.binding.data
Classes in io.github.mmm.ui.api.binding.data with type parameters of type WritableBean Modifier and Type Class Description classUiBindingReceiverImpl<B extends WritableBean>Implementation ofUiBindingReceiver.Methods in io.github.mmm.ui.api.binding.data with type parameters of type WritableBean Modifier and Type Method Description <B extends WritableBean>
UiFormGroup<B>UiDataBinding. createFormGroup(B bean, ReadableBeanProperty<B> beanProperty, ReadableBean parentBean, PropertyFilter propertyFilter)<B extends WritableBean>
UiFormPanel<B>UiDataBinding. createFormPanel(B bean)<B extends WritableBean>
UiFormPanel<B>UiDataBinding. createFormPanel(B bean, PropertyFilter propertyFilter)
-