| Modifier and Type | Method and Description |
|---|---|
DecoratedChatChannel |
ChatTool.getCurrentChannel()
gets the current channel
|
DecoratedChatChannel |
ChatTool.getCurrentChannelEdit() |
| Modifier and Type | Method and Description |
|---|---|
List<DecoratedChatChannel> |
ChatTool.getChatChannels()
gets the tool decorated channels
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ChatTool.processActionDeleteRoomConfirm(DecoratedChatChannel chatChannel)
Sets the current room and goes to confirm deleting the room
|
protected String |
ChatTool.processActionDeleteRoomMessagesConfirm(DecoratedChatChannel chatChannel)
Sets the current room and goes to confirm deleting the room's messages
|
protected String |
ChatTool.processActionEditRoom(DecoratedChatChannel chatChannel)
Sets the current room and goes to edit that room
|
protected String |
ChatTool.processActionEnterRoom(DecoratedChatChannel chatChannel)
Sets the current room and goes to the room page
|
String |
ChatTool.processActionSetAsDefaultRoom(DecoratedChatChannel decoChannel) |
protected void |
ChatTool.resetCurrentChannel(DecoratedChatChannel oldChannel) |
void |
ChatTool.setCurrentChannel(DecoratedChatChannel channel)
Implements a change of the chat room.
|
void |
ChatTool.setCurrentChannelEdit(DecoratedChatChannel currentChannelEdit) |
Copyright © 2003-2015 The Sakai Foundation. All Rights Reserved.