public class ChatWidgetController extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLEAR_BUTTON |
protected static String |
SEND_BUTTON |
protected static String |
SOCKET_IN_MESSAGE_IN |
| Constructor and Description |
|---|
ChatWidgetController() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearOutgoingMessage()
clearOutgoingMessage method.
|
org.zkoss.zul.Div |
getConversationView() |
org.zkoss.zul.Textbox |
getOutgoingMessageTextbox() |
void |
receive(String msg)
receive method.
|
void |
send()
send method.
|
doAfterCompose, doBeforeCompose, doBeforeComposeChildren, executeOperation, getDragAndDropStrategy, getLabel, getLabel, getModel, getValue, getWidgetDragAndDropStrategyRepository, getWidgetInstanceManager, getWidgetRoot, getWidgetSettings, getWidgetslot, getWidgetTitle, getWidgetUtils, initDragAndDropAwareness, initialize, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, invokeListenerMethod, onSocketInput, preInitialize, sendOutput, sendOutputAfterOperation, sendOutputAfterOperation, sendOutputAfterOperation, setValue, setWidgetInstanceManager, setWidgetTitlescanEventListenersalert, didActivate, getPage, willClone, willPassivateprotected static final String SOCKET_IN_MESSAGE_IN
protected static final String SEND_BUTTON
protected static final String CLEAR_BUTTON
public void send()
public void receive(String msg)
public void clearOutgoingMessage()
public org.zkoss.zul.Div getConversationView()
public org.zkoss.zul.Textbox getOutgoingMessageTextbox()
Copyright © 2018. All rights reserved.