Uses of Class
org.apache.wicket.event.Broadcast
-
Packages that use Broadcast Package Description 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 Modifier and Type Method Description <T> voidComponent. 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 Modifier and Type Method Description BroadcastIEvent. getType()static BroadcastBroadcast. valueOf(java.lang.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 Modifier and Type Method Description <T> voidIEventSource. send(IEventSink sink, Broadcast broadcast, T payload)Sends an event
-