JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
react4j
Interface Keyed
public interface
Keyed
Interface implemented by objects so that they can be marked as
Prop.immutable()
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getKey
()
Return a string that will be the key or contribute to the key of a react component.
Method Detail
getKey
@Nonnull java.lang.String getKey()
Return a string that will be the key or contribute to the key of a react component.
Returns:
the value used to form key.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method