primefaces-extensions

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)
Autocomplete allow invalid.Default is false.
autoCompleteFilterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Autocomplete filter.Default is true.
autoCompleteStrictfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Autocomplete strict mode.Default is true.
autoCompleteTrimDropdownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Autocomplete trim dropdown.Default is true.
autoCompleteVisibleRowsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Autocomplete visible rows.
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
colTypefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Column type (text, numeric, date, etc).Default is text.
colWidthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Column width.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
EL expression resolves to a converter instance or literal converter ID defining a component converter.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
dateFormatfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Moment.js date format.Default is DD/MM/YYYY.
datePickerConfigfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
JSON config for date picker.
filterByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Filter by value expression.
filterMatchModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Filter match mode.
filterOptionsfalsejakarta.el.ValueExpression
(must evaluate to java.util.Collection)
Filter options.
filterValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Submitted filter value.
headerTextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Header text for the column.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
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)
Numeric locale.Default is en-US.
numericPatternfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Numeric format pattern.Default is 0 a.
onvalidatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side cell validation script.
passwordHashLengthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Password fixed length.
passwordHashSymbolfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Password mask symbol.Default is *.
readOnlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Column read only.Default is false.
readonlyCellfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Cell read only.Default is false.
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.Default is true.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.Default is false.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
selectItemsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Select items for dropdown/autocomplete.
sortByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Column/value expression to sort by (Object for correct type).
sortOrderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Sort direction.Default is ASCENDING.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class for the cell.
timeFormatfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Moment.js time format.Default is h:mm:ss a.
trimWhitespacefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to trim whitespace in cell contents.Default is true.
validatorfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
A method expression referring to a method validating the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
visiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Column visible.Default is true.
wordWrapfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Word wrap.Default is true.

Output generated by Vdldoc View Declaration Language Documentation Generator.