Al2x
Al2x

Reputation: 1039

p:selectCheckboxMenu and availables p:ajax events

Ive been looking for all p:ajax events relateds with p:selectCheckBoxMenu

I need to click on selectCheckBoxMenu dropdown arrow and load again my object from bean.

Google it but with no success.

thanks in advance stack members.

Upvotes: 5

Views: 20377

Answers (4)

Jan
Jan

Reputation: 1130

Even in Primefaces 7.0.3 it's still "change" as default event and it seems "toggleSelect" for "changed all with the toggle everything checkbox".

Upvotes: 0

Federico Traiman
Federico Traiman

Reputation: 1251

I used this on primefaces 5.2

<p:ajax event="change" listener="#{mb.yourlistener}" />

Upvotes: 5

Al2x
Al2x

Reputation: 1039

Got the right answer from primefaces forum. Updating this post for further queries.

http://www.primefaces.org/showcase/ui/pprSelect.jsf

http://forum.primefaces.org/viewtopic.php?f=3&t=31975

Upvotes: 1

Related Questions