Interface PackType


public interface PackType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The child is packed into the end of the widget
    static final int
    The child is packed into the start of the widget
  • Field Details

    • START

      static final int START
      The child is packed into the start of the widget
      See Also:
    • END

      static final int END
      The child is packed into the end of the widget
      See Also: