public interface CanReceiveSelectionEventsFromClient
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReceivingSelectionEventsFromClient()
Check if client will inform server on selection change.
|
void |
setReceivingSelectionEventsFromClient(boolean receivingSelectionEventsFromClient)
Configures sending events by the client-side component.
|
boolean isReceivingSelectionEventsFromClient()
true, each selection change in the client-side component will result in this component broadcasting a TextSelectionEvent.void setReceivingSelectionEventsFromClient(boolean receivingSelectionEventsFromClient)
receivingSelectionEventsFromClient - When false, selecting text in client-side component will not send an event to server-side component. When true, it will.Copyright © 2024 Miki. All rights reserved.