A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

aborted(String) - Method in interface com.gluonhq.cloudlink.client.user.Authenticator
Task to be performed when the authentication process is aborted by the user.
AC_UNIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
Acceleration - Class in com.gluonhq.charm.down.plugins
Represents a reading taken from the AccelerometerService.
Acceleration(double, double, double, LocalDateTime) - Constructor for class com.gluonhq.charm.down.plugins.Acceleration
Creates a new immutable Acceleration instance with the given x, y, z, and timestamp values.
accelerationProperty() - Method in interface com.gluonhq.charm.down.plugins.AccelerometerService
A frequently-updated reading from the accelerometer.
AccelerometerService - Interface in com.gluonhq.charm.down.plugins
An accelerometer measures the acceleration force that is applied to a device in all three physical axes (x, y and z).
AccelerometerServiceFactory - Class in com.gluonhq.charm.down.plugins
 
AccelerometerServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.AccelerometerServiceFactory
 
ACCESS_ALARM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ACCESS_ALARMS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ACCESS_TIME - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ACCESSIBILITY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ACCESSIBLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ACCOUNT_BALANCE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ACCOUNT_BALANCE_WALLET - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ACCOUNT_BOX - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ACCOUNT_CIRCLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADB - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD_A_PHOTO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD_ALARM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD_ALERT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD_BOX - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD_CIRCLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD_CIRCLE_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD_LOCATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD_SHOPPING_CART - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD_TO_PHOTOS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ADD_TO_QUEUE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
addFormParam(String, String) - Method in class com.gluonhq.connect.source.RestDataSource
Add a single form parameter to the request.
addHeader(String, String) - Method in class com.gluonhq.connect.source.RestDataSource
Adds a single HTTP header to the request.
addLayerFactory(String, Supplier<Layer>) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
Adds a new layer factory to this application, if the given layer name is unique (otherwise an IllegalArgumentException is thrown).
addListener(LifecycleEvent, Runnable) - Method in interface com.gluonhq.charm.down.plugins.LifecycleService
Adds a life cycle event listener to the native platform, to be notified of LifecycleEvent events.
addListener(String, Consumer<String>) - Method in interface com.gluonhq.charm.down.plugins.RuntimeArgsService
Adds a listener to the given key, like RuntimeArgsService.LAUNCH_LOCAL_NOTIFICATION_KEY or RuntimeArgsService.LAUNCH_URL_KEY, so if those occur, the consumer will accept the provided String
addQueryParam(String, String) - Method in class com.gluonhq.connect.source.RestDataSource
Add a single query parameter to the request.
addUuid(String) - Method in class com.gluonhq.charm.down.plugins.ble.Configuration
Adds a uuid to the list of beacons we want to monitor/scan
addViewFactory(String, Supplier<View>) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
Adds a new view factory to this application, if the given view name is unique (otherwise an IllegalArgumentException is thrown).
ADJUST - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRLINE_SEAT_FLAT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRLINE_SEAT_FLAT_ANGLED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRLINE_SEAT_INDIVIDUAL_SUITE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRLINE_SEAT_LEGROOM_EXTRA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRLINE_SEAT_LEGROOM_NORMAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRLINE_SEAT_LEGROOM_REDUCED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRLINE_SEAT_RECLINE_EXTRA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRLINE_SEAT_RECLINE_NORMAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRPLANEMODE_ACTIVE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRPLANEMODE_INACTIVE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRPLAY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AIRPORT_SHUTTLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ALARM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ALARM_ADD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ALARM_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ALARM_ON - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ALBUM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
Alert - Class in com.gluonhq.charm.glisten.control
The Alert class provides a number of pre-built dialogs made to be used in a common set of use cases.
Alert(Alert.AlertType) - Constructor for class com.gluonhq.charm.glisten.control.Alert
Creates an empty Alert with the given type, and installs it into the MobileApplication layer factory.
Alert(Alert.AlertType, String) - Constructor for class com.gluonhq.charm.glisten.control.Alert
Creates an Alert with the given type and content text
alertTypeProperty() - Method in class com.gluonhq.charm.glisten.control.Alert
The type of Alert, one of the Alert.AlertType possible types
ALL_INCLUSIVE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ALL_OUT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ALTERNATE_100 - com.gluonhq.charm.glisten.visual.SwatchElement
 
ALTERNATE_200 - com.gluonhq.charm.glisten.visual.SwatchElement
 
ALTERNATE_400 - com.gluonhq.charm.glisten.visual.SwatchElement
 
ALTERNATE_700 - com.gluonhq.charm.glisten.visual.SwatchElement
 
AMBER - com.gluonhq.charm.glisten.visual.Swatch
 
ANDROID - com.gluonhq.charm.down.Platform
The android platform provides implementations to access the applicable services available on Android.
ANDROID - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
animation - Variable in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
 
ANNOUNCEMENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ANONYMOUS - com.gluonhq.cloudlink.client.user.LoginMethod.Type
Logs in to Gluon CloudLink as an anonymous user.
ANY - Static variable in class com.gluonhq.charm.glisten.application.MobileApplication.MobileEvent
 
ANY - Static variable in class com.gluonhq.charm.glisten.control.LifecycleEvent
Common supertype for all LifecycleEvent event types.
AppBar - Class in com.gluonhq.charm.glisten.control
The AppBar is a special kind of toolbar that is used for branding, navigation, search, and actions.
AppBar() - Constructor for class com.gluonhq.charm.glisten.control.AppBar
Creates a new instance of AppBar.
applyStyleClass(Node, String...) - Static method in class com.gluonhq.charm.glisten.visual.GlistenStyleClasses
Convenience method that will conditionally apply the given style class varargs list to the given node, on the basis that doing so will not duplicate any of the style classes.
APPROVED - com.gluonhq.charm.down.plugins.inappbilling.ProductDetails.State
 
APPS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ARCHIVE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ARROW_BACK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ARROW_DOWNWARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ARROW_DROP_DOWN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ARROW_DROP_DOWN_CIRCLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ARROW_DROP_UP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ARROW_FORWARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ARROW_UPWARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ART_TRACK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ASPECT_RATIO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ASSESSMENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ASSIGNMENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ASSIGNMENT_IND - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ASSIGNMENT_LATE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ASSIGNMENT_RETURN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ASSIGNMENT_RETURNED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ASSIGNMENT_TURNED_IN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
assignTo(Scene) - Method in enum com.gluonhq.charm.glisten.visual.Swatch
Call this method to apply the selected swatch to the given Scene.
assignTo(Scene) - Method in enum com.gluonhq.charm.glisten.visual.Theme
Call this method to apply the selected theme to the given Scene.
ASSISTANT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ASSISTANT_PHOTO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ATTACH_FILE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ATTACH_MONEY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ATTACHMENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
attachTo(FloatingActionButton, Side) - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Attaches the FloatingActionButton to an already existing FloatingActionButton i.e.
attachTo(Node) - Static method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Attaches the FloatingActionButton on the node.
AudioRecordingService - Interface in com.gluonhq.charm.down.plugins
AudioRecording Service.
AudioRecordingServiceFactory - Class in com.gluonhq.charm.down.plugins
 
AudioRecordingServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.AudioRecordingServiceFactory
 
AUDIOTRACK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
authenticate(Authenticator) - Method in interface com.gluonhq.cloudlink.client.user.AuthenticationView
This method is called every time a request to Gluon CloudLink is made that requires an authenticated user and no authenticated user is currently active in the application.
authenticate(Consumer<User>) - Method in class com.gluonhq.cloudlink.client.user.UserClient
Start the authentication flow.
authenticate(Consumer<User>, Consumer<String>) - Method in class com.gluonhq.cloudlink.client.user.UserClient
Start the authentication flow.
authenticatedUserProperty() - Method in class com.gluonhq.cloudlink.client.user.UserClient
A property that holds the currently authenticated user.
authenticateWith(UserClient) - Method in class com.gluonhq.cloudlink.client.data.DataClientBuilder
Specifies that authentication should be enabled for the DataClient instance that will be constructed by this builder.
AuthenticationProvider - Class in com.gluonhq.cloudlink.client.user
Can be passed to the AuthenticationView to retrieve login methods configured for the Gluon CloudLink application.
AuthenticationProvider() - Constructor for class com.gluonhq.cloudlink.client.user.AuthenticationProvider
 
AuthenticationView - Interface in com.gluonhq.cloudlink.client.user
An AuthenticationView is an interface that defines how a user can connect with Gluon CloudLink, by using one of the available login methods that are defined in the application.
Authenticator - Interface in com.gluonhq.cloudlink.client.user
Contains the various tasks defined by the UserClient to be performed in the AuthenticationView during the authentication process.
AutoCompleteEvent(EventTarget, EventType<? extends Event>) - Constructor for class com.gluonhq.charm.glisten.control.AutoCompleteTextField.AutoCompleteEvent
 
AutoCompleteTextField<T> - Class in com.gluonhq.charm.glisten.control
AutoCompleteTextField offers auto-complete suggestions to the user through a dropdown, so he may enter information more efficiently and accurately.
AutoCompleteTextField() - Constructor for class com.gluonhq.charm.glisten.control.AutoCompleteTextField
The constructor for AutoCompleteTextField.
AutoCompleteTextField.AutoCompleteEvent - Class in com.gluonhq.charm.glisten.control
Event generated by AutoCompleteTextField.
AutoCompleteTextField.CompleterMode - Enum in com.gluonhq.charm.glisten.control
Enumeration that specifies the type of search being used by the AutoCompleteTextField.
autoFixProperty() - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
 
autoHideProgressBarProperty() - Method in class com.gluonhq.charm.glisten.control.AppBar
Decides if a determinate ProgressBar should hide itself when the AppBar.progressProperty() reaches the threshold value i.e.
autoHideProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
This property indicates whether the Dialog should close if a mouse/finger is pressed/tapped outside of the Dialog.
autoHideProperty() - Method in class com.gluonhq.charm.glisten.layout.Layer
Represents whether this Layer should hide when it is clicked outside its bounds - by default this is true.
AUTORENEW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
AV_TIMER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
Avatar - Class in com.gluonhq.charm.glisten.control
An Avatar is a control that clips a circle around a given image.
Avatar() - Constructor for class com.gluonhq.charm.glisten.control.Avatar
Creates a new empty Avatar, with default settings
Avatar(double) - Constructor for class com.gluonhq.charm.glisten.control.Avatar
Creates an empty Avatar instance of the given radius.
Avatar(double, Image) - Constructor for class com.gluonhq.charm.glisten.control.Avatar
Creates an Avatar instance of the given radius, with the given Image in the center of it.
avatarFactoryProperty() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
For every item in the AvatarPane the avatar factory is called to get the Avatar to be placed with the other Avatars on the top.
AvatarPane<T> - Class in com.gluonhq.charm.glisten.control
The AvatarPane contains a collection of Avatars on the top, over a content Node.
AvatarPane() - Constructor for class com.gluonhq.charm.glisten.control.AvatarPane
The default constructor, creates an empty AvatarPane with no items.
AvatarPane(ObservableList<T>) - Constructor for class com.gluonhq.charm.glisten.control.AvatarPane
Creates an AvatarPane with the items passed in as a parameter.

B

BACK_BUTTON_PRESSED - Static variable in class com.gluonhq.charm.glisten.application.MobileApplication.MobileEvent
Android back button pressed
backgroundFadeProperty() - Method in class com.gluonhq.charm.glisten.layout.Layer
Sets a background fade making the background a darker color and with this bringing more attention to what is shown by this Layer.
BACKSPACE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BACKUP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BarcodeScanService - Interface in com.gluonhq.charm.down.plugins
The barcode scanner can be used to scan barcodes of different types.
BarcodeScanServiceFactory - Class in com.gluonhq.charm.down.plugins
 
BarcodeScanServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.BarcodeScanServiceFactory
 
BasicInputDataSource - Class in com.gluonhq.connect.source
An implementation of InputDataSource that takes any generic InputStream as its source.
BasicInputDataSource(InputStream) - Constructor for class com.gluonhq.connect.source.BasicInputDataSource
Construct a BasicInputDataSource that uses the given inputStream as its source.
BasicOutputDataSource - Class in com.gluonhq.connect.source
An implementation of OutputDataSource that takes any genericOutputStream as its source.
BasicOutputDataSource(OutputStream) - Constructor for class com.gluonhq.connect.source.BasicOutputDataSource
Construct a BasicOutputDataSource that uses the given outputStream as its source.
BATTERY_ALERT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BATTERY_CHARGING_FULL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BATTERY_FULL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BATTERY_STD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BATTERY_UNKNOWN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
batteryLevelProperty() - Method in interface com.gluonhq.charm.down.plugins.BatteryService
Returns a property that will be frequently updated to reflect the current battery level.
BatteryService - Interface in com.gluonhq.charm.down.plugins
With the battery service, you can query the current battery level of the underlying device and whether the device is currently plugged in to an external power source or not.
BatteryServiceFactory - Class in com.gluonhq.charm.down.plugins
 
BatteryServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.BatteryServiceFactory
 
BEACH_ACCESS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BEENHERE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BleService - Interface in com.gluonhq.charm.down.plugins
The BLE scanner, which is short for Bluetooth Low Energy, can be used to communicate with devices that are equipped with Bluetooth low energy wireless technology.
BleServiceFactory - Class in com.gluonhq.charm.down.plugins
 
BleServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.BleServiceFactory
 
BLOCK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BLUE - com.gluonhq.charm.glisten.visual.Swatch
 
BLUE_GREY - com.gluonhq.charm.glisten.visual.Swatch
 
BLUETOOTH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BLUETOOTH_AUDIO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BLUETOOTH_CONNECTED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BLUETOOTH_DISABLED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BLUETOOTH_SEARCHING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BLUR_CIRCULAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BLUR_LINEAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BLUR_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BLUR_ON - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BOOK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BOOKMARK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BOOKMARK_BORDER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_ALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_BOTTOM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_CLEAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_COLOR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_HORIZONTAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_INNER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_LEFT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_OUTER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_RIGHT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_STYLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_TOP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BORDER_VERTICAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BOTTOM_CENTER - Static variable in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Places the floating action button in the bottom-center section of the user interface.
BOTTOM_LEFT - Static variable in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Places the floating action button in the bottom-left section of the user interface.
BOTTOM_RIGHT - Static variable in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Places the floating action button in the bottom-right section of the user interface.
BottomNavigation - Class in com.gluonhq.charm.glisten.control
Bottom navigation provides quick navigation between top-level views of an app.
BottomNavigation() - Constructor for class com.gluonhq.charm.glisten.control.BottomNavigation
Creates a new instance of BottomNavigation, with BottomNavigation.Type as FIXED.
BottomNavigation(BottomNavigation.Type) - Constructor for class com.gluonhq.charm.glisten.control.BottomNavigation
Creates a new instance of BottomNavigation with the specified BottomNavigation.Type.
BottomNavigation.Type - Enum in com.gluonhq.charm.glisten.control
An enumeration containing the available bottom navigation types that the BottomNavigation class can use to pre-populate various properties.
BottomNavigationButton - Class in com.gluonhq.charm.glisten.control
Button to be used in BottomNavigation.
BottomNavigationButton() - Constructor for class com.gluonhq.charm.glisten.control.BottomNavigationButton
Default constructor for BottomNavigationButton, creates one with an empty string as text and no graphic.
BottomNavigationButton(String) - Constructor for class com.gluonhq.charm.glisten.control.BottomNavigationButton
Creates a BottomNavigationButton with the text provided.
BottomNavigationButton(String, Node) - Constructor for class com.gluonhq.charm.glisten.control.BottomNavigationButton
Creates a BottomNavigationButton with the text and graphic provided.
BounceInDownTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce in down big effect on a node
BounceInDownTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceInDownTransition
Create new BounceInDownBigTransition
BounceInDownTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.BounceInDownTransition
Create new BounceInDownBigTransition
BounceInLeftTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce in left big effect on a node Port of BounceInLeftBig from Animate.css by Dan Eden
BounceInLeftTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceInLeftTransition
Create new BounceInLeftBigTransition
BounceInLeftTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.BounceInLeftTransition
Create new BounceInLeftBigTransition
BounceInRightTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce in right big effect on a node Port of BounceInRightBig from Animate.css by Dan Eden
BounceInRightTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceInRightTransition
Create new BounceInRightBigTransition
BounceInRightTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.BounceInRightTransition
Create new BounceInRightBigTransition
BounceInTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce in effect on a node Port of BounceIn from Animate.css by Dan Eden
BounceInTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceInTransition
Create new BounceInTransition
BounceInTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.BounceInTransition
Create new BounceInTransition
BounceInUpTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce in up big effect on a node Port of BounceInUpBig from Animate.css by Dan Eden
BounceInUpTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceInUpTransition
Create new BounceInUpBigTransition
BounceInUpTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.BounceInUpTransition
Create new BounceInUpBigTransition
BounceOutDownTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce out down big effect on a node Port of BounceOutDownBig from Animate.css by Dan Eden
BounceOutDownTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceOutDownTransition
Create new BounceOutDownTransition
BounceOutDownTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.BounceOutDownTransition
Create new BounceOutDownTransition
BounceOutLeftTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce out left big effect on a node Port of BounceOutLeftBig from Animate.css by Dan Eden
BounceOutLeftTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceOutLeftTransition
Create new BounceOutLeftTransition
BounceOutLeftTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.BounceOutLeftTransition
Create new BounceOutLeftTransition
BounceOutRightTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce out right big effect on a node Port of BounceOutRightBig from Animate.css by Dan Eden
BounceOutRightTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceOutRightTransition
Create new BounceInRightBigTransition
BounceOutRightTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.BounceOutRightTransition
Create new BounceInRightBigTransition
BounceOutTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce out effect on a node Port of BounceOut from Animate.css by Dan Eden
BounceOutTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceOutTransition
Create new BounceOutTransition
BounceOutTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.BounceOutTransition
Create new BounceOutTransition
BounceOutUpTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce out up big effect on a node Port of BounceOutUpBig from Animate.css by Dan Eden
BounceOutUpTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceOutUpTransition
Create new BounceOutUpTransition
BounceOutUpTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.BounceOutUpTransition
Create new BounceOutUpTransition
BounceTransition - Class in com.gluonhq.charm.glisten.animation
Animate a bounce effect on the given node Port of Bounce from Animate.css by Dan Eden
BounceTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.BounceTransition
Create new BounceTransition
BRANDING_WATERMARK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_1 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_2 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_3 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_4 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_5 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_6 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_7 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_AUTO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_HIGH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_LOW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BRIGHTNESS_MEDIUM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BROKEN_IMAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BROWN - com.gluonhq.charm.glisten.visual.Swatch
 
BrowserService - Interface in com.gluonhq.charm.down.plugins
Launches the default browser of the platform as a separate application process.
BrowserServiceFactory - Class in com.gluonhq.charm.down.plugins
 
BrowserServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.BrowserServiceFactory
 
BRUSH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BUBBLE_CHART - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BUG_REPORT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
build() - Method in class com.gluonhq.cloudlink.client.data.DataClientBuilder
Make an instance of DataClient based on the properties set on this builder.
BUILD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
buildEventDispatchChain(EventDispatchChain) - Method in class com.gluonhq.charm.glisten.control.Dialog
BURST_MODE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BUSINESS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
BUSINESS_CENTER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
button() - Method in enum com.gluonhq.charm.glisten.visual.MaterialDesignIcon
Creates a Button instance with the selected material design icon displayed within it.
button(EventHandler<ActionEvent>) - Method in enum com.gluonhq.charm.glisten.visual.MaterialDesignIcon
Creates a Button instance with the selected material design icon displayed within it, and the provided event handler set to execute when the button is interacted with by the user.
BUTTON_FLAT - Static variable in class com.gluonhq.charm.glisten.visual.GlistenStyleClasses
A style class for when the button should display using a flat style.
BUTTON_ROUND - Static variable in class com.gluonhq.charm.glisten.visual.GlistenStyleClasses
A style class for when the button should display using a round style.

C

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.
CACHED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
 
