Class BeanAndProviderBoundComponentModel

    • Constructor Detail

      • BeanAndProviderBoundComponentModel

        public BeanAndProviderBoundComponentModel()
    • Method Detail

      • getBean

        protected Object getBean()
        Returns:
        the bean.
      • setBean

        protected void setBean​(Object bean)
        Parameters:
        bean - the bean to set.
      • getBeanProvider

        protected BeanProvider getBeanProvider()
        Returns:
        the bean provider.
      • setBeanProvider

        protected void setBeanProvider​(BeanProvider beanProvider)
        Sets the bean provider.
        Parameters:
        beanProvider - the bean provider to set.
      • getBeanId

        protected Object getBeanId()
        Returns:
        the bean id.
      • setBeanId

        protected void setBeanId​(Object beanId)
        Parameters:
        beanId - the bean id to set.
      • getBeanProperty

        public String getBeanProperty()
        Returns:
        the bean property that the component is interested in.
      • setBeanProperty

        public void setBeanProperty​(String beanProperty)
        Sets the bean property that the component is interested in. The property is specified using Jakarta BeanUtils bean notation.
        Parameters:
        beanProperty - The bean property to set.
      • isSearchAncestors

        public boolean isSearchAncestors()
        Returns:
        true if search ancestors for the components bean
      • setSearchAncestors

        public void setSearchAncestors​(boolean search)
        Parameters:
        search - true if search ancestors for the components bean