pe

Tag sheet

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Sheet
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.SheetRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
activeHeaderStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name for all active headers in selections. The header will be marked with this class name only when a whole column or row will be selected.
allowTabOffSheetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Allowing focusing the next component if the sheet is currently on the first or last cell.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
caseSensitiveSortfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Case sensitivity for sorting, insensitive by default.
commentedCellStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name added to the commented cells.
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.
currentColClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The style class to apply dynamically to the selected column.
currentColStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name for all visible columns in the current selection.
currentHeaderStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name for all visible headers in current selection.
currentRowClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The style class to apply dynamically to the selected row.
currentRowStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name for all visible rows in the current selection.
emptyMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The message to be displayed if no records exist in the sheet.
errorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A global error message to be added when the Sheet is invalid. If not specified, no global message is added. If specified, a global message will be added with this value.
extenderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of javascript function to extend the options of the underlying Handsontable plugin.
filteredValuefalsejakarta.el.ValueExpression
(must evaluate to java.util.List)
List to keep the filtered/sorted data if filtering/sorting is enabled.
fixedColsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The number of columns to fix or freeze on the left when scrolling.
fixedRowsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The number of rows to fix or freeze on the top when scrolling.
fixedRowsBottomfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The number of rows to fix or freeze on the bottom when scrolling.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The height of the sheet in pixels. It is recommended you use this property instead of a style class to ensure it is applied to the proper element. This can be left empty, but performance may suffer.
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.
invalidCellStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name for cells that did not pass validation.
localefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The IL8N Locale langauge. Default is en-US.
maxColsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of columns. Default is infinity.
maxRowsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of rows. Default is infinity.
minColsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum number of columns. At least that many of columns will be created during initialization. Default is 0.
minRowsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum number of rows. At least that many of rows will be created during initialization. Default is 0.
movableColsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Allow the columns to be manually moved. Default to false
movableRowsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Allow the rows to be manually moved. Default to false
noWordWrapStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name added to cells with cell meta wordWrap: false
nullSortOrderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines where the null values are placed in ascending sort order. Default value is "1" meaning null values are placed at the end in ascending mode and at beginning in descending mode. Set to "-1" for the opposite behavior.
placeholderCellStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name for cells that have a placeholder in use.
readOnlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify whether the sheet should be rendered as a read only. This is more efficient than cell by cell, but renders the entire sheet as read only.
readOnlyCellStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class name for read-only cells.
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.
resizableColsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Allow the columns to be manually resizable. Default to false
resizableRowsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Allow the rows to be manually resizable. Default to false
rowHeaderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
An el expression resolving to a header for each row. Optional.
rowKeytruejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
An el expression resolving to a unique key value for each row. Required.
rowStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The style class to apply each row.
selectionModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Choose between selecting a single cell, a range of adjacent cells and multiple ranges of non-contiguous cells. Valid values are "single", "multiple", "range".
showColumnHeadersfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the column headers.
showRowHeadersfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the row headers.
sortByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
How the sheet rows should be sorted initially. If it is an expression, it must evaluate to the property to be used for sorting - this will not work when columns are specified dynamically. Otherwise, it can also be the ID (without any naming containers prefixed, i.e. no parent elements with colons) of a sheet column by which the sheet rows should be sorted. In this case, you also need to set the sortBy attribute on the sheet column.
sortOrderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Sets sorting order. Default is "ascending". Valid values are "ascending" and "descending".
stretchHfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The Handsontable StretchH value. Affects rendering of the column widths. Valid values are "none", "hybrid", "last", "all".
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the html container element. Width and Height can be configured here in viewport units
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The additional style classes for the rendered table. Multiple classes may be specified delimited by a space.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the element in the tabbing order.
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)
Datasource of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
varfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the iterator variable used to refer each data.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The width of the sheet in pixels. For auto width, leave empty.

Output generated by Vdldoc View Declaration Language Documentation Generator.