Interface ActionSource2AttachedObjectTarget
- All Superinterfaces:
ActionSourceAttachedObjectTarget, AttachedObjectTarget
@Deprecated(since="4.1",
forRemoval=true)
public interface ActionSource2AttachedObjectTarget
extends ActionSourceAttachedObjectTarget
Deprecated, for removal: This API element is subject to removal in a future version.
A marker interface for VDL tags that represent <composite:actionSource/> for use by the
composite component page author.
- Since:
- 2.0
-
Field Summary
Fields inherited from interface AttachedObjectTarget
ATTACHED_OBJECT_TARGETS_KEYModifier and TypeFieldDescriptionstatic final StringThe key in the value set of the composite componentBeanDescriptor, the value for which is aList<AttachedObjectTarget>. -
Method Summary
Methods inherited from interface AttachedObjectTarget
getName, getTargetsModifier and TypeMethodDescriptiongetName()Returns the name by which this attached object target is exposed to the page author.getTargets(UIComponent topLevelComponent) Returns theList<UIComponent>that thisAttachedObjectTargetexposes.
ActionSourceAttachedObjectTargetinstead.