com.ibm.xsp.component
Interface FacesAttrsObject

All Known Implementing Classes:
LinkResource, MetaDataResource, ScriptResource, StyleSheetResource, UICallback, UICommandButton, UIComponentTag, UIDataColumn, UIDataIterator, UIDataTable, UIFileDownload, UIFileuploadEx, UIFormEx, UIGraphicEx, UIInclude, UIIncludeComposite, UIInputCheckbox, UIInputHidden, UIInputRadio, UIInputRichText, UIInputText, UIInputTextarea, UIMessageEx, UIMessagesEx, UIOutputFormat, UIOutputLabel, UIOutputLink, UIOutputScript, UIOutputText, UIPager, UIPagerControl, UIPanelEx, UIRepeat, UISection, UISelectItemEx, UISelectItemsEx, UISelectManyCheckbox, UISelectManyListbox, UISelectOneListbox, UISelectOneMenu, UISelectOneRadio, UITabbedPanel, UITabPanel, UIViewColumn, UIViewColumnHeader, UIViewColumnText, UIViewPager, UIViewPanel, UIViewRootEx, UIViewRootEx2, UIViewTitle, XspCallback, XspColumn, XspCommandButton, XspDataIterator, XspDataTableEx, XspDiv, XspFileDownload, XspFileUpload, XspForm, XspGraphicImage, XspInputCheckbox, XspInputHidden, XspInputRadio, XspInputRichText, XspInputText, XspInputTextarea, XspLineBreak, XspMessage, XspMessages, XspOutputLabel, XspOutputLink, XspOutputScript, XspOutputText, XspPager, XspPagerControl, XspParagraph, XspSection, XspSelectManyCheckbox, XspSelectManyListbox, XspSelectOneMenu, XspSelectOneRadio, XspSpan, XspTabbedPanel, XspTable, XspTableCell, XspTableRow, XspTabPanel, XspViewColumn, XspViewColumnHeader, XspViewPanel, XspViewTitle

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.

Since:
8.5.3 This interface was added in 8.5.3.

Method Summary
 void addAttr(Attr attr)
           
 java.util.List<Attr> getAttrs()
           
 

Method Detail

getAttrs

java.util.List<Attr> getAttrs()

addAttr

void addAttr(Attr attr)