org.olat.search.ui
Class StandardResultController

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.search.ui.StandardResultController
All Implemented Interfaces:
ResultController, Controller, ControllerEventListener, Disposable

public class StandardResultController
extends FormBasicController
implements ResultController

Description:
The standard output for a search result.

Initial Date: 3 dec. 2009

Author:
srosse, stephane.rosse@frentix.com

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
StandardResultController(UserRequest ureq, WindowControl wControl, Form mainForm, ResultDocument document)
           
 
Method Summary
 FormItem getInitialFormItem()
           
 boolean isHighlight()
           
 void setHighlight(boolean highlight)
           
 
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
 
Methods inherited from interface org.olat.core.gui.control.Controller
addControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed
 

Constructor Detail

StandardResultController

public StandardResultController(UserRequest ureq,
                                WindowControl wControl,
                                Form mainForm,
                                ResultDocument document)
Method Detail

isHighlight

public boolean isHighlight()
Specified by:
isHighlight in interface ResultController

setHighlight

public void setHighlight(boolean highlight)
Specified by:
setHighlight in interface ResultController

getInitialFormItem

public FormItem getInitialFormItem()
Specified by:
getInitialFormItem in interface ResultController