Package org.olat.instantMessaging.groupchat

Examples of org.olat.instantMessaging.groupchat.SendMessageForm


    //  checks with the given intervall if dirty components are available to rerender
    jsc = new JSAndCSSComponent("intervall", this.getClass(), null, null, false, null, InstantMessagingModule.getCHAT_POLLTIME());
    chatContent.put("updatecontrol", jsc);
   
    InstantMessagingModule.getAdapter().getClientManager().registerEventListener(username, this, false);
    sendMessageForm = new SendMessageForm(ureq, getWindowControl());
    sendMessageForm.addControllerListener(this);
    sendMessageForm.resetTextField();
   
    chatMsgFieldPanel = new Panel("chatMsgField");
    chatMsgFieldPanel.setContent(chatMsgFieldContent);
View Full Code Here

TOP

Related Classes of org.olat.instantMessaging.groupchat.SendMessageForm

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.