Package 

Annotation AlignSelf

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    @Retention(value = RetentionPolicy.SOURCE) 
    public @interface AlignSelf
    
                        

    This attribute controls the alignment along the cross axis. The alignment in the same direction can be determined by the AlignItems attribute in the parent, but if this is set to other than AUTO, the cross axis alignment is overridden for this child.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int AUTO
      public final static int FLEX_START
      public final static int FLEX_END
      public final static int CENTER
      public final static int BASELINE
      public final static int STRETCH
    • 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.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

    • Method Detail