Interface AttachedObjectTarget

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATTACHED_OBJECT_TARGETS_KEY
      The key in the value set of the composite component BeanDescriptor, the value for which is a List<AttachedObjectTarget>.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName​()
      Returns the name by which this attached object target is exposed to the page author.
      java.util.List<UIComponent> getTargets​(UIComponent topLevelComponent)
      Returns the List<UIComponent> that this AttachedObjectTarget exposes.
    • Field Detail

      • ATTACHED_OBJECT_TARGETS_KEY

        static final java.lang.String ATTACHED_OBJECT_TARGETS_KEY

        The key in the value set of the composite component BeanDescriptor, the value for which is a List<AttachedObjectTarget>.

        See Also:
        Constant Field Values