com.ibm.xsp.component
Interface FacesRowAttrsComponent
- All Known Implementing Classes:
- UIDataTable, UIFileDownload, UIViewPanel, XspDataTableEx, XspFileDownload, XspViewPanel
public interface FacesRowAttrsComponent
Similar to the FacesAttrsObject
, this is implemented by controls that
output a HTML TABLE and TR elements. The FacesAttrsObject.getAttrs()
list would be output to the TABLE element, while this getRowAttrs()
list would be output to the TR elements. Any computed properties on the
Attr
would be recomputed for each TR row. This is usually implemented
by a FacesDataIterator
.
- Since:
- 8.5.3
getRowAttrs
java.util.List<Attr> getRowAttrs()
addRowAttr
void addRowAttr(Attr rowAttr)