Package react4j.internal
Class ViewState
java.lang.Object
react4j.internal.ViewState
Constants representing the state of a view.
Used by the generated classes.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
IDLE
public static final int IDLE- See Also:
-
SCHEDULED
public static final int SCHEDULEDThe view needs to be re-rendered, a dependency has updated.- See Also:
-
UNMOUNTED
public static final int UNMOUNTEDThe view has been unmounted and should not be re-rendered.- See Also:
-