org.exoplatform.social.webui.space
Class UISpaceSearch.SearchActionListener

java.lang.Object
  extended by org.exoplatform.webui.event.EventListener<UISpaceSearch>
      extended by org.exoplatform.social.webui.space.UISpaceSearch.SearchActionListener
Enclosing class:
UISpaceSearch

public static class UISpaceSearch.SearchActionListener
extends org.exoplatform.webui.event.EventListener<UISpaceSearch>

Listens to search event is broadcasted from search form, then processes search condition and set search result to the result variable.
- Gets space name from request.
- Searches spaces that have name like input space name.
- Sets matched space into result list.


Field Summary
 
Fields inherited from class org.exoplatform.webui.event.EventListener
RESULT_OK
 
Constructor Summary
UISpaceSearch.SearchActionListener()
           
 
Method Summary
 void execute(org.exoplatform.webui.event.Event<UISpaceSearch> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UISpaceSearch.SearchActionListener

public UISpaceSearch.SearchActionListener()
Method Detail

execute

public void execute(org.exoplatform.webui.event.Event<UISpaceSearch> event)
             throws Exception
Specified by:
execute in class org.exoplatform.webui.event.EventListener<UISpaceSearch>
Throws:
Exception


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