- get() - Method in interface io.datafx.io.Converter
-
Get the next available data entity in the desired type
- get() - Method in class io.datafx.io.converter.JdbcConverter
-
- get() - Method in class io.datafx.io.converter.JsonConverter
-
- get() - Method in class io.datafx.io.converter.XmlConverter
-
- get() - Method in interface io.datafx.io.DataReader
-
Obtain the next entity of data.
- get() - Method in class io.datafx.io.InputStreamDataReader
-
- get() - Method in class io.datafx.io.JdbcSource
-
- get() - Method in class io.datafx.io.RestSource
-
- get() - Method in class io.datafx.io.SSERestSource
-
- getConsumerKey() - Method in class io.datafx.io.RestSource
-
Return the consumer key (used with oauth) for this request
- getConsumerSecret() - Method in class io.datafx.io.RestSource
-
Return the consumer secret (if used with oauth) for this request
- getContentType() - Method in class io.datafx.io.RestSource
-
- getConverter() - Method in class io.datafx.io.InputStreamDataReader
-
Get the converter that is used by this InputStreamDataReader.
- getData() - Method in interface io.datafx.provider.DataProvider
-
A ObservableValue that wraps the provided Data.
- getData() - Method in class io.datafx.provider.ListDataProvider
-
returns the data obtained by this provider.
- getData() - Method in class io.datafx.provider.ObjectDataProvider
-
- getDataReader() - Method in class io.datafx.provider.ListDataProvider
-
- getDataString() - Method in class io.datafx.io.RestSource
-
Return the datastring that will be send with this request
- getExecutor() - Method in class io.datafx.provider.ListDataProvider
-
- getFormParams() - Method in class io.datafx.io.RestSource
-
- getInputStream() - Method in class io.datafx.io.InputStreamDataReader
-
Return the InputStream used by this InputStreamDataReader.
- getQueryParams() - Method in class io.datafx.io.RestSource
-
Return the query parameters as a Map
- getRequestMethod() - Method in class io.datafx.io.RestSource
-
Return the request method for this request.
- getRequestProperties() - Method in class io.datafx.io.RestSource
-
Return the request properties as a Map
- getResponseCode() - Method in class io.datafx.io.RestSource
-
Gets the value of the property responseCode.
- getResponseMessage() - Method in class io.datafx.io.RestSource
-
Gets the value of the property responseMessage.
- getTimeout() - Method in class io.datafx.io.RestSource
-
Get the timeout value specified for this instance
- 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
-