- Cache<K,V> - Interface in com.gluonhq.charm.down.plugins
-
Cache is a simple Map-like API for caching in-memory on the local platform in a way roughly equivalent
to using soft references
.
- CachedTimelineTransition - Class in com.gluonhq.charm.glisten.animation
-
A Transition that uses a Timeline internally and turns SPEED caching on for
the animated node during the animation.
- CachedTimelineTransition(Node, Timeline) - Constructor for class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
-
Create new CachedTimelineTransition
- CachedTimelineTransition(Node, Timeline, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
-
Create new CachedTimelineTransition
- CachedTimelineTransition(Node, Timeline, boolean, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
-
Create new CachedTimelineTransition
- CacheService - Interface in com.gluonhq.charm.down.plugins
-
The cache service provides a simple API to weakly cache objects in memory.
- CacheServiceFactory - Class in com.gluonhq.charm.down.plugins
-
- CacheServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.CacheServiceFactory
-
- call(String) - Method in interface com.gluonhq.charm.down.plugins.DialerService
-
Starts a phone call to the given number with the native dial application.
- caption - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Private fields
- CardPane - Class in com.gluonhq.charm.glisten.control
-
CardPane is a container of cards.
- CardPane() - Constructor for class com.gluonhq.charm.glisten.control.CardPane
-
Creates an empty CardPane
- category - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
- cellFactoryProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
The cell factory for standard items.
- cellHeaderFactoryProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
The cell factory for header items.
- CharmListCell<T> - Class in com.gluonhq.charm.glisten.control
-
- CharmListCell() - Constructor for class com.gluonhq.charm.glisten.control.CharmListCell
-
- CharmListView<T,K extends java.lang.Comparable> - Class in com.gluonhq.charm.glisten.control
-
A CharmListView displays a vertical list of items from which the
user may select, while new items are inserted as headers, as a result of applying
over the underlying model a
header function
.
- CharmListView() - Constructor for class com.gluonhq.charm.glisten.control.CharmListView
-
Creates a default CharmListView which will display contents stacked vertically.
- CharmListView(ObservableList<T>) - Constructor for class com.gluonhq.charm.glisten.control.CharmListView
-
Creates a default CharmListView which will stack the contents retrieved from the
provided ObservableList
vertically.
- children - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
- Chip - Class in com.gluonhq.charm.glisten.control
-
Chips represent complex entities in small blocks, such as a contact.
- Chip() - Constructor for class com.gluonhq.charm.glisten.control.Chip
-
Creates a non deletable Chip with an empty string for its label.
- Chip(String) - Constructor for class com.gluonhq.charm.glisten.control.Chip
-
Creates a non deletable Chip with the specified label.
- Chip(String, boolean) - Constructor for class com.gluonhq.charm.glisten.control.Chip
-
- clear() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Clears the AppBar
leaving it with no nav icon, title, action icons or menu items.
- CLOSE_REQUEST - Static variable in class com.gluonhq.charm.glisten.control.LifecycleEvent
-
This event is delivered to an object when there is
an external request to close/hide that object.
- collapsedContentProperty() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
-
The collapsed node property.
- CollapsedPanel() - Constructor for class com.gluonhq.charm.glisten.control.ExpansionPanel.CollapsedPanel
-
Creates a CollapsedPanel.
- colorProperty() - Method in class com.gluonhq.charm.glisten.application.StatusBar
-
The color property represents the current color set on the native status bar.
- com.gluonhq.charm.down - package com.gluonhq.charm.down
-
- com.gluonhq.charm.down.plugins - package com.gluonhq.charm.down.plugins
-
Primary API package for Down - Vibration plugin,
contains the interface
VibrationService
and related classes.
- com.gluonhq.charm.down.plugins.ble - package com.gluonhq.charm.down.plugins.ble
-
- com.gluonhq.charm.glisten.animation - package com.gluonhq.charm.glisten.animation
-
A package containing animation classes, which can be used to draw user
attention to relevant parts of the user interface.
- com.gluonhq.charm.glisten.application - package com.gluonhq.charm.glisten.application
-
Gluon Glisten applications should be built using the
MobileApplication
and related API
offered in this package.
- com.gluonhq.charm.glisten.control - package com.gluonhq.charm.glisten.control
-
UI controls and other useful components can be found in this package.
- com.gluonhq.charm.glisten.control.settings - package com.gluonhq.charm.glisten.control.settings
-
UI controls and other useful components related to the
SettingsPane
control can be found in this package.
- com.gluonhq.charm.glisten.layout - package com.gluonhq.charm.glisten.layout
-
Layout containers and other layout-related concepts can be found in this
package.
- com.gluonhq.charm.glisten.layout.layer - package com.gluonhq.charm.glisten.layout.layer
-
Various
Layer
implementations can be found
in this package.
- com.gluonhq.charm.glisten.layout.responsive.grid - package com.gluonhq.charm.glisten.layout.responsive.grid
-
Contains API related to the responsive grid functionality, which is
critical for developing high-quality cross-device user interfaces.
- com.gluonhq.charm.glisten.license - package com.gluonhq.charm.glisten.license
-
This package contains Glisten licensing API
- com.gluonhq.charm.glisten.mvc - package com.gluonhq.charm.glisten.mvc
-
The Glisten
View
class, and other MVC related
APIs can be found in this package.
- com.gluonhq.charm.glisten.visual - package com.gluonhq.charm.glisten.visual
-
API related to the user interface visuals can be found in this package.
- com.gluonhq.connect - package com.gluonhq.connect
-
The package containing the base classes of the Gluon Connect framework.
- com.gluonhq.connect.converter - package com.gluonhq.connect.converter
-
The com.gluonhq.connect.converter
package contains classes that describe how to convert between Java
objects and a certain data format.
- com.gluonhq.connect.gluoncloud - package com.gluonhq.connect.gluoncloud
-
The
com.gluonhq.connect.gluoncloud
package contains classes that are used to connect with the
Gluon CloudLink infrastructure.
- com.gluonhq.connect.provider - package com.gluonhq.connect.provider
-
The
com.gluonhq.connect.provider
package contains classes that provide convenience methods to map data
sources with a data format to give access to instances of
GluonObservable
.
- com.gluonhq.connect.source - package com.gluonhq.connect.source
-
The com.gluonhq.connect.source
package contains classes that describe from what sources data can be
read from or written to.
- comparatorProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
The comparator that denotes the order of the items within the headers.
- CompassService - Interface in com.gluonhq.charm.down.plugins
-
The compass service provides a compass heading in degrees as a value between 0.0 and 359.99,
where a value of 0.0 represents north.
- CompassServiceFactory - Class in com.gluonhq.charm.down.plugins
-
- CompassServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.CompassServiceFactory
-
- completerModeProperty() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
- completerProperty() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
The auto-complete function.
- completerWaitDurationProperty() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
This is the time interval to wait when the user stops typing before calling the
search function.
- computeMaxHeight(double) - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridRow
- computeMaxHeight(double) - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
- computePrefHeight(double) - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel.CollapsedPanel
-
- computePrefHeight(double) - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridRow
- computePrefHeight(double) - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
- Configuration - Class in com.gluonhq.charm.down.plugins.ble
-
- Configuration(String) - Constructor for class com.gluonhq.charm.down.plugins.ble.Configuration
-
Create a configuration that allows to listen to the specified UUID
- connectedProperty() - Method in interface com.gluonhq.charm.down.plugins.ConnectivityService
-
A read-only property indicating whether there is data connectivity available or not.
- ConnectivityService - Interface in com.gluonhq.charm.down.plugins
-
The connectivity service can be used to determine whether the device is currently
connected to a network or not.
- ConnectivityServiceFactory - Class in com.gluonhq.charm.down.plugins
-
- ConnectivityServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.ConnectivityServiceFactory
-
- ConnectState - Enum in com.gluonhq.connect
-
- connectTimeout(int) - Method in class com.gluonhq.connect.provider.RestClient
-
Sets the connect timeout for the HTTP connection, in milliseconds.
- consumerKey(String) - Method in class com.gluonhq.connect.provider.RestClient
-
Sets the consumer key to use for creating the OAuth 1.0 signature that is sent along with the request, by setting
the Authorization
request header.
- consumerSecret(String) - Method in class com.gluonhq.connect.provider.RestClient
-
Sets the consumer secret to use for creating the OAuth 1.0 signature that is sent along with the request, by
setting the Authorization
request header.
- contentProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
The content of the Dialog.
- contentProperty() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel.ExpandedPanel
-
The content Node displayed by this ExpandedPanel.
- contentProperty() - Method in class com.gluonhq.charm.glisten.control.Icon
-
- contentProperty() - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
-
The content of the PopupView.
- contentProperty() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
- contentTextProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
The String content of the dialog, setting this property with a non null value will result
in the content being a Label
with the value of this property as the text.
- contentType(String) - Method in class com.gluonhq.connect.provider.RestClient
-
Sets the Content-Type request header for the HTTP connection.
- converterProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
The
StringConverter
property used to format the result of type K
after applying the
headers function
to the data model
- create() - Static method in class com.gluonhq.connect.gluoncloud.GluonClientBuilder
-
Create a new instance of GluonClientBuilder that can be used to build instances of GluonClient.
- create(File) - Static method in class com.gluonhq.connect.provider.FileClient
-
Create a FileClient builder using the specified file as a data source.
- create() - Static method in class com.gluonhq.connect.provider.RestClient
-
Create a RestClient builder for constructing a RestDataSource or one of the classes that are used in the methods
of the
DataProvider
.
- createButton(String, Node, EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
-
Return a ToggleButton styled according to MaterialDesign Specification.
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.AppBar
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.CardPane
-
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.CharmListView
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.Chip
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.DropdownButton
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
-
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanelContainer
-
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.ProgressBar
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.ProgressIndicator
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.TextField
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.ToggleButtonGroup
- createFileDataSource() - Method in class com.gluonhq.connect.provider.FileClient
-
Build a FileDataSource that can be used as an InputDataSource to read from the file or an OutputDataSource to
write to the file.
- createListDataReader(String, Class<E>) - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
- createListDataReader(String, Class<E>, SyncFlag...) - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
- createListDataReader(InputStreamIterableInputConverter<T>) - Method in class com.gluonhq.connect.provider.FileClient
-
- createListDataReader(Class<E>) - Method in class com.gluonhq.connect.provider.RestClient
-
- createListDataReader(InputStreamIterableInputConverter<E>) - Method in class com.gluonhq.connect.provider.RestClient
-
- createObjectDataReader(String, Class<T>, SyncFlag...) - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
- createObjectDataReader(InputStreamInputConverter<T>) - Method in class com.gluonhq.connect.provider.FileClient
-
- createObjectDataReader(Class<T>) - Method in class com.gluonhq.connect.provider.RestClient
-
- createObjectDataReader(InputStreamInputConverter<T>) - Method in class com.gluonhq.connect.provider.RestClient
-
- createObjectDataRemover() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
- createObjectDataRemover() - Method in class com.gluonhq.connect.provider.FileClient
-
- createObjectDataRemover(Class<T>) - Method in class com.gluonhq.connect.provider.RestClient
-
- createObjectDataRemover(OutputStreamOutputConverter<T>, InputStreamInputConverter<T>) - Method in class com.gluonhq.connect.provider.RestClient
-
- createObjectDataWriter(String, Class<T>, SyncFlag...) - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
- createObjectDataWriter(OutputStreamOutputConverter<T>) - Method in class com.gluonhq.connect.provider.FileClient
-
- createObjectDataWriter(Class<T>) - Method in class com.gluonhq.connect.provider.RestClient
-
- createObjectDataWriter(OutputStreamOutputConverter<T>, InputStreamInputConverter<T>) - Method in class com.gluonhq.connect.provider.RestClient
-
- createRestDataSource() - Method in class com.gluonhq.connect.provider.RestClient
-
Build a RestDataSource that can be used as an InputDataSource to read from or an OutputDataSource to write to the
HTTP connection that is created with the parameters specified by this rest client builder.
- createUserURLStreamHandlerFactory() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
*
Protected API *
*
- credentials(GluonCredentials) - Method in class com.gluonhq.connect.gluoncloud.GluonClientBuilder
-
Set the value of the credentials for the GluonClient instance constructed by this builder.
- get(K) - Method in interface com.gluonhq.charm.down.plugins.Cache
-
Get the value for the specified key, or null when there is no such key.
- get(Class<T>) - Static method in class com.gluonhq.charm.down.Services
-
Returns an optional with a service, if previously a ServiceFactory was registered.
- get(int) - Method in class com.gluonhq.connect.GluonObservableList
-
Returns the element at the specified position in this list.
- getActionItems() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Gets the action items.
- getActionItems() - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
-
- getAlertType() - Method in class com.gluonhq.charm.glisten.control.Alert
-
Gets the value of the property alertType.
- getAppBar() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the
AppBar
instance that is a part of this application.
- getApplication() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Convenience method that returns the
MobileApplication
instance that this
View finds itself contained within.
- getAuthenticatedUser() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Gets the value of the property authenticatedUser.
- getAuthenticationMode() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Get the authentication mode to use when storing or retrieving data with this GluonClient instance.
- getAzimuth() - Method in class com.gluonhq.charm.down.plugins.MagnetometerReading
-
Azimuth (rotation about the -z axis, degrees).
- getBackgroundFade() - Method in class com.gluonhq.charm.glisten.layout.Layer
-
Gets the value of the property backgroundFade.
- getBatteryLevel() - Method in interface com.gluonhq.charm.down.plugins.BatteryService
-
Returns the current battery level of the device as a float between 0 and 1 (inclusive),
where 0 indicates the battery is completely empty, and 1 indicates that the battery
is fully charged.
- getButtons() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
A list of buttons to show within the dialog.
- getButtons() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel.ExpandedPanel
-
The list of buttons displayed on the bottom right of this control.
- getCache(String) - Method in interface com.gluonhq.charm.down.plugins.CacheService
-
Returns a
Cache
instance.
- getCallbackUrl() - Method in class com.gluonhq.connect.gluoncloud.LoginMethod
-
Constructs the URL that identifies the callback URL that will be called on Gluon CloudLink as the final step in
the connect flow.
- getCaption() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns the display name of the property associated to the
Option
or the name associated to the group of options.
- getCaption() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns the display name of the property associated to the
Option
or the name associated to the group of options.
- getCards() - Method in class com.gluonhq.charm.glisten.control.CardPane
-
Returns the observable list of Node
added to the control.
- getCategory() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns a String
representation of the category of the property.
- getCategory() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns a String
representation of the category of the property.
- getCellFactory() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns the current cell factory callback function for standard items.
- getChildren() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns the
ObservableList
of
sub-options
that a given option contains.
- getChildren() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns the
ObservableList
of
sub-options
that a given option contains.
- getClassCssMetaData() - Static method in class com.gluonhq.charm.glisten.control.AppBar
-
- getClassCssMetaData() - Static method in class com.gluonhq.charm.glisten.control.Avatar
-
- getClassCssMetaData() - Static method in class com.gluonhq.charm.glisten.control.Chip
-
- getClassCssMetaData() - Static method in class com.gluonhq.charm.glisten.control.ProgressIndicator
-
- getCollapsedContent() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
-
Gets the value of the property collapsedContent.
- getColor() - Method in class com.gluonhq.charm.glisten.application.StatusBar
-
Gets the value of the property color.
- getColor(SwatchElement) - Method in enum com.gluonhq.charm.glisten.visual.Swatch
-
Return swatch color according to provided SwatchElement
- getComparator() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns the Comparator
that is used to
sort the standard items
- getCompleter() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
Gets the value of the property completer.
- getCompleterMode() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
Gets the value of the property completerMode.
- getCompleterWaitDuration() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
Gets the value of the property completerWaitDuration.
- getConnectTimeout() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the connect timeout for the HTTP connection, in milliseconds.
- getConnectUrl() - Method in class com.gluonhq.connect.gluoncloud.LoginMethod
-
Constructs the URL that needs to be called to initiate the connect flow for this login method on Gluon CloudLink.
- getConsumerKey() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the consumer key to use for creating the OAuth 1.0 signature that is sent along with the request, by setting
the Authorization
request header.
- getConsumerSecret() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the consumer secret to use for creating the OAuth 1.0 signature that is sent along with the request, by
setting the Authorization
request header.
- getContent() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property content.
- getContent() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel.ExpandedPanel
-
Gets the value of the property content.
- getContent() - Method in class com.gluonhq.charm.glisten.control.Icon
-
Gets the value of the property content.
- getContent() - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
-
Gets the value of the property content.
- getContent() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Gets the value of the property content.
- getContentText() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property contentText.
- getContentType() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the Content-Type request header that will be set on the HTTP connection.
- getControlCssMetaData() - Method in class com.gluonhq.charm.glisten.control.AppBar
- getControlCssMetaData() - Method in class com.gluonhq.charm.glisten.control.Avatar
- getControlCssMetaData() - Method in class com.gluonhq.charm.glisten.control.Chip
- getControlCssMetaData() - Method in class com.gluonhq.charm.glisten.control.ProgressIndicator
- getConverter() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns the StringConverter
used to format the headers.
- getCredentials() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Get the application credentials that are used to authorize the application when connecting with Gluon CloudLink.
- getCurrent() - Static method in enum com.gluonhq.charm.down.Platform
-
Returns the current platform that the code is being executed on.
- getCurrentAcceleration() - Method in interface com.gluonhq.charm.down.plugins.AccelerometerService
-
Returns a single reading from the accelerometer.
- getDataString() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the entity to use for the HTTP connection.
- getDate() - Method in class com.gluonhq.charm.glisten.control.DatePicker
-
Returns the selected LocalDate
- getDateTime() - Method in class com.gluonhq.charm.down.plugins.Notification
-
The ZonedDateTime
with the time when the notification is scheduled
- getDefault() - Static method in enum com.gluonhq.charm.glisten.visual.Swatch
-
Returns the hardcoded default swatch -
blue
.
- getDefault() - Static method in enum com.gluonhq.charm.glisten.visual.Theme
-
Returns the hardcoded default theme -
light
.
- getDescription() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
A String
that will be shown to the user as a tooltip.
- getDescription() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
A String
that will be shown to the user as a tooltip.
- getDuration() - Method in class com.gluonhq.charm.glisten.control.Toast
-
Gets the value of the property duration.
- getDuration() - Method in class com.gluonhq.charm.glisten.mvc.SplashView
-
Gets the value of the property duration.
- getEditor() - Method in interface com.gluonhq.charm.glisten.control.settings.OptionEditor
-
Returns the editor responsible for editing this option.
- getEditor() - Method in class com.gluonhq.charm.glisten.control.settings.OptionEditorBase
-
Returns the editor responsible for editing this option.
- getException() - Method in class com.gluonhq.charm.glisten.control.ExceptionDialog
-
Gets the value of the property exception.
- getException() - Method in interface com.gluonhq.connect.GluonObservable
-
In case an exception occurred during processing, this method will
return the exception.
- getException() - Method in class com.gluonhq.connect.GluonObservableList
-
Gets the value of the property exception.
- getException() - Method in class com.gluonhq.connect.GluonObservableObject
-
Gets the value of the property exception.
- getExpandedContent() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
-
Gets the value of the property expandedContent.
- getExtendedDescription() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
A long String
that will be shown to the user in an extended view.
- getExtendedDescription() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
A long String
that will be shown to the user in an extended view.
- getFile() - Method in class com.gluonhq.connect.source.FileDataSource
-
Returns the file that this data source is mapped to.
- getFloatText() - Method in class com.gluonhq.charm.glisten.control.TextField
-
Gets the value of the property floatText.
- getFooter() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Returns an node which is used as the footer of NavigationDrawer.
- getFormParams() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns a list of form parameters that will be sent along with the request.
- getGlassPane() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the
GlassPane
instance that is part of this application.
- getGraphic() - Method in class com.gluonhq.charm.glisten.control.Chip
-
Gets the value of the property graphic.
- getGraphic() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property graphic.
- getGraphic() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
-
Returns a node which is used as the icon in the Footer.
- getGraphic() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
Returns an node which is used as the graphic of the Header.
- getGraphic() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
-
Returns a node which is used as the icon of the Item.
- getGraphic() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns an Optional
with the node that will be displayed as a graphic on
the left side of the option if not empty
- getGraphic() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns an Optional
with the node that will be displayed as a graphic on
the left side of the option if not empty
- getHeader() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Returns an object of the header.
- getHeaderCellFactory() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns the current cell factory callback function for header items.
- getHeaderComparator() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns the Comparator
that is used to
sort the headers items
- getHeaders() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns a list of HTTP headers which will be sent along with the request.
- getHeadersFunction() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns the Function
that is used to
generate the headers
- getHeadersList() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns an ObservableList
that contains the
items currently being shown to the user including the headers.
- getHeading() - Method in interface com.gluonhq.charm.down.plugins.CompassService
-
Returns the compass heading, represented as a value between 0.0 and 359.99, where 0.0 is north.
- getHost() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Get the name of the host that is used for connecting to Gluon CloudLink.
- getHost(String) - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Gets the name of the host that is used for connecting to Gluon CloudLink, appending the provided
service
.
- getHost() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns the complete host address of the URL to use for the HTTP connection.
- getId() - Method in class com.gluonhq.charm.down.plugins.Notification
-
The id of the notification.
- getImage() - Method in class com.gluonhq.charm.glisten.control.Avatar
-
Gets the value of the property image.
- getImageInputStream() - Method in class com.gluonhq.charm.down.plugins.Notification
-
The InputStream
with an image for the notification's logo
- getInputStream() - Method in class com.gluonhq.connect.converter.InputStreamInputConverter
-
Returns the InputStream where this InputConverter will read its data from.
- getInputStream() - Method in class com.gluonhq.connect.converter.InputStreamIterableInputConverter
-
Returns the InputStream where this IterableInputConverter will read its data from.
- getInputStream() - Method in class com.gluonhq.connect.source.BasicInputDataSource
-
- getInputStream() - Method in class com.gluonhq.connect.source.FileDataSource
-
Returns an InputStream that is able to read data from the file that was passed in when
constructing the FileDataSource.
- getInputStream() - Method in interface com.gluonhq.connect.source.InputDataSource
-
Returns an InputStream that will be used as the source to read data from.
- getInputStream() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns an InputStream that is able to read data from an HTTP URL that will be constructed
with the settings defined on this data source.
- getInstance() - Method in class com.gluonhq.charm.down.DefaultServiceFactory
-
- getInstance() - Method in interface com.gluonhq.charm.down.ServiceFactory
-
- getInstance() - Static method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the single instance of the MobileApplication.
- getIntroText() - Method in class com.gluonhq.charm.glisten.control.ExceptionDialog
-
Gets the value of the property introText.
- getItems() - Method in class com.gluonhq.charm.glisten.control.DropdownButton
-
The list of items that this Dropdown button contains.
- getItems() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanelContainer
-
Returns the ObservableList of
ExpansionPanel
present within this ExpansionPanelContainer.
- getItems() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Returns an ObservableList
that contains the items currently being
shown to the user in the content area.
- getKey() - Method in class com.gluonhq.connect.gluoncloud.GluonCredentials
-
Get the public key of this application.
- getKey() - Method in class com.gluonhq.connect.gluoncloud.User
-
Get the key that uniquely identifies this user within a Gluon CloudLink application.
- getLatitude() - Method in class com.gluonhq.charm.down.plugins.Position
-
Return the latitude coordinate of the position.
- getLayer() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
Returns the current layer of the FloatingActionButton.
- getLayers() - Method in class com.gluonhq.charm.glisten.layout.MobileLayoutPane
-
Returns the list of all
Layer
instances that have been installed
inside this layout pane.
- getLayout() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns the
Orientation
of the
Option
, that
defines its layout:
Orientation.HORIZONTAL
sets an horizontal layout, with an optional
graphic on the left, caption and description on the center, and editor on the
right.
- getLayout() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns the
Orientation
of the
Option
, that
defines its layout:
Orientation.HORIZONTAL
sets an horizontal layout, with an optional
graphic on the left, caption and description on the center, and editor on the
right.
- getLoginUrl() - Method in class com.gluonhq.connect.gluoncloud.LoginMethod
-
Returns the URL that must be used when verifying the login credentials of a user when authenticating with the
LoginMethod.Type.PASSWORD
login method.
- getLongitude() - Method in class com.gluonhq.charm.down.plugins.Position
-
Return the longitude coordinate of the position.
- getMagnitude() - Method in class com.gluonhq.charm.down.plugins.MagnetometerReading
-
Returns the magnitude of the reading, microtesla units
- getMajor() - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- getMaxLength() - Method in class com.gluonhq.charm.glisten.control.TextField
-
Gets the value of the property maxLength.
- getMenuItems() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Gets the menu items listed in the overflow menu.
- getMessage() - Method in class com.gluonhq.charm.glisten.control.Toast
-
Gets the value of the property message.
- getMethod() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns the request method to use for the HTTP connection.
- getMinor() - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- getMobileLayoutPane() - Method in class com.gluonhq.charm.glisten.layout.Layer
-
- getModel() - Method in interface com.gluonhq.charm.down.plugins.DeviceService
-
Returns the name of the device's model or product.
- getName() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Gets the value of the property name.
- getName() - Method in class com.gluonhq.connect.gluoncloud.User
-
Get the name of this user.
- getNavIcon() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Returns a node which is used as the nav icon.
- getNestedRows() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Returns a writable list of
GridRow
that are nested within this grid span.
- getNetworkId() - Method in class com.gluonhq.connect.gluoncloud.User
-
Get the unique id within a social network for this user.
- getNextView() - Method in class com.gluonhq.charm.glisten.mvc.SplashView
-
Gets the value of the property nextView.
- getNick() - Method in class com.gluonhq.connect.gluoncloud.User
-
Get the nick name of this user.
- getNotifications() - Method in interface com.gluonhq.charm.down.plugins.LocalNotificationsService
-
An Observable List of Notifications, that can be used to
add or remove notifications
If the notification is marked as scheduled, it won't be
added to the device
- getOffset() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Returns the
Offset
of this GridSpan.
- getOffset() - Method in enum com.gluonhq.charm.glisten.layout.responsive.grid.Offset
-
Returns the offset as an integer value between zero and eleven.
- getOnAction() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
Returns the EventHandler
which was set for the header.
- getOnAction() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
Returns the EventHandler
assigned to the floating
action button
- getOnCloseRequest() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property onCloseRequest.
- getOnCloseRequest() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Gets the value of the property onCloseRequest.
- getOnDeleteAction() - Method in class com.gluonhq.charm.glisten.control.Chip
-
Gets the value of the property onDeleteAction.
- getOnHidden() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property onHidden.
- getOnHidden() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Gets the value of the property onHidden.
- getOnHiding() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property onHiding.
- getOnHiding() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Gets the value of the property onHiding.
- getOnPullToRefresh() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Gets the value of the property onPullToRefresh.
- getOnShowing() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property onShowing.
- getOnShowing() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Gets the value of the property onShowing.
- getOnShown() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property onShown.
- getOnShown() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Gets the value of the property onShown.
- getOperationMode() - Method in class com.gluonhq.connect.gluoncloud.GluonClient
-
Get the operation mode to use when storing or retrieving data with this GluonClient instance.
- getOption() - Method in class com.gluonhq.charm.glisten.control.settings.OptionEditorBase
-
Returns the option that this property editor is responsible for editing.
- getOptionEditorFactory() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
-
Returns the editor factory used by the SettingsPane control to determine
which
OptionEditor
to use for a given
OptionBase
- getOptions() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
-
Returns an observable list with the full collection of
options
- getOrientation() - Method in interface com.gluonhq.charm.down.plugins.OrientationService
-
Returns the current orientation of the device.
- getOutputStream() - Method in class com.gluonhq.connect.converter.OutputStreamOutputConverter
-
Returns the OutputStream where this OutputConverter will write the converted object to.
- getOutputStream() - Method in class com.gluonhq.connect.source.BasicOutputDataSource
-
- getOutputStream() - Method in class com.gluonhq.connect.source.FileDataSource
-
Returns an OutputStream that is able to write data to the file that was passed in when
constructing the FileDataSource.
- getOutputStream() - Method in interface com.gluonhq.connect.source.OutputDataSource
-
Returns the OutputStream that will be used as the source to write data to.
- getOutputStream() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns an OutputStream that is able to write data to an HTTP URL that will be constructed
with the settings defined on this data source.
- getPath() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns the entire path of the URL to use for the HTTP connection.
- getPicture() - Method in class com.gluonhq.connect.gluoncloud.User
-
Get the URL to the profile picture of this user.
- getPitch() - Method in class com.gluonhq.charm.down.plugins.MagnetometerReading
-
Pitch (rotation about the x axis, radians).
- getPlaceholder() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns the Node
to be shown to the user when the
CharmListView has no content to show.
- getPlatform() - Method in interface com.gluonhq.charm.down.plugins.DeviceService
-
Returns the platform string that the operating system uses to identify itself.
- getPosition() - Method in interface com.gluonhq.charm.down.plugins.PositionService
-
The current position on earth of the device.
- getPrimaryGraphic() - Method in class com.gluonhq.charm.glisten.control.ListTile
-
Gets the value of the property primaryGraphic.
- getPrivateStorage() - Method in interface com.gluonhq.charm.down.plugins.StorageService
-
Get a storage directory that is private to the environment that is
calling this method.
- getPromptText() - Method in class com.gluonhq.charm.glisten.control.TextField
-
Gets the value of the property promptText.
- getProximity() - Method in enum com.gluonhq.charm.down.plugins.ble.Proximity
-
- getProximity() - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- getPublicStorage(String) - Method in interface com.gluonhq.charm.down.plugins.StorageService
-
Get a public storage directory location.
- getQueryParams() - Method in class com.gluonhq.connect.source.RestDataSource
-
Returns a list of query parameters that will be sent along with the request.
- getRadius() - Method in class com.gluonhq.charm.glisten.control.Avatar
-
Gets the value of the property radius.
- getRadius() - Method in class com.gluonhq.charm.glisten.control.ProgressIndicator
-
Gets the value of the property radius.
- getRandom() - Static method in enum com.gluonhq.charm.glisten.visual.Swatch
-
Returns a randomly selected swatch.
- getReading() - Method in interface com.gluonhq.charm.down.plugins.MagnetometerService
-
Returns a single reading from the magnetometer.
- getReadTimeout() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the read timeout for the HTTP connection, in milliseconds.
- getResponseCode() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the status code from an HTTP response message.
- getResponseHeaders() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the response header fields from an HTTP response message.
- getResponseMessage() - Method in class com.gluonhq.connect.source.RestDataSource
-
Gets the HTTP response message, if any, returned along with the response
code from a server.
- getResultNodeFactory() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
Gets the value of the property resultNodeFactory.
- getRoll() - Method in class com.gluonhq.charm.down.plugins.MagnetometerReading
-
Roll (rotation about the y axis, radians).
- getRoot() - Method in class com.gluonhq.charm.glisten.application.GlassPane
-
The root node of the application that this GlassPane is currently covering -
this is typically a
View
.
- getRows() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridLayout
-
Returns a writable list of the
GridRow
instances contained within this GridLayout.
- getRssi() - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- getRunnable() - Method in class com.gluonhq.charm.down.plugins.Notification
-
A runnable to be executed when the notification is displayed and clicked
by the user on the device
- getScreenHeight() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the height of the screen that this application is running on.
- getScreenResolution() - Method in interface com.gluonhq.charm.down.plugins.DisplayService
-
Returns the screen resolution of the device.
- getScreenWidth() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the width of the screen that this application is running on.
- getSecondaryGraphic() - Method in class com.gluonhq.charm.glisten.control.ListTile
-
Gets the value of the property secondaryGraphic.
- getSecret() - Method in class com.gluonhq.connect.gluoncloud.GluonCredentials
-
Get the secret key of this application.
- getSelectedItem() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Gets the value of the property selectedItem.
- getSelectedItem() - Method in class com.gluonhq.charm.glisten.control.DropdownButton
-
Gets the value of the property selectedItem.
- getSelectedItem() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Returns the currently selected object.
- getSelectionType() - Method in class com.gluonhq.charm.glisten.control.ToggleButtonGroup
-
Gets the value of the property selectionType.
- getSerial() - Method in interface com.gluonhq.charm.down.plugins.DeviceService
-
Returns the device hardware serial number.
- getServiceType() - Method in class com.gluonhq.charm.down.DefaultServiceFactory
-
- getServiceType() - Method in interface com.gluonhq.charm.down.ServiceFactory
-
- getShowTransition() - Method in class com.gluonhq.charm.glisten.layout.Layer
-
Returns current show transition for the
Layer
This method never returns null, so transition can be played safely
- getShowTransition() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Returns current show transition for the
View
This method never returns null, so transition can be played safely
- getShowTransitionFactory() - Method in class com.gluonhq.charm.glisten.layout.Layer
-
Gets the value of the property showTransitionFactory.
- getShowTransitionFactory() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Gets the value of the property showTransitionFactory.
- getSide() - Method in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
-
- getSignUpUrl() - Method in class com.gluonhq.connect.gluoncloud.LoginMethod
-
Returns the URL that must be used when signing up a new user that is authenticating with the
LoginMethod.Type.PASSWORD
login method.
- getSpacing() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Gets the value of the property spacing.
- getSpan() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Returns the
Span
of this GridSpan.
- getSpan() - Method in enum com.gluonhq.charm.glisten.layout.responsive.grid.Span
-
Returns the span as an integer value between one and twelve.
- getSpans() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridRow
-
Returns a writable list of the
GridSpan
instances contained within this GridRow.
- getSpans() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Returns a writable list of the
GridSpan
instances contained within this GridSpan.
- getState() - Method in interface com.gluonhq.connect.GluonObservable
-
Return the current state of this observable.
- getState() - Method in class com.gluonhq.connect.GluonObservableList
-
Gets the value of the property state.
- getState() - Method in class com.gluonhq.connect.GluonObservableObject
-
Gets the value of the property state.
- getStatusBar() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the
StatusBar
instance that is a part of this application.
- getStringConverter() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns an Optional
of a StringConverter
that can be applied to the value
- getStringConverter() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns an Optional
of a StringConverter
that can be applied to the value
- getStyleClass() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
A list of String identifiers which can be used to style the button
present in the floating action button.
- getSubtitle() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
Returns a String with the subtitle of the Header.
- getSwatch() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Gets the value of the property swatch.
- getTargetClass() - Method in class com.gluonhq.connect.converter.JsonConverter
-
Returns the target class that defines the objects being converted from and into JSON objects.
- getText() - Method in class com.gluonhq.charm.down.plugins.Notification
-
The content of the notification
- getText() - Method in class com.gluonhq.charm.glisten.control.Chip
-
Gets the value of the property text.
- getText() - Method in class com.gluonhq.charm.glisten.control.TextField
-
Gets the value of the property text.
- getText() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
Returns the text to be displayed inside the floating action button
- getTime() - Method in class com.gluonhq.charm.glisten.control.TimePicker
-
Gets the value of the property time.
- getTimestamp() - Method in class com.gluonhq.charm.down.plugins.Acceleration
-
Returns the timestamp of the reading
- getTitle() - Method in class com.gluonhq.charm.down.plugins.Notification
-
The title of the notification
- getTitle() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Gets the value of the property title.
- getTitle() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Returns the title of the AppBar.
- getTitle() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property title.
- getTitle() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
-
Returns a String with the title of the Footer.
- getTitle() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
Returns a String with the title of the Header.
- getTitle() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
-
Returns a String with the title of the Item.
- getTitle() - Method in enum com.gluonhq.charm.glisten.visual.SwatchElement
-
- getTitleFilter() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
-
- getTitleNodes() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel.CollapsedPanel
-
Returns the list of nodes that are displayed by this control.
- getTitleText() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Returns a String with the title of the AppBar.
- getTitleText() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property titleText.
- getToggles() - Method in class com.gluonhq.charm.glisten.control.ToggleButtonGroup
-
Returns the observable list of ToggleButtons
.
- getType() - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
-
Gets the value of the property type.
- getType() - Method in class com.gluonhq.connect.gluoncloud.LoginMethod
-
Returns the type of the LoginMethod and defines which service will be used for connecting Gluon CloudLink users.
- getUuid() - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- getUuid() - Method in interface com.gluonhq.charm.down.plugins.DeviceService
-
Returns the device's universally unique identifier.
- getUuids() - Method in class com.gluonhq.charm.down.plugins.ble.Configuration
-
Returns a list of uuids this configuration allows to monitor/scan.
- getValue() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
Gets the value of the property value.
- getValue() - Method in interface com.gluonhq.charm.glisten.control.settings.OptionEditor
-
Returns the current value in the editor
- getValue() - Method in class com.gluonhq.charm.glisten.control.settings.OptionEditorBase
-
Returns the current value in the editor
- getVersion() - Method in interface com.gluonhq.charm.down.plugins.DeviceService
-
Returns the version number of the device platform.
- getVerticalOffset() - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
-
Gets the value of the property verticalOffset.
- getView() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Gets the value of the property view.
- getViewName() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.ViewItem
-
Returns linked view name
- getViewStackPolicy() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.ViewItem
-
- getX() - Method in class com.gluonhq.charm.down.plugins.Acceleration
-
Returns the x value of the reading.
- getX() - Method in class com.gluonhq.charm.down.plugins.MagnetometerReading
-
Returns the x value of the reading, microtesla units.
- getY() - Method in class com.gluonhq.charm.down.plugins.Acceleration
-
Returns the y value of the reading
- getY() - Method in class com.gluonhq.charm.down.plugins.MagnetometerReading
-
Returns the y value of the reading, microtesla units
- getYaw() - Method in class com.gluonhq.charm.down.plugins.MagnetometerReading
-
Yaw (rotation about the -z axis, radians).
- getZ() - Method in class com.gluonhq.charm.down.plugins.Acceleration
-
Returns the z value of the reading
- getZ() - Method in class com.gluonhq.charm.down.plugins.MagnetometerReading
-
Returns the z value of the reading, microtesla units
- GlassPane - Class in com.gluonhq.charm.glisten.application
-
The GlassPane exists in an invisible layer above the main UI of a Glisten
MobileApplication
.
- GlistenStyleClasses - Class in com.gluonhq.charm.glisten.visual
-
A convenience class containing a number of style classes that are understood
by the Glisten CSS code.
- GluonClient - Class in com.gluonhq.connect.gluoncloud
-
- GluonClientBuilder - Class in com.gluonhq.connect.gluoncloud
-
- GluonClientBuilder() - Constructor for class com.gluonhq.connect.gluoncloud.GluonClientBuilder
-
Default constructor
- GluonCredentials - Class in com.gluonhq.connect.gluoncloud
-
A class that represents the credentials that are used when authorizing your application with Gluon CloudLink.
- GluonCredentials(String, String) - Constructor for class com.gluonhq.connect.gluoncloud.GluonCredentials
-
Construct a credentials object with the specified application key and secret.
- GluonObservable - Interface in com.gluonhq.connect
-
This is the common interface for both GluonObservableObject and GluonObservableList.
- GluonObservableList<E> - Class in com.gluonhq.connect
-
A GluonObservableList is an ObservableList that is linked with a data source.
- GluonObservableList() - Constructor for class com.gluonhq.connect.GluonObservableList
-
- GluonObservableObject<T> - Class in com.gluonhq.connect
-
A GluonObservableObject is an ObservableObject that is linked with a data source.
- GluonObservableObject() - Constructor for class com.gluonhq.connect.GluonObservableObject
-
- goHome() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns to the home view and clears view stack.
- graphic - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
- graphic(String) - Method in enum com.gluonhq.charm.glisten.visual.MaterialDesignIcon
-
Creates a graphic node that can be embedded within the scenegraph, for
the selected material design icon.
- graphic() - Method in enum com.gluonhq.charm.glisten.visual.MaterialDesignIcon
-
Creates a graphic node that can be embedded within the scenegraph, for
the selected material design icon.
- graphicProperty() - Method in class com.gluonhq.charm.glisten.control.Chip
-
An optional graphic for the Chip
- graphicProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
The graphic to be displayed in this Dialog.
- graphicProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
-
The graphic reflects the icon of the Footer.
- graphicProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
The Node
adds extra information to the Header.
- graphicProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
-
The graphic reflects the icon of the Item.
- GridLayout - Class in com.gluonhq.charm.glisten.layout.responsive.grid
-
The GridLayout container is the root class for the responsive layout component.
- GridLayout() - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridLayout
-
Creates a new empty GridLayout container.
- GridLayout(GridRow...) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridLayout
-
Creates a new GridLayout container with zero or more
GridRow
instances contained within it.
- GridRow - Class in com.gluonhq.charm.glisten.layout.responsive.grid
-
A GridRow contains space for 12 columns, and these columns are filled with GridSpan elements that can have their
own
Span
and
Offset
.
- GridRow() - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridRow
-
Creates an empty GridRow instance.
- GridRow(GridSpan...) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridRow
-
Creates a new GridRow instance with zero or more GridSpan elements contained within it.
- GridSpan - Class in com.gluonhq.charm.glisten.layout.responsive.grid
-
A GridSpan represents a single element contained within a GridRow.
- GridSpan(Span) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Creates a new GridSpan with the given Span size, and an offset of zero.
- GridSpan(Span, Node) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Creates a new GridSpan with the given Span size, the given content set as the initial content, and an offset of
zero.
- GridSpan(Span, Offset, Node) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Creates a new GridSpan with the given Span size, the given offset size, and the given content set as the initial
content.
- GridSpan(Span, Offset, Node, GridSpan...) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Creates a new GridSpan with the given Span size, the given offset size, the given content set as the initial
content, and zero or more embedded GridSpan elements.
- scan() - Method in interface com.gluonhq.charm.down.plugins.BarcodeScanService
-
Starts up the scanner functionality (commonly provided via the camera), and then parsed by Charm Down to
determine the string the barcode represents.
- ScanDetection - Class in com.gluonhq.charm.down.plugins.ble
-
ScanDetection is a wrapper class to hold the main data obtained when scanning a beacon:
uuid, major and minor ids, rssi and proximity estimation
- ScanDetection() - Constructor for class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- scrollTo(T) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Scrolls the CharmListView so that the given item is the first visible
item within the viewport, after the floating header if the latter is
visible
- scrollToHeader(T) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Scrolls the CharmListView so that the given header is the first visible
header within the viewport
- search() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
- searchBoxVisibleProperty() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
-
This property represents whether a text field should be presented to
users to allow for them to filter the options in the settings control to
only show ones matching the typed input.
- secondaryGraphicProperty() - Method in class com.gluonhq.charm.glisten.control.ListTile
-
The property to display on the right side of the ListTile, as a smaller Node.
- selectedItemProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Refers to the selected item property, which is used to indicate
the currently selected item in the CharmListView.
- selectedItemProperty() - Method in class com.gluonhq.charm.glisten.control.DropdownButton
-
Specifies which item is selected in the DropdownButton.
- selectedItemProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Refers to the selected item property, which is used to indicate
the currently selected item in the selection model.
- selectedProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
-
Indicates whether an
item
is selected.
- selectionTypeProperty() - Method in class com.gluonhq.charm.glisten.control.ToggleButtonGroup
-
The type of selection.
- SEPARATOR - Static variable in interface com.gluonhq.charm.glisten.control.settings.Option
-
A
String
used to create horizontal separators between other
options
in the
SettingsPane
control
- ServiceFactory<S> - Interface in com.gluonhq.charm.down
-
- Services<T> - Class in com.gluonhq.charm.down
-
- setAlertType(Alert.AlertType) - Method in class com.gluonhq.charm.glisten.control.Alert
-
Sets the value of the property alertType.
- setAutoFix(boolean) - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
-
Sets the value of the property autoFix.
- setAutoHide(boolean) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property autoHide.
- setAutoHide(boolean) - Method in class com.gluonhq.charm.glisten.layout.Layer
-
- setBackgroundFade(double) - Method in class com.gluonhq.charm.glisten.layout.Layer
-
Sets the value of the property backgroundFade.
- setCellFactory(Callback<CharmListView<T, K>, CharmListCell<T>>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets a new cell factory to use for the standard items in the CharmListView.
- setCollapsedContent(Node) - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
-
Sets the value of the property collapsedContent.
- setColor(Color) - Method in interface com.gluonhq.charm.down.plugins.StatusBarService
-
Sets the color of the status bar to the specified color.
- setColor(Color) - Method in class com.gluonhq.charm.glisten.application.StatusBar
-
Sets the value of the property color.
- setComparator(Comparator<? super T>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the comparator for the standard items of the CharmListView.
- setCompleter(Function<String, List<T>>) - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
Sets the value of the property completer.
- setCompleterMode(AutoCompleteTextField.CompleterMode) - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
Sets the value of the property completerMode.
- setCompleterWaitDuration(Duration) - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
Sets the value of the property completerWaitDuration.
- setConnectTimeout(int) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the connect timeout for the HTTP connection, in milliseconds.
- setConsumerKey(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the consumer key to use for creating the OAuth 1.0 signature that is sent along with the request, by setting
the Authorization
request header.
- setConsumerSecret(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the consumer secret to use for creating the OAuth 1.0 signature that is sent along with the request, by
setting the Authorization
request header.
- setContent(Node) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property content.
- setContent(Node) - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel.ExpandedPanel
-
Sets the value of the property content.
- setContent(MaterialDesignIcon) - Method in class com.gluonhq.charm.glisten.control.Icon
-
Sets the value of the property content.
- setContent(Node) - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
-
Sets the value of the property content.
- setContent(Node) - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Sets the value of the property content.
- setContentText(String) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property contentText.
- setContentType(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the Content-Type request header for the HTTP connection.
- setConverter(StringConverter<K>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the StringConverter
to be used to format the headers
- setDataString(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the entity to use for the HTTP connection.
- setDate(LocalDate) - Method in class com.gluonhq.charm.glisten.control.DatePicker
-
Sets the LocalDate
- setDeletable(boolean) - Method in class com.gluonhq.charm.glisten.control.Chip
-
Sets the value of the property deletable.
- setDuration(Duration) - Method in class com.gluonhq.charm.glisten.control.Toast
-
Sets the value of the property duration.
- setException(Exception) - Method in class com.gluonhq.charm.glisten.control.ExceptionDialog
-
Sets the value of the property exception.
- setException(Throwable) - Method in class com.gluonhq.connect.GluonObservableList
-
Sets the value of the property exception.
- setException(Throwable) - Method in class com.gluonhq.connect.GluonObservableObject
-
Sets the value of the property exception.
- setExpanded(boolean) - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
-
Sets the value of the property expanded.
- setExpandedContent(Node) - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
-
Sets the value of the property expandedContent.
- setExtendedDescription(String) - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Sets the long
String
description that will be shown to the user in
an extended
View
- setFloatingActionButtonHandler(Function<FloatingActionButton, Point2D>) - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
The floating action button handler is the method that is called to determine
the positioning of the floating action button in the layout pane.
- setFloatingHeaderVisible(boolean) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the visibility of the floating header for the most top visible item.
- setFloatText(String) - Method in class com.gluonhq.charm.glisten.control.TextField
-
Sets the value of the property floatText.
- setFooter(Node) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Sets the underlying footer for the NavigationDrawer.
- setFormParams(MultiValuedMap<String, String>) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the list of form parameters to be sent along with the request.
- setGluonClient(GluonClient) - Method in interface com.gluonhq.connect.gluoncloud.AuthenticationView
-
Every AuthenticationView needs an instance of GluonClient that contains
the credentials and host information to connect to Gluon Cloud.
- setGraphic(Image) - Method in class com.gluonhq.charm.glisten.control.Chip
-
Sets the value of the property graphic.
- setGraphic(Node) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property graphic.
- setGraphic(Node) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
-
Sets a node as the icon of the Footer.
- setGraphic(Node) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
Sets a node as the graphic in the Header.
- setGraphic(Node) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
-
Sets a node as an icon of the Item.
- setHeader(Node) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Sets the underlying header for the NavigationDrawer.
- setHeaderCellFactory(Callback<CharmListView<T, K>, CharmListCell<T>>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets a new cell factory to use for the header items in the CharmListView.
- setHeaderComparator(Comparator<? super K>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the comparator for the header items of the CharmListView.
- setHeaders(MultiValuedMap<String, String>) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the list of HTTP headers to be sent along with the request.
- setHeadersFunction(Function<? super T, K>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the headers function for the CharmListView.
- setHost(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the complete host address of the URL to use for the HTTP connection.
- setImage(Image) - Method in class com.gluonhq.charm.glisten.control.Avatar
-
Sets the value of the property image.
- setInputStream(InputStream) - Method in class com.gluonhq.connect.converter.InputStreamInputConverter
-
Sets the InputStream to be used as the input source for this InputConverter.
- setInputStream(InputStream) - Method in class com.gluonhq.connect.converter.InputStreamIterableInputConverter
-
Sets the InputStream to be used as the input source for this IterableInputConverter.
- setIntroText(String) - Method in class com.gluonhq.charm.glisten.control.ExceptionDialog
-
Sets the value of the property introText.
- setItems(ObservableList<T>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the underlying data model for the CharmListView.
- setKey(String) - Method in class com.gluonhq.connect.gluoncloud.User
-
Set the key that uniquely identifies this user.
- setLayout(Orientation) - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Defines the type of layout to apply to the
Option
- setMajor(int) - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- setMaxLength(int) - Method in class com.gluonhq.charm.glisten.control.TextField
-
Sets the value of the property maxLength.
- setMessage(String) - Method in class com.gluonhq.charm.glisten.control.Toast
-
Sets the value of the property message.
- setMethod(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the request method to use for the HTTP connection.
- setMinor(int) - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- setName(String) - Method in class com.gluonhq.charm.glisten.mvc.View
-
Sets the value of the property name.
- setName(String) - Method in class com.gluonhq.connect.gluoncloud.User
-
Set the name for this user.
- setNavIcon(Node) - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Sets a node as the nav icon.
- setNetworkId(String) - Method in class com.gluonhq.connect.gluoncloud.User
-
Set the unique id within a social network for this user.
- setNick(String) - Method in class com.gluonhq.connect.gluoncloud.User
-
Set the nick name for this user.
- setOnAction(EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
Accepts an EventHandler
which will be fired when the arrow, placed on the right bottom
corner of the header, is touched, clicked or pressed.
- setOnAction(EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
Sets the EventHandler
for the floating action button
- setOnCloseRequest(EventHandler<LifecycleEvent>) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property onCloseRequest.
- setOnCloseRequest(EventHandler<LifecycleEvent>) - Method in class com.gluonhq.charm.glisten.mvc.View
-
Sets the value of the property onCloseRequest.
- setOnDeleteAction(EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.control.Chip
-
Sets the value of the property onDeleteAction.
- setOnHidden(EventHandler<LifecycleEvent>) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property onHidden.
- setOnHidden(EventHandler<LifecycleEvent>) - Method in class com.gluonhq.charm.glisten.mvc.View
-
Sets the value of the property onHidden.
- setOnHiding(EventHandler<LifecycleEvent>) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property onHiding.
- setOnHiding(EventHandler<LifecycleEvent>) - Method in class com.gluonhq.charm.glisten.mvc.View
-
Sets the value of the property onHiding.
- setOnPullToRefresh(EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the value of the property onPullToRefresh.
- setOnShowing(EventHandler<LifecycleEvent>) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property onShowing.
- setOnShowing(EventHandler<LifecycleEvent>) - Method in class com.gluonhq.charm.glisten.mvc.View
-
Sets the value of the property onShowing.
- setOnShown(EventHandler<LifecycleEvent>) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property onShown.
- setOnShown(EventHandler<LifecycleEvent>) - Method in class com.gluonhq.charm.glisten.mvc.View
-
Sets the value of the property onShown.
- setOptionEditorFactory(Callback<Option, OptionEditor<?>>) - Method in class com.gluonhq.charm.glisten.control.SettingsPane
-
Sets a new editor factory used by the SettingsPane control to determine which
OptionEditor
to use for a given
OptionBase
.
- setOutputStream(OutputStream) - Method in class com.gluonhq.connect.converter.OutputStreamOutputConverter
-
Sets the OutputStream to be used as the output source for this OutputConverter.
- setPath(String) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the entire path of the URL to use for the HTTP connection.
- setPicture(String) - Method in class com.gluonhq.connect.gluoncloud.User
-
Set the URL to the profile picture for this user.
- setPlaceholder(Node) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets a Node
to be shown to the user when the
CharmListView has no content to show.
- setPrimaryGraphic(Node) - Method in class com.gluonhq.charm.glisten.control.ListTile
-
Sets the value of the property primaryGraphic.
- setPromptText(String) - Method in class com.gluonhq.charm.glisten.control.TextField
-
Sets the value of the property promptText.
- setProximity(int) - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- setQueryParams(MultiValuedMap<String, String>) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the list of query parameters to be sent along with the request.
- setRadius(double) - Method in class com.gluonhq.charm.glisten.control.Avatar
-
Sets the value of the property radius.
- setRadius(double) - Method in class com.gluonhq.charm.glisten.control.ProgressIndicator
-
Sets the value of the property radius.
- setReadTimeout(int) - Method in class com.gluonhq.connect.source.RestDataSource
-
Sets the read timeout for the HTTP connection, in milliseconds.
- setRefreshIndicatorVisible(boolean) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the value of the property refreshIndicatorVisible.
- setResult(T) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the result to return once the dialog is hidden.
- setResultNodeFactory(Function<T, Node>) - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
Sets the value of the property resultNodeFactory.
- setRssi(int) - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- setSearchBoxVisible(boolean) - Method in class com.gluonhq.charm.glisten.control.SettingsPane
-
Sets whether a text field should be presented to
users to allow for them to filter the options in the settings control to
only show ones matching the typed input.
- setSecondaryGraphic(Node) - Method in class com.gluonhq.charm.glisten.control.ListTile
-
Sets the value of the property secondaryGraphic.
- setSelected(boolean) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
-
Sets the value of the property selected.
- setSelectedItem(T) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the value of the property selectedItem.
- setSelectedItem(MenuItem) - Method in class com.gluonhq.charm.glisten.control.DropdownButton
-
Sets the value of the property selectedItem.
- setSelectedItem(Node) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Sets the value of the property selectedItem.
- setSelectionType(SelectionMode) - Method in class com.gluonhq.charm.glisten.control.ToggleButtonGroup
-
Sets the value of the property selectionType.
- setShowing(boolean) - Method in class com.gluonhq.charm.glisten.layout.Layer
-
- setShowTransitionFactory(Function<Layer, Transition>) - Method in class com.gluonhq.charm.glisten.layout.Layer
-
Sets the value of the property showTransitionFactory.
- setShowTransitionFactory(Function<View, Transition>) - Method in class com.gluonhq.charm.glisten.mvc.View
-
Sets the value of the property showTransitionFactory.
- setSide(Side) - Method in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
-
- setSpacing(double) - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Sets the value of the property spacing.
- setState(ConnectState) - Method in class com.gluonhq.connect.GluonObservableList
-
Sets the value of the property state.
- setState(ConnectState) - Method in class com.gluonhq.connect.GluonObservableObject
-
Sets the value of the property state.
- setStringConverter(StringConverter) - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Sets the StringConverter
that can be applied to the
used to convert the value of the underlaying Property
of
this option
- setSubtitle(String) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
Sets the current subtitle of the Header.
- setSwatch(Swatch) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Sets the value of the property swatch.
- setText(String) - Method in class com.gluonhq.charm.glisten.control.Chip
-
Sets the value of the property text.
- setText(String) - Method in class com.gluonhq.charm.glisten.control.TextField
-
Sets the value of the property text.
- setText(String) - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
Sets the text to be displayed inside the floating action button
- setTime(LocalTime) - Method in class com.gluonhq.charm.glisten.control.TimePicker
-
Sets the value of the property time.
- SettingsPane - Class in com.gluonhq.charm.glisten.control
-
The SettingsPane control is designed to make it really
easy for developers to present to end users a list of
options
that can be
modified, using proper built-in editors according the type of those options.
- SettingsPane() - Constructor for class com.gluonhq.charm.glisten.control.SettingsPane
-
Creates a new instance with an empty collection of options
- SettingsPane(ObservableList<Option>) - Constructor for class com.gluonhq.charm.glisten.control.SettingsPane
-
Creates a new instance with the given list of options
- SettingsService - Interface in com.gluonhq.charm.down.plugins
-
The SettingService provides a simple way for storing, retrieving and removing
key-value pairs of strings.
- SettingsServiceFactory - Class in com.gluonhq.charm.down.plugins
-
- SettingsServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.SettingsServiceFactory
-
- setTitle(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Sets the value of the property title.
- setTitle(Node) - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Changes the title of the AppBar.
- setTitle(Node) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property title.
- setTitle(String) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
-
Sets the current title of the Footer.
- setTitle(String) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
Sets current title of the Header.
- setTitle(String) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
-
Sets the current title of the Item.
- setTitleFilter(String) - Method in class com.gluonhq.charm.glisten.control.SettingsPane
-
Sets the filter for filtering the options shown on screen.
- setTitleText(String) - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Sets the title of the AppBar.
- setTitleText(String) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property titleText.
- setType(BottomNavigation.Type) - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
-
Sets the value of the property type.
- setUuid(String) - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
-
- setValue(T) - Method in interface com.gluonhq.charm.glisten.control.settings.OptionEditor
-
Sets the value to display in the editor
- setVerticalOffset(double) - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
-
Sets the value of the property verticalOffset.
- setVisible(boolean) - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
Sets the value of the property visible.
- setVvalue(double) - Method in class com.gluonhq.charm.glisten.control.CardPane
-
Allows setting progamatically the vertical scroll position of the card pane.
- setWrapText(boolean) - Method in class com.gluonhq.charm.glisten.control.ListTile
-
Sets the value of the property wrapText.
- ShakeTransition - Class in com.gluonhq.charm.glisten.animation
-
Animate a shake effect on the given node
- ShakeTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.ShakeTransition
-
Create new ShakeTransition
- show() - Method in class com.gluonhq.charm.glisten.control.Toast
-
Shows the Toast to the user.
- show() - Method in class com.gluonhq.charm.glisten.layout.layer.MenuPopupView
-
If this Layer is installed in the
GlassPane
, calling this method
will show the Layer regardless of the current View.
- show() - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
-
If this Layer is installed in the
GlassPane
, calling this method
will show the Layer regardless of the current View.
- show() - Method in class com.gluonhq.charm.glisten.layout.Layer
-
If this Layer is installed in the
GlassPane
, calling this method
will show the Layer regardless of the current View.
- show() - Method in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
-
If this Layer is installed in the
GlassPane
, calling this method
will show the Layer regardless of the current View.
- show(String) - Method in class com.gluonhq.charm.glisten.layout.layer.SnackbarPopupView
-
This method is used to display a message, without action button
- show(String, String, EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.layout.layer.SnackbarPopupView
-
This method is used to display a message, with an action button
- showAndWait() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Requests that the dialog be shown.
- SHOWING - Static variable in class com.gluonhq.charm.glisten.control.LifecycleEvent
-
This event happens just before the object is shown
- showingProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Represents whether the Dialog instance is currently showing or not.
- showingProperty() - Method in class com.gluonhq.charm.glisten.layout.Layer
-
Represents whether this Layer is currently showing on screen or not.
- showingProperty() - Method in class com.gluonhq.charm.glisten.mvc.View
-
A boolean property used to represent whether this View is currently starting being
shown on screen.
- showLayer(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Attempts to show a layer with the given name.
- showMessage(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
- showMessage(String, String, EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
- SHOWN - Static variable in class com.gluonhq.charm.glisten.control.LifecycleEvent
-
This event happens just after the object is shown.
- showTransitionFactoryProperty() - Method in class com.gluonhq.charm.glisten.layout.Layer
-
The factory that given a Layer
returns the Transition
which should be used during its appearance.
- showTransitionFactoryProperty() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Specifies a Function
which should be used as factory to create a transition
used by the View during its appearance.
- ShrinkExpandAnimation - Class in com.gluonhq.charm.glisten.animation
-
An animation that will shrink or grow a Node.
- ShrinkExpandAnimation(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.ShrinkExpandAnimation
-
Creates a new ShrinkExpandAnimation instance, where the animation
will initially operate in the direction specified by the boolean argument:
if true, the node will expand into view when the animation is played, and
if false, the node will shrink out of view when the animation is played.
- shutdown() - Method in interface com.gluonhq.charm.down.plugins.LifecycleService
-
Initiates the process of shutting down the application that called this method.
- SidePopupView - Class in com.gluonhq.charm.glisten.layout.layer
-
The SidePopupView class is a Layer used to show a JavaFX Node that will scroll out from the edge of the screen.
- SidePopupView(Node) - Constructor for class com.gluonhq.charm.glisten.layout.layer.SidePopupView
-
Creates a new SidePopupView instance that will be displayed from the
left edge of the screen, containing the given Node.
- SidePopupView(Node, Side, Boolean) - Constructor for class com.gluonhq.charm.glisten.layout.layer.SidePopupView
-
Creates a new SidePopupView instance that will be displayed from the
given side of the screen, containing the given Node.
- sideProperty() - Method in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
-
The side of the screen from which the SidePopupView should appear from.
- size() - Method in class com.gluonhq.connect.GluonObservableList
-
Returns the number of elements in this list.
- SnackbarPopupView - Class in com.gluonhq.charm.glisten.layout.layer
-
The SnackbarPopupView class is used to show a message - it will scroll out from the bottom of the screen.
- SnackbarPopupView() - Constructor for class com.gluonhq.charm.glisten.layout.layer.SnackbarPopupView
-
Creates a new instance, with default settings
- spacingProperty() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
The amount of horizontal space between each child in the AppBar.
- Span - Enum in com.gluonhq.charm.glisten.layout.responsive.grid
-
The Span enum simply represents how many columns a particular node in the
GridLayout
should span.
- SPLASH_VIEW - Static variable in class com.gluonhq.charm.glisten.application.MobileApplication
-
A Glisten-based application defines a
View
with its
name specified as
SPLASH_VIEW
intended to be a one-time splash view.
- SplashView - Class in com.gluonhq.charm.glisten.mvc
-
SplashView is a subclass of
View
intended to be used only as a first-time splash view.
- SplashView() - Constructor for class com.gluonhq.charm.glisten.mvc.SplashView
-
Default empty constructor.
- SplashView(String) - Constructor for class com.gluonhq.charm.glisten.mvc.SplashView
-
Creates a Splash View, that will switch to the view registered in the factory with
the key "nextView", after the splash is hidden.
- SplashView(Node) - Constructor for class com.gluonhq.charm.glisten.mvc.SplashView
-
Creates a Splash View with the defined content placed at its center, and it will
switch to the HOME_VIEW after the splash is hidden.
- SplashView(String, Node) - Constructor for class com.gluonhq.charm.glisten.mvc.SplashView
-
Creates a Splash View with the defined content placed at its center, that will switch
to the view registered in the factory with the key "nextView", after the splash is hidden.
- SplashView(String, Node, Duration) - Constructor for class com.gluonhq.charm.glisten.mvc.SplashView
-
Creates a Splash View with the defined content placed at its center, that will switch
to the view registered in the factory with the key "nextView", when a pause transition
with the defined duration, and starting after the splash view is shown, finishes.
- start(Stage) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceInDownTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceInLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceInRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceInTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceInUpTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceOutDownTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceOutLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceOutRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceOutTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceOutUpTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
-
Called when the animation is starting
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInDownBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInDownTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInLeftBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInRightBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInUpBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInUpTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutDownBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutDownTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutLeftBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutRightBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutUpBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutUpTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlashTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlipInXTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlipInYTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlipOutXTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlipOutYTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlipTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.HingeTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.NoTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.PulseTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RollInTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RollOutTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateInDownLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateInDownRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateInTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateInUpLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateInUpRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateOutDownLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateOutDownRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateOutTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateOutUpLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateOutUpRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.ShakeTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.SwingTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.TadaTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.WobbleTransition
-
- startScanning(Configuration, Consumer<ScanDetection>) - Method in interface com.gluonhq.charm.down.plugins.BleService
-
Start scanning for BLE devices.
- stateProperty() - Method in interface com.gluonhq.connect.GluonObservable
-
Holds the current state of this observable.
- stateProperty() - Method in class com.gluonhq.connect.GluonObservableList
-
- stateProperty() - Method in class com.gluonhq.connect.GluonObservableObject
-
- StatusBar - Class in com.gluonhq.charm.glisten.application
-
API to allow for styling the native status bar elements on platforms such as iOS and Android.
- StatusBarService - Interface in com.gluonhq.charm.down.plugins
-
The status bar service provides access to the native status bar of the underlying platform.
- StatusBarServiceFactory - Class in com.gluonhq.charm.down.plugins
-
- StatusBarServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.StatusBarServiceFactory
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.BounceOutDownTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.BounceOutLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.BounceOutRightTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.BounceOutTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.BounceOutUpTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
-
Called when the animation is stopping
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutDownBigTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutDownTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutLeftBigTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutRightBigTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutRightTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutUpBigTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutUpTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FlipInXTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FlipInYTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FlipOutXTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FlipOutYTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FlipTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.HingeTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.NoTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RollOutTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateInDownLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateInDownRightTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateInUpLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateInUpRightTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateOutDownLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateOutDownRightTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateOutTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateOutUpLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateOutUpRightTransition
-
- stopScanning() - Method in interface com.gluonhq.charm.down.plugins.BleService
-
Stops the last called startScanning operation.
- StorageService - Interface in com.gluonhq.charm.down.plugins
-
The storage service provides access to the private and public storage locations for
the application offered by the native platform.
- StorageServiceFactory - Class in com.gluonhq.charm.down.plugins
-
- StorageServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.StorageServiceFactory
-
- store(String, String) - Method in interface com.gluonhq.charm.down.plugins.SettingsService
-
Stores the setting with the specified key and value.
- storeObject(T, ObjectDataWriter<T>) - Static method in class com.gluonhq.connect.provider.DataProvider
-
Writes the object by using the specified ObjectDataWriter.
- stringConverter - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
- StringInputConverter - Class in com.gluonhq.connect.converter
-
An InputConverter that reads a string from an InputStream.
- StringInputConverter() - Constructor for class com.gluonhq.connect.converter.StringInputConverter
-
- StringOutputConverter - Class in com.gluonhq.connect.converter
-
An OutputConverter that writes a string to an OutputStream.
- StringOutputConverter() - Constructor for class com.gluonhq.connect.converter.StringOutputConverter
-
- STYLE_CLASS_MINI - Static variable in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
Creates a FAB with a slightly smaller radius than default
- subtitleProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
The title in header generally reflects the current user email.
- Swatch - Enum in com.gluonhq.charm.glisten.visual
-
An enumeration of all available swatch styles provided by Glisten.
- SwatchElement - Enum in com.gluonhq.charm.glisten.visual
-
- swatchProperty() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Specifies the
Swatch
that should be used for the whole scene.
- SwingTransition - Class in com.gluonhq.charm.glisten.animation
-
Animate a swing effect on the given node
Port of Swing from Animate.css by
Dan Eden
- SwingTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.SwingTransition
-
Create new SwingTransition
- switchToPreviousView() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Attempts to switch to a previously used view if one exists.
- switchView(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Attempts to switch the view from the current view to a view represented by
the given view name.
- switchView(String, ViewStackPolicy) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Attempts to switch the view from the current view to a view represented by
the given view name.
- SyncFlag - Enum in com.gluonhq.connect.gluoncloud
-
A SyncFlag defines how changes to objects and lists are reflected between
the remote copies on Gluon Cloud and the local copies in the runtime of the
client application.
- value - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
- valueOf(String) - Static method in enum com.gluonhq.charm.down.Platform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.down.plugins.ble.Proximity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.down.plugins.LifecycleEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.glisten.application.ViewStackPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.glisten.control.AutoCompleteTextField.CompleterMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.glisten.control.BottomNavigation.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.glisten.layout.responsive.grid.Offset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.glisten.layout.responsive.grid.Span
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.glisten.visual.MaterialDesignIcon
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.glisten.visual.Swatch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.glisten.visual.SwatchElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.glisten.visual.Theme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.connect.ConnectState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.connect.gluoncloud.AuthenticationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.connect.gluoncloud.LoginMethod.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.connect.gluoncloud.OperationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.connect.gluoncloud.SyncFlag
-
Returns the enum constant of this type with the specified name.
- valueProperty() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
-
The value selected by the user from the auto-complete popup.
- valueProperty() - Method in class com.gluonhq.charm.glisten.control.settings.DefaultOption
-
Returns the underlying Property
, where one exists,
that the editor can monitor for changes.
- valueProperty() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns the underlying Property
, where one exists,
that the editor can monitor for changes.
- valueProperty() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns the underlying Property
, where one exists,
that the editor can monitor for changes.
- valueProperty(T) - Static method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Allows wrapping primitives into a read-only Property
- valueProperty() - Method in interface com.gluonhq.charm.glisten.control.settings.OptionEditor
-
Returns the value property bound to this editor
- values() - Static method in enum com.gluonhq.charm.down.Platform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.down.plugins.ble.Proximity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.down.plugins.LifecycleEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.glisten.application.ViewStackPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.glisten.control.AutoCompleteTextField.CompleterMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.glisten.control.BottomNavigation.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.glisten.layout.responsive.grid.Offset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.glisten.layout.responsive.grid.Span
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.glisten.visual.MaterialDesignIcon
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.glisten.visual.Swatch
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.glisten.visual.SwatchElement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.glisten.visual.Theme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.connect.ConnectState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.connect.gluoncloud.AuthenticationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.connect.gluoncloud.LoginMethod.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.connect.gluoncloud.OperationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.connect.gluoncloud.SyncFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verticalOffsetProperty() - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
-
By default the original position of the popup is over the owner node.
- vibrate() - Method in interface com.gluonhq.charm.down.plugins.VibrationService
-
Vibrates the device with the default pattern and duration
- vibrate(long...) - Method in interface com.gluonhq.charm.down.plugins.VibrationService
-
Vibrates the device with the given pattern, which represents the number of
milliseconds to turn the vibration on for, followed by how long it should be off for.
- VibrationService - Interface in com.gluonhq.charm.down.plugins
-
The vibration service enables access to the vibration functionality present
on most devices.
- VibrationServiceFactory - Class in com.gluonhq.charm.down.plugins
-
- VibrationServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.VibrationServiceFactory
-
- View - Class in com.gluonhq.charm.glisten.mvc
-
Glisten user interfaces are built using views, which are essentially named
MobileLayoutPanes
.
- View(String) - Constructor for class com.gluonhq.charm.glisten.mvc.View
-
Creates a new View instance with the given name.
- View(Node) - Constructor for class com.gluonhq.charm.glisten.mvc.View
-
Creates a new View instance with the given content and a null name.
- View(String, Node) - Constructor for class com.gluonhq.charm.glisten.mvc.View
-
Creates a new View instance with the given name and content.
- ViewItem(String, String) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.ViewItem
-
- ViewItem(String, String, ViewStackPolicy) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.ViewItem
-
- ViewItem(String, Node, String) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.ViewItem
-
- ViewItem(String, Node, String, ViewStackPolicy) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.ViewItem
-
- viewProperty() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
The currently showing
View
within this application.
- ViewStackPolicy - Enum in com.gluonhq.charm.glisten.application
-
Defines view stack usage policy.
- visibleProperty() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
Toggles the visibility of the FloatingActionButton.