cachingEnabled(boolean) - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionBuilder
Defines whether the responses from calls to the remote function should be cached locally in the private storage of the device's platform.
CAKE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
call(InputStreamInputConverter<E>) - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionChunkedList
Triggers a call to the remote function and returns a GluonObservableList that contains the retrieved objects.
call(InputStreamInputConverter<T>) - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionObject
Triggers a call to the remote function and returns a GluonObservableObject that contains the retrieved object.
call(InputStreamIterableInputConverter<E>) - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionList
Triggers a call to the remote function and returns a GluonObservableList that contains the retrieved objects.
call(Class<E>) - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionChunkedList
Triggers a call to the remote function and returns a GluonObservableList that contains the retrieved objects.
call(Class<E>) - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionList
Triggers a call to the remote function and returns a GluonObservableList that contains the retrieved objects.
call(Class<T>) - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionObject
Triggers a call to the remote function and returns a GluonObservableObject that contains the retrieved object.
call(String) - Method in interface com.gluonhq.charm.down.plugins.DialerService
Starts a phone call to the given number with the native dial application.
CALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CALL_END - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CALL_MADE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CALL_MERGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CALL_MISSED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CALL_MISSED_OUTGOING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CALL_RECEIVED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CALL_SPLIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CALL_TO_ACTION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CAMERA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CAMERA_ALT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CAMERA_ENHANCE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CAMERA_FRONT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CAMERA_REAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CAMERA_ROLL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
cancel() - Method in class com.gluonhq.charm.glisten.control.Toast
If the Toast is currently showing, calling this method will hide it immediately and show the next Toast in queue.
CANCEL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
caption - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
Private fields
CARD_GIFTCARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CARD_MEMBERSHIP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CARD_TRAVEL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CardCell<T> - Class in com.gluonhq.charm.glisten.control
Objects of this class represent a card in a CardPane.
CardCell() - Constructor for class com.gluonhq.charm.glisten.control.CardCell
CardCell default constructor.
CardPane<T> - Class in com.gluonhq.charm.glisten.control
CardPane is a container of cards.
CardPane() - Constructor for class com.gluonhq.charm.glisten.control.CardPane
The constructor for CardPane.
CASINO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CAST - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CAST_CONNECTED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
category - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
 
cellFactoryProperty() - Method in class com.gluonhq.charm.glisten.control.CardPane
The cell factory.
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.
CENTER_FOCUS_STRONG - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CENTER_FOCUS_WEAK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHANGE_HISTORY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CharmListCell<T> - Class in com.gluonhq.charm.glisten.control
The Cell type used within CharmListView instances.
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.
CHAT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHAT_BUBBLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHAT_BUBBLE_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHECK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHECK_BOX - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHECK_BOX_OUTLINE_BLANK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHECK_CIRCLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHEVRON_LEFT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHEVRON_RIGHT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHILD_CARE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CHILD_FRIENDLY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
 
CHROME_READER_MODE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
chunkedList() - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionBuilder
Make an instance of RemoteFunctionChunkedList based on the properties set on this builder.
CLASS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.
CLEAR - com.gluonhq.charm.glisten.application.ViewStackPolicy
 
CLEAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CLEAR_ALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
clearAudioFolder() - Method in interface com.gluonhq.charm.down.plugins.AudioRecordingService
Removes the content of the audio folder.
clearCache() - Method in class com.gluonhq.cloudlink.client.data.RemoteFunction
Clear the locally cached values of the responses that are returned by previous calls to the remote function.
CLOSE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.
CLOSED_CAPTION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CLOUD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CLOUD_CIRCLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CLOUD_DONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CLOUD_DOWNLOAD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CLOUD_FIRST - com.gluonhq.cloudlink.client.data.OperationMode
Data is stored into and retrieved from Gluon CloudLink as the primary location, while a local copy is kept in sync.
CLOUD_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CLOUD_ONLY - com.gluonhq.cloudlink.client.data.OperationMode
Data will only be stored into and retrieved from Gluon CloudLink.
CLOUD_QUEUE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CLOUD_UPLOAD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CODE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
collapsedContentProperty() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
 
CollapsedPanel() - Constructor for class com.gluonhq.charm.glisten.control.ExpansionPanel.CollapsedPanel
Creates a CollapsedPanel.
collapsibleProperty() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
If set to true the AvatarPane may be expanded or collapsed (refer to AvatarPane.expandedProperty()) by the user by pressing the currently selected Avatar.
COLLECTIONS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
COLLECTIONS_BOOKMARK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
COLOR_LENS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
COLORIZE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
colorProperty() - Method in class com.gluonhq.charm.glisten.application.StatusBar
 
com.gluonhq.charm.down - package com.gluonhq.charm.down
Primary API package for Down, contains the core Platform and Services classes.
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
API related to the BlueTooth Low Energy service.
com.gluonhq.charm.down.plugins.inappbilling - package com.gluonhq.charm.down.plugins.inappbilling
API related to the InAppBillingService
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.cloudlink.client.data - package com.gluonhq.cloudlink.client.data
 
com.gluonhq.cloudlink.client.inappbilling - package com.gluonhq.cloudlink.client.inappbilling
 
com.gluonhq.cloudlink.client.media - package com.gluonhq.cloudlink.client.media
 
com.gluonhq.cloudlink.client.push - package com.gluonhq.cloudlink.client.push
 
com.gluonhq.cloudlink.client.usage - package com.gluonhq.cloudlink.client.usage
 
