|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Broadcast | |
---|---|
org.apache.wicket | The core Wicket package. |
org.apache.wicket.event |
Uses of Broadcast in org.apache.wicket |
---|
Methods in org.apache.wicket with parameters of type Broadcast | ||
---|---|---|
|
Component.send(IEventSink sink,
Broadcast type,
T payload)
Sends an event |
Uses of Broadcast in org.apache.wicket.event |
---|
Methods in org.apache.wicket.event that return Broadcast | |
---|---|
Broadcast |
IEvent.getType()
|
static Broadcast |
Broadcast.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Broadcast[] |
Broadcast.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.wicket.event with parameters of type Broadcast | ||
---|---|---|
|
IEventSource.send(IEventSink sink,
Broadcast broadcast,
T payload)
Sends an event |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |