Interface AttachedObjectHandler

    • Method Detail

      • applyAttachedObject

        void applyAttachedObject​(FacesContext context,
                                 UIComponent parent)

        Take the argument parent and apply this attached object to it. The action taken varies with class that implements one of the subinterfaces of this interface.

        Parameters:
        context - The FacesContext for this request
        parent - The UIComponent to which this particular attached object must be applied.
      • getFor

        java.lang.String getFor​()

        Return the value of the "for" attribute specified by the page author on the tag for this AttachedObjectHandler.

        Returns:
        the value of the "for" attribute for this attached object