public interface AttachedObjectHandler
The
abstract base interface for a
handler representing an attached object in a VDL page.
Subinterfaces are provided for the common attached objects that
expose Behavior
, Converter
s, Validator
s, ValueChangeListener
s, and ActionListener
s for use by page
authors.
Modifier and Type | Method and Description |
---|---|
void |
applyAttachedObject(FacesContext context,
UIComponent parent)
Take the argument
|
String |
getFor()
Return the value of the "for"
attribute specified by the page author on the tag for
this |
void applyAttachedObject(FacesContext context, UIComponent parent)
Take the argument
parent
and apply this attached object to it. The
action taken varies with class that implements one of the
subinterfaces of this interface.
context
- The FacesContext
for this requestparent
- The UIComponent
to which this
particular attached object must be applied.String getFor()
Return the value of the "for"
attribute specified by the page author on the tag for
this AttachedObjectHandler
.
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.