com.vaadin.client.ui.

Class VGridLayout.Cell

  • Enclosing class:

    VGridLayout


    public class VGridLayout.Cell
    extends Object

    For internal use only. May be removed or replaced in the future.

    • Constructor Detail

      • Cell

        public Cell(int row,
                    int col)
    • Method Detail

      • hasRelativeHeight

        public boolean hasRelativeHeight()
      • layoutHorizontally

        public void layoutHorizontally(int x,
                                       int marginRight)
      • layoutVertically

        public void layoutVertically(int y,
                                     int marginBottom)
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • hasRelativeWidth

        protected boolean hasRelativeWidth()
      • setAlignment

        public void setAlignment(AlignmentInfo alignmentInfo)