|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FacesAttrsObject
Implemented by controls or complex-types that allow arbitrary extra
attributes to be output on their base tag, however some implementors may not
use the attrs list, just inherit the interface from a common superclass.
Implementers will usually be a UIComponent
or an
EncodableObject
. See also Attr
and
FacesRowAttrsComponent
.
Method Summary | |
---|---|
void |
addAttr(Attr attr)
|
java.util.List<Attr> |
getAttrs()
|
Method Detail |
---|
java.util.List<Attr> getAttrs()
void addAttr(Attr attr)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |