- 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).
- addLoginMethod(LoginMethod) - Method in interface com.gluonhq.charm.connect.view.AuthenticationView
-
Charm will initially retrieve the login methods that are defined by a
Gluon application from Gluon Cloud.
- addUuid(String) - Method in class com.gluonhq.charm.down.common.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).
- 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
- ANDROID - Static variable in class com.gluonhq.charm.down.common.PlatformFactory
-
- animation - Variable in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
-
- 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.
- 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.
- authenticate(Runnable) - Method in class com.gluonhq.charm.connect.service.AuthenticationService
-
Start the authentication flow.
- authenticate(Consumer<O>, O) - Method in class com.gluonhq.charm.connect.service.AuthenticationService
-
Start the authentication flow.
- authenticate(Consumer<String>) - Method in interface com.gluonhq.charm.connect.view.AuthenticationView
-
This method is called every time a request to Gluon Cloud is made that
requires an authenticated user and no authenticated user is currently
active in the application.
- authenticatedUserProperty() - Method in class com.gluonhq.charm.connect.service.AuthenticationService
-
The user that is currently authenticated, which can be null
if no user is authenticated.
- Authentication - Enum in com.gluonhq.charm.connect
-
Defines the constants that are used to specify how the application data in
Gluon Cloud is accessed.
- authentication(Authentication) - Method in class com.gluonhq.charm.connect.service.StorageService
-
Defines which authentication method must be used when retrieving data
from Gluon Cloud.
- AuthenticationService - Class in com.gluonhq.charm.connect.service
-
The AuthenticationService allows the application to authenticate users
and keep track of which user is currently logged in.
- AuthenticationService(GluonClient) - Constructor for class com.gluonhq.charm.connect.service.AuthenticationService
-
The AuthenticationService provides a way to authenticate a user within the
application.
- AuthenticationView - Interface in com.gluonhq.charm.connect.view
-
An AuthenticationView is an interface that defines how a user can connect
with Gluon Cloud, by using one of the available login methods that are
defined in the application.
- AuthenticationViewFactory - Class in com.gluonhq.charm.connect.view
-
A Factory class used to create new instances of AuthenticationView.
- AuthenticationViewFactory() - Constructor for class com.gluonhq.charm.connect.view.AuthenticationViewFactory
-
- 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.
- 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.
- Cache<K,V> - Interface in com.gluonhq.charm.down.common.cache
-
- 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
- CacheManager - Interface in com.gluonhq.charm.down.common.cache
-
- caption - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Private fields
- CardPane - Class in com.gluonhq.charm.glisten.control
-
CardPane is a container of cards.
- CardPane() - Constructor for class com.gluonhq.charm.glisten.control.CardPane
-
Creates an empty CardPane
- category - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
- cellFactoryProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
The cell factory for standard items.
- cellHeaderFactoryProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
The cell factory for header items.
- CHARM_CONNECT_AUTHENTICATIONVIEW - Static variable in class com.gluonhq.charm.connect.view.AuthenticationViewFactory
-
- CharmListCell<T> - Class in com.gluonhq.charm.glisten.control
-
- CharmListCell() - Constructor for class com.gluonhq.charm.glisten.control.CharmListCell
-
- CharmListView<T,K extends java.lang.Comparable> - Class in com.gluonhq.charm.glisten.control
-
A CharmListView displays a vertical list of items from which the
user may select, while new items are inserted as headers, as a result of applying
over the underlying model a
header function
.
- CharmListView() - Constructor for class com.gluonhq.charm.glisten.control.CharmListView
-
Creates a default CharmListView which will display contents stacked vertically.
- CharmListView(ObservableList<T>) - Constructor for class com.gluonhq.charm.glisten.control.CharmListView
-
Creates a default CharmListView which will stack the contents retrieved from the
provided ObservableList
vertically.
- CharmObservable - Interface in com.gluonhq.charm.connect.service
-
- CharmObservable.State - Enum in com.gluonhq.charm.connect.service
-
The possible states a CharmObservable can be in during synchronization operations.
- CharmObservableList<E> - Interface in com.gluonhq.charm.connect.service
-
A CharmObservableList is an ObservableList that is linked with a storage system.
- CharmObservableObject<T> - Interface in com.gluonhq.charm.connect.service
-
A CharmObservableObject is an ObservableObject that is linked with a storage system.
- CharmService - Class in com.gluonhq.charm.connect.service
-
Abstract class that contains common functionality for Charm Up services.
- CharmService(GluonClient) - Constructor for class com.gluonhq.charm.connect.service.CharmService
-
Construct a new Charm Up service that uses the specified GluonClient to
connect with the Gluon Cloud infrastructure.
- children - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
- Chip - Class in com.gluonhq.charm.glisten.control
-
Chips represent complex entities in small blocks, such as a contact.
- Chip() - Constructor for class com.gluonhq.charm.glisten.control.Chip
-
Creates a non deletable Chip with an empty string for its label.
- Chip(String) - Constructor for class com.gluonhq.charm.glisten.control.Chip
-
Creates a non deletable Chip with the specified label.
- Chip(String, boolean) - Constructor for class com.gluonhq.charm.glisten.control.Chip
-
- clear() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Clears the AppBar
leaving it with no nav icon, title, action icons or menu items.
- CLOSE_REQUEST - Static variable in class com.gluonhq.charm.glisten.control.LifecycleEvent
-
This event is delivered to an object when there is
an external request to close/hide that object.
- com.gluonhq.charm.connect - package com.gluonhq.charm.connect
-
Core functionality that is needed to be able to retrieve and update remote data on Gluon Cloud.
- com.gluonhq.charm.connect.service - package com.gluonhq.charm.connect.service
-
Different services that allow to retrieve and update data from and to the device or Gluon Cloud.
- com.gluonhq.charm.connect.view - package com.gluonhq.charm.connect.view
-
Provides the functionality that is required to create authentication
views that are used to connect users to Gluon Cloud.
- com.gluonhq.charm.down.common - package com.gluonhq.charm.down.common
-
- com.gluonhq.charm.down.common.ble - package com.gluonhq.charm.down.common.ble
-
- com.gluonhq.charm.down.common.cache - package com.gluonhq.charm.down.common.cache
-
- com.gluonhq.charm.down.common.notifications - package com.gluonhq.charm.down.common.notifications
-
- com.gluonhq.charm.glisten - package com.gluonhq.charm.glisten
-
The base package for all Gluon Glisten functionality - in other words, the
APIs for creating user interfaces with Gluon Charm.
- 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
-
- 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.
- comparatorProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
The comparator that denotes the order of the items within the headers.
- 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.layout.responsive.grid.GridRow
- computePrefHeight(double) - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
- Configuration - Class in com.gluonhq.charm.down.common.ble
-
- Configuration(String) - Constructor for class com.gluonhq.charm.down.common.ble.Configuration
-
Create a configuration that allows to listen to the specified UUID
- contentProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
The content of the Dialog.
- contentProperty() - Method in class com.gluonhq.charm.glisten.control.Icon
-
- contentProperty() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
- contentTextProperty() - Method in class com.gluonhq.charm.glisten.control.Alert
-
The text content of the Alert.
- converterProperty() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
The
StringConverter
property used to format the result of type K
after applying the
headers function
to the data model
- create() - Static method in class com.gluonhq.charm.connect.GluonClientBuilder
-
Create a new instance of GluonClientBuilder
- createCache(String) - Method in interface com.gluonhq.charm.down.common.cache.CacheManager
-
- createCache(String) - Method in class com.gluonhq.charm.down.common.cache.DefaultCacheManager
-
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.AppBar
- 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.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.SettingsPane
- createDefaultSkin() - Method in class com.gluonhq.charm.glisten.control.ToggleButtonGroup
- credentials(GluonCredentials) - Method in class com.gluonhq.charm.connect.GluonClientBuilder
-
Set the value of the credentials for the GluonClient instance constructed
by this builder.
- 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
- failToRegisterForRemoteNotifications(String) - Method in class com.gluonhq.charm.down.common.notifications.DebugRemoteNotificationHandler
-
- failToRegisterForRemoteNotifications(String) - Method in class com.gluonhq.charm.down.common.notifications.MockRemoteNotificationHandler
-
- failToRegisterForRemoteNotifications(String) - Method in interface com.gluonhq.charm.down.common.NotificationsService.RemoteNotificationHandler
-
called if an error happened during registration
- finish() - Method in class com.gluonhq.charm.down.common.Platform
-
- 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
- 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 is a
Layer
that can be placed in to a
MobileLayoutPane
to provide users with a quick way of performing a
primary action in a user interface.
- FloatingActionButton() - Constructor for class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
- 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.
- 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.
- fromJson(JsonObject) - Static method in class com.gluonhq.charm.connect.User
-
Generate a new User instance by loading the fields from the provided JSON
object.
- get(K) - Method in interface com.gluonhq.charm.down.common.cache.Cache
-
Get the value for the specified key, or null when there is no such key.
- get(K) - Method in class com.gluonhq.charm.down.common.cache.DefaultCache
-
- getActionItems() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Gets the action items.
- getAlertType() - Method in class com.gluonhq.charm.glisten.control.Alert
-
Gets the value of the property alertType.
- getAppBar() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the
AppBar
instance that is a part of this application.
- getApplication() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Convenience method that returns the
MobileApplication
instance that this
View finds itself contained within.
- getAuthenticatedUser() - Method in class com.gluonhq.charm.connect.service.AuthenticationService
-
Gets the value of the property authenticatedUser.
- getAuthenticationService() - Method in class com.gluonhq.charm.connect.GluonClient
-
Get an instance of the AuthenticationService that uses this GluonClient when interacting the Gluon Cloud.
- getAuthenticationView() - Static method in class com.gluonhq.charm.connect.view.AuthenticationViewFactory
-
Get an instance of AuthenticationView.
- getBackgroundFade() - Method in class com.gluonhq.charm.glisten.application.GlassPane
-
Gets the value of the property backgroundFade.
- getBleService() - Method in class com.gluonhq.charm.down.common.Platform
-
- getButtons() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
A list of buttons to show within the dialog.
- getCache(String) - Method in interface com.gluonhq.charm.down.common.cache.CacheManager
-
- getCache(String) - Method in class com.gluonhq.charm.down.common.cache.DefaultCacheManager
-
- getCacheManager() - Method in class com.gluonhq.charm.down.common.Platform
-
- getCallbackUrl() - Method in class com.gluonhq.charm.connect.view.LoginMethod
-
Constructs the URL that identifies the callback URL that will be called
on Gluon Cloud as the final step in the connect flow.
- getCaption() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns the display name of the property associated to the
Option
or the name associated to the group of options.
- getCaption() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns the display name of the property associated to the
Option
or the name associated to the group of options.
- getCards() - Method in class com.gluonhq.charm.glisten.control.CardPane
-
Returns the observable list of Node
added to the control.
- getCategory() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns a String
representation of the category of the property.
- getCategory() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns a String
representation of the category of the property.
- getCellFactory() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns the current cell factory callback function for standard items.
- getChildren() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns the
ObservableList
of
sub-options
that a given option contains.
- getChildren() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns the
ObservableList
of
sub-options
that a given option contains.
- getClassCssMetaData() - Static method in class com.gluonhq.charm.glisten.control.AppBar
-
- getClassCssMetaData() - Static method in class com.gluonhq.charm.glisten.control.Avatar
-
- getClassCssMetaData() - Static method in class com.gluonhq.charm.glisten.control.Chip
-
- getComparator() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns the Comparator
that is used to
sort the standard items
- getConnectUrl() - Method in class com.gluonhq.charm.connect.view.LoginMethod
-
Constructs the URL that needs to be called to initiate the connect flow
for this login method on Gluon Cloud.
- 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.Icon
-
Gets the value of the property content.
- getContent() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Gets the value of the property content.
- getContentText() - Method in class com.gluonhq.charm.glisten.control.Alert
-
Gets the value of the property contentText.
- 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
- getConverter() - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Returns the StringConverter
used to format the headers.
- getCredentials() - Method in class com.gluonhq.charm.connect.GluonClient
-
Get the credentials that are used to authorize the application when
connecting with Gluon Cloud.
- getCurrent() - Static method in enum com.gluonhq.charm.down.common.JavaFXPlatform
-
- getCurrentNotificationTypes() - Method in class com.gluonhq.charm.down.common.NotificationsService
-
return the collection of notification currently active.
- getDate() - Method in class com.gluonhq.charm.glisten.control.DatePicker
-
Returns the selected LocalDate
- getDefault() - Static method in enum com.gluonhq.charm.glisten.visual.Swatch
-
Returns the hardcoded default swatch -
blue
.
- getDefault() - Static method in enum com.gluonhq.charm.glisten.visual.Theme
-
Returns the hardcoded default theme -
light
.
- getDescription() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
A String
that will be shown to the user as a tooltip.
- getDescription() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
A String
that will be shown to the user as a tooltip.
- getEditor() - Method in interface com.gluonhq.charm.glisten.control.settings.OptionEditor
-
Returns the editor responsible for editing this option.
- getEditor() - Method in class com.gluonhq.charm.glisten.control.settings.OptionEditorBase
-
Returns the editor responsible for editing this option.
- getException() - Method in interface com.gluonhq.charm.connect.service.CharmObservable
-
In case an exception occurred during processing, this method will
return the exception.
- getException() - Method in class com.gluonhq.charm.glisten.control.ExceptionDialog
-
Gets the value of the property exception.
- 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.
- getFooter() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Returns an node which is used as the footer of NavigationDrawer.
- getGlassPane() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the
GlassPane
instance that is part of this application.
- getGlisten() - Static method in class com.gluonhq.charm.glisten.GlistenFactory
-
Returns an instance of the
Glisten
abstract class that is relevant
for the platform that is currently in-use.
- getGluonClient() - Method in class com.gluonhq.charm.connect.service.CharmService
-
- getGluonCredentials() - Method in class com.gluonhq.charm.connect.view.LoginMethod
-
- 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
- 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.
- getHost() - Method in class com.gluonhq.charm.connect.GluonClient
-
Get the name of the host that is used for connecting to Gluon Cloud.
- getIdentifier() - Method in interface com.gluonhq.charm.connect.service.CharmObservable
-
Returns the unique identifier that is associated with this instance.
- getImage() - Method in class com.gluonhq.charm.glisten.control.Avatar
-
Gets the value of the property image.
- getInstance() - Static method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the single instance of the MobileApplication.
- getIntroText() - Method in class com.gluonhq.charm.glisten.control.ExceptionDialog
-
Gets the value of the property introText.
- getItems() - Method in class com.gluonhq.charm.glisten.control.DropdownButton
-
The list of items that this Dropdown button contains.
- getItems() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Returns an ObservableList
that contains the items currently being
shown to the user in the content area.
- getKey() - Method in class com.gluonhq.charm.connect.GluonCredentials
-
Get the public key of this application.
- getKey() - Method in class com.gluonhq.charm.connect.User
-
Get the key that uniquely identifies this user within a Gluon Cloud
application.
- getLatitude() - Method in class com.gluonhq.charm.down.common.Position
-
Return the latitude coordinate of the position.
- getLayers() - Method in class com.gluonhq.charm.glisten.layout.MobileLayoutPane
-
Returns the list of all
Layer
instances that have been installed
inside this layout pane.
- getLayout() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns the
Orientation
of the
Option
, that
defines its layout:
Orientation.HORIZONTAL
sets an horizontal layout, with an optional
graphic on the left, caption and description on the center, and editor on the
right.
- getLayout() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns the
Orientation
of the
Option
, that
defines its layout:
Orientation.HORIZONTAL
sets an horizontal layout, with an optional
graphic on the left, caption and description on the center, and editor on the
right.
- getLoginUrl() - Method in class com.gluonhq.charm.connect.view.LoginMethod
-
- getLongitude() - Method in class com.gluonhq.charm.down.common.Position
-
Return the longitude coordinate of the position.
- getMajor() - Method in class com.gluonhq.charm.down.common.ble.ScanDetection
-
- getMenuItems() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Gets the menu items listed in the overflow menu.
- getMinor() - Method in class com.gluonhq.charm.down.common.ble.ScanDetection
-
- getMobileLayoutPane() - Method in class com.gluonhq.charm.glisten.layout.Layer
-
- getName() - Method in class com.gluonhq.charm.connect.User
-
Get the name of this user.
- getName() - Method in class com.gluonhq.charm.down.common.Platform
-
Return the name of this Platform, i.e.
- getName() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Gets the value of the property name.
- 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.charm.connect.User
-
Get the unique id within a social network for this user.
- getNick() - Method in class com.gluonhq.charm.connect.User
-
Get the nick name of this user.
- getNotificationsService() - Method in class com.gluonhq.charm.down.common.Platform
-
- 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.layout.layer.FloatingActionButton
-
Returns the EventHandler
asigned 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.
- 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.
- 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 class com.gluonhq.charm.down.common.Platform
-
- getPicture() - Method in class com.gluonhq.charm.connect.User
-
Get the profile picture of this user.
- getPicturesService() - Method in class com.gluonhq.charm.down.common.Platform
-
- 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() - Static method in class com.gluonhq.charm.down.common.PlatformFactory
-
Get a
Platform
implementation that matches the runtime platform.
- getPosition() - Method in interface com.gluonhq.charm.down.common.PositionService
-
The current position on earth of the device.
- getPositionService() - Method in class com.gluonhq.charm.down.common.Platform
-
- getPrimaryGraphic() - Method in class com.gluonhq.charm.glisten.control.ListTile
-
Gets the value of the property primaryGraphic.
- getPrivateStorage() - Method in class com.gluonhq.charm.down.common.Platform
-
Get a storage directory that is private to the environment that is
calling this method.
- getProximity() - Method in class com.gluonhq.charm.down.common.ble.ScanDetection
-
- getProximity() - Method in enum com.gluonhq.charm.down.common.ble.ScanDetection.PROXIMITY
-
- getRadius() - Method in class com.gluonhq.charm.glisten.control.Avatar
-
Gets the value of the property radius.
- getRandom() - Static method in enum com.gluonhq.charm.glisten.visual.Swatch
-
Returns a randomly selected swatch.
- getRegisteredNotificationTypes() - Method in class com.gluonhq.charm.down.common.NotificationsService
-
- getRemoteNotificationHandler() - Method in class com.gluonhq.charm.down.common.NotificationsService
-
- getReportedNotificationTypes() - Method in class com.gluonhq.charm.down.common.NotificationsService
-
return the collection of notifications usable for the application reported by the notification system.
- 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.common.ble.ScanDetection
-
- getScanService() - Method in class com.gluonhq.charm.down.common.Platform
-
- getScreenHeight() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the height of the screen that this application is running on.
- getScreenWidth() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns the width of the screen that this application is running on.
- getSecondaryGraphic() - Method in class com.gluonhq.charm.glisten.control.ListTile
-
Gets the value of the property secondaryGraphic.
- getSecret() - Method in class com.gluonhq.charm.connect.GluonCredentials
-
Get the secret key of this application.
- 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.
- getSetting(String) - Method in class com.gluonhq.charm.down.common.Storage
-
- getSettingService() - Method in class com.gluonhq.charm.down.common.Platform
-
- 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.mvc.View
-
Gets the value of the property showTransitionFactory.
- getSide() - Method in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
-
- getSignUpUrl() - Method in class com.gluonhq.charm.connect.view.LoginMethod
-
- getSpacing() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Gets the value of the property spacing.
- getSpan() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Returns the
Span
of this GridSpan.
- getSpan() - Method in enum com.gluonhq.charm.glisten.layout.responsive.grid.Span
-
Returns the span as an integer value between one and twelve.
- getSpans() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridRow
-
Returns a writable list of the
GridSpan
instances contained within this GridRow.
- getSpans() - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Returns a writable list of the
GridSpan
instances contained within this GridSpan.
- getState() - Method in interface com.gluonhq.charm.connect.service.CharmObservable
-
Return the current state of this observable.
- getStorageService() - Method in class com.gluonhq.charm.connect.GluonClient
-
Get an instance of the StorageService that uses this GluonClient when interacting the Gluon Cloud.
- getStorageWhere() - Method in interface com.gluonhq.charm.connect.service.CharmObservable
-
Returns the system where this instance will be stored.
- 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
- 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.mvc.View
-
Gets the value of the property swatch.
- 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.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.
- 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.
- getTitleFilter() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
-
- getTitleText() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Returns a String with the title of the AppBar.
- getTitleText() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Gets the value of the property titleText.
- getToggles() - Method in class com.gluonhq.charm.glisten.control.ToggleButtonGroup
-
Returns the observable list of ToggleButtons
.
- getType() - Method in class com.gluonhq.charm.connect.view.LoginMethod
-
Returns the type of the LoginMethod and defines which service will be
used for connecting Gluon Cloud users.
- getUserService() - Method in class com.gluonhq.charm.connect.GluonClient
-
Get an instance of the UserService that uses this GluonClient when interacting the Gluon Cloud.
- getUuid() - Method in class com.gluonhq.charm.down.common.ble.ScanDetection
-
- getUuids() - Method in class com.gluonhq.charm.down.common.ble.Configuration
-
Returns a list of uuids this configuration allows to monitor/scan.
- 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
- getView() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Gets the value of the property view.
- GlassPane - Class in com.gluonhq.charm.glisten.application
-
The GlassPane exists in an invisible layer above the main UI of a Glisten
MobileApplication
.
- Glisten - Class in com.gluonhq.charm.glisten
-
The Glisten abstract class is designed to provide API that is implemented
in platform-specific ways.
- Glisten() - Constructor for class com.gluonhq.charm.glisten.Glisten
-
This class should not be instantiated directly, rather, developers wanting
to use this API should instead call
GlistenFactory.getGlisten()
to
get an instance of this class that is relevant to the platform that
their software is being executed on.
- GlistenFactory - Class in com.gluonhq.charm.glisten
-
Provides the link to the native (android, ios, desktop) platform.
- GlistenStyleClasses - Class in com.gluonhq.charm.glisten.visual
-
A convenience class containing a number of style classes that are understood
by the Glisten CSS code.
- GluonClient - Class in com.gluonhq.charm.connect
-
The GluonClient is the starting point to the Gluon Cloud infrastructure.
- gluonClient - Variable in class com.gluonhq.charm.connect.service.CharmService
-
- GluonClientBuilder - Class in com.gluonhq.charm.connect
-
A utility class for building GluonClient instances.
- GluonClientBuilder() - Constructor for class com.gluonhq.charm.connect.GluonClientBuilder
-
Default constructor
- GluonCredentials - Class in com.gluonhq.charm.connect
-
A class that represents the credentials that are used when authorizing your
application with Gluon Cloud.
- GluonCredentials(String, String) - Constructor for class com.gluonhq.charm.connect.GluonCredentials
-
Construct a credentials object with the specified application key and
secret.
- goHome() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Returns to the home view and clears view stack.
- graphic - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
- graphic(String) - Method in enum com.gluonhq.charm.glisten.visual.MaterialDesignIcon
-
Creates a graphic node that can be embedded within the scenegraph, for
the selected material design icon.
- graphic() - Method in enum com.gluonhq.charm.glisten.visual.MaterialDesignIcon
-
Creates a graphic node that can be embedded within the scenegraph, for
the selected material design icon.
- graphicProperty() - Method in class com.gluonhq.charm.glisten.control.Chip
-
An optional graphic for the Chip
- graphicProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
The graphic to be displayed in this Dialog.
- graphicProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
-
The graphic reflects the icon of the Footer.
- graphicProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
The Node
adds extra information to the Header.
- graphicProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
-
The graphic reflects the icon of the Item.
- GridLayout - Class in com.gluonhq.charm.glisten.layout.responsive.grid
-
The GridLayout container is the root class for the responsive layout component.
- GridLayout() - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridLayout
-
Creates a new empty GridLayout container.
- GridLayout(GridRow...) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridLayout
-
Creates a new GridLayout container with zero or more
GridRow
instances contained within it.
- GridRow - Class in com.gluonhq.charm.glisten.layout.responsive.grid
-
A GridRow contains space for 12 columns, and these columns are filled with GridSpan elements that can have their
own
Span
and
Offset
.
- GridRow() - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridRow
-
Creates an empty GridRow instance.
- GridRow(GridSpan...) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridRow
-
Creates a new GridRow instance with zero or more GridSpan elements contained within it.
- GridSpan - Class in com.gluonhq.charm.glisten.layout.responsive.grid
-
A GridSpan represents a single element contained within a GridRow.
- GridSpan(Span) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Creates a new GridSpan with the given Span size, and an offset of zero.
- GridSpan(Span, Node) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Creates a new GridSpan with the given Span size, the given content set as the initial content, and an offset of
zero.
- GridSpan(Span, Offset, Node) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Creates a new GridSpan with the given Span size, the given offset size, and the given content set as the initial
content.
- GridSpan(Span, Offset, Node, GridSpan...) - Constructor for class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Creates a new GridSpan with the given Span size, the given offset size, the given content set as the initial
content, and zero or more embedded GridSpan elements.
- radiusProperty() - Method in class com.gluonhq.charm.glisten.control.Avatar
-
The radius of the Avatar clipping circle.
- receivedRemoteNotification(String) - Method in class com.gluonhq.charm.down.common.notifications.DebugRemoteNotificationHandler
-
- receivedRemoteNotification(String) - Method in class com.gluonhq.charm.down.common.notifications.MockRemoteNotificationHandler
-
- receivedRemoteNotification(String) - Method in interface com.gluonhq.charm.down.common.NotificationsService.RemoteNotificationHandler
-
received notification.
- registerForNotificationTypes(NotificationsService.NotificationType...) - Method in class com.gluonhq.charm.down.common.NotificationsService
-
actually to register for the given notification types.
- remove(K) - Method in interface com.gluonhq.charm.down.common.cache.Cache
-
Remove the entry associated with this key.
- remove(K) - Method in class com.gluonhq.charm.down.common.cache.DefaultCache
-
- remove(String) - Method in interface com.gluonhq.charm.down.common.SettingService
-
Removes the setting for the specified key.
- removeAll() - Method in interface com.gluonhq.charm.down.common.cache.Cache
-
Remove all entries from the cache
- removeAll() - Method in class com.gluonhq.charm.down.common.cache.DefaultCache
-
- 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).
- removeUuid(String) - Method in class com.gluonhq.charm.down.common.ble.Configuration
-
Remove this uuid from the list of uuid-beacons we want to monitor/scan
- reportedNotificationTypes - Variable in class com.gluonhq.charm.down.common.NotificationsService
-
- retrieve(String) - Method in interface com.gluonhq.charm.down.common.SettingService
-
Retrieves the value of the setting that is identified by the specified
key.
- retrieveFriends(BiConsumer<Worker.State, ObservableList<User>>) - Method in class com.gluonhq.charm.connect.service.UserService
-
Retrieve the list of friends for the current authenticated user.
- retrieveList(String, Class<T>) - Method in class com.gluonhq.charm.connect.service.StorageService
-
Asynchronously retrieve the list with the provided id from the device storage system.
- retrieveList(String, Class<T>, StorageWhere) - Method in class com.gluonhq.charm.connect.service.StorageService
-
Asynchronously retrieve the list with the provided id from the provided storage system.
- retrieveList(String, Class<T>, StorageWhere, SyncFlag...) - Method in class com.gluonhq.charm.connect.service.StorageService
-
Asynchronously retrieve the list with the provided id, from the provided storage system using
the provided synchronization flags to decide how the list will be synchronized with the chosen
storage system.
- retrieveObject(String, Class<T>) - Method in class com.gluonhq.charm.connect.service.StorageService
-
Asynchronously retrieve the object with the provided id from the device storage system.
- retrieveObject(String, Class<T>, StorageWhere) - Method in class com.gluonhq.charm.connect.service.StorageService
-
Asynchronously retrieve the object with the provided id from the provided storage system.
- retrieveObject(String, Class<T>, StorageWhere, SyncFlag...) - Method in class com.gluonhq.charm.connect.service.StorageService
-
Asynchronously retrieve the object with the provided id from the provided storage system,
using the provided flags to decide how the object will be synchronized with the storage system.
- retrievePicture(PicturesService.PictureSource) - Method in interface com.gluonhq.charm.down.common.PicturesService
-
- retrieveUser(String, BiConsumer<Worker.State, User>) - Method in class com.gluonhq.charm.connect.service.UserService
-
Retrieve the information of the user with the specified id.
- retrieveView(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Attempts to retrieve the view represented by the given view name.
- 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
- rootNode - Variable in class com.gluonhq.charm.glisten.control.Dialog
-
The root node of regular sized dialogs
- 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
- scan() - Method in interface com.gluonhq.charm.down.common.ScanService
-
- ScanDetection - Class in com.gluonhq.charm.down.common.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.common.ble.ScanDetection
-
- ScanDetection.PROXIMITY - Enum in com.gluonhq.charm.down.common.ble
-
PROXIMITY is based on the estimated distance between beacon and device.
- ScanService - Interface in com.gluonhq.charm.down.common
-
- 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
- searchBoxVisibleProperty() - Method in class com.gluonhq.charm.glisten.control.SettingsPane
-
This property represents whether a text field should be presented to
users to allow for them to filter the options in the settings control to
only show ones matching the typed input.
- secondaryGraphicProperty() - Method in class com.gluonhq.charm.glisten.control.ListTile
-
The property to display on the right side of the ListTile, as a smaller Node.
- selectedItemProperty() - Method in class com.gluonhq.charm.glisten.control.DropdownButton
-
Specifies which item is selected in the DropdownButton.
- selectedItemProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Refers to the selected item property, which is used to indicate
the currently selected item in the selection model.
- selectedProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
-
Indicates whether an
item
is selected.
- selectionTypeProperty() - Method in class com.gluonhq.charm.glisten.control.ToggleButtonGroup
-
The type of selection.
- SEPARATOR - Static variable in interface com.gluonhq.charm.glisten.control.settings.Option
-
A
String
used to create horizontal separators between other
options
in the
SettingsPane
control
- setActive(boolean) - Method in class com.gluonhq.charm.connect.User
-
- setAlertType(Alert.AlertType) - Method in class com.gluonhq.charm.glisten.control.Alert
-
Sets the value of the property alertType.
- setAutoHide(boolean) - Method in class com.gluonhq.charm.glisten.layout.Layer
-
- setBackgroundFade(double) - Method in class com.gluonhq.charm.glisten.application.GlassPane
-
Sets the value of the property backgroundFade.
- setCellFactory(Callback<CharmListView<T, K>, CharmListCell<T>>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets a new cell factory to use for the standard items in the CharmListView.
- setComparator(Comparator<? super T>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the comparator for the standard items of the CharmListView.
- setContent(Node) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property content.
- setContent(MaterialDesignIcon) - Method in class com.gluonhq.charm.glisten.control.Icon
-
Sets the value of the property content.
- setContent(Node) - Method in class com.gluonhq.charm.glisten.layout.responsive.grid.GridSpan
-
Sets the value of the property content.
- setContentText(String) - Method in class com.gluonhq.charm.glisten.control.Alert
-
Sets the value of the property contentText.
- setConverter(StringConverter<K>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the StringConverter
to be used to format the headers
- 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.
- setException(Exception) - Method in class com.gluonhq.charm.glisten.control.ExceptionDialog
-
Sets the value of the property exception.
- setExtendedDescription(String) - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Sets the long
String
description that will be shown to the user in
an extended
View
- setFloatingActionButtonHandler(Function<FloatingActionButton, Point2D>) - Method in class com.gluonhq.charm.glisten.layout.layer.FloatingActionButton
-
The floating action button handler is the method that is called to determine
the positioning of the floating action button in the layout pane.
- setFloatingHeaderVisible(boolean) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the visibility of the floating header for the most top visible item.
- setFooter(Node) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer
-
Sets the underlying footer for the NavigationDrawer.
- 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.
- setHeadersFunction(Function<? super T, K>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the headers function for the CharmListView.
- setImage(Image) - Method in class com.gluonhq.charm.glisten.control.Avatar
-
Sets the value of the property image.
- setIntroText(String) - Method in class com.gluonhq.charm.glisten.control.ExceptionDialog
-
Sets the value of the property introText.
- setItems(ObservableList<T>) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets the underlying data model for the CharmListView.
- setKey(String) - Method in class com.gluonhq.charm.connect.User
-
Set the key for this user.
- setLayout(Orientation) - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Defines the type of layout to apply to the
Option
- setMajor(int) - Method in class com.gluonhq.charm.down.common.ble.ScanDetection
-
- setMinor(int) - Method in class com.gluonhq.charm.down.common.ble.ScanDetection
-
- setName(String) - Method in class com.gluonhq.charm.connect.User
-
- setName(String) - Method in class com.gluonhq.charm.glisten.mvc.View
-
Sets the value of the property name.
- 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.charm.connect.User
-
- setNick(String) - Method in class com.gluonhq.charm.connect.User
-
- 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.
- setOnLifecycleEvent(Callback<Platform.LifecycleEvent, Void>) - Method in class com.gluonhq.charm.down.common.Platform
-
- 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
.
- setPicture(String) - Method in class com.gluonhq.charm.connect.User
-
- setPlaceholder(Node) - Method in class com.gluonhq.charm.glisten.control.CharmListView
-
Sets a Node
to be shown to the user when the
CharmListView has no content to show.
- setPrimaryGraphic(Node) - Method in class com.gluonhq.charm.glisten.control.ListTile
-
Sets the value of the property primaryGraphic.
- setProximity(int) - Method in class com.gluonhq.charm.down.common.ble.ScanDetection
-
- setRadius(double) - Method in class com.gluonhq.charm.glisten.control.Avatar
-
Sets the value of the property radius.
- setRemoteNotificationHandler(NotificationsService.RemoteNotificationHandler) - Method in class com.gluonhq.charm.down.common.NotificationsService
-
setup your notification handler which will be called during the registration
process or when a notification has been received.
- setResult(T) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the result to return once the dialog is hidden.
- setRssi(int) - Method in class com.gluonhq.charm.down.common.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.
- setSelectionType(SelectionMode) - Method in class com.gluonhq.charm.glisten.control.ToggleButtonGroup
-
Sets the value of the property selectionType.
- setShowing(boolean) - Method in class com.gluonhq.charm.glisten.layout.Layer
-
- setShowTransitionFactory(Function<View, Transition>) - Method in class com.gluonhq.charm.glisten.mvc.View
-
Sets the value of the property showTransitionFactory.
- setSide(Side) - Method in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
-
- setSpacing(double) - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Sets the value of the property spacing.
- setStatusBarBackgroundColor(Color) - Method in class com.gluonhq.charm.glisten.Glisten
-
Sets the background color of the status bar area, on devices where this
is possible (e.g.
- 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.mvc.View
-
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.layout.layer.FloatingActionButton
-
Sets the text to be displayed inside the floating action button
- setTime(LocalTime) - Method in class com.gluonhq.charm.glisten.control.TimePicker
-
Sets the value of the property time.
- SettingService - Interface in com.gluonhq.charm.down.common
-
The SettingService provides a simple way for storing, removing and retrieving
key-value pairs of strings.
- SettingsPane - Class in com.gluonhq.charm.glisten.control
-
SettingsPane is a panel where several configurable
options
can be laid out
based in a model of properties
- 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
- setTitle(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Sets the value of the property title.
- setTitle(Node) - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Changes the title of the AppBar.
- setTitle(Node) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property title.
- setTitle(String) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Footer
-
Sets the current title of the Footer.
- setTitle(String) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
Sets current title of the Header.
- setTitle(String) - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Item
-
Sets the current title of the Item.
- setTitleFilter(String) - Method in class com.gluonhq.charm.glisten.control.SettingsPane
-
Sets the filter for filtering the options shown on screen.
- setTitleText(String) - Method in class com.gluonhq.charm.glisten.control.AppBar
-
Sets the title of the AppBar.
- setTitleText(String) - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Sets the value of the property titleText.
- setUuid(String) - Method in class com.gluonhq.charm.down.common.ble.ScanDetection
-
- setValue(T) - Method in interface com.gluonhq.charm.glisten.control.settings.OptionEditor
-
Sets the value to display in the editor
- setVvalue(double) - Method in class com.gluonhq.charm.glisten.control.CardPane
-
Allows setting progamatically the vertical scroll position of the card pane.
- ShakeTransition - Class in com.gluonhq.charm.glisten.animation
-
Animate a shake effect on the given node
- ShakeTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.ShakeTransition
-
Create new ShakeTransition
- show() - Method in class com.gluonhq.charm.glisten.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
-
If this Layer is installed in the
GlassPane
, calling this method
will show the Layer regardless of the current View.
- show() - Method in class com.gluonhq.charm.glisten.layout.layer.SidePopupView
-
If this Layer is installed in the
GlassPane
, calling this method
will show the Layer regardless of the current View.
- show(String) - Method in class com.gluonhq.charm.glisten.layout.layer.SnackbarPopupView
-
This method is used to display a message, without action button
- show(String, String, EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.layout.layer.SnackbarPopupView
-
This method is used to display a message, with an action button
- showAndWait() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Requests that the dialog be shown.
- SHOWING - Static variable in class com.gluonhq.charm.glisten.control.LifecycleEvent
-
This event happens just before the object is shown
- showingProperty() - Method in class com.gluonhq.charm.glisten.control.Dialog
-
Represents whether the Dialog instance is currently showing or not.
- showingProperty() - Method in class com.gluonhq.charm.glisten.layout.Layer
-
Represents whether this Layer is currently showing on screen or not.
- showingProperty() - Method in class com.gluonhq.charm.glisten.mvc.View
-
A boolean property used to represent whether this View is currently starting being
shown on screen.
- showLayer(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Attempts to show a layer with the given name.
- showMessage(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
- showMessage(String, String, EventHandler<ActionEvent>) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
- SHOWN - Static variable in class com.gluonhq.charm.glisten.control.LifecycleEvent
-
This event happens just after the object is shown.
- showTransitionFactoryProperty() - Method in class com.gluonhq.charm.glisten.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.
- SidePopupView - Class in com.gluonhq.charm.glisten.layout.layer
-
The SidePopupView class is used to show a JavaFX Node
- it 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.
- SnackbarPopupView - Class in com.gluonhq.charm.glisten.layout.layer
-
The SnackbarPopupView class is used to show a message - it will
scroll out from the bottom of the screen.
- SnackbarPopupView() - Constructor for class com.gluonhq.charm.glisten.layout.layer.SnackbarPopupView
-
Creates a new instance, with default settings
- spacingProperty() - Method in class com.gluonhq.charm.glisten.control.AppBar
-
The amount of horizontal space between each child in the AppBar.
- Span - Enum in com.gluonhq.charm.glisten.layout.responsive.grid
-
The Span enum simply represents how many columns a particular node in the
GridLayout
should span.
- start(Stage) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceInDownTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceInLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceInRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceInTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceInUpTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceOutDownTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceOutLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceOutRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceOutTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceOutUpTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.BounceTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
-
Called when the animation is starting
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInDownBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInDownTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInLeftBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInRightBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInUpBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeInUpTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutDownBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutDownTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutLeftBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutRightBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutUpBigTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FadeOutUpTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlashTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlipInXTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlipInYTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlipOutXTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlipOutYTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.FlipTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.HingeTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.NoTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.PulseTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RollInTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RollOutTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateInDownLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateInDownRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateInTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateInUpLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateInUpRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateOutDownLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateOutDownRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateOutTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateOutUpLeftTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.RotateOutUpRightTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.ShakeTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.SwingTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.TadaTransition
-
- starting() - Method in class com.gluonhq.charm.glisten.animation.WobbleTransition
-
- startScanning(Configuration, Consumer<ScanDetection>) - Method in interface com.gluonhq.charm.down.common.BleService
-
Start scanning for BLE devices.
- stateProperty() - Method in interface com.gluonhq.charm.connect.service.CharmObservable
-
Holds the current state of this observable.
- stopping() - Method in class com.gluonhq.charm.glisten.animation.BounceOutDownTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.BounceOutLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.BounceOutRightTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.BounceOutTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.BounceOutUpTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.CachedTimelineTransition
-
Called when the animation is stopping
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutDownBigTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutDownTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutLeftBigTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutRightBigTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutRightTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutUpBigTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FadeOutUpTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FlipInXTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FlipInYTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FlipOutXTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FlipOutYTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.FlipTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.HingeTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.NoTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RollOutTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateInDownLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateInDownRightTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateInUpLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateInUpRightTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateOutDownLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateOutDownRightTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateOutTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateOutUpLeftTransition
-
- stopping() - Method in class com.gluonhq.charm.glisten.animation.RotateOutUpRightTransition
-
- stopScanning() - Method in interface com.gluonhq.charm.down.common.BleService
-
Stops the last called startScanning operation.
- Storage - Class in com.gluonhq.charm.down.common
-
- Storage() - Constructor for class com.gluonhq.charm.down.common.Storage
-
- StorageService - Class in com.gluonhq.charm.connect.service
-
The StorageService provides methods to access the application data that is
stored on the device or in Gluon Cloud.
- StorageService(GluonClient) - Constructor for class com.gluonhq.charm.connect.service.StorageService
-
Construct a new StorageService.
- StorageWhere - Enum in com.gluonhq.charm.connect.service
-
A StorageWhere defines the location where the StorageService should store lists and objects.
- store(String, String) - Method in interface com.gluonhq.charm.down.common.SettingService
-
Stores the setting with the specified key and value.
- storeObject(String, T) - Method in class com.gluonhq.charm.connect.service.StorageService
-
Asynchronously store the provided object with the given identifier on the device storage system.
- storeObject(String, T, StorageWhere) - Method in class com.gluonhq.charm.connect.service.StorageService
-
Asynchronously store the provided object with the given id at the specified storage system.
- storeObject(String, T, StorageWhere, SyncFlag...) - Method in class com.gluonhq.charm.connect.service.StorageService
-
Asynchronously store the provided object with the given id at the specified storage system,
using the provided synchronization flags to decide how the object will be synchronized with
the storage system.
- stringConverter - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
- subtitleProperty() - Method in class com.gluonhq.charm.glisten.control.NavigationDrawer.Header
-
The title in header generally reflects the current user email.
- Swatch - Enum in com.gluonhq.charm.glisten.visual
-
An enumeration of all available swatch styles provided by Glisten.
- swatchProperty() - Method in class com.gluonhq.charm.glisten.mvc.View
-
Specifies the
Swatch
that should be used when this View is shown.
- SwingTransition - Class in com.gluonhq.charm.glisten.animation
-
Animate a swing effect on the given node
Port of Swing from Animate.css by
Dan Eden
- SwingTransition(Node) - Constructor for class com.gluonhq.charm.glisten.animation.SwingTransition
-
Create new SwingTransition
- switchToPreviousView() - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Attempts to switch to a previously used view if one exists.
- switchView(String) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Attempts to switch the view from the current view to a view represented by
the given view name.
- switchView(String, ViewStackPolicy) - Method in class com.gluonhq.charm.glisten.application.MobileApplication
-
Attempts to switch the view from the current view to a view represented by
the given view name.
- sync() - Method in interface com.gluonhq.charm.connect.service.CharmObservable
-
Performs a synchronization of this observable with the underlying storage system.
- SyncFlag - Enum in com.gluonhq.charm.connect.service
-
A SyncFlag defines how changes to objects and lists are reflected between
the remote copies on Gluon Cloud and the local copies in the runtime of the
client application.
- value - Variable in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
- valueOf(String) - Static method in enum com.gluonhq.charm.connect.Authentication
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.connect.service.CharmObservable.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.connect.service.StorageWhere
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.connect.service.SyncFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.connect.view.LoginMethod.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.down.common.ble.ScanDetection.PROXIMITY
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.down.common.JavaFXPlatform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.down.common.NotificationsService.NotificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.down.common.PicturesService.PictureSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gluonhq.charm.down.common.Platform.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.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.Theme
-
Returns the enum constant of this type with the specified name.
- valueProperty() - Method in class com.gluonhq.charm.glisten.control.settings.DefaultOption
-
Returns the underlying Property
, where one exists,
that the editor can monitor for changes.
- valueProperty() - Method in interface com.gluonhq.charm.glisten.control.settings.Option
-
Returns the underlying Property
, where one exists,
that the editor can monitor for changes.
- valueProperty() - Method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Returns the underlying Property
, where one exists,
that the editor can monitor for changes.
- valueProperty(T) - Static method in class com.gluonhq.charm.glisten.control.settings.OptionBase
-
Allows wrapping primitives into a read-only Property
- valueProperty() - Method in interface com.gluonhq.charm.glisten.control.settings.OptionEditor
-
Returns the value property bound to this editor
- values() - Static method in enum com.gluonhq.charm.connect.Authentication
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.connect.service.CharmObservable.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.connect.service.StorageWhere
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.connect.service.SyncFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gluonhq.charm.connect.view.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.charm.down.common.ble.ScanDetection.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.common.JavaFXPlatform
-
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.common.NotificationsService.NotificationType
-
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.common.PicturesService.PictureSource
-
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.common.Platform.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.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.Theme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- View - Class in com.gluonhq.charm.glisten.mvc
-
Glisten user interfaces are built using views, which are essentially named
MobileLayoutPanes
.
- View(String) - Constructor for class com.gluonhq.charm.glisten.mvc.View
-
Creates a new View instance with the given name.
- View(Node) - Constructor for class com.gluonhq.charm.glisten.mvc.View
-
Creates a new View instance with the given content and a null name.
- View(String, Node) - Constructor for class com.gluonhq.charm.glisten.mvc.View
-
Creates a new View instance with the given name and content.
- 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.