Uses of Class
org.exoplatform.webui.core.UIComponent
Packages that use UIComponent
Package
Description
-
Uses of UIComponent in org.exoplatform.portal.application
Methods in org.exoplatform.portal.application that return types with arguments of type UIComponentModifier and TypeMethodDescriptionorg.exoplatform.web.application.URLBuilder<UIComponent> PortalRequestContext.getURLBuilder()Methods in org.exoplatform.portal.application with parameters of type UIComponentModifier and TypeMethodDescriptionPortalURLBuilder.createAjaxURL(UIComponent targetComponent, String action, String confirm, String targetBeanId, org.exoplatform.web.application.Parameter[] params, boolean csrfCheck) PortalURLBuilder.createURL(UIComponent targetComponent, String action, String confirm, String targetBeanId, org.exoplatform.web.application.Parameter[] params, boolean csrfCheck) -
Uses of UIComponent in org.exoplatform.portal.application.replication
Methods in org.exoplatform.portal.application.replication with type parameters of type UIComponentModifier and TypeMethodDescription<S extends UIComponent>
SUIComponentFactory.create(Class<S> type, Map<org.exoplatform.commons.serialization.model.FieldModel<? super S, ?>, ?> state) -
Uses of UIComponent in org.exoplatform.portal.url.component
Methods in org.exoplatform.portal.url.component that return types with arguments of type UIComponentModifier and TypeMethodDescriptionprotected org.exoplatform.web.url.ResourceType<UIComponent, ComponentURL> ComponentURLFactoryPlugin.getResourceType() -
Uses of UIComponent in org.exoplatform.portal.webui.application
Subclasses of UIComponent in org.exoplatform.portal.webui.applicationModifier and TypeClassDescriptionclassCreated by The eXo Platform SARL Author : Pham Dung Ha ha.pham@exoplatform.com Jun 14, 2007classThis UI component represent a portlet window on a page. -
Uses of UIComponent in org.exoplatform.portal.webui.container
Classes in org.exoplatform.portal.webui.container with type parameters of type UIComponentSubclasses of UIComponent in org.exoplatform.portal.webui.containerModifier and TypeClassDescriptionclassclassCreated by The eXo Platform SAS Author : Nguyen Duc Khoi khoi.nguyen@exoplatform.com Jul 29, 2010classMay 19, 2006classclassMay 19, 2006Methods in org.exoplatform.portal.webui.container with type parameters of type UIComponentModifier and TypeMethodDescriptionstatic <T extends UIComponent>
UIComponentFactory<? extends T> UIComponentFactory.getInstance(Class<T> type) Methods in org.exoplatform.portal.webui.container that return types with arguments of type UIComponentMethods in org.exoplatform.portal.webui.container with parameters of type UIComponentModifier and TypeMethodDescriptionUITabContainer.getTabState(UIComponent uiChild, UITabContainer uiContainer) -
Uses of UIComponent in org.exoplatform.portal.webui.page
Subclasses of UIComponent in org.exoplatform.portal.webui.pageMethods in org.exoplatform.portal.webui.page that return UIComponentModifier and TypeMethodDescriptionprotected UIComponentUISiteBody.getMaximizedPortlet()protected UIComponentUISiteBody.getPageComponent()protected UIComponentUISiteBody.getSiteComponent()UIPageBody.getUIComponent()UISiteBody.getUIComponent()Methods in org.exoplatform.portal.webui.page with parameters of type UIComponentModifier and TypeMethodDescriptionprotected voidUIPageBody.setChildComponent(UIComponent uicomponent) -
Uses of UIComponent in org.exoplatform.portal.webui.portal
Classes in org.exoplatform.portal.webui.portal with type parameters of type UIComponentSubclasses of UIComponent in org.exoplatform.portal.webui.portalMethods in org.exoplatform.portal.webui.portal that return UIComponentMethods in org.exoplatform.portal.webui.portal that return types with arguments of type UIComponentModifier and TypeMethodDescriptionUISharedLayout.getChildren()protected List<UIComponent> UISharedLayout.getSharedLayoutChildren()protected List<UIComponent> UISharedLayout.getSiteLayoutChildren()Method parameters in org.exoplatform.portal.webui.portal with type arguments of type UIComponentModifier and TypeMethodDescriptionvoidUIPortal.LogoutActionListener.execute(Event<UIComponent> event) -
Uses of UIComponent in org.exoplatform.portal.webui.workspace
Subclasses of UIComponent in org.exoplatform.portal.webui.workspaceModifier and TypeClassDescriptionclassCreated by The eXo Platform SAS Mar 13, 2007classThis extends the UIApplication and hence is a sibling of UIPortletApplication (used by any eXo Portlets as the Parent class to build the portlet component tree).classCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 12, 2006Fields in org.exoplatform.portal.webui.workspace declared as UIComponentMethods in org.exoplatform.portal.webui.workspace with type parameters of type UIComponentModifier and TypeMethodDescription<T extends UIComponent>
TUIMaskWorkspace.createUIComponent(Class<T> clazz) <T extends UIComponent>
TUIMaskWorkspace.createUIComponent(Class<T> clazz, String configId, String id) Methods in org.exoplatform.portal.webui.workspace that return UIComponentMethods in org.exoplatform.portal.webui.workspace with parameters of type UIComponentMethod parameters in org.exoplatform.portal.webui.workspace with type arguments of type UIComponentModifier and TypeMethodDescriptionvoidUIMaskWorkspace.CloseActionListener.execute(Event<UIComponent> event) -
Uses of UIComponent in org.exoplatform.webui.application
Methods in org.exoplatform.webui.application with type parameters of type UIComponentModifier and TypeMethodDescription<T extends UIComponent>
TWebuiApplication.createUIComponent(Class<T> type, String configId, String id, WebuiRequestContext context) Methods in org.exoplatform.webui.application that return types with arguments of type UIComponentModifier and TypeMethodDescriptionWebuiApplication.getDefaultUIComponentToUpdateByAjax(WebuiRequestContext context) WebuiRequestContext.getUIComponentToUpdateByAjax()abstract org.exoplatform.web.application.URLBuilder<UIComponent> WebuiRequestContext.getURLBuilder()Methods in org.exoplatform.webui.application with parameters of type UIComponentModifier and TypeMethodDescriptionvoidWebuiRequestContext.addUIComponentToUpdateByAjax(UIComponent uicomponent) -
Uses of UIComponent in org.exoplatform.webui.application.portlet
Methods in org.exoplatform.webui.application.portlet that return types with arguments of type UIComponentModifier and TypeMethodDescriptionorg.exoplatform.web.application.URLBuilder<UIComponent> PortletRequestContext.getURLBuilder()Methods in org.exoplatform.webui.application.portlet with parameters of type UIComponentModifier and TypeMethodDescriptionPortletURLBuilder.createAjaxURL(UIComponent targetComponent, String action, String confirm, String targetBeanId, org.exoplatform.web.application.Parameter[] params, boolean csrfCheck) PortletURLBuilder.createURL(UIComponent targetComponent, String action, String confirm, String targetBeanId, org.exoplatform.web.application.Parameter[] params, boolean csrfCheck) -
Uses of UIComponent in org.exoplatform.webui.config
Methods in org.exoplatform.webui.config that return types with arguments of type UIComponent -
Uses of UIComponent in org.exoplatform.webui.core
Subclasses of UIComponent in org.exoplatform.webui.coreModifier and TypeClassDescriptionclassThis is abstract class for Root WebUI component of applications in GateIn.classRepresents a breadcrumbs component.classCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 7, 2006 The decorator of a componentclassCreated by The eXo Platform SAS Author : Nguyen Duc Khoi khoi.nguyen@exoplatform.com Apr 22, 2010 Display a confirm popup messageclassCreated by The eXo Platform SAS May 7, 2006classCreated by The eXo Platform SARL Author : Tran The Trong trongtt@gmail.com July 12, 2007 A drop down selectorclassCreated 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 UIPageIteratorclassCreated by The eXo Platform SARL Author : Pham Thanh Tung Apr 16, 2007 An item selector represented by a normal listclassCreated by The eXo Platform SARL Author : tam.nguyen tamndrok@gmail.com July, 14, 2009classA component that allows pagination, with an iterator to change pagesclassCreated by The eXo Platform SARL Author : pham tuan phamtuanchip@yahoo.de Oct 03, 2006 9:43:23 AMclassCreated by The eXo Platform SARL Author : Tran The Trong trong.tran@exoplatform.comclassCreated by The eXo Platform SARL Author : Tran The Trong trong.tran@exoplatform.comclassRoot 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.classCreated by The eXo Platform SARL * A grid element (represented by an HTML table) that can be paginated with a UIPageIteratorclassCreated 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 firesclassAuthor : Nguyen Viet Chung chung.nguyen@exoplatform.com Jun 22, 2006classCreated by The eXo Platform SARL Author : tung.dang tungcnw@gmail.com Feb, 12, 2008classCreated by The eXo Platform SARL Author : Dang Van Minh minhdv@exoplatform.com Aug 31, 2006 A component that represents a toolbarclassAuthor : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Jul 7, 2006 A component that represents a tree.classclassA component that represents a wizardFields in org.exoplatform.webui.core declared as UIComponentModifier and TypeFieldDescriptionprotected UIComponentUIComponentDecorator.uicomponent_The component being decoratedprotected UIComponentUIComponent.uiparentMethods in org.exoplatform.webui.core with type parameters of type UIComponentModifier and TypeMethodDescription<T extends UIComponent>
T<T extends UIComponent>
T<T extends UIComponent>
T<T extends UIComponent>
TUIComponent.createUIComponent(Class<T> type, String configId, String componentId) <T extends UIComponent>
TUIComponent.createUIComponent(Class<T> type, String configId, String componentId, UIComponent parent) <T extends UIComponent>
TUIComponent.createUIComponent(WebuiRequestContext context, Class<T> type, String configId, String componentId) <T extends UIComponent>
TUIApplication.findComponentById(String lookupId) <T extends UIComponent>
TUIComponent.findComponentById(String lookupId) <T extends UIComponent>
TUIComponentDecorator.findComponentById(String id) <T extends UIComponent>
TUIContainer.findComponentById(String id) <T extends UIComponent>
TUITree.findComponentById(String id) <T extends UIComponent>
TUIComponent.findFirstComponentOfType(Class<T> type) <T extends UIComponent>
TUIComponentDecorator.findFirstComponentOfType(Class<T> type) <T extends UIComponent>
TUIContainer.findFirstComponentOfType(Class<T> type) <T extends UIComponent>
TUIContainer.findFirstComponentOfType(Class<T> type, List<UIComponent> components) <T extends UIComponent>
TUITree.findFirstComponentOfType(Class<T> type) <T extends UIComponent>
TUIComponent.getAncestorOfType(Class<T> classType) <T extends UIComponent>
TUIContainer.getChild(int idx) <T extends UIComponent>
T<T extends UIComponent>
TUIContainer.getChildById(String id) <T extends UIComponent>
TUIComponent.getParent()<T extends UIComponent>
TUIContainer.removeChild(Class<T> clazz) <T extends UIComponent>
voidUIContainer.renderChild(Class<T> clazz) <T extends UIComponent>
TUIContainer.replaceChild(String targetChildId, Class<T> type, String configId, String id) <T extends UIComponent>
TUIContainer.replaceChild(String targetChildId, UIComponent newComponent) <T extends UIComponent>
TUIComponent.setRendered(boolean b) <T extends UIComponent>
voidUIContainer.setRenderedChild(Class<T> type) <T extends UIComponent>
voidUIComponent.setRenderSibling(Class<T> type) Methods in org.exoplatform.webui.core that return UIComponentModifier and TypeMethodDescriptionUIGrid.findComponentById(String lookupId) UIComponentDecorator.getUIComponent()UIContainer.removeChildById(String id) UIComponentDecorator.setUIComponent(UIComponent uicomponent) Methods in org.exoplatform.webui.core that return types with arguments of type UIComponentModifier and TypeMethodDescriptionUIComponent.createEvent(String name, Event.Phase phase, WebuiRequestContext context) UIContainer.getChildren()Methods in org.exoplatform.webui.core with parameters of type UIComponentModifier and TypeMethodDescriptionvoidUIPopupContainer.activate(UIComponent uiComponent, int width, int height) voidUIPopupContainer.activate(UIComponent uiComponent, int width, int height, boolean isResizeable) voidUIContainer.addChild(UIComponent uicomponent) <T extends UIComponent>
TUIComponent.createUIComponent(Class<T> type, String configId, String componentId, UIComponent parent) voidUIApplication.renderBlockToUpdate(UIComponent uicomponent, WebuiRequestContext context, Writer w) Triggered when there is Ajax request.voidUIContainer.renderChild(UIComponent child) voidUIContainer.renderUIComponent(UIComponent uicomponent) voidUITree.renderUIComponent(UIComponent uicomponent) <T extends UIComponent>
TUIContainer.replaceChild(String targetChildId, UIComponent newComponent) protected voidUIComponentDecorator.setChildComponent(UIComponent uicomponent) voidUIComponent.setParent(UIComponent uicomponent) UIComponentDecorator.setUIComponent(UIComponent uicomponent) Method parameters in org.exoplatform.webui.core with type arguments of type UIComponentModifier and TypeMethodDescription<T extends UIComponent>
TUIContainer.findFirstComponentOfType(Class<T> type, List<UIComponent> components) voidUIContainer.setChildren(List<UIComponent> ls) -
Uses of UIComponent in org.exoplatform.webui.core.lifecycle
Classes in org.exoplatform.webui.core.lifecycle with type parameters of type UIComponentModifier and TypeClassDescriptionclassLifecycle<E extends UIComponent>Created by The eXo Platform SAS May 7, 2006Methods in org.exoplatform.webui.core.lifecycle that return UIComponentMethods in org.exoplatform.webui.core.lifecycle with parameters of type UIComponentModifier and TypeMethodDescriptionvoidWebuiBindingContext.renderUIComponent(UIComponent uicomponent) Constructors in org.exoplatform.webui.core.lifecycle with parameters of type UIComponentModifierConstructorDescriptionWebuiBindingContext(org.exoplatform.resolver.ResourceResolver resolver, Writer w, UIComponent uicomponent, WebuiRequestContext context) -
Uses of UIComponent in org.exoplatform.webui.ext
Classes in org.exoplatform.webui.ext with type parameters of type UIComponentModifier and TypeClassDescriptionclassUIExtensionEventListener<T extends UIComponent>The event listener dedicated to UIExtension Created by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com May 05, 2009Methods in org.exoplatform.webui.ext that return UIComponentModifier and TypeMethodDescriptionUIExtensionManager.addUIExtension(String extensionType, String extensionName, Map<String, Object> context, UIContainer parent) First check if the given extension exists, if so it checks if the extension can be added according (all filters that are mandatory) to the given context, if so it adds the extension to the parent and returns the extension otherwise it returnsnullUIExtensionManager.addUIExtension(UIExtension extension, Map<String, Object> context, UIContainer parent) It checks if the extension can be added (all filters that are mandatory) according to the given context, if so it adds the extension to the parent and returns the extension otherwise it returnsnullMethods in org.exoplatform.webui.ext that return types with arguments of type UIComponentMethod parameters in org.exoplatform.webui.ext with type arguments of type UIComponentModifier and TypeMethodDescriptionvoidUIExtension.setComponent(Class<? extends UIComponent> componentClass) -
Uses of UIComponent in org.exoplatform.webui.ext.impl
Methods in org.exoplatform.webui.ext.impl that return UIComponentModifier and TypeMethodDescriptionUIExtensionManagerImpl.addUIExtension(String extensionType, String extensionName, Map<String, Object> context, UIContainer parent) First check if the given extension exists, if so it checks if the extension can be added according (all filters that are mandatory) to the given context, if so it adds the extension to the parent and returns the extension otherwise it returnsnullUIExtensionManagerImpl.addUIExtension(UIExtension extension, Map<String, Object> context, UIContainer parent) It checks if the extension can be added (all filters that are mandatory) according to the given context, if so it adds the extension to the parent and returns the extension otherwise it returnsnull -
Uses of UIComponent in org.exoplatform.webui.ext.manager
Subclasses of UIComponent in org.exoplatform.webui.ext.managerModifier and TypeClassDescriptionclassCreated by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com 15 mai 2009classCreated by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com 15 mai 2009 -
Uses of UIComponent in org.exoplatform.webui.form
Subclasses of UIComponent in org.exoplatform.webui.formModifier and TypeClassDescriptionclassCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 6, 2006classDeprecated.classCreated by The eXo Platform SARL Author : Tran The Trong trongtt@gmail.com Jul 14, 2006 A date picker elementclassCreated by The eXo Platform SARL Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Jul 9, 2007classCreated by The eXo Platform SARL Author : lxchiati lebienthuyt@gmail.com Jun 6, 2006 Repesents a hidden input fieldclassCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 6, 2006 The base class to create form elements.classCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 6, 2006 Represents an abstract container of elements, inside a formclassCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 26, 2006 Represents an icon selectorclassRepresents a info text elementclassCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 26, 2006 Represents any item selector, of a given typeclassCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 8, 2006 Represents table containing several input fieldsclassCreated by The eXo Platform SARL Author : Dang Van Minh minh.dang@exoplatform.com Sep 20, 2006classAuthor : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Sep 14, 2006
Represents a multi value selectorclassclassAuthor : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Nov 20, 2006classRepresents a radio box element The selected box value is stored in the value_ property of UIFormInputBaseclassRepresents a select elementclassRepresents a select elementclassCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 6, 2006 Represents a input string field The value is stored in UIFormInputBaseclassCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 7, 2006classRepresents a tabbed paneclassRepresents a textarea element The value is stored in UIFormInputBaseclassDeprecated.Use UIUploadInput insteadclassAuthor : Nguyen Viet Chung chung.nguyen@exoplatform.com Jun 22, 2006Methods in org.exoplatform.webui.form with parameters of type UIComponentModifier and TypeMethodDescriptionUIForm.addUIComponentInput(UIComponent input) voidUIForm.renderField(UIComponent uiInput) -
Uses of UIComponent in org.exoplatform.webui.form.ext
Subclasses of UIComponent in org.exoplatform.webui.form.extModifier and TypeClassDescriptionclassCreated by The eXo Platform SAS Author : Pham Tuan tuan.pham@exoplatform.com Feb 29, 2008classCreated by The eXo Platform SARL Author : Tuan Pham tuan.pham@exoplatform.com Dec 3, 2007 -
Uses of UIComponent in org.exoplatform.webui.form.input
Subclasses of UIComponent in org.exoplatform.webui.form.inputModifier and TypeClassDescriptionclassRepresent an html checkbox input
This class is a replacement forUIFormCheckBoxInput
Still support raising event when user click the checkbox, but now we only accept boolean value.class -
Uses of UIComponent in org.exoplatform.webui.form.validator
Methods in org.exoplatform.webui.form.validator with parameters of type UIComponentModifier and TypeMethodDescriptionvoidPermissionValidaror.validate(UIComponent uicomponent, String permission) -
Uses of UIComponent in org.exoplatform.webui.form.wysiwyg
Subclasses of UIComponent in org.exoplatform.webui.form.wysiwyg -
Uses of UIComponent in org.exoplatform.webui.url
Fields in org.exoplatform.webui.url with type parameters of type UIComponentModifier and TypeFieldDescriptionstatic final org.exoplatform.web.url.ResourceType<UIComponent, ComponentURL> ComponentURL.TYPE.Methods in org.exoplatform.webui.url that return UIComponentMethods in org.exoplatform.webui.url with parameters of type UIComponent
UICheckBoxInputinstead