public class ElementRecord extends RecordBase implements Record
Record.Kind| Constructor and Description |
|---|
ElementRecord(String name,
javax.faces.component.UIComponent component) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(Attribute attr) |
boolean |
containsAttribute(String name) |
Attribute |
getAttribute(String name2) |
String |
getName() |
String |
toString() |
addRecord, getChildren, getParent, getText, setParentpublic ElementRecord(String name, javax.faces.component.UIComponent component)
public void addAttribute(Attribute attr)
addAttribute in interface RecordaddAttribute in class RecordBasepublic String getName()
getName in interface RecordgetName in class RecordBasepublic String toString()
toString in class RecordBasepublic boolean containsAttribute(String name)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.