Package 

Enum FabOptionPosition

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum FabOptionPosition
    extends Enum<FabOptionPosition>
                        

    The legal positions of FabOptions, in relation to the previous FabOption in an orientation. By default, FabOptions are positioned ABOVE the previous FabOption in an orientation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer value
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BELOW
      ABOVE
    • Method Summary

      Modifier and Type Method Description
      final Integer getValue()
      • Methods inherited from class java.lang.Object

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