V - Value typepublic interface ValueComponent<V> extends HasComponent
Component representation.| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
Gets the current value of this value component.
|
default Optional<com.vaadin.flow.data.value.HasValueChangeMode> |
hasValueChangeMode()
Checks whether the
Component supports a value change mode, using the HasValueChangeMode
interface. |
create, getComponent, getElement, hasEnabled, hasLabel, hasSize, hasStyle, hasValidation, isVisible, setVisibleV getValue()
default Optional<com.vaadin.flow.data.value.HasValueChangeMode> hasValueChangeMode()
Component supports a value change mode, using the HasValueChangeMode
interface.HasValueChangeMode reference. An empty
Optional otherwise.Copyright © 2019 The Holon Platform. All rights reserved.