Class PlaceholderPlugin

  • All Implemented Interfaces:

    
    public class PlaceholderPlugin
    
                        

    A pluggable placeholder that will be rendered depending on the image loading states.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class PlaceholderPlugin.Loading

      A pluggable loading placeholder that will be rendered depending on the image loading states is ImageLoadState.Loading.

      public final class PlaceholderPlugin.Failure

      A pluggable failure placeholder that will be rendered depending on the image loading states is ImageLoadState.Failure.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail