Attributes |
Name | Required | Request-time | Type | Description |
title | false | true | java.lang.String | Title to display in the head of this column |
type | false | true | java.lang.String | Specifies the type of control, either link or button (default is button) |
titleKey | false | true | java.lang.String | Message Key to use to retrieve the internationalized title to display in the head of this column |
headerClass | false | true | java.lang.String | CSS Class to appply to the head (th) of this column |
cellClass | false | true | java.lang.String | CSS Class to appply to each td generated by this column |
removeControlTitle | false | true | java.lang.String | Title to display in the remove control of this column |
removeControlTitleKey | false | true | java.lang.String | Message Key to use to retrieve the internationalized title to display in the remove control of this column |
removeControlClass | false | true | java.lang.String | CSS Class to appply to the remove control of this column |
cancelControlTitle | false | true | java.lang.String | Title to display in the cancel control of this column |
cancelControlTitleKey | false | true | java.lang.String | Message Key to use to retrieve the internationalized title to display in the cancel control of this column |
cancelControlClass | false | true | java.lang.String | CSS Class to appply to the cancel control of this column |
headerColspan | false | true | java.lang.String | Number of columns the header should span. If 0 is specified, it does not include this setup. |