SELF - Self type.public interface WithReceivingSelectionEventsFromClientMixin<SELF extends CanReceiveSelectionEventsFromClient> extends CanReceiveSelectionEventsFromClient
CanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean).| Modifier and Type | Method and Description |
|---|---|
default SELF |
withoutReceivingSelectionEventsFromClient()
Chains
CanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean) called with false and returns itself. |
default SELF |
withReceivingSelectionEventsFromClient()
Chains
CanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean) called with true and returns itself. |
default SELF |
withReceivingSelectionEventsFromClient(boolean receivingSelectionEventsFromClient)
Chains
CanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean) and returns itself. |
isReceivingSelectionEventsFromClient, setReceivingSelectionEventsFromClientdefault SELF withReceivingSelectionEventsFromClient(boolean receivingSelectionEventsFromClient)
CanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean) and returns itself.
Note: this feature is by default turned off.receivingSelectionEventsFromClient - Whether the client should send events about text selection changes.CanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean)default SELF withReceivingSelectionEventsFromClient()
CanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean) called with true and returns itself.default SELF withoutReceivingSelectionEventsFromClient()
CanReceiveSelectionEventsFromClient.setReceivingSelectionEventsFromClient(boolean) called with false and returns itself.Copyright © 2024 Miki. All rights reserved.