filterOptions « PrimeFaces « JSF Q&A

Home
JSF Q&A
1.API
2.Bean
3.Component
4.Control
5.Data
6.database
7.Datatable
8.Development
9.Exception
10.Facelets
11.Form
12.Glassfish
13.HTML
14.IceFaces
15.Internationalization
16.JPA
17.JSP
18.MyFaces
19.openfaces
20.Page
21.Portlet
22.PrimeFaces
23.RichFaces
24.Seam
25.Security
26.Servlet
27.Session
28.Tag
29.Test
30.Tomcat
31.validation
32.Web Service
JSF Q&A » PrimeFaces » filterOptions 

1. Dynamic update filterOptions for DataTable column    forum.primefaces.org

Hi! I am newbie in Primefaces and Ajax. I have datatable with column filtering through filterOptions. In my datatable, the second column is dependent on first, e.g. first column is car ...

2. Can't Hide FilterBy if using filterOptions    forum.primefaces.org

3. [PATCH] Allow column filterOptions to be a Collection    forum.primefaces.org

Hey guys, Currently the filterOptions property on p:column accepts an array of selectitems. I don't like arrays. This patch enables support for a Collection of SelectItems. Arrays are, of course, still ...

4. Filteroptions struggles with boolean values    forum.primefaces.org

public SelectItem[] getBooleanForFilter() { SelectItem[] booleans = new SelectItem[3]; booleans[0] = new SelectItem(null, ""); booleans[1] = new ...

6. DataTable: filterOptions: keep value    forum.primefaces.org

I submit a form that contains a DataTable with several filters. The results stay the same and the values of filters with inputText are kept (which is correct) but the ones ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.