Package org.exoplatform.webui.form
Class UIFormPopupWindow
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIComponentDecorator
org.exoplatform.webui.core.UIPopupWindow
org.exoplatform.webui.form.UIFormPopupWindow
- All Implemented Interfaces:
UIFormInput<Object>
Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Nov 20, 2006
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.exoplatform.webui.core.UIComponentDecorator
UIComponentDecorator.UIComponentDecoratorLifecycle -
Field Summary
Fields inherited from class org.exoplatform.webui.core.UIPopupWindow
closeEvent_Fields inherited from class org.exoplatform.webui.core.UIComponentDecorator
uicomponent_Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent, USE_WEBUI_RESOURCES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<E extends Validator>
UIFormInputaddValidator(Class<E> clazz, Object... params) getLabel()getValue()voidprocessDecode(WebuiRequestContext context) voidreset()Methods inherited from class org.exoplatform.webui.core.UIPopupWindow
getCloseEvent, getWindowHeight, getWindowWidth, isResizable, isShow, isShowCloseButton, isShowMask, setCloseEvent, setResizable, setShow, setShowCloseButton, setShowMask, setWindowSizeMethods inherited from class org.exoplatform.webui.core.UIComponentDecorator
findComponentById, findComponentOfType, findFirstComponentOfType, getUIComponent, renderChildren, setChildComponent, setUIComponentMethods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.webui.form.UIFormInput
getName
-
Constructor Details
-
UIFormPopupWindow
public UIFormPopupWindow()
-
-
Method Details
-
processDecode
- Overrides:
processDecodein classUIComponent- Throws:
Exception
-
event
- Overrides:
eventin classUIComponent- Throws:
Exception
-
getLabel
- Specified by:
getLabelin interfaceUIFormInput<Object>
-
addValidator
public <E extends Validator> UIFormInput addValidator(Class<E> clazz, Object... params) throws Exception - Specified by:
addValidatorin interfaceUIFormInput<Object>- Throws:
Exception
-
getBindingField
- Specified by:
getBindingFieldin interfaceUIFormInput<Object>
-
getValidators
- Specified by:
getValidatorsin interfaceUIFormInput<Object>
-
getValue
- Specified by:
getValuein interfaceUIFormInput<Object>- Throws:
Exception
-
reset
public void reset()- Specified by:
resetin interfaceUIFormInput<Object>
-
getTypeValue
- Specified by:
getTypeValuein interfaceUIFormInput<Object>
-
setValue
- Specified by:
setValuein interfaceUIFormInput<Object>- Throws:
Exception
-