Package react4j
Interface Keyed
public interface Keyed
Interface implemented by objects so that they can be marked as
Input.immutable()
-
Method Summary
-
Method Details
-
getKey
Return a string that will be the key or contribute to the key of a view.- Returns:
- the value used to form key.
-
getKey
- Parameters:
object
- the object on which to callgetKey()
.- Returns:
- the value used to form key, else null.
-