Package org.exoplatform.webui.core
package org.exoplatform.webui.core
-
ClassDescriptionThis is abstract class for Root WebUI component of applications in GateIn.Represents a breadcrumbs component.Created by The eXo Platform SAS May 7, 2006Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 7, 2006 The decorator of a componentCreated by The eXo Platform SAS Author : Nguyen Duc Khoi khoi.nguyen@exoplatform.com Apr 22, 2010 Display a confirm popup messageCreated by The eXo Platform SAS Author : Nguyen Duc Khoi khoi.nguyen@exoplatform.com Apr 22, 2010 Define actions which are renderedCreated by The eXo Platform SAS May 7, 2006Created by The eXo Platform SARL Author : Tran The Trong trongtt@gmail.com July 12, 2007 A drop down selectorCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 7, 2006
A grid element (represented by an HTML table) that can be paginated with a UIPageIteratorCreated by The eXo Platform SARL Author : Pham Thanh Tung Apr 16, 2007 An item selector represented by a normal listCreated by The eXo Platform SARL Author : tam.nguyen tamndrok@gmail.com July, 14, 2009A component that allows pagination, with an iterator to change pagesCreated by The eXo Platform SARL Author : pham tuan phamtuanchip@yahoo.de Oct 03, 2006 9:43:23 AMCreated by The eXo Platform SARL Author : Tran The Trong trong.tran@exoplatform.comCreated by The eXo Platform SARL Author : Tran The Trong trong.tran@exoplatform.comRoot UI component of portlets written using GateIn WebUI framework should extends this class
There are 3 WebUI lifecycle methods, that are called during JSR 286 portlet lifecycle :
- processDecode - decode and bind parameters from the request to WebUI component
- processAction - triggered when there is a request for portlet ActionURL, or a WebUI event
- processRender - mapped to JSR 286 render method
- serveResource - mapped to JSR 286 serveResource method
Portlet request go through this class and then be delegated to child WebUI components with the help of UIApplicationLifecycle.Created by The eXo Platform SARL * A grid element (represented by an HTML table) that can be paginated with a UIPageIteratorCreated by The eXo Platform SARL Author : Tran The Trong trongtt@gmail.com January 18, 2007 A component that creates a popup menu that appears when a right click event firesAuthor : Nguyen Viet Chung chung.nguyen@exoplatform.com Jun 22, 2006Created by The eXo Platform SARL Author : tung.dang tungcnw@gmail.com Feb, 12, 2008Created by The eXo Platform SARL Author : Dang Van Minh minhdv@exoplatform.com Aug 31, 2006 A component that represents a toolbarAuthor : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Jul 7, 2006 A component that represents a tree.A component that represents a wizard