com.gluonhq.cloudlink.client.user - package com.gluonhq.cloudlink.client.user
 
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.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.
COMMENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
comparatorProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
The comparator that denotes the order of the items within the headers.
COMPARE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
COMPARE_ARROWS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
COMPUTER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
CONFIRMATION_NUMBER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
connected(User) - Method in interface com.gluonhq.cloudlink.client.user.Authenticator
Task to be performed when a user has been fetched and ready to use.
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
The possible states a GluonObservable can be in while a DataProvider operation is in progress.
connectTimeout(int) - Method in class com.gluonhq.connect.provider.RestClient
Sets the connect timeout for the HTTP connection, in milliseconds.
CONSUMABLE - com.gluonhq.charm.down.plugins.inappbilling.Product.Type
 
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.
CONTACT_MAIL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CONTACT_PHONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CONTACTS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CONTENT_COPY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CONTENT_CUT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CONTENT_PASTE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
contentFactoryProperty() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
For every item in the AvatarPane the content factory is called to get the content Node to show below the corresponding Avatar.
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.
CONTROL_POINT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CONTROL_POINT_DUPLICATE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
COPYRIGHT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
create() - Static method in class com.gluonhq.cloudlink.client.data.DataClientBuilder
Create a new instance of DataClientBuilder that can be used to build instances of DataClient.
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.
create(File) - Static method in class com.gluonhq.connect.provider.FileClient
Create a FileClient builder using the specified file as a data source.
create(String) - Static method in class com.gluonhq.cloudlink.client.data.RemoteFunctionBuilder
Create a new instance of RemoteFunctionBuilder that can be used to build instances of RemoteFunction.
CREATE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CREATE_NEW_FOLDER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
createButton(String, Node, EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
Deprecated.
You should use BottomNavigationButton instead. This will probably be removed in a future version.
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.AvatarPane
createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.CardCell
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.Rating
createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.TextArea
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(InputStreamIterableInputConverter<E>) - Method in class com.gluonhq.connect.provider.RestClient
Creates an instance of ListDataReader that can be passed directly in the DataProvider.retrieveList(ListDataReader) method.
createListDataReader(InputStreamIterableInputConverter<T>) - Method in class com.gluonhq.connect.provider.FileClient
Creates an instance of ListDataReader that can be passed directly in the DataProvider.retrieveList(ListDataReader) method.
createListDataReader(Class<E>) - Method in class com.gluonhq.connect.provider.RestClient
Creates an instance of ListDataReader that can be passed directly in the DataProvider.retrieveList(ListDataReader) method.
createListDataReader(String, Class<E>) - Method in class com.gluonhq.cloudlink.client.data.DataClient
Creates an instance of ListDataReader that can be passed directly in the DataProvider.retrieveList(ListDataReader) method.
createListDataReader(String, Class<E>, SyncFlag...) - Method in class com.gluonhq.cloudlink.client.data.DataClient
Creates an instance of ListDataReader that can be passed directly in the DataProvider.retrieveList(ListDataReader) method.
createObjectDataReader(InputStreamInputConverter<T>) - Method in class com.gluonhq.connect.provider.FileClient
Creates an instance of ObjectDataReader that can be passed directly in the DataProvider.retrieveObject(ObjectDataReader) method.
createObjectDataReader(InputStreamInputConverter<T>) - Method in class com.gluonhq.connect.provider.RestClient
Creates an instance of ObjectDataReader that can be passed directly in the DataProvider.retrieveObject(ObjectDataReader) method.
createObjectDataReader(Class<T>) - Method in class com.gluonhq.connect.provider.RestClient
Creates an instance of ObjectDataReader that can be passed directly in the DataProvider.retrieveObject(ObjectDataReader) method.
createObjectDataReader(String, Class<T>, SyncFlag...) - Method in class com.gluonhq.cloudlink.client.data.DataClient
Creates an instance of ObjectDataReader that can be passed directly in the DataProvider.retrieveObject(ObjectDataReader) method.
createObjectDataRemover() - Method in class com.gluonhq.cloudlink.client.data.DataClient
Creates an instance of ObjectDataRemover that can be passed directly in the DataProvider.removeObject(GluonObservableObject, ObjectDataRemover) method.
createObjectDataRemover() - Method in class com.gluonhq.connect.provider.FileClient
Creates an instance of ObjectDataRemover that can be passed directly in the DataProvider.removeObject(GluonObservableObject, ObjectDataRemover) method.
createObjectDataRemover(OutputStreamOutputConverter<T>, InputStreamInputConverter<T>) - Method in class com.gluonhq.connect.provider.RestClient
Creates an instance of ObjectDataRemover that can be passed directly in the DataProvider.removeObject(GluonObservableObject, ObjectDataRemover) method.
createObjectDataRemover(Class<T>) - Method in class com.gluonhq.connect.provider.RestClient
Creates an instance of ObjectDataRemover that can be passed directly in the DataProvider.removeObject(GluonObservableObject, ObjectDataRemover) method.
createObjectDataWriter(OutputStreamOutputConverter<T>) - Method in class com.gluonhq.connect.provider.FileClient
Creates an instance of ObjectDataWriter that can be passed directly in the DataProvider.storeObject(Object, ObjectDataWriter) method.
createObjectDataWriter(OutputStreamOutputConverter<T>, InputStreamInputConverter<T>) - Method in class com.gluonhq.connect.provider.RestClient
Creates an instance of ObjectDataWriter that can be passed directly in the DataProvider.storeObject(Object, ObjectDataWriter) method.
createObjectDataWriter(Class<T>) - Method in class com.gluonhq.connect.provider.RestClient
Creates an instance of ObjectDataWriter that can be passed directly in the DataProvider.storeObject(Object, ObjectDataWriter) method.
createObjectDataWriter(String, Class<T>, SyncFlag...) - Method in class com.gluonhq.cloudlink.client.data.DataClient
Creates an instance of ObjectDataWriter that can be passed directly in the DataProvider.storeObject(Object, ObjectDataWriter) method.
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
URL handling is under control of mobile application.
CREDIT_CARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_16_9 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_3_2 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_5_4 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_7_5 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_DIN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_FREE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_LANDSCAPE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_ORIGINAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_PORTRAIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_ROTATE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
CROP_SQUARE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
currentIndexProperty() - Method in interface com.gluonhq.charm.down.plugins.VideoService
Integer property that indicates the current index on the playlist, starting from 0.
CYAN - com.gluonhq.charm.glisten.visual.Swatch
 

D

DARK - com.gluonhq.charm.glisten.visual.Theme
 
DARK - Static variable in class com.gluonhq.charm.glisten.visual.GlistenStyleClasses
A style class for when the UI control should display using its dark theme.
DASHBOARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DATA_USAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DataClient - Class in com.gluonhq.cloudlink.client.data
The DataClient is the access point to the Gluon CloudLink Data Storage service.
DataClientBuilder - Class in com.gluonhq.cloudlink.client.data
A utility class for building DataClient instances.
DataClientBuilder() - Constructor for class com.gluonhq.cloudlink.client.data.DataClientBuilder
Default constructor
DataProvider - Class in com.gluonhq.connect.provider
The DataProvider is the root entry to obtain instances of GluonObservableObject and GluonObservableList.
DataProvider() - Constructor for class com.gluonhq.connect.provider.DataProvider
 
dataString(String) - Method in class com.gluonhq.connect.provider.RestClient
Sets the entity to use for the HTTP connection.
DATE_RANGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DatePicker - Class in com.gluonhq.charm.glisten.control
DatePicker is a dialog that displays a custom control that allows the selection of a LocalDate based on the selection of a given day and month in the initial monthly view, and a given year in a yearly view.
DatePicker() - Constructor for class com.gluonhq.charm.glisten.control.DatePicker
Creates a new dialog, where the initial selected local date is the current one from the system clock in the default time-zone
DatePicker(LocalDate) - Constructor for class com.gluonhq.charm.glisten.control.DatePicker
Creates a new dialog using given local date
dateProperty() - Method in class com.gluonhq.charm.glisten.control.DatePicker
The ObjectProperty with the selected LocalDate
DEEP_ORANGE - com.gluonhq.charm.glisten.visual.Swatch
 
DEEP_PURPLE - com.gluonhq.charm.glisten.visual.Swatch
 
DEFAULT_ANIMATION_DURATION - Static variable in class com.gluonhq.charm.glisten.application.GlassPane
The default duration for tha animation when transitioning between faded and non-faded.
DEFAULT_ANIMATION_DURATION - Static variable in class com.gluonhq.charm.glisten.layout.MobileLayoutPane
The default duration for tha animation when transitioning between faded and non-faded.
DEFAULT_BACKGROUND_FADE_LEVEL - Static variable in class com.gluonhq.charm.glisten.layout.Layer
The default amount of background fade to use when obscuring the view.
DEFAULT_BACKGROUND_FADE_LEVEL - Static variable in class com.gluonhq.charm.glisten.layout.MobileLayoutPane
The default amount of background fade to use when obscuring the view.
DEFAULT_EXTERNAL_FOLDER - Static variable in interface com.gluonhq.charm.down.plugins.AudioRecordingService
 
DefaultOption<T> - Class in com.gluonhq.charm.glisten.control.settings
A convenience class for creating an OptionBase for use in the SettingsPane control based on the given property.
DefaultOption(String) - Constructor for class com.gluonhq.charm.glisten.control.settings.DefaultOption
Creates an option instance, without graphic and without editor.
DefaultOption(String, String, String) - Constructor for class com.gluonhq.charm.glisten.control.settings.DefaultOption
Creates an option instance, without graphic and without editor, intended to open a new view with a new group of sub-options, that are set calling Option.getChildren()
DefaultOption(String, String, String, T, boolean) - Constructor for class com.gluonhq.charm.glisten.control.settings.DefaultOption
Creates an option instance, without graphic and with default editor, based on the values set for the option
DefaultOption(String, String, String, T, boolean, Function<Option<T>, OptionEditor<T>>) - Constructor for class com.gluonhq.charm.glisten.control.settings.DefaultOption
Creates an option instance, without graphic and with custom editor, based on the values set for the option
DefaultOption(Node, String, String, String) - Constructor for class com.gluonhq.charm.glisten.control.settings.DefaultOption
Creates an option instance, with graphic and without editor, intended to open a new view with a new group of sub-options, that are set calling Option.getChildren()
DefaultOption(Node, String, String, String, T, boolean) - Constructor for class com.gluonhq.charm.glisten.control.settings.DefaultOption
Creates an option instance, with graphic and with default editor, based on the values set for the option
DefaultOption(Node, String, String, String, T, boolean, Function<Option<T>, OptionEditor<T>>) - Constructor for class com.gluonhq.charm.glisten.control.settings.DefaultOption
Creates an option instance, with graphic and with custom editor, based on the values set for the option
DefaultServiceFactory<T> - Class in com.gluonhq.charm.down
 
DefaultServiceFactory(Class<T>) - Constructor for class com.gluonhq.charm.down.DefaultServiceFactory
 
DEHAZE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
deletableProperty() - Method in class com.gluonhq.charm.glisten.control.Chip
Indicates whether this Chip is deletable.
DELETE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DELETE_FOREVER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DELETE_SWEEP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
description - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
 
DESCRIPTION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DESKTOP - com.gluonhq.charm.down.Platform
The desktop platform provides implementations to access the applicable services available on desktop operating systems (such as Windows, Linux, and Mac OS).
DESKTOP_MAC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DESKTOP_WINDOWS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DETAILS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DEVELOPER_BOARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DEVELOPER_MODE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DEVICE_HUB - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DEVICES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DEVICES_OTHER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DeviceService - Interface in com.gluonhq.charm.down.plugins
The device service provides generic properties of the device on which the application is running.
DeviceServiceFactory - Class in com.gluonhq.charm.down.plugins
 
DeviceServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.DeviceServiceFactory
 
DIALER_SIP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DialerService - Interface in com.gluonhq.charm.down.plugins
Using the dialer service, you can initiate a call to the provided phone number.
DialerServiceFactory - Class in com.gluonhq.charm.down.plugins
 
DialerServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.DialerServiceFactory
 
Dialog<T> - Class in com.gluonhq.charm.glisten.control
A Dialog is composed of a graphic, a title, a content node and a collection of buttons.
Dialog() - Constructor for class com.gluonhq.charm.glisten.control.Dialog
Creates an empty Dialog instance, and installs it into the MobileApplication layer factory.
Dialog(boolean) - Constructor for class com.gluonhq.charm.glisten.control.Dialog
Creates an empty fullscreen Dialog if the flag passed in is true, creates an empty regular Dialog otherwise.
Dialog(String) - Constructor for class com.gluonhq.charm.glisten.control.Dialog
Creates an empty Dialog instance and installs it into the Mobile Application layer factory.
Dialog(String, String) - Constructor for class com.gluonhq.charm.glisten.control.Dialog
Creates a Dialog instance with the given title and content text, and installs it into the MobileApplication layer factory.
DIALPAD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DIRECTIONS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DIRECTIONS_BIKE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DIRECTIONS_BOAT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DIRECTIONS_BUS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DIRECTIONS_CAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DIRECTIONS_RAILWAY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DIRECTIONS_RUN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DIRECTIONS_SUBWAY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DIRECTIONS_TRANSIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DIRECTIONS_WALK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DISC_FULL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DisplayService - Interface in com.gluonhq.charm.down.plugins
With the display service you can query the characteristics of your device's screen.
DisplayServiceFactory - Class in com.gluonhq.charm.down.plugins
 
DisplayServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.DisplayServiceFactory
 
dispose() - Method in class com.gluonhq.charm.glisten.layout.Layer
Call this method to encourage (but not necessarily enforce) that the container that this layer is placed in (commonly the GlassPane, but not necessarily) attempt to remove this layer from itself.
DNS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DO_NOT_DISTURB - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DO_NOT_DISTURB_ALT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DO_NOT_DISTURB_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DO_NOT_DISTURB_ON - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
doAdd(int, E) - Method in class com.gluonhq.connect.GluonObservableList
Adds the element to the List at the position of index.
DOCK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DOMAIN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DONE_ALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DONUT_LARGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DONUT_SMALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
doRemove(int) - Method in class com.gluonhq.connect.GluonObservableList
Removes the element at position of index.
doSet(int, E) - Method in class com.gluonhq.connect.GluonObservableList
Sets the element in the List at the position of index.
DRAFTS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DRAG_HANDLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DRIVE_ETA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
DropdownButton - Class in com.gluonhq.charm.glisten.control
A Dropdown button selects between multiple selections.
DropdownButton() - Constructor for class com.gluonhq.charm.glisten.control.DropdownButton
Creates an empty Dropdown button.
durationProperty() - Method in class com.gluonhq.charm.glisten.control.Toast
The time the Toast is shown.
durationProperty() - Method in class com.gluonhq.charm.glisten.mvc.SplashView
A read only object property with the duration of the pause transition used to hide the splash, if the duration is set with the three-argument constructor, or null otherwise.
DVR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

E

EDIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EDIT_LOCATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
editorFactory - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
 
editorFactoryProperty() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
Returns an Optional of a Function that returns an instance of the OptionEditor that should be used for editing this option.
editorFactoryProperty() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
Returns an Optional of a Function that returns an instance of the OptionEditor that should be used for editing this Option
EJECT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EMAIL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EMPTY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
enable() - Method in class com.gluonhq.cloudlink.client.usage.UsageClient
Enable the UsageClient for this Gluon Mobile application.
enable(String) - Method in class com.gluonhq.cloudlink.client.push.PushClient
Enable push notifications for the Gluon Mobile application.
enabledProperty() - Method in class com.gluonhq.cloudlink.client.push.PushClient
This read-only property can be listened to, to detect if the current device is ready for receiving push notifications or for subscribing to specific topics.
ENHANCED_ENCRYPTION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EQUALIZER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
equals(Object) - Method in class com.gluonhq.charm.down.plugins.inappbilling.Product
 
ERROR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ERROR_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
errorValidatorProperty() - Method in class com.gluonhq.charm.glisten.control.TextInput
Sets an error message that will be displayed below the TextInput control.
EURO_SYMBOL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EV_STATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EVENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EVENT_AVAILABLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EVENT_BUSY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EVENT_NOTE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EVENT_SEAT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ExceptionDialog - Class in com.gluonhq.charm.glisten.control
A Dialog to display exceptions.
ExceptionDialog() - Constructor for class com.gluonhq.charm.glisten.control.ExceptionDialog
Creates an empty ExceptionDialog with a default intro text, graphic and title.
exceptionProperty() - Method in class com.gluonhq.charm.glisten.control.ExceptionDialog
The exception displayed in this Dialog.
exceptionProperty() - Method in interface com.gluonhq.connect.GluonObservable
Holds the exception that was thrown when a synchronization operation failed.
exceptionProperty() - Method in class com.gluonhq.connect.GluonObservableList
 
exceptionProperty() - Method in class com.gluonhq.connect.GluonObservableObject
 
EXIT_TO_APP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
exitActionProperty() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
 
EXPAND_LESS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EXPAND_MORE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
expandedContentProperty() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
 
ExpandedPanel() - Constructor for class com.gluonhq.charm.glisten.control.ExpansionPanel.ExpandedPanel
Creates an ExpandedPanel.
expandedProperty() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Whether the content should be expanded.
expandedProperty() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
 
ExpansionPanel - Class in com.gluonhq.charm.glisten.control
ExpansionPanels may either stand alone or be part of a ExpansionPanelContainer.
ExpansionPanel() - Constructor for class com.gluonhq.charm.glisten.control.ExpansionPanel
Creates an ExpansionPanel.
ExpansionPanel(Node, Node) - Constructor for class com.gluonhq.charm.glisten.control.ExpansionPanel
Creates an ExpansionPanel and sets the collapsed and expanded node to the nodes passed to this constructor.
ExpansionPanel.CollapsedPanel - Class in com.gluonhq.charm.glisten.control
Convenience class to use with ExpansionPanel.collapsedContentProperty().
ExpansionPanel.ExpandedPanel - Class in com.gluonhq.charm.glisten.control
Convenience class to use with ExpansionPanel.expandedContentProperty().
ExpansionPanelContainer - Class in com.gluonhq.charm.glisten.control
A container of ExpansionPanel.
ExpansionPanelContainer() - Constructor for class com.gluonhq.charm.glisten.control.ExpansionPanelContainer
Creates an empty ExpansionPanelContainer.
ExpansionPanelContainer(ExpansionPanel...) - Constructor for class com.gluonhq.charm.glisten.control.ExpansionPanelContainer
Creates an ExpansionPanelContainer with the given ExpansionPanel.
EXPLICIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EXPLORE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EXPOSURE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EXPOSURE_NEG_1 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EXPOSURE_NEG_2 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EXPOSURE_PLUS_1 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EXPOSURE_PLUS_2 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
EXPOSURE_ZERO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
extendedDescription - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
 
EXTENSION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

F

FACE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FACEBOOK - com.gluonhq.cloudlink.client.user.LoginMethod.Type
Logs in to Gluon CloudLink using Facebook.
FadeInDownBigTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade in down big effect on a node Port of FadeInDownBig from Animate.css by Dan Eden
FadeInDownBigTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInDownBigTransition
Create new FadeInDownBigTransition
FadeInDownBigTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInDownBigTransition
Create new FadeInDownBigTransition
FadeInDownTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade in down effect on a node
FadeInDownTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInDownTransition
Create new FadeInDownTransition
FadeInDownTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInDownTransition
Create new FadeInDownTransition
FadeInLeftBigTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade in left big effect on a node Port of FadeInLeftBig from Animate.css by Dan Eden
FadeInLeftBigTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInLeftBigTransition
Create new FadeInLeftBigTransition
FadeInLeftBigTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInLeftBigTransition
Create new FadeInLeftBigTransition
FadeInLeftTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade in left effect on a node Port of FadeInLeft from Animate.css by Dan Eden
FadeInLeftTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInLeftTransition
Create new FadeInLeftTransition
FadeInLeftTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInLeftTransition
Create new FadeInLeftTransition
FadeInRightBigTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade in right big effect on a node Port of FadeInRightBig from Animate.css by Dan Eden
FadeInRightBigTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInRightBigTransition
Create new FadeInRightBigTransition
FadeInRightBigTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInRightBigTransition
Create new FadeInRightBigTransition
FadeInRightTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade in right effect on a node Port of FadeInRight from Animate.css by Dan Eden
FadeInRightTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInRightTransition
Create new FadeInUpTransition
FadeInRightTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInRightTransition
Create new FadeInUpTransition
FadeInTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade in effect on a node Port of FadeIn from Animate.css by Dan Eden
FadeInTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInTransition
Create new FadeInTransition
FadeInUpBigTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade in up big effect on a node Port of FadeInUpBig from Animate.css by Dan Eden
FadeInUpBigTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInUpBigTransition
Create new FadeInUpBigTransition
FadeInUpBigTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInUpBigTransition
Create new FadeInUpBigTransition
FadeInUpTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade in up effect on a node Port of FadeInUp from Animate.css by Dan Eden
FadeInUpTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInUpTransition
Create new FadeInUpTransition
FadeInUpTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeInUpTransition
Create new FadeInUpTransition
FadeOutDownBigTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade out up big effect on a node Port of FadeOutDownBig from Animate.css by Dan Eden
FadeOutDownBigTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutDownBigTransition
Create new FadeOutDownBigTransition
FadeOutDownBigTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutDownBigTransition
Create new FadeOutDownBigTransition
FadeOutDownTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade out Down effect on a node Port of FadeInDown from Animate.css by Dan Eden
FadeOutDownTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutDownTransition
Create new FadeOutDownTransition
FadeOutDownTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutDownTransition
Create new FadeOutDownTransition
FadeOutLeftBigTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade out left big effect on a node Port of FadeOutLeftBig from Animate.css by Dan Eden
FadeOutLeftBigTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutLeftBigTransition
Create new FadeOutLeftBigTransition
FadeOutLeftBigTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutLeftBigTransition
Create new FadeOutLeftBigTransition
FadeOutLeftTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade out left effect on a node Port of FadeOutLeft from Animate.css by Dan Eden
FadeOutLeftTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutLeftTransition
Create new FadeOutLeftTransition
FadeOutLeftTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutLeftTransition
Create new FadeOutLeftTransition
FadeOutRightBigTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade out right big effect on a node Port of FadeOutRightBig from Animate.css by Dan Eden
FadeOutRightBigTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutRightBigTransition
Create new FadeOutRightBigTransition
FadeOutRightBigTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutRightBigTransition
Create new FadeOutRightBigTransition
FadeOutRightTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade out right effect on a node Port of FadeOutRight from Animate.css by Dan Eden
FadeOutRightTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutRightTransition
Create new FadeOutRightTransition
FadeOutRightTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutRightTransition
Create new FadeOutRightTransition
FadeOutTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade out effect on a node Port of FadeOut from Animate.css by Dan Eden
FadeOutTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutTransition
Create new FadeOutTransition
FadeOutUpBigTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade out up big effect on a node Port of FadeOutUpBig from Animate.css by Dan Eden
FadeOutUpBigTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutUpBigTransition
Create new FadeOutUpBigTransition
FadeOutUpBigTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutUpBigTransition
Create new FadeOutUpBigTransition
FadeOutUpTransition - Class in com.gluonhq.charm.glisten.animation
Animate a fade in Out effect on a node Port of FadeInOut from Animate.css by Dan Eden
FadeOutUpTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutUpTransition
Create new FadeOutUpTransition
FadeOutUpTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FadeOutUpTransition
Create new FadeOutUpTransition
failed(String) - Method in interface com.gluonhq.cloudlink.client.user.Authenticator
Task to be performed when the authentication process has been unsuccessful.
FAILED - com.gluonhq.connect.ConnectState
A GluonObservable object in the FAILED state signals that the last executed synchronization operation failed.
FAR - com.gluonhq.charm.down.plugins.ble.Proximity
 
FAST_FORWARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FAST_REWIND - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FAVORITE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FAVORITE_BORDER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FEATURED_PLAY_LIST - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FEATURED_VIDEO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FEEDBACK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
fetchProductDetails() - Method in interface com.gluonhq.charm.down.plugins.InAppBillingService
Retrieves the details for the current list of available in-app products.
FIBER_DVR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FIBER_MANUAL_RECORD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FIBER_NEW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FIBER_PIN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FIBER_SMART_RECORD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILE_DOWNLOAD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILE_UPLOAD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FileClient - Class in com.gluonhq.connect.provider
The FileClient assists in using the DataProvider with files, that are located on the local file system, as the data source.
FileDataSource - Class in com.gluonhq.connect.source
An implementation of IODataSource that can read from and write to a file.
FileDataSource(File) - Constructor for class com.gluonhq.connect.source.FileDataSource
Create a new FileDataSource instance.
FILTER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_1 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_2 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_3 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_4 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_5 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_6 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_7 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_8 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_9 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_9_PLUS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_B_AND_W - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_CENTER_FOCUS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_DRAMA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_FRAMES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_GRAVITY - Static variable in interface com.gluonhq.charm.down.plugins.AccelerometerService
 
FILTER_HDR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_LIST - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_NONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_TILT_SHIFT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FILTER_VINTAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FIND_IN_PAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FIND_REPLACE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FINGERPRINT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
finish(ProductOrder) - Method in interface com.gluonhq.charm.down.plugins.InAppBillingService
Finish a product order for a consumable product.
finished() - Method in interface com.gluonhq.cloudlink.client.user.Authenticator
Optional additional task to be performed after the authentication process has finished.
FINISHED - com.gluonhq.charm.down.plugins.inappbilling.ProductDetails.State
 
fire() - Method in class com.gluonhq.charm.glisten.control.BottomNavigationButton
fire(String, String) - Method in interface com.gluonhq.charm.down.plugins.RuntimeArgsService
When the app is launched externally, this method is called to identify the key based on the service that is responsible, and the value associated to this key.
FIRST_PAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FITNESS_CENTER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FIXED - com.gluonhq.charm.glisten.control.BottomNavigation.Type
The FIXED bottom navigation type configures the BottomNavigation to calculate the width of each bottom navigation action and divide the width of the view by the number of actions.
FLAG - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FLARE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FLASH_AUTO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FLASH_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FLASH_ON - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FlashTransition - Class in com.gluonhq.charm.glisten.animation
Animate a flash effect on a node Port of Flash from Animate.css by Dan Eden
FlashTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FlashTransition
Create new FlashTransition
FLIGHT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FLIGHT_LAND - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FLIGHT_TAKEOFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FLIP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FLIP_TO_BACK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FLIP_TO_FRONT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FlipInXTransition - Class in com.gluonhq.charm.glisten.animation
Animate a flip in x effect on the given node Port of FlipInX from Animate.css by Dan Eden
FlipInXTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FlipInXTransition
Create new FlipInXTransition
FlipInXTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FlipInXTransition
Create new FlipInXTransition
FlipInYTransition - Class in com.gluonhq.charm.glisten.animation
Animate a flip in y effect on the given node Port of FlipInY from Animate.css by Dan Eden
FlipInYTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FlipInYTransition
Create new FlipInYTransition
FlipInYTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FlipInYTransition
Create new FlipInYTransition
FlipOutXTransition - Class in com.gluonhq.charm.glisten.animation
Animate a flip out x effect on the given node Port of FlipOutX from Animate.css by Dan Eden
FlipOutXTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FlipOutXTransition
Create new FlipOutXTransition
FlipOutXTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FlipOutXTransition
Create new FlipOutXTransition
FlipOutYTransition - Class in com.gluonhq.charm.glisten.animation
Animate a flip out y effect on the given node Port of FlipOutY from Animate.css by Dan Eden
FlipOutYTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FlipOutYTransition
Create new FlipOutYTransition
FlipOutYTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.FlipOutYTransition
Create new FlipOutYTransition
FlipTransition - Class in com.gluonhq.charm.glisten.animation
Animate a flip effect on the given node Port of Flip from Animate.css by Dan Eden
FlipTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.FlipTransition
Create new FlipTransition
FloatingActionButton - Class in com.gluonhq.charm.glisten.layout.layer
The floating action button consists of a button placed on a Layer.
FloatingActionButton() - Constructor for class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Creates a new FloatingActionButton instance with the default graphic (MaterialDesignIcon.ADD) and no onAction handler installed (to set an onAction handler call FloatingActionButton.setOnAction(EventHandler)).
FloatingActionButton(String, EventHandler<ActionEvent>) - Constructor for class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Creates a new FloatingActionButton instance with the provided text and the provided event handler set as the onAction handler.
floatingHeaderVisibleProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
By default the header for the most top visible item is displayed floating on top of the list, and it is replaced with the next one when the list is scrolled with a slide out effect.
floatTextProperty() - Method in class com.gluonhq.charm.glisten.control.TextInput
A String to be shown as a float text.
FOLDER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FOLDER_OPEN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FOLDER_SHARED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FOLDER_SPECIAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FONT_DOWNLOAD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
Footer(String) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
Allocates a new footer object with title assigned from the specified String.
Footer(String, Node) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
Allocates a new footer object with title and graphic.
footerProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
The footer represents the bottom most node of Navigation Drawer and is usually used for showing secondary items like help, settings, and feedback.
FORMAT_ALIGN_CENTER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_ALIGN_JUSTIFY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_ALIGN_LEFT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_ALIGN_RIGHT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_BOLD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_CLEAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_COLOR_FILL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_COLOR_RESET - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_COLOR_TEXT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_INDENT_DECREASE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_INDENT_INCREASE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_ITALIC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_LINE_SPACING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_LIST_BULLETED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_LIST_NUMBERED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_PAINT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_QUOTE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_SHAPES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_SIZE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_STRIKETHROUGH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_TEXTDIRECTION_L_TO_R - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_TEXTDIRECTION_R_TO_L - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORMAT_UNDERLINED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
formParam(String, String) - Method in class com.gluonhq.connect.provider.RestClient
Add a single form parameter to the request.
FORUM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORWARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORWARD_10 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORWARD_30 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FORWARD_5 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FREE_BREAKFAST - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FREE_SUBSCRIPTION - com.gluonhq.charm.down.plugins.inappbilling.Product.Type
 
FREQUENCY - Static variable in interface com.gluonhq.charm.down.plugins.AccelerometerService
 
FREQUENCY - Static variable in interface com.gluonhq.charm.down.plugins.MagnetometerService
 
fromJson(JsonObject) - Static method in class com.gluonhq.cloudlink.client.user.UserUtil
Generate a new User instance by loading the fields from the provided JSON object.
FULLSCREEN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
FULLSCREEN_EXIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
fullScreenProperty() - Method in interface com.gluonhq.charm.down.plugins.VideoService
Boolean property that indicates if the media file is playing in full screen mode or in normal mode.
FUNCTIONS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

G

G_TRANSLATE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GAMEPAD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GAMES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GAVEL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GESTURE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
get(int) - Method in class com.gluonhq.connect.GluonObservableList
Returns the element at the specified position in this list.
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(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_APP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
getActionItems() - Method in class com.gluonhq.charm.glisten.control.AppBar
Gets the action items.
getActionItems() - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
Gets the action items.The most common actionItems to place within BottomNavigation can be created by calling {BottomNavigation.createButton(String, Node, EventHandler)}, but you are not restricted to just these, and can insert any Node.
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.
getAudioChunkFiles() - Method in interface com.gluonhq.charm.down.plugins.AudioRecordingService
Returns a read only observable list of file names.
getAudioFolder() - Method in interface com.gluonhq.charm.down.plugins.AudioRecordingService
Returns the folder where all the audio files will be stored
getAuthenticatedUser() - Method in class com.gluonhq.cloudlink.client.user.UserClient
Gets the value of the property authenticatedUser.
getAvatarFactory() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Gets the value of the property avatarFactory.
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 interface com.gluonhq.cloudlink.client.user.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.
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.CardPane
Gets the value of the property cellFactory.
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
 
getCloudLinkConfiguration() - Method in class com.gluonhq.cloudlink.client.user.AuthenticationProvider
Returns the CloudLink Configuration for creating the Login methods.
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 interface com.gluonhq.cloudlink.client.user.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.
getContentFactory() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Gets the value of the property contentFactory.
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.
getCreationDate() - Method in class com.gluonhq.cloudlink.client.push.TopicSubscription
The date when the subscription is created as a unix timestamp in milliseconds.
getCurrency() - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductDetails
 
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 class com.gluonhq.charm.down.plugins.inappbilling.ProductDetails
 
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.
getDetails() - Method in class com.gluonhq.charm.down.plugins.inappbilling.Product
 
getDeviceIdentifier() - Method in class com.gluonhq.cloudlink.client.push.TopicSubscription
The unique identifier of the device.
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.
getEmail() - Method in class com.gluonhq.cloudlink.client.user.User
Get the email address of this user.
getErrorValidator() - Method in class com.gluonhq.charm.glisten.control.TextInput
Gets the value of the property errorValidator.
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.
getExitAction() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Gets the value of the property exitAction.
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.
getFields() - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductOrder
 
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.TextInput
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.
getFunctionName() - Method in class com.gluonhq.cloudlink.client.data.RemoteFunction
The name that uniquely identifies the remote function that should be called when this RemoteFunction instance is used.
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.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.inappbilling.Product
 
getId() - Method in class com.gluonhq.charm.down.plugins.Notification
The id of the notification.
getId() - Method in class com.gluonhq.charm.glisten.control.Dialog
Gets the value of the property id.
getId() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
Gets the value of the property id.
getId() - Method in class com.gluonhq.charm.glisten.control.Toast
Gets the value of the property id.
getId() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Gets the value of the property id.
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.AvatarPane
Gets the value of the property items.
getItems() - Method in class com.gluonhq.charm.glisten.control.CardPane
The list of items to be shown.
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.cloudlink.client.user.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.
getLoginMethod() - Method in class com.gluonhq.cloudlink.client.user.User
Get the login method that was used when authenticating this user.
getLoginUrl(String, String) - Method in interface com.gluonhq.cloudlink.client.user.LoginMethod
Returns a configured instance of a RestClient 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
 
getMax() - Method in class com.gluonhq.charm.glisten.control.Rating
Gets the value of the property max.
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
Returns the value of the Layer.mobileLayoutPane property
getModel() - Method in interface com.gluonhq.charm.down.plugins.DeviceService
Returns the name of the device's model or product.
getMultipartByteFields() - Method in class com.gluonhq.connect.source.RestDataSource
Returns a list of multipart binary fields that will be sent along with the request as part of the multipart form data.
getMultipartStringFields() - Method in class com.gluonhq.connect.source.RestDataSource
Returns a list of multipart form fields that will be sent along with the request as part of the multipart form data.
getName() - Method in class com.gluonhq.charm.glisten.mvc.View
Gets the value of the property name.
getName() - Method in class com.gluonhq.cloudlink.client.user.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.cloudlink.client.user.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.cloudlink.client.user.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
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.CardPane
Gets the value of the property onPullToRefresh.
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.cloudlink.client.data.DataClient
Get the operation mode to use when storing or retrieving data with this DataClient 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.
getOrientation() - Method in class com.gluonhq.charm.glisten.control.Rating
Gets the value of the property orientation.
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.
getParams() - Method in class com.gluonhq.cloudlink.client.data.RemoteFunction
A Map of function parameters that are sent along with the request when calling the RemoteFunction.
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.cloudlink.client.user.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.CardPane
Gets the value of the property placeholder.
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.
getPlatform() - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductOrder
 
getPlaylist() - Method in interface com.gluonhq.charm.down.plugins.VideoService
Returns an observable list with media file names.
getPosition() - Method in interface com.gluonhq.charm.down.plugins.PositionService
The current position on earth of the device.
getPrice() - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductDetails
 
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.
getProduct() - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductOrder
 
getProductOrders() - Method in class com.gluonhq.charm.down.plugins.inappbilling.InAppBillingQueryResult
 
getProductOrders() - Method in class com.gluonhq.cloudlink.client.inappbilling.InAppBillingClient
Returns a list of product orders that were made for the active account on the device.
getProducts() - Method in class com.gluonhq.cloudlink.client.inappbilling.InAppBillingClient
Returns a list of products with their details.
getProgress() - Method in class com.gluonhq.charm.glisten.control.AppBar
Gets the value of the property progress.
getPromptText() - Method in class com.gluonhq.charm.glisten.control.TextInput
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.
getRating() - Method in class com.gluonhq.charm.glisten.control.Rating
Gets the value of the property rating.
getRawBody() - Method in class com.gluonhq.cloudlink.client.data.RemoteFunction
The bytes that are sent to the remote function as the raw body.
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.
getScreenScale() - Method in interface com.gluonhq.charm.down.plugins.DisplayService
Returns the logical density of the display
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.
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.
getService() - Method in class com.gluonhq.cloudlink.client.inappbilling.InAppBillingClient
 
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
Gets the value of the SidePopupView.sideProperty
getSignUpUrl(String, String, String) - Method in interface com.gluonhq.cloudlink.client.user.LoginMethod
Returns a configured instance of a RestClient 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 class com.gluonhq.charm.down.plugins.inappbilling.ProductDetails
 
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.TextInput
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.inappbilling.ProductDetails
 
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.
getTopic() - Method in class com.gluonhq.cloudlink.client.push.TopicSubscription
The topic the device is subscribed to.
getType() - Method in class com.gluonhq.charm.down.plugins.inappbilling.Product
 
getType() - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
Gets the value of the property type.
getType() - Method in interface com.gluonhq.cloudlink.client.user.LoginMethod
Returns the type of the LoginMethod and defines which service will be used for connecting Gluon CloudLink users.
getUserAgentStylesheet() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
 
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 class com.gluonhq.charm.glisten.control.AvatarPane
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
Returns ViewStackPolicy for linked view
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
GIF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GITHUB - com.gluonhq.cloudlink.client.user.LoginMethod.Type
Logs in to Gluon CloudLink using GitHub.
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.
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.
GOLF_COURSE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GOOGLE_PLUS - com.gluonhq.cloudlink.client.user.LoginMethod.Type
Logs in to Gluon CloudLink using Google+.
GPS_FIXED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GPS_NOT_FIXED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GPS_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GRADE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GRADIENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GRAIN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
graphic - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
 
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.
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_EQ - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.
GREEN - com.gluonhq.charm.glisten.visual.Swatch
 
GREY - com.gluonhq.charm.glisten.visual.Swatch
 
GRID_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GRID_ON - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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, 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.
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.
GROUP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GROUP_ADD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
GROUP_WORK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

H

hashCode() - Method in class com.gluonhq.charm.down.plugins.inappbilling.Product
 
hasNext() - Method in class com.gluonhq.connect.converter.JsonIterableInputConverter
Returns true if the iteration has more elements, in this case if there are more elements to be returned from the JSON Array that was read from the InputStream.
HD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HDR_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HDR_ON - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HDR_STRONG - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HDR_WEAK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
header(String, String) - Method in class com.gluonhq.connect.provider.RestClient
Adds a single HTTP header to the request.
Header(String) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
Allocates a new header object with title assigned from the specified String.
Header(String, String) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
Allocates a new header object with title and sub-title assigned from the specified Strings.
Header(String, String, Node) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
Allocates a new header object with title, sub-title and primary image assigned.
headerProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
The header represents the top most node of Navigation Drawer and usually consists of an image, title and subtitle.
headersComparatorProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
The comparator that denotes the order of the headers.
headersFunctionProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
The Function for the CharmListView.
headingProperty() - Method in interface com.gluonhq.charm.down.plugins.CompassService
A frequently-updated heading of the compass.
HEADSET - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HEADSET_MIC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HEALING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HEARING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HELP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HELP_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HIDDEN - Static variable in class com.gluonhq.charm.glisten.control.LifecycleEvent
This event happens just after the object is hidden.
hide() - Method in interface com.gluonhq.charm.down.plugins.VideoService
Removes the layer with the control, so the JavaFX layer can resume normal interaction.
hide() - Method in class com.gluonhq.charm.glisten.control.Dialog
Hides/closes the dialog.
hide() - Method in class com.gluonhq.charm.glisten.layout.Layer
If this layer is showing, calling this method will immediately hide it.
hide() - Method in class com.gluonhq.charm.glisten.layout.layer.MenuPopupView
If this layer is showing, calling this method will immediately hide it.
hide() - Method in class com.gluonhq.charm.glisten.layout.layer.MenuSidePopupView
If this layer is showing, calling this method will immediately hide it.
hide() - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
If this layer is showing, calling this method will immediately hide it.
hide() - Method in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
If this layer is showing, calling this method will immediately hide it.
HideableTransition - Interface in com.gluonhq.charm.glisten.animation
Marker interface that should be implemented by Transitions that require their node to be hidden before the animation starts
hideLayer(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
Attempts to hide a layer with the given name.
hideNode() - Method in class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
Called before starting the animation, in those cases where the animation will set the opacity to 0.0 right at the start.
hideSplashView() - Method in class com.gluonhq.charm.glisten.mvc.SplashView
If Duration is not specified as an argument when creating the SplashView, hiding the splash and switching to the first view will be responsibility of the developer.
HIDING - Static variable in class com.gluonhq.charm.glisten.control.LifecycleEvent
This event happens just before the object is hidden.
HIGH_QUALITY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HIGHLIGHT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HIGHLIGHT_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HingeTransition - Class in com.gluonhq.charm.glisten.animation
Animate a hinge effect on a node Port of Hinge from Animate.css by Dan Eden
HingeTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.HingeTransition
Create new HingeTransition
HingeTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.HingeTransition
Create new HingeTransition
HISTORY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HOME - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HOME_VIEW - Static variable in class com.gluonhq.charm.glisten.application.MobileApplication
All Glisten-based applications should define one View with its name specified as HOME_VIEW.
host(String) - Method in class com.gluonhq.connect.provider.RestClient
Sets the complete host address of the URL for the HTTP connection.
HOT_TUB - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HOTEL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HOURGLASS_EMPTY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HOURGLASS_FULL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HTTP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
HTTPS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

I

Icon - Class in com.gluonhq.charm.glisten.control
Represents MaterialDesignIcon Icon is created specifically to enhance Scene Builder support for MaterialDesignIcon The instance of Icon should be assigned to a 'graphic' property of the Button.
Icon() - Constructor for class com.gluonhq.charm.glisten.control.Icon
Creates an Icon with MENU icon as a default
Icon(MaterialDesignIcon) - Constructor for class com.gluonhq.charm.glisten.control.Icon
Creates an Icon with specified icon
ICON_TEXT - Static variable in class com.gluonhq.charm.glisten.visual.GlistenStyleClasses
A style class for when the UI control should display an icon, for example, MaterialDesignIcon.
ID - Static variable in class com.gluonhq.charm.glisten.layout.layer.SnackbarPopupView
 
idProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
The id of this Dialog.
idProperty() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
The id of this Option.
idProperty() - Method in class com.gluonhq.charm.glisten.control.Toast
The id of this Toast.
idProperty() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
The id of this FloatingActionButton.
IMAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
IMAGE_ASPECT_RATIO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
imageProperty() - Method in class com.gluonhq.charm.glisten.control.Avatar
The image to display within the Avatar.
IMMEDIATE - com.gluonhq.charm.down.plugins.ble.Proximity
 
IMPORT_CONTACTS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
IMPORT_EXPORT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
IMPORTANT_DEVICES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
InAppBillingClient - Class in com.gluonhq.cloudlink.client.inappbilling
The InAppBillingClient handles the retrieval of products that were created for your mobile application in the Android and iOS marketplaces.
InAppBillingClient() - Constructor for class com.gluonhq.cloudlink.client.inappbilling.InAppBillingClient
 
InAppBillingException - Exception in com.gluonhq.charm.down.plugins.inappbilling
Exception for handling failures that occurred while working with the native in-app billing API.
InAppBillingException() - Constructor for exception com.gluonhq.charm.down.plugins.inappbilling.InAppBillingException
 
InAppBillingException(String) - Constructor for exception com.gluonhq.charm.down.plugins.inappbilling.InAppBillingException
 
InAppBillingQueryResult - Class in com.gluonhq.charm.down.plugins.inappbilling
 
InAppBillingQueryResult() - Constructor for class com.gluonhq.charm.down.plugins.inappbilling.InAppBillingQueryResult
 
InAppBillingQueryResultListener - Interface in com.gluonhq.charm.down.plugins.inappbilling
 
InAppBillingService - Interface in com.gluonhq.charm.down.plugins
With the in-app billing service you can query information about in-app products and purchases that were done and place new orders for those products.
InAppBillingServiceFactory - Class in com.gluonhq.charm.down.plugins
 
InAppBillingServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.InAppBillingServiceFactory
 
INBOX - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
INDETERMINATE_CHECK_BOX - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
INDIGO - com.gluonhq.charm.glisten.visual.Swatch
 
INFO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
INFO_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
initialize() - Method in class com.gluonhq.charm.glisten.layout.Layer
This method is called whenever the MobileLayoutPane is changed.
initialize(String, List<Product>) - Method in interface com.gluonhq.charm.down.plugins.InAppBillingService
Correctly initialize the In-App Billing service on the device.
initializedProperty() - Method in interface com.gluonhq.connect.GluonObservable
A boolean property that is true when the observable has been initialized successfully after its initial retrieval.
initializedProperty() - Method in class com.gluonhq.connect.GluonObservableList
 
initializedProperty() - Method in class com.gluonhq.connect.GluonObservableObject
 
INITIATED - com.gluonhq.charm.down.plugins.inappbilling.ProductDetails.State
 
INPUT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
InputConverter<T> - Interface in com.gluonhq.connect.converter
An InputConverter is a Converter that is able to read an object from a certain input source.
InputDataSource - Interface in com.gluonhq.connect.source
An InputDataSource is a class that returns an InputStream that acts as an input source to read data from.
InputStreamInputConverter<T> - Class in com.gluonhq.connect.converter
An abstract helper class that defines an InputConverter of which the input source is a standard InputStream.
InputStreamInputConverter() - Constructor for class com.gluonhq.connect.converter.InputStreamInputConverter
 
InputStreamIterableInputConverter<E> - Class in com.gluonhq.connect.converter
An abstract helper class that defines an IterableInputConverter of which the input source is a standard InputStream.
InputStreamIterableInputConverter() - Constructor for class com.gluonhq.connect.converter.InputStreamIterableInputConverter
 
InputStreamListDataReader<E> - Class in com.gluonhq.connect.provider
A helper class that represents a ListDataReader that reads objects by reading from a specific InputDataSource and converts the read data with a specific InputStreamIterableInputConverter.
InputStreamListDataReader(InputDataSource, InputStreamIterableInputConverter<E>) - Constructor for class com.gluonhq.connect.provider.InputStreamListDataReader
Construct an instance that will use the specified data source to read data from and convert it to a list of objects with the specified converter.
InputStreamObjectDataReader<T> - Class in com.gluonhq.connect.provider
A helper class that represents an ObjectDataReader that reads an object by reading from a specific InputDataSource and converting the read data with a specific InputStreamInputConverter.
InputStreamObjectDataReader(InputDataSource, InputStreamInputConverter<T>) - Constructor for class com.gluonhq.connect.provider.InputStreamObjectDataReader
Construct an instance that will use the specified data source to read data from and convert it to an object with the specified converter.
INSERT_CHART - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
INSERT_COMMENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
INSERT_DRIVE_FILE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
INSERT_EMOTICON - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
INSERT_INVITATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
INSERT_LINK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
INSERT_PHOTO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
interpolate(double) - Method in class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
 
interpolate(double) - Method in class com.gluonhq.charm.glisten.animation.NoTransition
 
interpolate(double) - Method in class com.gluonhq.charm.glisten.animation.ShrinkExpandAnimation
introTextProperty() - Method in class com.gluonhq.charm.glisten.control.ExceptionDialog
The intro text to display in this Dialog.
INVALID - com.gluonhq.charm.down.plugins.inappbilling.ProductDetails.State
 
INVERT_COLORS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
INVERT_COLORS_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
IODataSource - Interface in com.gluonhq.connect.source
The IODataSource is a convenience interface that extends from both InputDataSource and OutputDataSource interfaces.
IOS - com.gluonhq.charm.down.Platform
The ios platform provides implementations to access the applicable services available on iOS.
isAndroid() - Static method in enum com.gluonhq.charm.down.Platform
Returns whether the current platform is android.
isAuthenticated() - Method in class com.gluonhq.cloudlink.client.user.UserClient
Check whether the application is successfully authenticated with a user.
isAutoFix() - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
Gets the value of the property autoFix.
isAutoHide() - Method in class com.gluonhq.charm.glisten.control.Dialog
Gets the value of the property autoHide.
isAutoHide() - Method in class com.gluonhq.charm.glisten.layout.Layer
Returns the value of the Layer.autoHideProperty
isAutoHideProgressBar() - Method in class com.gluonhq.charm.glisten.control.AppBar
Gets the value of the property autoHideProgressBar.
isCachingEnabled() - Method in class com.gluonhq.cloudlink.client.data.RemoteFunction
Returns whether the remote function has local caching enabled or not.
isCollapsible() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Gets the value of the property collapsible.
isConnected() - Method in interface com.gluonhq.charm.down.plugins.ConnectivityService
A boolean indicating whether there is data connectivity available or not.
isDeletable() - Method in class com.gluonhq.charm.glisten.control.Chip
Gets the value of the property deletable.
isDesktop() - Static method in enum com.gluonhq.charm.down.Platform
Returns whether the current platform is desktop.
isDesktop() - Method in interface com.gluonhq.charm.down.plugins.DisplayService
Returns true if the device is considered a desktop / laptop.
isEditable - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
 
isEditable() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
Indicates whether the SettingsPane control should allow editing this option, or whether it is read-only.
isEditable() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
Indicates whether the SettingsPane control should allow editing this option, or whether it is read-only.
isEnabled() - Method in class com.gluonhq.cloudlink.client.push.PushClient
Check if the current device is correctly registered for receiving push notifications.
isExpanded() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Gets the value of the property expanded.
isExpanded() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel
Gets the value of the property expanded.
isExternalStorageReadable() - Method in interface com.gluonhq.charm.down.plugins.StorageService
Checks if external storage is available for read access.
isExternalStorageWritable() - Method in interface com.gluonhq.charm.down.plugins.StorageService
Checks if external storage is available for read and write access.
isFloatingHeaderVisible() - Method in class com.gluonhq.charm.glisten.control.CharmListView
Returns true if the floating header for the most top visible item is visible, or false otherwise.
isFullscreen() - Method in class com.gluonhq.charm.glisten.control.Dialog
Indicates whether this dialog is a fullscreen dialog.
isInitialized() - Method in interface com.gluonhq.connect.GluonObservable
Return the initialized state of this observable.
isInitialized() - Method in class com.gluonhq.connect.GluonObservableList
Gets the value of the property initialized.
isInitialized() - Method in class com.gluonhq.connect.GluonObservableObject
Gets the value of the property initialized.
isIOS() - Static method in enum com.gluonhq.charm.down.Platform
Returns whether the current platform is iOS.
isLayerPresent(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
Returns true if a layer factory with the layer name exists in the application.
ISO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
isOpacityInterpolated() - Method in class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
 
isPartialRating() - Method in class com.gluonhq.charm.glisten.control.Rating
Gets the value of the property partialRating.
isPhone() - Method in interface com.gluonhq.charm.down.plugins.DisplayService
Returns true if the device is considered a phone.
isPluggedIn() - Method in interface com.gluonhq.charm.down.plugins.BatteryService
A boolean representing whether the device is currently receiving power from an external source (i.e.
isProgressBarVisible() - Method in class com.gluonhq.charm.glisten.control.AppBar
Gets the value of the property progressBarVisible.
isReady() - Method in interface com.gluonhq.charm.down.plugins.InAppBillingService
Gets the value of the property ready.
isRefreshIndicatorVisible() - Method in class com.gluonhq.charm.glisten.control.CharmListView
Gets the value of the property refreshIndicatorVisible.
isScreenRound() - Method in interface com.gluonhq.charm.down.plugins.DisplayService
Returns true if the device has a round screen
isSearchBoxVisible() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
 
isSelected() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
Gets the value of the property selected.
isShowing() - Method in class com.gluonhq.charm.glisten.control.Dialog
Gets the value of the property showing.
isShowing() - Method in class com.gluonhq.charm.glisten.layout.Layer
Gets the value of the Layer.showingProperty
isShowing() - Method in class com.gluonhq.charm.glisten.mvc.View
Gets the value of the property showing.
isSupported() - Method in interface com.gluonhq.charm.down.plugins.InAppBillingService
Returns true if the device supports in-app billing.
isTablet() - Method in interface com.gluonhq.charm.down.plugins.DisplayService
Returns true if the device is considered a tablet.
isUpdateOnHover() - Method in class com.gluonhq.charm.glisten.control.Rating
Gets the value of the property updateOnHover.
isViewPresent(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
Returns true if a view factory with the view name exists in the application.
isVisible() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Gets the value of the property visible.
isWearable() - Method in interface com.gluonhq.charm.down.plugins.DeviceService
Returns true if the device is a wearable
isWrapText() - Method in class com.gluonhq.charm.glisten.control.ListTile
Gets the value of the property wrapText.
Item(String) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
Allocates a new item object with title assigned from the specified String.
Item(String, Node) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
Allocates a new item object with title and graphic.
ITEM_SELECTED - Static variable in class com.gluonhq.charm.glisten.control.NavigationDrawer
Event type that happens whenever a item on the drawer is selected, regardless if it was already selected or not
itemsProperty() - Method in class com.gluonhq.charm.glisten.control.AvatarPane
The list of items to be shown in this AvatarPane.
itemsProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
The underlying data model for the CharmListView.
IterableInputConverter<E> - Interface in com.gluonhq.connect.converter
An IterableInputConverter is a Converter that is able to read a list of objects from a certain input source by creating an Iterator to provide that list.
iterator() - Method in interface com.gluonhq.connect.converter.IterableInputConverter
Creates an Iterator that is used to iterate over a list of objects that are read from a certain input source.
iterator() - Method in class com.gluonhq.connect.converter.JsonIterableInputConverter
Returns an Iterator that loops over the items in the JSON Array that is read from the InputStream.
iterator() - Method in class com.gluonhq.connect.provider.InputStreamListDataReader
Returns an iterator that is able to iterate over the read objects from the list.
iterator() - Method in interface com.gluonhq.connect.provider.ListDataReader
Returns an iterator that is able to iterate over the read objects from the list.

J

JsonConverter<T> - Class in com.gluonhq.connect.converter
A utility class to convert Java objects from JSON Objects and from JSON Objects into Java objects.
JsonConverter(Class<T>) - Constructor for class com.gluonhq.connect.converter.JsonConverter
Construct a JsonConverter to convert between JSON and objects of the specified targetClass.
JsonInputConverter<T> - Class in com.gluonhq.connect.converter
An InputConverter that converts a JSON Object read from an InputStream into an object.
JsonInputConverter(Class<T>) - Constructor for class com.gluonhq.connect.converter.JsonInputConverter
Construct a new instance of a JsonInputConverter that is able to convert the data read from the InputStream into objects of the specified targetClass.
JsonIterableInputConverter<E> - Class in com.gluonhq.connect.converter
An IterableInputConverter that converts a JSON Array read from an InputStream into an Iterator that can be used to iterate over a list of objects.
JsonIterableInputConverter(Class<E>) - Constructor for class com.gluonhq.connect.converter.JsonIterableInputConverter
Construct a new instance of a JsonIterableInputConverter that is able to convert the data read from the InputStream into objects of the specified targetClass.
JsonOutputConverter<T> - Class in com.gluonhq.connect.converter
An OutputConverter that converts an object into a JSON Object that is written to an OutputStream.
JsonOutputConverter(Class<T>) - Constructor for class com.gluonhq.connect.converter.JsonOutputConverter
Construct a new instance of a JsonOutputConverter that is able to convert objects of the specified targetClass into JSON Objects and write them into the OutputStream.

K

KEYBOARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KEYBOARD_ARROW_DOWN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KEYBOARD_ARROW_LEFT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KEYBOARD_ARROW_RIGHT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KEYBOARD_ARROW_UP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KEYBOARD_BACKSPACE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KEYBOARD_CAPSLOCK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KEYBOARD_HIDE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KEYBOARD_RETURN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KEYBOARD_TAB - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KEYBOARD_VOICE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
KITCHEN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

L

LABEL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LABEL_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LANDSCAPE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LANGUAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LAPTOP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LAPTOP_CHROMEBOOK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LAPTOP_MAC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LAPTOP_WINDOWS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LAST_PAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LAUNCH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LAUNCH_LOCAL_NOTIFICATION_KEY - Static variable in interface com.gluonhq.charm.down.plugins.RuntimeArgsService
Key used in case the app is launched from a local notification
LAUNCH_PUSH_NOTIFICATION_KEY - Static variable in interface com.gluonhq.charm.down.plugins.RuntimeArgsService
Key used in case the app is launched from a push notification
LAUNCH_URL_KEY - Static variable in interface com.gluonhq.charm.down.plugins.RuntimeArgsService
Key used in case the app is launched from an URL with a custom scheme
launchExternalBrowser(String) - Method in interface com.gluonhq.charm.down.plugins.BrowserService
Launches the user-default browser to show a specified URL.
Layer - Class in com.gluonhq.charm.glisten.layout
A Layer is an overlay that can be shown above any MobileLayoutPane, or the application-wide GlassPane.
Layer() - Constructor for class com.gluonhq.charm.glisten.layout.Layer
Creates a new Layer instance.
LAYERS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LAYERS_CLEAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
layout - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
 
layoutChildren() - Method in class com.gluonhq.charm.glisten.application.GlassPane
layoutChildren() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel.CollapsedPanel
 
layoutChildren() - Method in class com.gluonhq.charm.glisten.control.ExpansionPanel.ExpandedPanel
 
layoutChildren() - Method in class com.gluonhq.charm.glisten.control.Icon
 
layoutChildren() - Method in class com.gluonhq.charm.glisten.layout.Layer
Override this method to add the layout logic for your layer.
layoutChildren() - Method in class com.gluonhq.charm.glisten.layout.layer.MenuPopupView
Override this method to add the layout logic for your layer.
layoutChildren() - Method in class com.gluonhq.charm.glisten.layout.layer.PopupView
Override this method to add the layout logic for your layer.
layoutChildren() - Method in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
Override this method to add the layout logic for your layer.
layoutChildren() - Method in class com.gluonhq.charm.glisten.layout.MobileLayoutPane
layoutChildren() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridLayout
layoutChildren() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridRow
layoutChildren() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
LEAK_ADD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LEAK_REMOVE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LENGTH_LONG - Static variable in class com.gluonhq.charm.glisten.control.Toast
A long amount of time to display the message - 3500 ms.
LENGTH_SHORT - Static variable in class com.gluonhq.charm.glisten.control.Toast
A short amount of time to display the message - 2000 ms.
LENS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LIBRARY_ADD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LIBRARY_BOOKS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LIBRARY_MUSIC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
License - Annotation Type in com.gluonhq.charm.glisten.license
License Annotation for MobileApplication.
LifecycleEvent - Class in com.gluonhq.charm.glisten.control
This is the event class for all objects that go through a life cycle of SHOW/HIDE.
LifecycleEvent - Enum in com.gluonhq.charm.down.plugins
The life cycle events that can be listened to using LifecycleService.
LifecycleEvent(EventTarget, EventType<? extends Event>) - Constructor for class com.gluonhq.charm.glisten.control.LifecycleEvent
 
LifecycleService - Interface in com.gluonhq.charm.down.plugins
The lifecycle service provides a way to listen for events when the application is being paused (put in the background) and resumed (brought back to the foreground).
LifecycleServiceFactory - Class in com.gluonhq.charm.down.plugins
 
LifecycleServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.LifecycleServiceFactory
 
LIGHT - com.gluonhq.charm.glisten.visual.Theme
 
LIGHT - Static variable in class com.gluonhq.charm.glisten.visual.GlistenStyleClasses
A style class for when the UI control should display using its light theme.
LIGHT_BLUE - com.gluonhq.charm.glisten.visual.Swatch
 
LIGHT_GREEN - com.gluonhq.charm.glisten.visual.Swatch
 
LIGHTBULB_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LIME - com.gluonhq.charm.glisten.visual.Swatch
 
LINE_STYLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LINE_WEIGHT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LINEAR_SCALE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LINK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LINKED_CAMERA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
list() - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionBuilder
Make an instance of RemoteFunctionList based on the properties set on this builder.
LIST - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LIST_READ_THROUGH - com.gluonhq.cloudlink.client.data.SyncFlag
Changes in a remote list (adding and removing of objects) on Gluon CloudLink are reflected to the local copy of that list.
LIST_WRITE_THROUGH - com.gluonhq.cloudlink.client.data.SyncFlag
Changes in a local list (adding and removing of objects) are reflected to the remote copy of that list on Gluon CloudLink.
ListDataReader<E> - Interface in com.gluonhq.connect.provider
A ListDataReader is an entity that has the ability to read a list of objects.
ListTile - Class in com.gluonhq.charm.glisten.control
ListTile is a convenient container, similar to an HBox, that can be used as the graphic within a ListCell.
ListTile() - Constructor for class com.gluonhq.charm.glisten.control.ListTile
Empty constructor.
LIVE_HELP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LIVE_TV - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
loadImage(String) - Method in class com.gluonhq.cloudlink.client.media.MediaClient
 
loadImageFromGallery() - Method in interface com.gluonhq.charm.down.plugins.PicturesService
Retrieve an image from the device's gallery of images
loadMedia(String) - Method in class com.gluonhq.cloudlink.client.media.MediaClient
 
LOCAL_ACTIVITY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_AIRPORT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_ATM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_BAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_CAFE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_CAR_WASH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_CONVENIENCE_STORE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_DINING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_DRINK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_FLORIST - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_GAS_STATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_GROCERY_STORE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_HOSPITAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_HOTEL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_LAUNDRY_SERVICE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_LIBRARY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_MALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_MOVIES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_OFFER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_ONLY - com.gluonhq.cloudlink.client.data.OperationMode
Data will only be stored into and retrieved from the private storage location of the device.
LOCAL_PARKING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_PHARMACY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_PHONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_PIZZA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_PLAY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_POST_OFFICE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_PRINTSHOP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_SEE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_SHIPPING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCAL_TAXI - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LocalNotificationsService - Interface in com.gluonhq.charm.down.plugins
Used to schedule a native notification.
LocalNotificationsServiceFactory - Class in com.gluonhq.charm.down.plugins
 
LocalNotificationsServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.LocalNotificationsServiceFactory
 
LOCATION_CITY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCATION_DISABLED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCATION_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCATION_ON - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCATION_SEARCHING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCK_OPEN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOCK_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LoginMethod - Interface in com.gluonhq.cloudlink.client.user
A LoginMethod is used to specify which method should be used for connecting users to your application.
LoginMethod.Type - Enum in com.gluonhq.cloudlink.client.user
Defines the different methods by which you can log in to Gluon CloudLink.
LOOKS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOOKS_3 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOOKS_4 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOOKS_5 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOOKS_6 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOOKS_ONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOOKS_TWO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOOP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOUPE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOW_PRIORITY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
LOYALTY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

M

MagnetometerReading - Class in com.gluonhq.charm.down.plugins
Represents a reading taken from the MagnetometerService.
MagnetometerReading(double, double, double, double, double, double, double) - Constructor for class com.gluonhq.charm.down.plugins.MagnetometerReading
Creates a new immutable Reading instance with the given x, y, z, magnitude values, and orientation angles.
MagnetometerService - Interface in com.gluonhq.charm.down.plugins
A magnetometer measures the ambient geomagnetic field for all three physical axes (x, y and z).
MagnetometerServiceFactory - Class in com.gluonhq.charm.down.plugins
 
MagnetometerServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.MagnetometerServiceFactory
 
MAIL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MAIL_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MAP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MARKUNREAD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MARKUNREAD_MAILBOX - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MaterialDesignIcon - Enum in com.gluonhq.charm.glisten.visual
An enumeration of all material design icons that are available.
maxLengthProperty() - Method in class com.gluonhq.charm.glisten.control.TextField
The number of characters for overflow.
maxProperty() - Method in class com.gluonhq.charm.glisten.control.Rating
The maximum-allowed rating value.
MediaClient - Class in com.gluonhq.cloudlink.client.media
 
MediaClient() - Constructor for class com.gluonhq.cloudlink.client.media.MediaClient
 
MEMORY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MENU - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MenuPopupView - Class in com.gluonhq.charm.glisten.layout.layer
The MenuPopupView class is used to show JavaFX Menu instances within the user interface - it will appear relative to the given owner node.
MenuPopupView(Node, Menu) - Constructor for class com.gluonhq.charm.glisten.layout.layer.MenuPopupView
Creates a new MenuPopupView instance that will be displayed relative to the given ownerNode, and will contain the given Menu.
MenuSidePopupView - Class in com.gluonhq.charm.glisten.layout.layer
The MenuPopupView class is a layer used to show JavaFX Menu instances within the user interface that will scroll out from the edge of the screen.
MenuSidePopupView(Menu) - Constructor for class com.gluonhq.charm.glisten.layout.layer.MenuSidePopupView
Creates a new MenuSidePopupView instance that will be displayed from the bottom edge of the screen, containing the contents of the given Menu.
MenuSidePopupView(Menu, Side) - Constructor for class com.gluonhq.charm.glisten.layout.layer.MenuSidePopupView
Creates a new MenuSidePopupView instance that will be displayed from the side of the screen, as specified by the side parameter.
MERGE_TYPE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MESSAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
messageProperty() - Method in class com.gluonhq.charm.glisten.control.Toast
The message to display.
method(String) - Method in class com.gluonhq.connect.provider.RestClient
Sets the request method to use for the HTTP connection.
MIC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MIC_NONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MIC_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MMS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MobileApplication - Class in com.gluonhq.charm.glisten.application
For Glisten-based applications, the MobileApplication class should be considered as the base class, in a similar fashion to the Application class is to JavaFX applications.
MobileApplication() - Constructor for class com.gluonhq.charm.glisten.application.MobileApplication
Creates a new instance of MobileApplication.
MobileApplication.MobileEvent - Class in com.gluonhq.charm.glisten.application
Event class for events related to MobileApplication.
MobileEvent(EventTarget, EventType<? extends Event>) - Constructor for class com.gluonhq.charm.glisten.application.MobileApplication.MobileEvent
 
MobileLayoutPane - Class in com.gluonhq.charm.glisten.layout
The MobileLayoutPane class provides a layout container that closely matches the typical layout of many mobile applications.
MobileLayoutPane() - Constructor for class com.gluonhq.charm.glisten.layout.MobileLayoutPane
Creates a new empty instance of the MobileLayoutPane.
MobileLayoutPane(Node) - Constructor for class com.gluonhq.charm.glisten.layout.MobileLayoutPane
Creates a new instance of the MobileLayoutPane, with the given Node set as the center node (that is, the main node that will expand to take all available space).
mobileLayoutPaneProperty() - Method in class com.gluonhq.charm.glisten.layout.Layer
The MobileLayoutPane that this Layer is installed in - note that GlassPane is also a MobileLayoutPane, so it is valid to install it directly into the GlassPane by retrieving it from the MobileApplication using MobileApplication.getGlassPane().
MODE_COMMENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MODE_EDIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MONETIZATION_ON - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MONEY_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MONOCHROME_PHOTOS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MOOD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MOOD_BAD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MORE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MORE_HORIZ - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MORE_VERT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MOTORCYCLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MOUSE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MOVE_TO_INBOX - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MOVIE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MOVIE_CREATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MOVIE_FILTER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MULTILINE_CHART - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
multipartField(String, byte[]) - Method in class com.gluonhq.connect.provider.RestClient
Adds a binary field to an HTTP Multipart Form-Data request.
multipartField(String, String) - Method in class com.gluonhq.connect.provider.RestClient
Adds a form field to an HTTP Multipart Form-Data request.
MultiValuedMap<K,V> - Class in com.gluonhq.connect
A Map of key-value pairs where a key can contain multiple values.
MultiValuedMap() - Constructor for class com.gluonhq.connect.MultiValuedMap
 
MUSIC_NOTE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MUSIC_VIDEO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
MY_LOCATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

N

nameProperty() - Method in class com.gluonhq.charm.glisten.mvc.View
The name of this View - this is very important as it is the means through which this View is differentiated from all other Views in API on MobileApplication.
NATURE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NATURE_PEOPLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
navIconProperty() - Method in class com.gluonhq.charm.glisten.control.AppBar
The left-most node in the app bar, and is often used to show a side popup menu or to move back in the view stack.
NAVIGATE_BEFORE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NAVIGATE_NEXT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NAVIGATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NavigationDrawer - Class in com.gluonhq.charm.glisten.control
NavigationDrawer is a panel that displays the application main navigation options on the left edge of the screen.
NavigationDrawer() - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer
Creates a default NavigationDrawer.
NavigationDrawer(ObservableList<Node>) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer
Creates a default NavigationDrawer which will stack the contents retrieved from the provided items vertically.
NavigationDrawer(Node, ObservableList<Node>) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer
Creates a default NavigationDrawer which will stack the contents retrieved from the provided header and items vertically.
NavigationDrawer(Node, Node, ObservableList<Node>) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer
Creates a default NavigationDrawer which will stack the contents retrieved from the provided header, footer and items.
NavigationDrawer.Footer - Class in com.gluonhq.charm.glisten.control
A convenience class for creating a default footer for NavigationDrawer with styled implementations according to Material Design Guidelines.
NavigationDrawer.Header - Class in com.gluonhq.charm.glisten.control
A convenience class for creating a default header for NavigationDrawer with styled implementations according to Material Design Guidelines.
NavigationDrawer.Item - Class in com.gluonhq.charm.glisten.control
A convenience class for creating a default items for NavigationDrawer with styled implementations according to Material Design Guidelines.
NavigationDrawer.ViewItem - Class in com.gluonhq.charm.glisten.control
A convenience class for creating a default items for NavigationDrawer with styled implementations according to Material Design Guidelines.
NEAR - com.gluonhq.charm.down.plugins.ble.Proximity
 
NEAR_ME - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NETWORK_CELL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NETWORK_CHECK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NETWORK_LOCKED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NETWORK_WIFI - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NEW_RELEASES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
newGluonObservableList() - Method in class com.gluonhq.connect.provider.InputStreamListDataReader
 
newGluonObservableList() - Method in interface com.gluonhq.connect.provider.ListDataReader
Provide an instance of a GluonObservableList.
newGluonObservableObject() - Method in class com.gluonhq.connect.provider.InputStreamObjectDataReader
 
newGluonObservableObject() - Method in interface com.gluonhq.connect.provider.ObjectDataReader
Provide an instance of a GluonObservableObject.
newGluonObservableObject() - Method in interface com.gluonhq.connect.provider.ObjectDataWriter
Provide an instance of a GluonObservableObject.
newGluonObservableObject() - Method in class com.gluonhq.connect.provider.OutputStreamObjectDataWriter
 
next() - Method in class com.gluonhq.connect.converter.JsonIterableInputConverter
Returns the next element in the iteration.
NEXT_WEEK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
nextViewProperty() - Method in class com.gluonhq.charm.glisten.mvc.SplashView
A read only string property with the name of the view that will be loaded after the splash is hidden
NFC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NO_ENCRYPTION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NO_SIM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
node - Variable in class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
 
NON_CONSUMABLE - com.gluonhq.charm.down.plugins.inappbilling.Product.Type
 
NON_RENEWABLE_SUBSCRIPTION - com.gluonhq.charm.down.plugins.inappbilling.Product.Type
 
NOT_INTERESTED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NOTE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NOTE_ADD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
Notification - Class in com.gluonhq.charm.down.plugins
Represents a single notification that can be installed onto the system using LocalNotificationsService.
Notification(String, String, String, InputStream, ZonedDateTime, Runnable) - Constructor for class com.gluonhq.charm.down.plugins.Notification
Creates a new Notification instance with the specified id, title, text, and image, set to be displayed on the users device as the given date/time, and when clicked will execute the given Runnable.
Notification(String, String, String, ZonedDateTime, Runnable) - Constructor for class com.gluonhq.charm.down.plugins.Notification
Creates a new Notification instance with the specified id, title, and text, set to be displayed on the users device as the given date/time, and when clicked will execute the given Runnable.
Notification(String, String, ZonedDateTime, Runnable) - Constructor for class com.gluonhq.charm.down.plugins.Notification
Creates a new Notification instance with the specified id and text, set to be displayed on the users device as the given date/time, and when clicked will execute the given Runnable.
NOTIFICATIONS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NOTIFICATIONS_ACTIVE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NOTIFICATIONS_NONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NOTIFICATIONS_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NOTIFICATIONS_PAUSED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
NoTransition - Class in com.gluonhq.charm.glisten.animation
"Null object" pattern implementation for transition.
NoTransition() - Constructor for class com.gluonhq.charm.glisten.animation.NoTransition
 

O

object() - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionBuilder
Make an instance of RemoteFunctionObject based on the properties set on this builder.
OBJECT_READ_THROUGH - com.gluonhq.cloudlink.client.data.SyncFlag
Changes on remote objects and objects in remote lists on Gluon CloudLink are reflected to the local copy of these objects.
OBJECT_WRITE_THROUGH - com.gluonhq.cloudlink.client.data.SyncFlag
Changes on local objects and objects in local lists are reflected to the remote copy of these objects on Gluon CloudLink.
ObjectDataReader<T> - Interface in com.gluonhq.connect.provider
An ObjectDataReader is an entity that has the ability to read an object.
ObjectDataRemover<T> - Interface in com.gluonhq.connect.provider
An ObjectDataRemover is an entity that has the ability to remove an object.
ObjectDataWriter<T> - Interface in com.gluonhq.connect.provider
An ObjectDataWriter is an entity that has the ability to write an object.
OFFLINE_PIN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
Offset - Enum in com.gluonhq.charm.glisten.layout.responsive.grid
The Offsett enum simply represents how many columns a particular node in offset in the GridLayout.
OFFSET_0 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset zero columns.
OFFSET_1 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset one column.
OFFSET_10 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset ten columns.
OFFSET_11 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset eleven columns.
OFFSET_2 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset two columns.
OFFSET_3 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset three columns.
OFFSET_4 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset four columns.
OFFSET_5 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset five columns.
OFFSET_6 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset six columns.
OFFSET_7 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset seven columns.
OFFSET_8 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset eight columns.
OFFSET_9 - com.gluonhq.charm.glisten.layout.responsive.grid.Offset
Offset nine columns.
ON_SEARCH - Static variable in class com.gluonhq.charm.glisten.control.AutoCompleteTextField.AutoCompleteEvent
This event is triggered whenever the search function is called.
onActionProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
An EventHandler which is invoked whenever the arrow, placed on the right bottom corner of the header, is touched, clicked or pressed.
onActionProperty() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
The EventHandler that will be called when the user interacts with the floating action button.
onCloseRequestProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
Called when there is an external request to close this Dialog.
onCloseRequestProperty() - Method in class com.gluonhq.charm.glisten.mvc.View
Called when there is an external request to close this View.
onDeleteActionProperty() - Method in class com.gluonhq.charm.glisten.control.Chip
The action that is to be invoked when the user presses the delete button
ONDEMAND_VIDEO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
onHiddenProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
Called just after the Dialog has been hidden.
onHiddenProperty() - Method in class com.gluonhq.charm.glisten.mvc.View
Called just after the View has been hidden.
onHidingProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
Called just prior to the Dialog being hidden.
onHidingProperty() - Method in class com.gluonhq.charm.glisten.mvc.View
Called just prior to the View being hidden.
onPullToRefreshProperty() - Method in class com.gluonhq.charm.glisten.control.CardPane
The EventHandler to be called whenever there's a Swipe Refresh.
onPullToRefreshProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
The EventHandler to be called whenever there's a Swipe Refresh.
onQueryResultReceived(InAppBillingQueryResult) - Method in interface com.gluonhq.charm.down.plugins.inappbilling.InAppBillingQueryResultListener
 
onShowingProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
Called just prior to the Dialog being shown.
onShowingProperty() - Method in class com.gluonhq.charm.glisten.mvc.View
Called just prior to the View being shown.
onShownProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
Called just after the Dialog is shown.
onShownProperty() - Method in class com.gluonhq.charm.glisten.mvc.View
Called just after the View is shown.
OPACITY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
OPEN_IN_BROWSER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
OPEN_IN_NEW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
OPEN_WITH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
operationMode(OperationMode) - Method in class com.gluonhq.cloudlink.client.data.DataClientBuilder
Set the value of the operation mode for the DataClient instance constructed by this builder.
OperationMode - Enum in com.gluonhq.cloudlink.client.data
Defines the constants that are used to specify where data should be stored and retrieved.
Option<T> - Interface in com.gluonhq.charm.glisten.control.settings
A wrapper interface for a single option to be displayed in a SettingsPane control.
OptionBase<T> - Class in com.gluonhq.charm.glisten.control.settings
A wrapper interface for a single option to be displayed in a SettingsPane control.
OptionBase(String) - Constructor for class com.gluonhq.charm.glisten.control.settings.OptionBase
Creates an option instance, without graphic and without editor.
OptionBase(String, String, String) - Constructor for class com.gluonhq.charm.glisten.control.settings.OptionBase
Creates an option instance, without graphic and without editor, intended to open a new view with a new group of sub-options, that are set calling Option.getChildren()
OptionBase(String, String, String, Property<T>, boolean) - Constructor for class com.gluonhq.charm.glisten.control.settings.OptionBase
Creates an option instance, without graphic and with default editor, based on the values set for the option
OptionBase(String, String, String, Property<T>, boolean, Function<Option<T>, OptionEditor<T>>) - Constructor for class com.gluonhq.charm.glisten.control.settings.OptionBase
Creates an option instance, without graphic and with custom editor, based on the values set for the option
OptionBase(Node, String, String, String) - Constructor for class com.gluonhq.charm.glisten.control.settings.OptionBase
Creates an option instance, with graphic and without editor, intended to open a new view with a new group of sub-options, that are set calling Option.getChildren()
OptionBase(Node, String, String, String, Property<T>, boolean) - Constructor for class com.gluonhq.charm.glisten.control.settings.OptionBase
Creates an option instance, with graphic and with default editor, based on the values set for the option
OptionBase(Node, String, String, String, Property<T>, boolean, Function<Option<T>, OptionEditor<T>>) - Constructor for class com.gluonhq.charm.glisten.control.settings.OptionBase
Creates an option instance, with graphic and with custom editor, based on the values set for the option
OptionEditor<T> - Interface in com.gluonhq.charm.glisten.control.settings
The base interface for all editors used by the SettingsPane control.
OptionEditorBase<T,C extends javafx.scene.Node> - Class in com.gluonhq.charm.glisten.control.settings
An abstract implementation of the OptionEditor interface.
OptionEditorBase(Option<T>, C) - Constructor for class com.gluonhq.charm.glisten.control.settings.OptionEditorBase
Creates an editable AbstractPropertyEditor instance for the given option using the given editing control.
OptionEditorBase(Option<T>, C, boolean) - Constructor for class com.gluonhq.charm.glisten.control.settings.OptionEditorBase
Creates an AbstractPropertyEditor instance for the given option using the given editing control.
optionEditorFactory() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
The property editor factory is used by the SettingsPane control to determine which OptionEditor to use for a given OptionBase.
ORANGE - com.gluonhq.charm.glisten.visual.Swatch
 
order(Product) - Method in interface com.gluonhq.charm.down.plugins.InAppBillingService
Place a new order for the specified product.
orientationProperty() - Method in interface com.gluonhq.charm.down.plugins.OrientationService
A read-only property containing the current orientation of the device, which will be updated automatically whenever the device orientation changes.
orientationProperty() - Method in class com.gluonhq.charm.glisten.control.Rating
The Orientation of the Rating - this can either be horizontal or vertical.
OrientationService - Interface in com.gluonhq.charm.down.plugins
With the orientation service you can detect whether the device is currently oriented horizontally or vertically.
OrientationServiceFactory - Class in com.gluonhq.charm.down.plugins
 
OrientationServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.OrientationServiceFactory
 
OutputConverter<T> - Interface in com.gluonhq.connect.converter
An OutputConverter is a Converter that is able to write an object to a certain output source.
OutputDataSource - Interface in com.gluonhq.connect.source
An OutputDataSource is a class that returns an OutputStream that acts as an output source to write data to.
OutputStreamObjectDataWriter<T> - Class in com.gluonhq.connect.provider
A helper class that represents an ObjectDataWriter that writes an object by converting it with a specific OutputStreamOutputConverter and writing it to a specific OutputDataSource.
OutputStreamObjectDataWriter(OutputDataSource, OutputStreamOutputConverter<T>) - Constructor for class com.gluonhq.connect.provider.OutputStreamObjectDataWriter
Construct an instance that will use the specified data source to write the object to that is converted with the specified converter.
OutputStreamOutputConverter<T> - Class in com.gluonhq.connect.converter
An abstract helper class that defines an OutputConverter of which the output source is a standard OutputStream.
OutputStreamOutputConverter() - Constructor for class com.gluonhq.connect.converter.OutputStreamOutputConverter
 
OWNED - com.gluonhq.charm.down.plugins.inappbilling.ProductDetails.State
 

P

PAGES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PAGEVIEW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PALETTE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PAN_TOOL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PANORAMA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PANORAMA_FISH_EYE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PANORAMA_HORIZONTAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PANORAMA_VERTICAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PANORAMA_WIDE_ANGLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
param(String, String) - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionBuilder
Adds a function parameter with the specified key and value.
partialRatingProperty() - Method in class com.gluonhq.charm.glisten.control.Rating
If true this allows for users to set a rating as a floating point value.
PARTY_MODE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PASSWORD - com.gluonhq.cloudlink.client.user.LoginMethod.Type
Logs in to Gluon CloudLink using a custom username and password combination.
path(String) - Method in class com.gluonhq.connect.provider.RestClient
Sets the entire path of the URL for the HTTP connection.
pause() - Method in interface com.gluonhq.charm.down.plugins.VideoService
Pauses a playing media file.
PAUSE - com.gluonhq.charm.down.plugins.LifecycleEvent
The PAUSE event is fired when an application loses focus (e.g.
PAUSE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PAUSE_CIRCLE_FILLED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PAUSE_CIRCLE_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PAYMENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PEOPLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PEOPLE_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERM_CAMERA_MIC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERM_CONTACT_CALENDAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERM_DATA_SETTING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERM_DEVICE_INFORMATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERM_IDENTITY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERM_MEDIA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERM_PHONE_MSG - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERM_SCAN_WIFI - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERSON - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERSON_ADD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERSON_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERSON_PIN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERSON_PIN_CIRCLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PERSONAL_VIDEO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PETS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONE_ANDROID - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONE_BLUETOOTH_SPEAKER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONE_FORWARDED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONE_IN_TALK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONE_IPHONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONE_LOCKED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONE_MISSED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONE_PAUSED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONELINK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONELINK_ERASE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONELINK_LOCK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONELINK_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONELINK_RING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHONELINK_SETUP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHOTO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHOTO_ALBUM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHOTO_CAMERA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHOTO_FILTER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHOTO_LIBRARY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHOTO_SIZE_SELECT_ACTUAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHOTO_SIZE_SELECT_LARGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PHOTO_SIZE_SELECT_SMALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PICTURE_AS_PDF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PICTURE_IN_PICTURE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PICTURE_IN_PICTURE_ALT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PicturesService - Interface in com.gluonhq.charm.down.plugins
The picture service allows the developer to load a picture from the device's local file system or from a picture taken directly using the device's camera.
PicturesServiceFactory - Class in com.gluonhq.charm.down.plugins
 
PicturesServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.PicturesServiceFactory
 
PIE_CHART - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PIE_CHART_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PIN_DROP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PINK - com.gluonhq.charm.glisten.visual.Swatch
 
PLACE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
placeholderProperty() - Method in class com.gluonhq.charm.glisten.control.CardPane
The Node to show in case there are no items in the CardPane.
placeholderProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
This Node is shown to the user when the CharmListView has no content to show.
Platform - Enum in com.gluonhq.charm.down
An enumeration of the platforms that are supported by Charm Down.
play() - Method in interface com.gluonhq.charm.down.plugins.VideoService
Plays a valid media file.
PLAY_ARROW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PLAY_CIRCLE_FILLED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PLAY_CIRCLE_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PLAY_FOR_WORK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PLAYLIST_ADD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PLAYLIST_ADD_CHECK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PLAYLIST_PLAY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
pluggedInProperty() - Method in interface com.gluonhq.charm.down.plugins.BatteryService
Returns a property that will be updated to reflect whether the device is plugged in to an external power source or not.
PLUS_ONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
POLL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
POLYMER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
POOL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PopupView - Class in com.gluonhq.charm.glisten.layout.layer
The PopupView class is used to show a list of Nodes within the user interface - it will appear relative to the given owner node.
PopupView(Node) - Constructor for class com.gluonhq.charm.glisten.layout.layer.PopupView
Creates a new PopupView instance that will be displayed relative to the given ownerNode.
PopupView(Node, Node) - Constructor for class com.gluonhq.charm.glisten.layout.layer.PopupView
Creates a new PopupView instance that will be displayed relative to the given ownerNode with the given content as its content.
PORTABLE_WIFI_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PORTRAIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
Position - Class in com.gluonhq.charm.down.plugins
A class that contains the latitude and longitude coordinates that map to a specific point location on earth.
Position(double, double) - Constructor for class com.gluonhq.charm.down.plugins.Position
Construct a new position with the specified latitude and longitude.
positionProperty() - Method in interface com.gluonhq.charm.down.plugins.PositionService
A read-only property containing information about the device's current location on earth.
PositionService - Interface in com.gluonhq.charm.down.plugins
The PositionService provides details about a device's current location on earth.
PositionServiceFactory - Class in com.gluonhq.charm.down.plugins
 
PositionServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.PositionServiceFactory
 
postInit(Scene) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
Intended for adding additional initialization code.
POWER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
POWER_INPUT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
POWER_SETTINGS_NEW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PREGNANT_WOMAN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PRESENT_TO_ALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PRIMARY_100 - com.gluonhq.charm.glisten.visual.SwatchElement
 
PRIMARY_200 - com.gluonhq.charm.glisten.visual.SwatchElement
 
PRIMARY_300 - com.gluonhq.charm.glisten.visual.SwatchElement
 
PRIMARY_400 - com.gluonhq.charm.glisten.visual.SwatchElement
 
PRIMARY_50 - com.gluonhq.charm.glisten.visual.SwatchElement
 
PRIMARY_500 - com.gluonhq.charm.glisten.visual.SwatchElement
 
PRIMARY_600 - com.gluonhq.charm.glisten.visual.SwatchElement
 
PRIMARY_700 - com.gluonhq.charm.glisten.visual.SwatchElement
 
PRIMARY_800 - com.gluonhq.charm.glisten.visual.SwatchElement
 
PRIMARY_900 - com.gluonhq.charm.glisten.visual.SwatchElement
 
primaryGraphicProperty() - Method in class com.gluonhq.charm.glisten.control.ListTile
The property to display on the left side of the ListTile, as a full height Node.
PRINT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PRIORITY_HIGH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
Product - Class in com.gluonhq.charm.down.plugins.inappbilling
 
Product(String, Product.Type) - Constructor for class com.gluonhq.charm.down.plugins.inappbilling.Product
 
Product.Type - Enum in com.gluonhq.charm.down.plugins.inappbilling
 
ProductDetails - Class in com.gluonhq.charm.down.plugins.inappbilling
 
ProductDetails() - Constructor for class com.gluonhq.charm.down.plugins.inappbilling.ProductDetails
 
ProductDetails.State - Enum in com.gluonhq.charm.down.plugins.inappbilling
 
ProductOrder - Class in com.gluonhq.charm.down.plugins.inappbilling
 
ProductOrder() - Constructor for class com.gluonhq.charm.down.plugins.inappbilling.ProductOrder
 
ProgressBar - Class in com.gluonhq.charm.glisten.control
A specialization of the ProgressIndicator which is represented as a horizontal bar.
ProgressBar() - Constructor for class com.gluonhq.charm.glisten.control.ProgressBar
 
progressBarVisibleProperty() - Method in class com.gluonhq.charm.glisten.control.AppBar
The visible property of the ProgressBar shown on the AppBar.
ProgressIndicator - Class in com.gluonhq.charm.glisten.control
A circular control which is used for indicating progress, either infinite (aka indeterminate) or finite.
ProgressIndicator() - Constructor for class com.gluonhq.charm.glisten.control.ProgressIndicator
Creates a new indeterminate ProgressIndicator.
progressProperty() - Method in class com.gluonhq.charm.glisten.control.AppBar
The progress of the ProgressBar attached to the AppBar.
promptTextProperty() - Method in class com.gluonhq.charm.glisten.control.TextInput
The prompt text to display in the TextInput, or null if no prompt text is displayed.
Proximity - Enum in com.gluonhq.charm.down.plugins.ble
Proximity is based on the estimated distance between beacon and device.
pseudoClassStateChanged(PseudoClass, boolean) - Method in class com.gluonhq.charm.glisten.application.StatusBar
It is possible to specify CSS rules such as .status-bar:error, and have these pseudo class states be used to change the status bar color.
PUBLIC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PUBLISH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
PulseTransition - Class in com.gluonhq.charm.glisten.animation
Animate a pulse effect on the given node Port of Pulse from Animate.css by Dan Eden
PulseTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.PulseTransition
Create new PulseTransition
PURPLE - com.gluonhq.charm.glisten.visual.Swatch
 
push(GluonObservableList<E>) - Method in class com.gluonhq.cloudlink.client.data.DataClient
Push any changes made to the list.
push(GluonObservableList<E>, boolean) - Method in class com.gluonhq.cloudlink.client.data.DataClient
Push any changes made to the list.
push(GluonObservableObject<T>) - Method in class com.gluonhq.cloudlink.client.data.DataClient
Push any changes made to the object.
PushClient - Class in com.gluonhq.cloudlink.client.push
The PushClient handles the activation of push notifications for the Gluon Mobile application.
PushClient() - Constructor for class com.gluonhq.cloudlink.client.push.PushClient
 
PushNotificationsService - Interface in com.gluonhq.charm.down.plugins
Adds the ability for the application to receive remote push notifications.
PushNotificationsServiceFactory - Class in com.gluonhq.charm.down.plugins
 
PushNotificationsServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.PushNotificationsServiceFactory
 
put(K, V) - Method in interface com.gluonhq.charm.down.plugins.Cache
Stores a key-value pair in the cache.
putMap(Map<K, V>) - Method in class com.gluonhq.connect.MultiValuedMap
Copies all of the mappings from the specified map into this map.
putSingle(K, V) - Method in class com.gluonhq.connect.MultiValuedMap
Add the provided value to the list of values associated with this key.

Q

QUERY_BUILDER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
queryParam(String, String) - Method in class com.gluonhq.connect.provider.RestClient
Add a single query parameter to the request.
QUESTION_ANSWER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
QUEUE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
QUEUE_MUSIC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
QUEUE_PLAY_NEXT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

R

RADIO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RADIO_BUTTON_CHECKED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RADIO_BUTTON_UNCHECKED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
radiusProperty() - Method in class com.gluonhq.charm.glisten.control.Avatar
The radius of the Avatar clipping circle.
radiusProperty() - Method in class com.gluonhq.charm.glisten.control.ProgressIndicator
The radius of the ProgressIndicator's spinner.
RATE_REVIEW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
Rating - Class in com.gluonhq.charm.glisten.control
A control for allowing users to provide a rating.
Rating() - Constructor for class com.gluonhq.charm.glisten.control.Rating
Creates a default instance with a minimum rating of 0 and a maximum rating of 5.
Rating(int) - Constructor for class com.gluonhq.charm.glisten.control.Rating
Creates a default instance with a minimum rating of 0 and a maximum rating as provided by the argument.
Rating(int, int) - Constructor for class com.gluonhq.charm.glisten.control.Rating
Creates a Rating instance with a minimum rating of 0, a maximum rating as provided by the max argument, and a current rating as provided by the rating argument.
ratingProperty() - Method in class com.gluonhq.charm.glisten.control.Rating
The current rating value of the Rating control.
rawBody(byte[]) - Method in class com.gluonhq.cloudlink.client.data.RemoteFunctionBuilder
Defines the bytes that are sent as the raw body when executing the request to the remote function.
read() - Method in interface com.gluonhq.connect.converter.InputConverter
Reads an object from a certain input source and returns it.
read() - Method in class com.gluonhq.connect.converter.JsonInputConverter
Converts a JSON Object that is read from the InputStream into an object and returns it.
read() - Method in class com.gluonhq.connect.converter.StringInputConverter
Reads a string from an InputStream.
read() - Method in class com.gluonhq.connect.converter.VoidInputConverter
Reads from an InputStream and always returns null.
read() - Method in class com.gluonhq.connect.converter.XmlInputConverter
 
readFromJson(JsonObject) - Method in class com.gluonhq.connect.converter.JsonConverter
Convert the provided JSON Object into a Java object.
readingProperty() - Method in interface com.gluonhq.charm.down.plugins.MagnetometerService
A frequently-updated reading from the magnetometer.
readObject() - Method in class com.gluonhq.connect.provider.InputStreamObjectDataReader
Reads the object from the specified data source.
readObject() - Method in interface com.gluonhq.connect.provider.ObjectDataReader
Reads the object and returns it.
readTimeout(int) - Method in class com.gluonhq.connect.provider.RestClient
Sets the read timeout for the HTTP connection, in milliseconds.
READY - com.gluonhq.connect.ConnectState
This is the initial state of a new GluonObservable object.
readyProperty() - Method in interface com.gluonhq.charm.down.plugins.InAppBillingService
 
RECEIPT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RECENT_ACTORS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RECORD_VOICE_OVER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
recordingProperty() - Method in interface com.gluonhq.charm.down.plugins.AudioRecordingService
Returns true when the audio recording is currently active and false if audio recording is stopped.
RED - com.gluonhq.charm.glisten.visual.Swatch
 
REDEEM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REDO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
refresh() - Method in class com.gluonhq.charm.glisten.control.CharmListView
Calling refresh() forces the CharmListView control to recreate and repopulate the cells necessary to populate the visual bounds of the control.
REFRESH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
refreshIndicatorVisibleProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
The visibility of a refresh indicator that will signal to the user that this list is busy updating itself.
register(String) - Method in interface com.gluonhq.charm.down.plugins.PushNotificationsService
Register the app for receiving push notifications.
REGISTERED - com.gluonhq.charm.down.plugins.inappbilling.ProductDetails.State
 
registerProducts() - Method in class com.gluonhq.cloudlink.client.inappbilling.InAppBillingClient
Registers the products that are configured for your Gluon Mobile application in Gluon CloudLink.
registerServiceFactory(ServiceFactory<T>) - Static method in class com.gluonhq.charm.down.Services
Required call to register a ServiceFactory for a given service of type T.
RemoteFunction - Class in com.gluonhq.cloudlink.client.data
A RemoteFunction contains the information that is required for triggering a request to a remote function that is configured in Gluon CloudLink.
RemoteFunctionBuilder - Class in com.gluonhq.cloudlink.client.data
A utility class for building RemoteFunction instances.
RemoteFunctionChunkedList - Class in com.gluonhq.cloudlink.client.data
An implementation of RemoteFunction that is intended to call remote functions that return a list of objects in the form of a GluonObservableList.
RemoteFunctionList - Class in com.gluonhq.cloudlink.client.data
An implementation of RemoteFunction that is intended to call remote functions that return a list of objects in the form of a GluonObservableList.
RemoteFunctionObject - Class in com.gluonhq.cloudlink.client.data
An implementation of RemoteFunction that is intended to call remote functions that return single objects in the form of a GluonObservableObject.
remove(String) - Method in interface com.gluonhq.charm.down.plugins.SettingsService
Removes the setting for the specified key.
remove(K) - Method in interface com.gluonhq.charm.down.plugins.Cache
Remove the entry associated with this key.
REMOVE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REMOVE_CIRCLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REMOVE_CIRCLE_OUTLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REMOVE_FROM_QUEUE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REMOVE_RED_EYE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REMOVE_SHOPPING_CART - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
removeAll() - Method in interface com.gluonhq.charm.down.plugins.Cache
Remove all entries from the cache
REMOVED - com.gluonhq.connect.ConnectState
A GluonObservable object in the REMOVED state signals that it is successfully removed after executing the DataProvider.removeObject(GluonObservableObject, ObjectDataRemover) remove operation}.
removeLayerFactory(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
Removes a layer factory with the given layer name from this application, if it is present (optional operation).
removeListener(LifecycleEvent, Runnable) - Method in interface com.gluonhq.charm.down.plugins.LifecycleService
Removes a previously installed event handler.
removeListener(String) - Method in interface com.gluonhq.charm.down.plugins.RuntimeArgsService
Removes the listener for the given key
removeObject(GluonObservableObject<T>) - Method in interface com.gluonhq.connect.provider.ObjectDataRemover
Removes the object and optionally returns an object.
removeObject(GluonObservableObject<T>, ObjectDataRemover<T>) - Static method in class com.gluonhq.connect.provider.DataProvider
Remove the provided GluonObservableObject using the specified ObjectDataRemover.
removeUuid(String) - Method in class com.gluonhq.charm.down.plugins.ble.Configuration
Remove this uuid from the list of uuid-beacons we want to monitor/scan
removeViewFactory(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
Removes a view factory with the given view name from this application, if it is present (optional operation).
RENEWABLE_SUBSCRIPTION - com.gluonhq.charm.down.plugins.inappbilling.Product.Type
 
REORDER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REPEAT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REPEAT_ONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REPLAY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REPLAY_10 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REPLAY_30 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REPLAY_5 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REPLY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REPLY_ALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REPORT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REPORT_PROBLEM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
REQUESTED - com.gluonhq.charm.down.plugins.inappbilling.ProductDetails.State
 
RESTAURANT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RESTAURANT_MENU - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RestClient - Class in com.gluonhq.connect.provider
The RestClient assists in using the DataProvider with HTTP URLs as the data source.
RestDataSource - Class in com.gluonhq.connect.source
An implementation of IODataSource that can read from and write to an HTTP URL resource.
RestDataSource() - Constructor for class com.gluonhq.connect.source.RestDataSource
 
RESTORE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RESTORE_PAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
resultNodeFactoryProperty() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
This will return a node to be shown in the auto-complete popup for each result returned by the 'completer' Function.
RESUME - com.gluonhq.charm.down.plugins.LifecycleEvent
Once an application is paused, when it is brought back as the primary application, it is considered to have resumed.
retrieve(String) - Method in interface com.gluonhq.charm.down.plugins.SettingsService
Retrieves the value of the setting that is identified by the specified key.
retrieveList(ListDataReader<E>) - Static method in class com.gluonhq.connect.provider.DataProvider
Retrieves a list using the specified ListDataReader.
retrieveLoginMethods() - Method in class com.gluonhq.cloudlink.client.user.AuthenticationProvider
Returns a GluonObservableObject which contains all the login methods configured for the Gluon CloudLink application.
retrieveObject(ObjectDataReader<T>) - Static method in class com.gluonhq.connect.provider.DataProvider
Retrieves an object using the specified ObjectDataReader.
retrieveView(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
Attempts to retrieve the view represented by the given view name.
RING_VOLUME - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RollInTransition - Class in com.gluonhq.charm.glisten.animation
Animate a roll in left effect on a node
RollInTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RollInTransition
Create new RollInTransition
RollInTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RollInTransition
Create new RollInTransition
RollOutTransition - Class in com.gluonhq.charm.glisten.animation
Animate a roll out right effect on a node Port of RollOut from Animate.css by Dan Eden, which was originally authored by Nick Pettit
RollOutTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RollOutTransition
Create new RollOutTransition
RollOutTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RollOutTransition
Create new RollOutTransition
ROOM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ROOM_SERVICE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
rootNode - Variable in class com.gluonhq.charm.glisten.control.Dialog
The root node of regular sized dialogs
ROTATE_90_DEGREES_CCW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ROTATE_LEFT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ROTATE_RIGHT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RotateInDownLeftTransition - Class in com.gluonhq.charm.glisten.animation
Animate a rotate in down left effect on a node Port of RotateInDownLeft from Animate.css by Dan Eden
RotateInDownLeftTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RotateInDownLeftTransition
Create new RotateInDownLeftTransition
RotateInDownLeftTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RotateInDownLeftTransition
Create new RotateInDownLeftTransition
RotateInDownRightTransition - Class in com.gluonhq.charm.glisten.animation
Animate a rotate in down right effect on a node Port of RotateInDownRight from Animate.css by Dan Eden
RotateInDownRightTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RotateInDownRightTransition
Create new RotateInDownRightTransition
RotateInDownRightTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RotateInDownRightTransition
Create new RotateInDownRightTransition
RotateInTransition - Class in com.gluonhq.charm.glisten.animation
Animate a rotate in effect on a node Port of RotateIn from Animate.css by Dan Eden
RotateInTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RotateInTransition
Create new RotateInTransition
RotateInTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RotateInTransition
Create new RotateInTransition
RotateInUpLeftTransition - Class in com.gluonhq.charm.glisten.animation
Animate a rotate in up left effect on a node Port of RotateInUpLeft from Animate.css by Dan Eden
RotateInUpLeftTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RotateInUpLeftTransition
Create new RotateInUpLeftTransition
RotateInUpLeftTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RotateInUpLeftTransition
Create new RotateInUpLeftTransition
RotateInUpRightTransition - Class in com.gluonhq.charm.glisten.animation
Animate a rotate in up right effect on a node Port of RotateInUpRight from Animate.css by Dan Eden
RotateInUpRightTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RotateInUpRightTransition
Create new RotateInUpRightTransition
RotateInUpRightTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RotateInUpRightTransition
Create new RotateInUpRightTransition
RotateOutDownLeftTransition - Class in com.gluonhq.charm.glisten.animation
Animate a rotate out down left effect on a node Port of RotateOutDownLeft from Animate.css by Dan Eden
RotateOutDownLeftTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RotateOutDownLeftTransition
Create new RotateOutDownLeftTransition
RotateOutDownLeftTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RotateOutDownLeftTransition
Create new RotateOutDownLeftTransition
RotateOutDownRightTransition - Class in com.gluonhq.charm.glisten.animation
Animate a rotate out down right effect on a node Port of RotateOutDownRight from Animate.css by Dan Eden
RotateOutDownRightTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RotateOutDownRightTransition
Create new RotateOutDownRightTransition
RotateOutDownRightTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RotateOutDownRightTransition
Create new RotateOutDownRightTransition
RotateOutTransition - Class in com.gluonhq.charm.glisten.animation
Animate a rotate out effect on a node Port of RotateOut from Animate.css by Dan Eden
RotateOutTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RotateOutTransition
Create new RotateOutTransition
RotateOutTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RotateOutTransition
Create new RotateOutTransition
RotateOutUpLeftTransition - Class in com.gluonhq.charm.glisten.animation
Animate a rotate out up left effect on a node Port of RotateOutUpLeft from Animate.css by Dan Eden
RotateOutUpLeftTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RotateOutUpLeftTransition
Create new RotateOutUpLeftTransition
RotateOutUpLeftTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RotateOutUpLeftTransition
Create new RotateOutUpLeftTransition
RotateOutUpRightTransition - Class in com.gluonhq.charm.glisten.animation
Animate a rotate out up right effect on a node Port of RotateOutUpRight from Animate.css by Dan Eden
RotateOutUpRightTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.RotateOutUpRightTransition
Create new RotateOutUpRightTransition
RotateOutUpRightTransition(Node, boolean) - Constructor for class com.gluonhq.charm.glisten.animation.RotateOutUpRightTransition
Create new RotateOutUpRightTransition
ROUNDED_CORNER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ROUTER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ROWING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RSS_FEED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
RUNNING - com.gluonhq.connect.ConnectState
A GluonObservable object in the RUNNING state means that a synchronization operation is currently in progress.
RuntimeArgsService - Interface in com.gluonhq.charm.down.plugins
The runtime args service allows for external events to be fired into Gluon Charm Down applications - these events are either provided at startup time as runtime arguments to the application, or they may be delivered at runtime by external services.
RuntimeArgsServiceFactory - Class in com.gluonhq.charm.down.plugins
 
RuntimeArgsServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.RuntimeArgsServiceFactory
 
RV_HOOKUP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

S

SATELLITE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SAVE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
 
SCANNER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SCHEDULE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SCHOOL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SCREEN_LOCK_LANDSCAPE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SCREEN_LOCK_PORTRAIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SCREEN_LOCK_ROTATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SCREEN_ROTATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SCREEN_SHARE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
SD_CARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SD_STORAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
search() - Method in class com.gluonhq.charm.glisten.control.AutoCompleteTextField
If the selected completerMode is AutoCompleteTextField.CompleterMode.SEARCH_ON_REQUEST this function should be called by the programmer to get the auto-complete results from the completer function.
SEARCH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SEARCH_AUTOMATICALLY - com.gluonhq.charm.glisten.control.AutoCompleteTextField.CompleterMode
Search for auto-complete suggestions will be called automatically.
SEARCH_ON_REQUEST - com.gluonhq.charm.glisten.control.AutoCompleteTextField.CompleterMode
Search for auto-complete suggestions will be called on-demand by the programmer.
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.
SECURITY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SELECT_ALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.
SEND - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SENTIMENT_DISSATISFIED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SENTIMENT_NEUTRAL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SENTIMENT_SATISFIED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SENTIMENT_VERY_DISSATISFIED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SENTIMENT_VERY_SATISFIED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.
setAudioFolderName(String) - Method in interface com.gluonhq.charm.down.plugins.AudioRecordingService
Sets the name of the external folder where the audio files will be saved.
setAuthenticationProvider(AuthenticationProvider) - Method in interface com.gluonhq.cloudlink.client.user.AuthenticationView
Sets an authentication provider on the view.
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
Sets the value of the Layer.autoHideProperty.
setAutoHideProgressBar(boolean) - Method in class com.gluonhq.charm.glisten.control.AppBar
Sets the value of the property autoHideProgressBar.
setAvatarFactory(Callback<T, Avatar>) - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Sets the value of the property avatarFactory.
setBackgroundFade(double) - Method in class com.gluonhq.charm.glisten.layout.Layer
Sets the value of the property backgroundFade.
setCellFactory(Callback<CardPane<T>, CardCell<T>>) - Method in class com.gluonhq.charm.glisten.control.CardPane
Sets the value of the property cellFactory.
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.
setCollapsible(boolean) - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Sets the value of the property collapsible.
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(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.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(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.
setContentFactory(Callback<T, Node>) - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Sets the value of the property contentFactory.
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.
setControlsVisible(boolean) - Method in interface com.gluonhq.charm.down.plugins.VideoService
When set to true the native embedded controls will be displayed on top of the media file.
setConverter(StringConverter<K>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
Sets the StringConverter to be used to format the headers
setCreationDate(long) - Method in class com.gluonhq.cloudlink.client.push.TopicSubscription
 
setCurrency(String) - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductDetails
 
setCurrentIndex(int) - Method in interface com.gluonhq.charm.down.plugins.VideoService
Specifies the media file to be played at the specified index in the initial playlist.
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.
setDescription(String) - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductDetails
 
setDetails(ProductDetails) - Method in class com.gluonhq.charm.down.plugins.inappbilling.Product
 
setDeviceIdentifier(String) - Method in class com.gluonhq.cloudlink.client.push.TopicSubscription
 
setDuration(Duration) - Method in class com.gluonhq.charm.glisten.control.Toast
Sets the value of the property duration.
setEmail(String) - Method in class com.gluonhq.cloudlink.client.user.User
Set the email address for this user.
setErrorValidator(Function<String, String>) - Method in class com.gluonhq.charm.glisten.control.TextInput
Sets the value of the property errorValidator.
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.
setExitAction(Runnable) - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Sets the value of the property exitAction.
setExpanded(boolean) - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Sets the value of the property expanded.
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
setFields(Map<String, Object>) - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductOrder
 
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.TextInput
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.
setFullScreen(boolean) - Method in interface com.gluonhq.charm.down.plugins.VideoService
Called while the video is visible, if true displays the media file in full screen mode.
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.
setId(String) - Method in class com.gluonhq.charm.down.plugins.inappbilling.Product
 
setId(String) - Method in class com.gluonhq.charm.glisten.control.Dialog
Sets the value of the property id.
setId(String) - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
Sets the value of the property id.
setId(String) - Method in class com.gluonhq.charm.glisten.control.Toast
Sets the value of the property id.
setId(String) - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Sets the value of the property id.
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.AvatarPane
Sets the value of the property items.
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.cloudlink.client.user.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
setLoginMethod(LoginMethod.Type) - Method in class com.gluonhq.cloudlink.client.user.User
Sets the login method that was used when authenticating this user.
setLooping(boolean) - Method in interface com.gluonhq.charm.down.plugins.VideoService
When looping is set to true the media files in the playlist will be played indefinitely until VideoService.stop() or VideoService.hide() is called.
setMajor(int) - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
 
setMax(int) - Method in class com.gluonhq.charm.glisten.control.Rating
Sets the value of the property max.
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
 
setMultipartByteFields(MultiValuedMap<String, byte[]>) - Method in class com.gluonhq.connect.source.RestDataSource
Sets the list of multipart binary fields that will be sent along with the request as part of the multipart form data.
setMultipartStringFields(MultiValuedMap<String, String>) - Method in class com.gluonhq.connect.source.RestDataSource
Sets the list of multipart form fields that will be sent along with the request as part of the multipart form data.
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.cloudlink.client.user.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.cloudlink.client.user.User
Set the unique id within a social network for this user.
setNick(String) - Method in class com.gluonhq.cloudlink.client.user.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.CardPane
Sets the value of the property onPullToRefresh.
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.
setOrientation(Orientation) - Method in class com.gluonhq.charm.glisten.control.Rating
Sets the value of the property orientation.
setOutputStream(OutputStream) - Method in class com.gluonhq.connect.converter.OutputStreamOutputConverter
Sets the OutputStream to be used as the output source for this OutputConverter.
setPartialRating(boolean) - Method in class com.gluonhq.charm.glisten.control.Rating
Sets the value of the property partialRating.
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.cloudlink.client.user.User
Set the URL to the profile picture for this user.
setPlaceholder(Node) - Method in class com.gluonhq.charm.glisten.control.CardPane
Sets the value of the property placeholder.
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.
setPlatform(Platform) - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductOrder
 
setPosition(Pos, double, double, double, double) - Method in interface com.gluonhq.charm.down.plugins.VideoService
Allows setting the position of the media file.
setPrice(String) - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductDetails
 
setPrimaryGraphic(Node) - Method in class com.gluonhq.charm.glisten.control.ListTile
Sets the value of the property primaryGraphic.
setProduct(Product) - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductOrder
 
setProgress(double) - Method in class com.gluonhq.charm.glisten.control.AppBar
Sets the value of the property progress.
setProgressBarVisible(boolean) - Method in class com.gluonhq.charm.glisten.control.AppBar
Sets the value of the property progressBarVisible.
setPromptText(String) - Method in class com.gluonhq.charm.glisten.control.TextInput
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.
setQueryResultListener(InAppBillingQueryResultListener) - Method in interface com.gluonhq.charm.down.plugins.InAppBillingService
Set a query listener to listen for results of asynchronous queries of the registered in-app products.
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.
setRating(double) - Method in class com.gluonhq.charm.glisten.control.Rating
Sets the value of the property rating.
setRawBody(byte[]) - Method in class com.gluonhq.cloudlink.client.data.RemoteFunction
Sets the bytes that are sent to the remote function as the raw body.
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.
setRegisteredProducts(List<Product>) - Method in interface com.gluonhq.charm.down.plugins.InAppBillingService
Updates the list of available products that are configured in the in-app product sections of the application configuration for iOS and Android.
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(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.
setSelectedItem(T) - Method in class com.gluonhq.charm.glisten.control.CharmListView
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
Sets the value of the Layer.showingProperty
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
Sets the value of the SidePopupView.sideProperty
setSpacing(double) - Method in class com.gluonhq.charm.glisten.control.AppBar
Sets the value of the property spacing.
setState(ProductDetails.State) - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductDetails
 
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.TextInput
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
setTextLine(int, String) - Method in class com.gluonhq.charm.glisten.control.ListTile
Set a single line of text.
setTime(LocalTime) - Method in class com.gluonhq.charm.glisten.control.TimePicker
Sets the value of the property time.
SETTINGS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_APPLICATIONS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_BACKUP_RESTORE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_BLUETOOTH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_BRIGHTNESS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_CELL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_ETHERNET - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_INPUT_ANTENNA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_INPUT_COMPONENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_INPUT_COMPOSITE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_INPUT_HDMI - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_INPUT_SVIDEO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_OVERSCAN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_PHONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_POWER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_REMOTE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_SYSTEM_DAYDREAM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SETTINGS_VOICE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.down.plugins.inappbilling.ProductDetails
 
setTitle(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
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.
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.
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.
setTopic(String) - Method in class com.gluonhq.cloudlink.client.push.TopicSubscription
 
setType(Product.Type) - Method in class com.gluonhq.charm.down.plugins.inappbilling.Product
 
setType(BottomNavigation.Type) - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
Sets the value of the property type.
setUpdateOnHover(boolean) - Method in class com.gluonhq.charm.glisten.control.Rating
Sets the value of the property updateOnHover.
setUuid(String) - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
 
setValue(T) - Method in class com.gluonhq.charm.glisten.control.AvatarPane
Sets the value of the property value.
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.
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
share(String) - Method in interface com.gluonhq.charm.down.plugins.ShareService
Allows sharing a message, selecting from the suitable apps available in the user device.
share(String, File) - Method in interface com.gluonhq.charm.down.plugins.ShareService
Allows sharing a file, selecting from the suitable apps available in the user device.
share(String, String) - Method in interface com.gluonhq.charm.down.plugins.ShareService
Allows sharing a message, selecting from the suitable apps available in the user device.
share(String, String, String, File) - Method in interface com.gluonhq.charm.down.plugins.ShareService
Allows sharing a file, selecting from the suitable apps available in the user device.
SHARE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ShareService - Interface in com.gluonhq.charm.down.plugins
The ShareService provides a way to share content (text and/or files) from the current app by using other suitable apps existing in the user device.
ShareServiceFactory - Class in com.gluonhq.charm.down.plugins
 
ShareServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.ShareServiceFactory
 
SHIFTING - com.gluonhq.charm.glisten.control.BottomNavigation.Type
The SHIFTING bottom navigation type configures the BottomNavigation to assign more width to the currently selected bottom navigation action.
SHOP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SHOP_TWO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SHOPPING_BASKET - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SHOPPING_CART - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SHORT_TEXT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
show() - Method in interface com.gluonhq.charm.down.plugins.VideoService
After adding items to the the playlist, this method can be called to prepare the media player and the native layer on top of the JavaFX one.
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
SHOW_CHART - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
Shows a message sliding from the bottom, with a SnackbarPopupView control
showMessage(String, String, EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
Shows a message sliding from the bottom, with a SnackbarPopupView control
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
 
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.
SHUFFLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.
SIGNAL_CELLULAR_4_BAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_4_BAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SIGNAL_CELLULAR_NO_SIM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SIGNAL_CELLULAR_NULL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SIGNAL_CELLULAR_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SIGNAL_WIFI_4_BAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SIGNAL_WIFI_4_BAR_LOCK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SIGNAL_WIFI_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
signOut() - Method in class com.gluonhq.cloudlink.client.user.UserClient
Sign out the currently logged in user.
SIM_CARD - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SIM_CARD_ALERT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
size() - Method in class com.gluonhq.connect.GluonObservableList
Returns the number of elements in this list.
SKIP - com.gluonhq.charm.glisten.application.ViewStackPolicy
 
SKIP_NEXT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SKIP_PREVIOUS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SLIDESHOW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SLOW_MOTION_VIDEO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SMARTPHONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SMOKE_FREE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SMOKING_ROOMS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SMS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SMS_FAILED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
SNOOZE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SORT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SORT_BY_ALPHA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SPA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SPACE_BAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.
SPAN_1 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span one column.
SPAN_10 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span ten columns.
SPAN_11 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span eleven columns.
SPAN_12 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span twelve columns.
SPAN_2 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span two columns.
SPAN_3 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span three columns.
SPAN_4 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span four columns.
SPAN_5 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span five columns.
SPAN_6 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span six columns.
SPAN_7 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span seven columns.
SPAN_8 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span eight columns.
SPAN_9 - com.gluonhq.charm.glisten.layout.responsive.grid.Span
Span nine columns.
SPEAKER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SPEAKER_GROUP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SPEAKER_NOTES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SPEAKER_NOTES_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SPEAKER_PHONE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SPELLCHECK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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(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.
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.
STAR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STAR_BORDER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STAR_HALF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STARS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
 
startRecording(float, int, int, int) - Method in interface com.gluonhq.charm.down.plugins.AudioRecordingService
Start audio recording with the given parameters.
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
 
statusProperty() - Method in interface com.gluonhq.charm.down.plugins.VideoService
Read only property that indicates the media player status.
STAY_CURRENT_LANDSCAPE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STAY_CURRENT_PORTRAIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STAY_PRIMARY_LANDSCAPE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STAY_PRIMARY_PORTRAIT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
stop() - Method in interface com.gluonhq.charm.down.plugins.VideoService
Stops a playing media file.
STOP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STOP_SCREEN_SHARE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
 
stopRecording() - Method in interface com.gluonhq.charm.down.plugins.AudioRecordingService
Stop audio recording.
stopScanning() - Method in interface com.gluonhq.charm.down.plugins.BleService
Stops the last called startScanning operation.
STORAGE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.
STORE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STORE_MALL_DIRECTORY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
storeObject(T, ObjectDataWriter<T>) - Static method in class com.gluonhq.connect.provider.DataProvider
Writes the object by using the specified ObjectDataWriter.
STRAIGHTEN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STREETVIEW - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STRIKETHROUGH_S - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
STYLE_CLASS_MINI - Static variable in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Creates a FAB with a slightly smaller radius than default
SUBDIRECTORY_ARROW_LEFT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SUBDIRECTORY_ARROW_RIGHT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SUBJECT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
subscribe(String) - Method in class com.gluonhq.cloudlink.client.push.PushClient
Subscribe the current device to the specified topic.
SUBSCRIPTIONS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
subtitleProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
The title in header generally reflects the current user email.
SUBTITLES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SUCCEEDED - com.gluonhq.connect.ConnectState
A GluonObservable object in the SUCCEEDED state signals that the last executed synchronization operation completed successfully.
SUPERVISOR_ACCOUNT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SURROUND_SOUND - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SWAP_CALLS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SWAP_HORIZ - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SWAP_VERT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SWAP_VERTICAL_CIRCLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
SWITCH_CAMERA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SWITCH_VIDEO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.
SYNC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SYNC_DISABLED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SYNC_PROBLEM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SyncFlag - Enum in com.gluonhq.cloudlink.client.data
A SyncFlag defines how changes to objects and lists are reflected between the remote copies on Gluon CloudLink and the local copies in the runtime of the client application.
SYSTEM_UPDATE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
SYSTEM_UPDATE_ALT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

T

TAB - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TAB_PANE_INVERTED - Static variable in class com.gluonhq.charm.glisten.visual.GlistenStyleClasses
A style class to invert colors of the tab pane.
TAB_UNSELECTED - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TABLET - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TABLET_ANDROID - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TABLET_MAC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TadaTransition - Class in com.gluonhq.charm.glisten.animation
Animate a wobble effect on the given node
TadaTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.TadaTransition
Create new TadaTransition
TAG_FACES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
takePhoto(boolean) - Method in interface com.gluonhq.charm.down.plugins.PicturesService
Use the device's camera to take a photo, and retrieve an Image.
TAP_AND_PLAY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TEAL - com.gluonhq.charm.glisten.visual.Swatch
 
TERRAIN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
text - Variable in enum com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TEXT_FIELDS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TEXT_FORMAT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TEXT_INPUT_FULL_WIDTH - Static variable in class com.gluonhq.charm.glisten.visual.GlistenStyleClasses
A style class for when the text input control should display as a full width control.
TextArea - Class in com.gluonhq.charm.glisten.control
Text areas are taller than text fields and wrap overflow text onto a new line.
TextArea() - Constructor for class com.gluonhq.charm.glisten.control.TextArea
Creates a TextField with empty text content.
TextArea(String) - Constructor for class com.gluonhq.charm.glisten.control.TextArea
Creates a TextField with initial text content.
TextField - Class in com.gluonhq.charm.glisten.control
A Text input component that allows a user to enter a single line of unformatted text.
TextField() - Constructor for class com.gluonhq.charm.glisten.control.TextField
Creates a TextField with empty text content.
TextField(String) - Constructor for class com.gluonhq.charm.glisten.control.TextField
Creates a TextField with initial text content.
TextInput - Class in com.gluonhq.charm.glisten.control
Abstract base class for text input controls.
TextInput() - Constructor for class com.gluonhq.charm.glisten.control.TextInput
 
textProperty() - Method in class com.gluonhq.charm.glisten.control.Chip
The text to display in the Chip.
textProperty() - Method in class com.gluonhq.charm.glisten.control.ListTile
The text to display in the ListTile, each item goes on a separate line.
textProperty() - Method in class com.gluonhq.charm.glisten.control.TextInput
The textual content of this TextInput.
textProperty() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
The text (either actual text, or a MaterialDesignIcon graphic) to display inside the floating action button
TEXTSMS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TEXTURE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
THEATERS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
Theme - Enum in com.gluonhq.charm.glisten.visual
Glisten user interfaces can be themed either in a 'light' or a 'dark' style, depending on your user interface requirements.
THUMB_DOWN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
THUMB_UP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
THUMBS_UP_DOWN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TIME_TO_LEAVE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TIMELAPSE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
timeline - Variable in class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
 
TIMELINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TimePicker - Class in com.gluonhq.charm.glisten.control
A TimePicker is used to select a single time (hours:minutes).
TimePicker() - Constructor for class com.gluonhq.charm.glisten.control.TimePicker
Creates a TimePicker instance with the current time instant.
TimePicker(LocalTime) - Constructor for class com.gluonhq.charm.glisten.control.TimePicker
Creates a TimePicker instance with the specified time.
timeProperty() - Method in class com.gluonhq.charm.glisten.control.TimePicker
The time represented in this TimePicker.
TIMER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TIMER_10 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TIMER_3 - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TIMER_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TITLE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
titleFilter() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
Regardless of whether the search box is visible or not, it is possible to filter the options shown on screen using this title filter property.
titleProperty() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
The title of the application.
titleProperty() - Method in class com.gluonhq.charm.glisten.control.AppBar
The title in the app bar reflects the current page.
titleProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
The title of the Dialog.
titleProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
The titleProperty reflects the title of Footer.
titleProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
The title in Header generally reflects the current user.
titleProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
The title reflects the title of the Item.
titleTextProperty() - Method in class com.gluonhq.charm.glisten.control.AppBar
The title in the app bar reflects the current page.
titleTextProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
The String title of the dialog, setting this property with a non null value will result in the title being a Label with the value of this property as the text.
Toast - Class in com.gluonhq.charm.glisten.control
On mobile, toasts are used to display simple messages to the user.
Toast() - Constructor for class com.gluonhq.charm.glisten.control.Toast
Creates an empty Toast message with a duration of Toast.LENGTH_SHORT.
Toast(String) - Constructor for class com.gluonhq.charm.glisten.control.Toast
Creates a Toast message with a duration of Toast.LENGTH_SHORT.
Toast(String, Duration) - Constructor for class com.gluonhq.charm.glisten.control.Toast
Creates a Toast message with a given duration.
TOC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TODAY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TOGGLE_BUTTON_SWITCH - Static variable in class com.gluonhq.charm.glisten.visual.GlistenStyleClasses
A style class for when the toggle button should display as a switch.
ToggleButtonGroup - Class in com.gluonhq.charm.glisten.control
The ToggleButtonGroup brings together a collection of related actions in the form of ToggleButtons.
ToggleButtonGroup() - Constructor for class com.gluonhq.charm.glisten.control.ToggleButtonGroup
Creates an empty ToggleButtonGroup.
ToggleButtonGroup(ToggleButton...) - Constructor for class com.gluonhq.charm.glisten.control.ToggleButtonGroup
Creates an instance of ToggleButtonGroup with the specified buttons.
toggleGroup - Static variable in class com.gluonhq.charm.glisten.control.BottomNavigationButton
The common ToggleGroup set by default.
toJson(User) - Static method in class com.gluonhq.cloudlink.client.user.UserUtil
Converts this User instance to an immutable JSON object.
tokenProperty() - Method in interface com.gluonhq.charm.down.plugins.PushNotificationsService
The unique registration token that can be passed to the server, so the app can receive push notifications
TOLL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TONALITY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TOP_LEFT - Static variable in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Places the floating action button in the top-left section of the user interface.
TOP_RIGHT - Static variable in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Places the floating action button in the top-right section of the user interface.
TopicSubscription - Class in com.gluonhq.cloudlink.client.push
A topic subscription holds the subscription information of a certain device with a certain topic.
TopicSubscription() - Constructor for class com.gluonhq.cloudlink.client.push.TopicSubscription
 
toString() - Method in class com.gluonhq.charm.down.plugins.ble.ScanDetection
 
toString() - Method in class com.gluonhq.charm.down.plugins.inappbilling.Product
 
toString() - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductDetails
 
toString() - Method in class com.gluonhq.charm.down.plugins.inappbilling.ProductOrder
 
toString() - Method in class com.gluonhq.cloudlink.client.user.User
 
toString(T) - Method in class com.gluonhq.charm.glisten.control.CharmListView
A convenient method to format the result of applying the headers function to the given item, using the string converter if it is provided.
TOUCH_APP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TOYS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TRACK_CHANGES - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TRAFFIC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TRAIN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TRAM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TRANSFER_WITHIN_A_STATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TRANSFORM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TRANSLATE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TRENDING_DOWN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TRENDING_FLAT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TRENDING_UP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TUNE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TURNED_IN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TURNED_IN_NOT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TV - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
TWITTER - com.gluonhq.cloudlink.client.user.LoginMethod.Type
Logs in to Gluon CloudLink using Twitter.
typeProperty() - Method in class com.gluonhq.charm.glisten.control.BottomNavigation
Refers to the type of BottomNavigation.

U

UNARCHIVE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
UNDO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
UNFOLD_LESS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
UNFOLD_MORE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
UNKNOWN - com.gluonhq.charm.down.plugins.ble.Proximity
 
unsubscribe(String) - Method in class com.gluonhq.cloudlink.client.push.PushClient
Unsubscribe the current device from the specified topic.
UPDATE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
updateAppBar(AppBar) - Method in class com.gluonhq.charm.glisten.mvc.SplashView
If the view uses an AppBar it is the responsibility of the developer to appropriately set it up in this method.
updateAppBar(AppBar) - Method in class com.gluonhq.charm.glisten.mvc.View
If the view uses an AppBar it is the responsibility of the developer to appropriately set it up in this method.
updateItem(T, boolean) - Method in class com.gluonhq.charm.glisten.control.CardCell
updateItem(T, boolean) - Method in class com.gluonhq.charm.glisten.control.CharmListCell
Developers can override this method when specifying custom cell factories for CharmListView, like the CharmListView.cellFactoryProperty() cell factory for standard cells or the CharmListView.cellHeaderFactoryProperty() cell factory for header cells, to allow for complete customisation of the both types of cells.
updateOnHoverProperty() - Method in class com.gluonhq.charm.glisten.control.Rating
If true this allows for the rating property to be updated simply by the user hovering their mouse over the control.
UsageClient - Class in com.gluonhq.cloudlink.client.usage
The UsageClient handles sending usage information about the the application to the Gluon CloudLink Usage Analytics service.
UsageClient() - Constructor for class com.gluonhq.cloudlink.client.usage.UsageClient
 
USB - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
USE - com.gluonhq.charm.glisten.application.ViewStackPolicy
 
User - Class in com.gluonhq.cloudlink.client.user
The User class contains information about a user that was authenticated at Gluon CloudLink using one of the login methods that are configured for a Gluon CloudLink application.
User() - Constructor for class com.gluonhq.cloudlink.client.user.User
 
UserClient - Class in com.gluonhq.cloudlink.client.user
The UserClient handles user authentication for a Gluon Mobile application.
UserClient() - Constructor for class com.gluonhq.cloudlink.client.user.UserClient
Create an instance of a UserClient.
UserUtil - Class in com.gluonhq.cloudlink.client.user
 
UserUtil() - Constructor for class com.gluonhq.cloudlink.client.user.UserUtil
 

V

VALID - com.gluonhq.charm.down.plugins.inappbilling.ProductDetails.State
 
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.inappbilling.Product.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gluonhq.charm.down.plugins.inappbilling.ProductDetails.State
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.cloudlink.client.data.OperationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gluonhq.cloudlink.client.data.SyncFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gluonhq.cloudlink.client.user.LoginMethod.Type
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.
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.AvatarPane
The selected item.
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() - Method in interface com.gluonhq.charm.glisten.control.settings.OptionEditor
Returns the value property bound to this editor
valueProperty(T) - Static method in class com.gluonhq.charm.glisten.control.settings.OptionBase
Allows wrapping primitives into a read-only Property
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.inappbilling.Product.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.down.plugins.inappbilling.ProductDetails.State
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.cloudlink.client.data.OperationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gluonhq.cloudlink.client.data.SyncFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gluonhq.cloudlink.client.user.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.ConnectState
Returns an array containing the constants of this enum type, in the order they are declared.
VERIFIED_USER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VERTICAL_ALIGN_BOTTOM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VERTICAL_ALIGN_CENTER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VERTICAL_ALIGN_TOP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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.
VIBRATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
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
 
VIDEO_CALL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIDEO_LABEL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIDEO_LIBRARY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIDEOCAM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIDEOCAM_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIDEOGAME_ASSET - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VideoService - Interface in com.gluonhq.charm.down.plugins
With the video service you can play media files, both video and audio, on your device.
VideoServiceFactory - Class in com.gluonhq.charm.down.plugins
 
VideoServiceFactory() - Constructor for class com.gluonhq.charm.down.plugins.VideoServiceFactory
 
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(String, Node) - Constructor for class com.gluonhq.charm.glisten.mvc.View
Creates a new View instance with the given name and content.
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_AGENDA - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_ARRAY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_CAROUSEL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_COLUMN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_COMFY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_COMPACT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_DAY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_HEADLINE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_LIST - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_MODULE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_QUILT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_STREAM - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VIEW_WEEK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ViewItem(String, String) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.ViewItem
Creates new NavigationDrawer.ViewItem instance
ViewItem(String, String, ViewStackPolicy) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.ViewItem
Creates new NavigationDrawer.ViewItem instance
ViewItem(String, Node, String) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.ViewItem
Creates new NavigationDrawer.ViewItem instance
ViewItem(String, Node, String, ViewStackPolicy) - Constructor for class com.gluonhq.charm.glisten.control.NavigationDrawer.ViewItem
Creates new NavigationDrawer.ViewItem instance
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.
VIGNETTE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VISIBILITY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VISIBILITY_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
visibleProperty() - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
Toggles the visibility of the FloatingActionButton.
VOICE_CHAT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VOICEMAIL - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VoidInputConverter - Class in com.gluonhq.connect.converter
An InputConverter that reads the entire InputStream, while discarding its contents.
VoidInputConverter() - Constructor for class com.gluonhq.connect.converter.VoidInputConverter
 
VoidOutputConverter - Class in com.gluonhq.connect.converter
An OutputConverter that doesn't write anything to an OutputStream.
VoidOutputConverter() - Constructor for class com.gluonhq.connect.converter.VoidOutputConverter
 
VOLUME_DOWN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VOLUME_MUTE - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VOLUME_OFF - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VOLUME_UP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VPN_KEY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
VPN_LOCK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

W

WALLPAPER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WARNING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WATCH - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WATCH_LATER - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WB_AUTO - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WB_CLOUDY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WB_INCANDESCENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WB_IRIDESCENT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WB_SUNNY - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WC - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WEB - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WEB_ASSET - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WEB_EASE - Static variable in class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
 
WEEKEND - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WHATSHOT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WIDGETS - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WIFI - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WIFI_LOCK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WIFI_TETHERING - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WobbleTransition - Class in com.gluonhq.charm.glisten.animation
Animate a wobble effect on the given node
WobbleTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.WobbleTransition
Create new WobbleTransition
WORK - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
WRAP_TEXT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
wrapTextProperty() - Method in class com.gluonhq.charm.glisten.control.ListTile
A boolean property that indicates whether the text lines should be wrapped onto another line or not if they exceed the width of the ListTile.
write(String) - Method in class com.gluonhq.connect.converter.StringOutputConverter
 
write(Void) - Method in class com.gluonhq.connect.converter.VoidOutputConverter
Just closes the provided OutputStream.
write(T) - Method in class com.gluonhq.connect.converter.JsonOutputConverter
Converts an object into a JSON Object that is written to the InputStream.
write(T) - Method in interface com.gluonhq.connect.converter.OutputConverter
Writes an object to a certain output source.
writeObject(T) - Method in interface com.gluonhq.connect.provider.ObjectDataWriter
Writes the object and optionally returns one.
writeObject(T) - Method in class com.gluonhq.connect.provider.OutputStreamObjectDataWriter
Writes the object to the specified data source and returns an Optional that contains the exact same object instance that was passed in.
writeToJson(T) - Method in class com.gluonhq.connect.converter.JsonConverter
Convert the provided Java object into a JSON Object.

X

XmlInputConverter<T> - Class in com.gluonhq.connect.converter
An InputConverter that converts a XML Object read from an InputStream into an object.
XmlInputConverter(Class<T>) - Constructor for class com.gluonhq.connect.converter.XmlInputConverter
Construct a new instance of a XmlInputConverter that is able to convert the data read from the InputStream into objects of the specified targetClass.
XmlInputConverter(Class<T>, String) - Constructor for class com.gluonhq.connect.converter.XmlInputConverter
Construct a new instance of a XmlInputConverter that is able to convert the data read from the InputStream into objects of the specified targetClass.

Y

YELLOW - com.gluonhq.charm.glisten.visual.Swatch
 
YOUTUBE_SEARCHED_FOR - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

Z

ZOOM_IN - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ZOOM_OUT - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
ZOOM_OUT_MAP - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 

_

_3D_ROTATION - com.gluonhq.charm.glisten.visual.MaterialDesignIcon
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links