- ServerSentEventReader<T> - Interface in io.datafx.io
-
Implementations of this interface are capable of reading successive updates
to data that are made available via the SSE protocol.
- setAddEntryHandler(WriteBackHandler<T>) - Method in interface io.datafx.io.WriteBackListProvider
-
- setAddEntryHandler(WriteBackHandler<T>) - Method in class io.datafx.provider.ListDataProvider
-
- setConsumerKey(String) - Method in class io.datafx.io.RestSource
-
Set the consumer key for this request.
- setConsumerSecret(String) - Method in class io.datafx.io.RestSource
-
Set the consumer secret
- setContentType(String) - Method in class io.datafx.io.RestSource
-
Set the contentType for this request.
- setConverter(InputStreamConverter<T>) - Method in class io.datafx.io.InputStreamDataReader
-
Set the converter that will convert the raw data into object(s) of type T.
- setDataReader(DataReader<T>) - Method in class io.datafx.provider.ListDataProvider
-
- setDataReader(DataReader<T>) - Method in class io.datafx.provider.ObjectDataProvider
-
Set the DataReader that contains the data that will be provided by this
ObjectDataProvider
- setDataString(String) - Method in class io.datafx.io.RestSource
-
Explicitly set the datastring for this request.
- setExecutor(Executor) - Method in class io.datafx.provider.ObjectDataProvider
-
Explicitly set the Executor that should be
used for retrieving the data.
- setFormParams(Map<String, String>) - Method in class io.datafx.io.RestSource
-
Set the form parameters as a Map.
- setFormParams(MultiValuedMap) - Method in class io.datafx.io.RestSource
-
- setHost(String) - Method in class io.datafx.io.RestSource
-
Set the host parameter for this endpoint.
- setInputStream(InputStream) - Method in class io.datafx.io.InputStreamDataReader
-
Explicitly set the InputStream for this InputStreamDataReader.
- setPath(String) - Method in class io.datafx.io.RestSource
-
Explicitly sets the path for this resource.
- setQueryParams(Map<String, String>) - Method in class io.datafx.io.RestSource
-
Set the query parameters as a Map
- setRequestMethod(String) - Method in class io.datafx.io.RestSource
-
Set the request method for this request as a String
(e.g.
- setRequestProperties(Map<String, String>) - Method in class io.datafx.io.RestSource
-
Set the request properties as a Map
- setResultObjectProperty(ObjectProperty<T>) - Method in class io.datafx.provider.ObjectDataProvider
-
Convenience (backward compatible) method.
- setResultObservableList(ObservableList<T>) - Method in class io.datafx.provider.ListDataProvider
-
This is a convenience method, allowing ObservableList instances (no
ListProperties) to be synchronized with the result of the
ListDataProvider.
- setResultProperty(Property<T>) - Method in interface io.datafx.provider.DataProvider
-
Provide an Property that wraps the to-be-retrieved
data.
- setResultProperty(Property<ObservableList<T>>) - Method in class io.datafx.provider.ListDataProvider
-
- setResultProperty(Property<T>) - Method in class io.datafx.provider.ObjectDataProvider
-
Sets the ObjectProperty that contains the result of the data retrieval.
- setTimeout(int) - Method in class io.datafx.io.RestSource
-
Set the timeout value for this instance.
- setUpdateQuery(boolean) - Method in class io.datafx.io.JdbcSource
-
- setWriteBackHandler(WriteBackHandler<T>) - Method in interface io.datafx.io.WriteBackProvider
-
- setWriteBackHandler(WriteBackHandler<T>) - Method in class io.datafx.provider.ListDataProvider
-
- setWriteBackHandler(WriteBackHandler<T>) - Method in class io.datafx.provider.ObjectDataProvider
-
- SSERestSource<T> - Class in io.datafx.io
-
Client class that is used to create a request to an external SSE endpoint.
- SSERestSource() - Constructor for class io.datafx.io.SSERestSource
-
- SSERestSourceBuilder<T> - Class in io.datafx.io
-
- SSERestSourceBuilder() - Constructor for class io.datafx.io.SSERestSourceBuilder
-