05-13-2008 07:58 AM
<%– Colonne selection–%>
<a:column id="selection" style="text-align:center">
<f:facet name="header">
<a:sortLink id="selection-sort" label="Selection" value="via:selection" styleClass="header"/>
</f:facet>
<h:selectBooleanCheckbox id="selection-check" title="selection" value="#{r['via:selection']}" />
<h:outputText id="selection-txt" value="#{r['via:selection']}" />
</a:column>
<%– Colonne numero –%>
<a:column id="numero" style="text-align:center" rendered="#{BrowseBean.browseViewMode == 'details' || BrowseBean.browseViewMode == 'icons'}">
<f:facet name="header">
<a:sortLink id="numero-sort" label="Numero" value="via:numero" styleClass="header" />
</f:facet>
<h:outputText id="numero-txt" value="#{r['via:numero']}" />
</a:column>
06-15-2008 01:43 PM
<h:selectBooleanCheckbox id="selection-check" title="selection" value="#{r['custom:selection']}" readonly="true"/>
02-03-2010 05:30 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.