Interface BeanAware

    • Method Detail

      • setBeanProperty

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

        String getBeanProperty()
        Returns:
        the bean property name this component is interested in
      • getBean

        Object getBean()
        Retrieves the bean for the given context.
        Returns:
        the bean for the given context.
      • getBeanValue

        Object getBeanValue()
        Retrieves the value this component is interested in from the bean. This is derived from the getBeanProperty() and getBean().
        Returns:
        the bean value, or null if no bean value is available.