JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
Package
org.vaadin.miki.superfields.util.factory
Annotation Type ComponentId
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
}) public @interface
ComponentId
Indicates id of a component.
Since:
2022-09-09
Author:
miki
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Note: this must be a valid css identifier, meaning it must be unique across the web page.
Element Detail
value
String
value
Note: this must be a valid css identifier, meaning it must be unique across the web page.