- 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
-
- 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
-