| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.visibility |
| Modifier and Type | Method and Description |
|---|---|
static VisibilityState |
VisibilityState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisibilityState[] |
VisibilityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.shared.Registration |
Visibility.addVisibilityChangeListener(com.vaadin.flow.function.SerializableConsumer<VisibilityState> onVisibilityReceived)
Register a onVisibilityChange listener.
|
static void |
Visibility.getVisibilityState(Consumer<VisibilityState> onVisibilityStateReceived)
Get the current visibility state of your application.
|
Copyright © 2020 XDEV Software Corp.. All rights reserved.