pe

Tag sheetcolumn

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.SheetColumn
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoCompleteAllowInvalidfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value If true, allows manual input of value that does not exist in the source. In this case, the field background highlight becomes red and the selection advances to the next cell.
autoCompleteStrictfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value if true, the autocomplete cells will only accept values that are defined in the source array. Default true.
autoCompleteTrimDropdownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value If true, trims the dropdown to fit the cell size. Default to true.
autoCompleteVisibleRowsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of rows visible in the autocomplete dropdown.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
colTypefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The column data entry type. Currently, supports "text", "numeric", "date", "password", "dropdown", "autocomplete", and "checkbox" are experimental.
colWidthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The column width in pixels.
converterfalsejakarta.el.ValueExpression
(must evaluate to java.faces.convert.Converter)
An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
dateFormatfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Moment.js date format for colType="date". Default is "DD/MM/YYYY".
datePickerConfigfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
JSON config for coltype="date". DatePicker additional options (see https://github.com/dbushell/Pikaday#configuration).
filterByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Property to be used for filtering.
filterMatchModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Property to define the filter match mode of startsWith, endsWith, contains, exact.
filterOptionsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
A collection of selectitems for filter dropdown.
headerTextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The header text to display above the column.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
immediatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When set true, process validations logic is executed at apply request values phase for this component. Default is false.
numericLocalefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
String or java.util.Locale representing user locale. Default is "en-US".
numericPatternfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Numbers can be formatted to look like currency, percentages, times, or even plain old numbers with decimal places, thousands, and abbreviations.
onvalidatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A Javascript function, regular expression or a string, which will be used in the process of cell validation. If a function is used, be sure to execute the callback argument with either true (callback(true)) if the validation passed or with false (callback(false)), if the validation failed. Note, that this in the function points to the cellProperties object.
passwordHashLengthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
By default every password has length equal to the length of value that it corresponds with. Use this option to set fixed hash length.
passwordHashSymbolfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Password mask defaulted to asterisks *. Note that you can't change symbol used by the input field due to browsers limitations.
readOnlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify whether the column should be rendered as a read only column. This is more efficient than cell by cell, but renders the entire column as read only. The var value may not be referenced.
readonlyCellfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify whether the cell should be rendered as a read only. The EL expression may reference the var value.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
selectItemsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Collection of values to display in colType="dropdown" or "autocomplete".
sortByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Property to be used for sorting.
sortOrderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Sets sorting order. Default is "ascending". Valid values are "ascending" and "descending".
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The additional style classes for the rendered table cell. Multiple classes may be specified delimited by a space.
timeFormatfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Moment.js time format for colType="date". Default is "h:mm:ss a".
trimWhitespacefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether column should trim the whitespace at the beginning and the end of the cell contents. Default Value: true
validatorfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validationg the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
The value to bind to this column.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
visiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls the visibilty of the column, default is true.
wordWrapfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When set to true, the text of the cell content is wrapped if it does not fit in the fixed column width. Default is true.

Output generated by Vdldoc View Declaration Language Documentation Generator.