org.olat.search.ui
Class ContextHelpResultController

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

public class ContextHelpResultController
extends FormBasicController
implements ResultController

Description:
Show context help documents. Choose if the link to open the document go to a new window or stay in the same.

Initial Date: 11 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
ContextHelpResultController(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

ContextHelpResultController

public ContextHelpResultController(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