javax.faces.view
Interface AttachedObjectTarget
- All Known Subinterfaces:
- ActionSource2AttachedObjectTarget, BehaviorHolderAttachedObjectTarget, EditableValueHolderAttachedObjectTarget, ValueHolderAttachedObjectTarget
public interface AttachedObjectTarget
- Since:
- 2.0
- Version:
- $Revision: 696523 $ $Date: 2008-09-24 19:18:02 -0400 (mer., 17 sept. 2008) $
- Author:
- Simon Lessard (latest modification by $Author: slessard $)
Field Summary |
static java.lang.String |
ATTACHED_OBJECT_TARGETS_KEY
The key in the value set of the composite component BeanDescriptor , the value for which is
a List<AttachedObjectTarget> . |
ATTACHED_OBJECT_TARGETS_KEY
static final java.lang.String ATTACHED_OBJECT_TARGETS_KEY
- The key in the value set of the composite component
BeanDescriptor
, the value for which is
a List<AttachedObjectTarget>
.
- See Also:
- Constant Field Values
getName
java.lang.String getName()
getTargets
java.util.List<UIComponent> getTargets(UIComponent topLevelComponent)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.