jp:xpathIntegratedTable
PositionCode
No records found.
PositionCode
1pdf
3xlsx
2docx
12eml
13unknown
4xml
5csv
7jpg
11zip
8png
jp:xpathOverlayTable
Select
PositionCodeName
No records found.

Xpath Table

The are two multi-purpose components available, allowing to select one or more items from a list and represent the selected items in a table.

  • jp:xpathIntegratedTable A table containing the selected elements with an overlay of all available elements.
  • jp:xpathOverlayTable Only the overlay with all available elements

The labelling of column headers is done via dynamic labels and columns (in the overlay panel) can be optionally be search by adding String as a fourth parameter of the JsonTranslationFactory.

Callback Events are available in the bean where this component is used.

The component jp:xpathOverlayTable can be used if the primary table of selected elements is manually handled. Please be aware that

  • the op.tbList has to be manually be cleared if the component is used for a single selection (like shown in the example)
<h:form id="fTable">
	<jp:xpathIntegratedTable handler="#{tableSelectionXpathBean.opType}" update="@form" tableHeader="jp:xpathIntegratedTable"/>
</h:form>