Class AbstractBeanTableDataModel

    • Constructor Detail

      • AbstractBeanTableDataModel

        public AbstractBeanTableDataModel()
        Deprecated.
    • Method Detail

      • setBeanProvider

        public void setBeanProvider​(BeanProvider beanProvider)
        Deprecated.
        Sets the bean provider.
        Specified by:
        setBeanProvider in interface BeanProviderBound
        Parameters:
        beanProvider - the bean provider to set
      • setBeanId

        public void setBeanId​(Object beanId)
        Deprecated.
        Sets the bean id.
        Specified by:
        setBeanId in interface BeanProviderBound
        Parameters:
        beanId - the bean id to set
      • setBeanProperty

        public void setBeanProperty​(String propertyName)
        Deprecated.
        Sets the bean property that this component is interested in.
        Specified by:
        setBeanProperty in interface BeanAware
        Parameters:
        propertyName - the bean property name
      • getBeanProperty

        public String getBeanProperty()
        Deprecated.
        Specified by:
        getBeanProperty in interface BeanAware
        Returns:
        the bean property name this component is interested in
      • getBean

        public Object getBean()
        Deprecated.
        Retrieves the bean for the given context.
        Specified by:
        getBean in interface BeanAware
        Returns:
        the bean for the given context.