Class ViewState

java.lang.Object
react4j.internal.ViewState

public final class ViewState extends Object
Constants representing the state of a view. Used by the generated classes.
  • Field Details

    • IDLE

      public static final int IDLE
      See Also:
    • SCHEDULED

      public static final int SCHEDULED
      The view needs to be re-rendered, a dependency has updated.
      See Also:
    • UNMOUNTED

      public static final int UNMOUNTED
      The view has been unmounted and should not be re-rendered.
      See Also: