Class AbstractBeanBoundTableModel

    • Constructor Detail

      • AbstractBeanBoundTableModel

        public AbstractBeanBoundTableModel()
    • Method Detail

      • setBeanId

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

        public void setBeanProperty​(String propertyName)
        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()
        Specified by:
        getBeanProperty in interface BeanAware
        Returns:
        the bean property name this component is interested in
      • getBean

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