Interface EditableValueHolderAttachedObjectTarget
- All Superinterfaces:
AttachedObjectTarget, ValueHolderAttachedObjectTarget
A marker interface for VDL tags that represent <composite:editableValueHolder/> 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.