Class BehaviorHolderAttachedObjectTargetImpl
java.lang.Object
com.sun.faces.facelets.tag.composite.AttachedObjectTargetImpl
com.sun.faces.facelets.tag.composite.BehaviorHolderAttachedObjectTargetImpl
- All Implemented Interfaces:
AttachedObjectTarget,BehaviorHolderAttachedObjectTarget
public class BehaviorHolderAttachedObjectTargetImpl extends AttachedObjectTargetImpl implements BehaviorHolderAttachedObjectTarget
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BehaviorHolderAttachedObjectTargetImpl() -
Method Summary
Modifier and Type Method Description StringgetEvent()List<UIComponent>getTargets(UIComponent topLevelComponent)Returns theList<UIComponent>that thisAttachedObjectTargetexposes.booleanisDefaultEvent()voidsetDefaultEvent(boolean defaultEvent)voidsetEvent(String event)
-
Constructor Details
-
BehaviorHolderAttachedObjectTargetImpl
public BehaviorHolderAttachedObjectTargetImpl()
-
-
Method Details
-
getEvent
- Returns:
- the event
-
setEvent
- Parameters:
event- the event to set
-
isDefaultEvent
public boolean isDefaultEvent()- Specified by:
isDefaultEventin interfaceBehaviorHolderAttachedObjectTarget- Returns:
- the defaultEvent
-
setDefaultEvent
public void setDefaultEvent(boolean defaultEvent)- Parameters:
defaultEvent- the defaultEvent to set
-
getTargets
Description copied from interface:AttachedObjectTargetReturns the
List<UIComponent>that thisAttachedObjectTargetexposes. Each attached object exposed by the composite component author may point at multipleUIComponentinstances within the composite component. This method is used by theViewDeclarationLanguage.retargetAttachedObjects(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent, java.util.List<jakarta.faces.view.AttachedObjectHandler>)method to take the appropriate action on the attached object.- Specified by:
getTargetsin interfaceAttachedObjectTarget- Overrides:
getTargetsin classAttachedObjectTargetImpl- Parameters:
topLevelComponent- the top level component for this composite component.- Returns:
- the result as specified above
-