InterviewSolution
Saved Bookmarks
| 1. |
How To Implement Primefaces Dialog Component In Jsf? |
|
Answer» It is a panel COMPONENT which can OVERLAY other elements on page. It is used to CREATE a pop-up that can be used to display other elements too. It PROVIDES two methods show() and HIDE() to manage visibility of the component. It is a panel component which can overlay other elements on page. It is used to create a pop-up that can be used to display other elements too. It provides two methods show() and hide() to manage visibility of the component. |
|