wl-extension
Tag column


Generates a column in an HTML table that has been defined by the <wl-extension:table> tag. This tag is valid only when nested in <wl-extension:table>.

Examples
<wl-extension:column property="Name" label="snmp.snmpjmxmonitor.table.label.name">
		<wl-extension:column-link portlet="SNMPMonitorDispatcherPortlet">
		  <render:pageUrl pageLabel="SNMPMonitorDispatcherPage"/>
		</wl-extension:column-link>
	  </wl-extension:column>


Tag Information
Tag Class com.bea.console.taglib.html.TableColumnTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
labeltruetruejava.lang.String The key for a property in a message bundle that defines the localized text to display as the heading title for this column. The "bundle" attribute in the <wl-extension:table> tag determines in which bundle the JSP tag searches for this property. The "showheadings" attribute of the parent <wl-extension:table> tag determines whether the table displays heading titles.
propertytruetruejava.lang.String The property of a row bean that cells in this column render.
alignfalsetruejava.lang.String Specifies horizontal alignment of this column's cell content. Valid values for this attribute are the same as the "align" attribute for standard HTML table elements unless you specify a custom cell renderer that does not support standard HTML values.
widthfalsetruejava.lang.String Specifies the width of this column. Valid values for this attribute are the same as the "width" attribute for standard HTML table elements unless you specify a custom cell renderer that does not support standard HTML values.
defaultfalsetrueboolean Specifies whether this cell is rendered by default. Users can customize the table display and prevent this cell from rendering.
cellrendererfalsetrue com.bea.console.taglib.html.renderer.CellRenderer Overrides the default cell renderer and specifies the fully qualified name of another class to render content for this cell in this table column.
editfalsetrueboolean Specifies that the contents of this table column can be edited directly from the table. Requires you to define a Struts action in the "editor" attribute of <wl-extension:column>.
editorfalsetruejava.lang.String The mapping path to the Struts action that processes user edits to the contents of cells in this column.
encodeNeededfalsetrueboolean Determines if the values in this column need XSS encoding. If not specified on a column the setting for the table if any applies. The default cell renderer will obey this setting but other cell renderers are free to ignore this setting.
nowrapfalsetrueboolean Controls whether word wrapping disabled for this column.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Version: 10.3.3.0