Skip navigation links
A B C D F G I M O P R S T U V 

A

addMessages(Entity...) - Method in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Adds chat messages to the chat room.
addParticipants(Entity...) - Method in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Adds participants to the chat room.
attachmentImageUrl - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
attachmentImageUrl(String) - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
attachmentPlaceholder - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 

B

bind() - Method in class com.codename1.rad.ui.chatroom.ChatRoomView
 

C

CHAT_BUBBLE_BADGES - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView
Actions displayed as "badges" of a chat bubble.
CHAT_BUBBLE_CLICKED - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView
Action fired when user clicks chat bubble.
CHAT_BUBBLE_CLICKED_MENU - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView
Actions displayed in popup menu when user clicks chat bubble.
CHAT_BUBBLE_LONG_PRESS - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView
Action fired when user longpresses chat bubble.
CHAT_BUBBLE_LONG_PRESS_MENU - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView
Actions displayed in popup menu when user long presses a chat bubble.
ChatBubbleListCellRenderer() - Constructor for class com.codename1.rad.ui.chatroom.ChatBubbleView.ChatBubbleListCellRenderer
 
ChatBubbleView<T extends Entity> - Class in com.codename1.rad.ui.chatroom
A view for a single row/chat bubble in a Chat view.
ChatBubbleView(T, Node) - Constructor for class com.codename1.rad.ui.chatroom.ChatBubbleView
Creates a new chat bubble view for the given entity.
ChatBubbleView.ChatBubbleListCellRenderer - Class in com.codename1.rad.ui.chatroom
A list cell renderer for creating a row of ChatBubbleView inside an EntityListView.
ChatBubbleView.ViewModel - Class in com.codename1.rad.ui.chatroom
This is a view model class that may be used as a model for the ChatBubbleView, as it defines properties with all of the required tags.
ChatMessages() - Constructor for class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel.ChatMessages
 
ChatRoomView<T extends Entity> - Class in com.codename1.rad.ui.chatroom
A view that provides a fully-functional user interface for a multi-user chat.
ChatRoomView(Node, Form) - Constructor for class com.codename1.rad.ui.chatroom.ChatRoomView
Creates a chat room with the settings specified by the given node.
ChatRoomView(Form) - Constructor for class com.codename1.rad.ui.chatroom.ChatRoomView
Creates a chat room view with a default view model of type ChatRoomView.ViewModel, and an empty Node with no actions.
ChatRoomView(T, Form) - Constructor for class com.codename1.rad.ui.chatroom.ChatRoomView
Creates a chat room view with the provided entity as the view model.
ChatRoomView(T, Node, Form) - Constructor for class com.codename1.rad.ui.chatroom.ChatRoomView
Creates a new ChatRoomView with the given view model (entity) and node description.
ChatRoomView.ChatRoomViewFactory - Class in com.codename1.rad.ui.chatroom
A factory that can be added to a view node to "turn" it into a ChatRoomView.
ChatRoomView.ViewModel - Class in com.codename1.rad.ui.chatroom
A reference view model for the ChatRoomView.
ChatRoomView.ViewModel.ChatMessages - Class in com.codename1.rad.ui.chatroom
A list of chat messages
ChatRoomView.ViewModel.Participants - Class in com.codename1.rad.ui.chatroom
A list of participants in a chat room.
ChatRoomViewFactory() - Constructor for class com.codename1.rad.ui.chatroom.ChatRoomView.ChatRoomViewFactory
 
com.codename1.rad.ui.chatroom - package com.codename1.rad.ui.chatroom
 
commit() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView
 
commit() - Method in class com.codename1.rad.ui.chatroom.ChatRoomView
 
createView(Entity, ViewNode) - Method in class com.codename1.rad.ui.chatroom.ChatRoomView.ChatRoomViewFactory
 

D

date - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
date(Date) - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
dateTag - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
Tag used for the date field.
deinitialize() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView
 

F

favorite - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 

G

getAttachmentImageUrl() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
getChatBubbleView(Entity) - Method in class com.codename1.rad.ui.chatroom.ChatRoomView
Returns the ChatBubbleView that corresponds with the given message entity.
getDate() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
getIconUrl() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
getInputBuffer() - Method in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Gets the input buffer string.
getListCellRendererComponent(EntityListView, Entity, int, boolean, boolean) - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ChatBubbleListCellRenderer
 
getMessages() - Method in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Gets the chat messages in this room.
getMessageText() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
getParticipants() - Method in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Gets the participants.
getPostedBy() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
getViewNode() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView
 
getViewNode() - Method in class com.codename1.rad.ui.chatroom.ChatRoomView
 

I

icon - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView
 
iconTag - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
Tag used for the "icon" property of a chat message.
iconUrl - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
iconUrl(String) - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
initComponent() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView
 
inputBuffer - Static variable in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
InputBuffer property, which is bound to the text field for entering messages.
inputBuffer(String) - Method in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Sets the contents of the input buffer property.
inputBufferTag - Static variable in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Tag used to mark the "input buffer" property on an entity.
isFavorite - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
Tag used for boolean property which marks a chat message as a "favourite".
isFavorite(boolean) - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
isFavorite() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
isOwn(boolean) - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
isOwn() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
isOwnTag - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
Tag used for the "own" flag of a chat message to indicate that the message originated from the current user, and not another user.
isTypingInProgress() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 

M

messages - Static variable in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Messages property, which contains a list of chat messages to display in the chat room.
messagesTag - Static variable in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Tag used to mark the "messages" property of an entity.
messageText - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
messageText(String) - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
messageTextTag - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
Tag used for the message text property of a chat message.

O

own - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 

P

participants - Static variable in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Participants property, which contains a list of participants in this chat room.
Participants() - Constructor for class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel.Participants
 
participantsTag - Static variable in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Tag used to mark the "participants" property of an entity.
postedBy - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
postedBy(String) - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
postedByTag - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
Tag used for the 'posted by' property of a chat message.

R

removeMessages(Entity...) - Method in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
Removes chat messages from the chat room.
removeParticipants(Entity...) - Method in class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
 

S

scrollToMessage(Entity) - Method in class com.codename1.rad.ui.chatroom.ChatRoomView
Scrolls the chat view to the given message.
SEND_ACTION - Static variable in class com.codename1.rad.ui.chatroom.ChatRoomView
Category used to register an action to be fired when the user hits "send".

T

TEXT - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView
 
TEXT_ACTIONS - Static variable in class com.codename1.rad.ui.chatroom.ChatRoomView
 
typingInProgress - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
typingInProgress(boolean) - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
typingInProgressTag - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
Tag used for boolean property that indicates typing is still in progress for a chat message.

U

update() - Method in class com.codename1.rad.ui.chatroom.ChatBubbleView
 
update() - Method in class com.codename1.rad.ui.chatroom.ChatRoomView
 
USE_OVERFLOW_CONTAINER - Static variable in class com.codename1.rad.ui.chatroom.ChatBubbleView
View property that can be used to indicate that the chat room should use or not use an overflow container for the time of a text.

V

ViewModel() - Constructor for class com.codename1.rad.ui.chatroom.ChatBubbleView.ViewModel
 
ViewModel() - Constructor for class com.codename1.rad.ui.chatroom.ChatRoomView.ViewModel
 
A B C D F G I M O P R S T U V 
Skip navigation links