com.sun.faces.facelets.tag.composite
public class BehaviorHolderAttachedObjectTargetImpl extends AttachedObjectTargetImpl implements javax.faces.view.BehaviorHolderAttachedObjectTarget
Modifier and Type | Field and Description |
---|---|
private boolean |
defaultEvent |
private java.lang.String |
event |
Constructor and Description |
---|
BehaviorHolderAttachedObjectTargetImpl()
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEvent()
|
java.util.List<javax.faces.component.UIComponent> |
getTargets(javax.faces.component.UIComponent topLevelComponent) |
boolean |
isDefaultEvent()
|
void |
setDefaultEvent(boolean defaultEvent)
|
void |
setEvent(java.lang.String event)
|
getName, setName, setTargetsList
public BehaviorHolderAttachedObjectTargetImpl()
public java.lang.String getEvent()
public void setEvent(java.lang.String event)
event
- the event to setpublic boolean isDefaultEvent()
isDefaultEvent
in interface javax.faces.view.BehaviorHolderAttachedObjectTarget
public void setDefaultEvent(boolean defaultEvent)
defaultEvent
- the defaultEvent to setpublic java.util.List<javax.faces.component.UIComponent> getTargets(javax.faces.component.UIComponent topLevelComponent)
getTargets
in interface javax.faces.view.AttachedObjectTarget
getTargets
in class AttachedObjectTargetImpl
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.