Interface BehaviorHolderAttachedObjectTarget
- All Superinterfaces:
AttachedObjectTarget
Represent a BehaviorHolder attached object target in a VDL page.
-
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
Modifier and TypeMethodDescriptionbooleanReturns whether the event set on this target is the default event, e.g. as set by a tag via the "default" attribute.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.
-
Method Details
-
isDefaultEvent
boolean isDefaultEvent()Returns whether the event set on this target is the default event, e.g. as set by a tag via the "default" attribute.- Returns:
- whether this target has the default event
-