org.exoplatform.wcm.webui.search
Class UISearchForm

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIForm
              extended by org.exoplatform.wcm.webui.search.UISearchForm

public class UISearchForm
extends org.exoplatform.webui.form.UIForm


Nested Class Summary
static class UISearchForm.SearchActionListener
          The listener interface for receiving searchAction events.
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String ALL_OPTION
          The Constant ALL_OPTION.
static String DOCUMENT_CHECKING
          The Constant DOCUMENT_CHECKING.
static String KEYWORD_INPUT
          The Constant KEYWORD_INPUT.
static String MESSAGE_NOT_CHECKED_TYPE_SEARCH
          The Constant MESSAGE_NOT_CHECKED_TYPE_SEARCH.
static String MESSAGE_NOT_EMPTY_KEYWORD
          The Constant MESSAGE_NOT_EMPTY_KEYWORD.
static String MESSAGE_NOT_SUPPORT_KEYWORD
          The Constant MESSAGE_NOT_SUPPORT_KEYWORD.
static String PAGE_CHECKING
          The Constant PAGE_CHECKING.
static String PORTALS_SELECTOR
          The Constant PORTALS_SELECTOR.
static String SEARCH_OPTION
          The Constant SEARCH_OPTION.
 
Fields inherited from class org.exoplatform.webui.form.UIForm
ACTION, SUBCOMPONENT_ID
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UISearchForm()
          Instantiates a new uI search form.
 
Method Summary
 String getTemplate()
           
 org.exoplatform.resolver.ResourceResolver getTemplateResourceResolver(org.exoplatform.webui.application.WebuiRequestContext context, String template)
           
 org.exoplatform.webui.form.UIFormRadioBoxInput getUIFormRadioBoxInput(String name)
           
 void init(String templatePath, org.exoplatform.resolver.ResourceResolver resourceResolver)
          Inits the.
 void setKeyword()
           
 
Methods inherited from class org.exoplatform.webui.form.UIForm
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, processRender, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEYWORD_INPUT

public static final String KEYWORD_INPUT
The Constant KEYWORD_INPUT.

See Also:
Constant Field Values

SEARCH_OPTION

public static final String SEARCH_OPTION
The Constant SEARCH_OPTION.

See Also:
Constant Field Values

DOCUMENT_CHECKING

public static final String DOCUMENT_CHECKING
The Constant DOCUMENT_CHECKING.

See Also:
Constant Field Values

PAGE_CHECKING

public static final String PAGE_CHECKING
The Constant PAGE_CHECKING.

See Also:
Constant Field Values

PORTALS_SELECTOR

public static final String PORTALS_SELECTOR
The Constant PORTALS_SELECTOR.

See Also:
Constant Field Values

ALL_OPTION

public static final String ALL_OPTION
The Constant ALL_OPTION.

See Also:
Constant Field Values

MESSAGE_NOT_CHECKED_TYPE_SEARCH

public static final String MESSAGE_NOT_CHECKED_TYPE_SEARCH
The Constant MESSAGE_NOT_CHECKED_TYPE_SEARCH.

See Also:
Constant Field Values

MESSAGE_NOT_SUPPORT_KEYWORD

public static final String MESSAGE_NOT_SUPPORT_KEYWORD
The Constant MESSAGE_NOT_SUPPORT_KEYWORD.

See Also:
Constant Field Values

MESSAGE_NOT_EMPTY_KEYWORD

public static final String MESSAGE_NOT_EMPTY_KEYWORD
The Constant MESSAGE_NOT_EMPTY_KEYWORD.

See Also:
Constant Field Values
Constructor Detail

UISearchForm

public UISearchForm()
             throws Exception
Instantiates a new uI search form.

Throws:
Exception - the exception
Method Detail

init

public void init(String templatePath,
                 org.exoplatform.resolver.ResourceResolver resourceResolver)
Inits the.

Parameters:
templatePath - the template path
resourceResolver - the resource resolver

getTemplate

public String getTemplate()
Overrides:
getTemplate in class org.exoplatform.webui.core.UIComponent

setKeyword

public void setKeyword()

getTemplateResourceResolver

public org.exoplatform.resolver.ResourceResolver getTemplateResourceResolver(org.exoplatform.webui.application.WebuiRequestContext context,
                                                                             String template)
Overrides:
getTemplateResourceResolver in class org.exoplatform.webui.core.UIComponent

getUIFormRadioBoxInput

public org.exoplatform.webui.form.UIFormRadioBoxInput getUIFormRadioBoxInput(String name)


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.