|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.modules.fo.FilterForUserController
public class FilterForUserController
Description:
This controller is implementing a search by user. There is two ways to search:
a text field with autocomplete to select directly the user and the list of
users which have posted some messages in the forum.
Events:
Initial Date: 18 sept. 2009
| Nested Class Summary | |
|---|---|
class |
FilterForUserController.SearchForumCallback
Read-only security callback |
class |
FilterForUserController.UserInfo
Wrapper for all the statistics needed by the overview of all users and the autocomplete |
class |
FilterForUserController.UserListProvider
Provider for the autocomplete |
class |
FilterForUserController.UsersTableModel
TableDataModel for the overview of all users in the forum |
| Constructor Summary | |
|---|---|
FilterForUserController(UserRequest ureq,
WindowControl wControl,
Forum forum)
|
|
| Method Summary | |
|---|---|
void |
forumChanged()
|
boolean |
isShowResults()
Is the controller displaying the results |
void |
setShowSearch()
set the controller to its initial status, the search form |
| Methods inherited from class org.olat.core.gui.control.DefaultController |
|---|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FilterForUserController(UserRequest ureq,
WindowControl wControl,
Forum forum)
| Method Detail |
|---|
public boolean isShowResults()
public void setShowSearch()
public void forumChanged()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||