Class SpanCell

    • Constructor Detail

      • SpanCell

        public SpanCell​(OriginCell origin,
                        boolean horizontalFirst,
                        boolean verticalFirst)
        Deprecated.
    • Method Detail

      • getComponent

        public javax.faces.component.UIComponent getComponent()
        Deprecated.
        Specified by:
        getComponent in interface Cell
      • isHorizontalFirst

        public boolean isHorizontalFirst()
        Deprecated.
        Description copied from interface: Cell
        Is the origin cell or span cell at the first position of the cell compound.
        Specified by:
        isHorizontalFirst in interface Cell
        Returns:
        If its at the first position.
      • isVerticalFirst

        public boolean isVerticalFirst()
        Deprecated.
        Description copied from interface: Cell
        Is the origin cell or span cell at the first position of the cell compound.
        Specified by:
        isVerticalFirst in interface Cell
        Returns:
        If its at the first position.
      • getColumnSpan

        public int getColumnSpan()
        Deprecated.
        Specified by:
        getColumnSpan in interface Cell
      • getRowSpan

        public int getRowSpan()
        Deprecated.
        Specified by:
        getRowSpan in interface Cell