Class UISpringLoadedInteractionEffectState


  • public final class UISpringLoadedInteractionEffectState
    extends java.lang.Object
    An object conforming to UISpringLoadedInteractionEffect uses UISpringLoadedInteractionEffectState to style the interaction view for the current springloading state. - UISpringLoadedInteractionEffectStateInactive: the view is not engaged in springloading and should be displayed with its default style. - UISpringLoadedInteractionEffectStatePossible: the view may springload and should provide a visual cue to the user. The default effect highlights the view. - UISpringLoadedInteractionEffectStateActivating: the view is about to springload. The default effect will briefly flash while in this state. - UISpringLoadedInteractionEffectStateActivated: the view springloaded and the activation handler is called. The default effect will restore the view to its original appearance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait