org.olat.modules.wiki
Class WikiArticleSearchForm

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.gui.components.form.flexible.impl.FormBasicController
              extended by org.olat.modules.wiki.WikiArticleSearchForm
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class WikiArticleSearchForm
extends FormBasicController

Description:
Provides a search text input field

Initial Date: 07.02.2008

Author:
guido

Field Summary
 
Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL
 
Constructor Summary
WikiArticleSearchForm(UserRequest ureq, WindowControl control)
           
 
Method Summary
 java.lang.String getQuery()
           
 
Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
dispose, event
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WikiArticleSearchForm

public WikiArticleSearchForm(UserRequest ureq,
                             WindowControl control)
Method Detail

getQuery

public java.lang.String getQuery()