Skip navigation links
A C E F G I O P S T 

A

addChannelListener(Component, String, IChannelListener) - Method in interface org.wicketstuff.chat.channel.api.IChannelService
Adds a behavior to the given component so that it will be notified of ChannelEvents.
addComponent(Component) - Method in interface org.wicketstuff.chat.channel.api.IChannelTarget
Adds a component to the list of components to be rendered
addComponent(Component, String) - Method in interface org.wicketstuff.chat.channel.api.IChannelTarget
Adds a component to the list of components to be rendered
addData(String, String) - Method in class org.wicketstuff.chat.channel.api.ChannelEvent
Add a data in the event.
appendJavaScript(String) - Method in interface org.wicketstuff.chat.channel.api.IChannelTarget
Adds javascript that will be evaluated on the client side after components are replaced

C

ChannelEvent - Class in org.wicketstuff.chat.channel.api
A event containing data to send by server pushing.
ChannelEvent(String) - Constructor for class org.wicketstuff.chat.channel.api.ChannelEvent
Construct.

E

EventStoreListener - Interface in org.wicketstuff.chat.channel.api
Listener to add in EventStore.
eventTriggered(String, Map<String, String>) - Method in interface org.wicketstuff.chat.channel.api.EventStoreListener
 

F

focusComponent(Component) - Method in interface org.wicketstuff.chat.channel.api.IChannelTarget
Sets the focus in the browser to the given component.

G

getChannel() - Method in class org.wicketstuff.chat.channel.api.ChannelEvent
return the channel of the event
getData() - Method in class org.wicketstuff.chat.channel.api.ChannelEvent
Returns all data in the event
getId() - Method in class org.wicketstuff.chat.channel.api.ChannelEvent
 

I

IChannelListener - Interface in org.wicketstuff.chat.channel.api
Implementations of this interface can be notified of events triggered by a IChannelPublisher Implementation example: channelService.addChannelListener(this, "channel", new IChannelListener() { public void onEvent(String channel, Map datas, IChannelTarget target) { target.addComponent(aComponent); } });
IChannelPublisher - Interface in org.wicketstuff.chat.channel.api
A class allowing the server to send an event on listener.
IChannelService - Interface in org.wicketstuff.chat.channel.api
A service providing channel based communication facility in wicket based applications.
IChannelTarget - Interface in org.wicketstuff.chat.channel.api
Defines an interface to trigger client updates on server side events.
IPushTarget - Interface in org.wicketstuff.chat.channel.api
A target used to push events to a client.
isConnected() - Method in interface org.wicketstuff.chat.channel.api.IPushTarget
 

O

onEvent(String, Map<String, String>, IChannelTarget) - Method in interface org.wicketstuff.chat.channel.api.IChannelListener
Method called when an event is triggered on a channel.
org.wicketstuff.chat.channel.api - package org.wicketstuff.chat.channel.api
 

P

prependJavaScript(String) - Method in interface org.wicketstuff.chat.channel.api.IChannelTarget
Adds javascript that will be evaluated on the client side before components are replaced
publish(ChannelEvent) - Method in interface org.wicketstuff.chat.channel.api.IChannelPublisher
Publish a ChannelEvent
publish(ChannelEvent) - Method in interface org.wicketstuff.chat.channel.api.IChannelService
Publishes a channel event which will be sent to the channel listeners.

S

setChannel(String) - Method in class org.wicketstuff.chat.channel.api.ChannelEvent
set the channel of the event
setId(String) - Method in class org.wicketstuff.chat.channel.api.ChannelEvent
 

T

trigger() - Method in interface org.wicketstuff.chat.channel.api.IPushTarget
 
A C E F G I O P S T 
Skip navigation links

Copyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.