|
attributeChangeListener
|
javax.faces.el.MethodBinding
|
Only EL
|
a method reference to an attribute change listener
|
|
borderWidth
|
int
|
Yes
|
the border width around each cell.
|
|
cellPadding
|
int
|
Yes
|
the spacing within cells.
|
|
cellSpacing
|
int
|
Yes
|
the spacing between cells.
|
|
halign
|
String
|
Yes
|
the horizontal alignment of the table.
The acceptable values are "center", "left", "right", "sta
rt", and "end".
|
|
partialTriggers
|
String[
]
|
Yes
|
the IDs of the components that should trigger a partial update.
This component will listen on the trigger components. If one of the
trigger components receives an event that will cause it to update
in some way, this component will request to be updated too.
|
|
summary
|
String
|
Yes
|
The summary of the table's purpose and structure
for user agents rendering to non-visual media. This attribute
must be set if this element is being used to implement a data
table (instead of a layout table).
|
|
width
|
String
|
Yes
|
the preferred total width of the layout.
|