Interface IGrid

All Superinterfaces:
AttributesRepresentable, Clearable, Container<IGrid, IGridStyle>, Control<IGrid, IGridStyle>, ControlComponent<Control<?,?>>, Element, EmptinessRequestable, FluentMutableMultiTokenHolder<IGrid>, FluentMutableOptionalIdHolder<IGrid>, GuiComponent<IWebGui<?>>, HtmlGetter, IUserInputCell<IGrid>, LayerComponent<ILayer>, MultiTokenHolder, MutableElement, OptionalIdHolder, PresenceRequestable, PresenceSettable<IGrid>, Resettable, SizeAdjustableRectangle<IGrid>, SpecificationRepresentable, StylableElement<IGrid>, TypeRequestable
All Known Implementing Classes:
Grid

public interface IGrid extends Container<IGrid, IGridStyle>
Author:
Silvan Wyss
  • Method Details

    • containsControlAtOneBasedRowAndColumnIndex

      boolean containsControlAtOneBasedRowAndColumnIndex(int oneBasedRowIndex, int oneBasedColumnIndex)
    • getColumnCount

      int getColumnCount()
    • getStoredChildControlAtOneBasedRowAndColumnIndex

      Control<?,?> getStoredChildControlAtOneBasedRowAndColumnIndex(int rowIndex, int columnIndex)
    • getRowCount

      int getRowCount()
    • insertControlAtRowAndColumn

      IGrid insertControlAtRowAndColumn(int oneBasedRowIndex, int oneBasedColumnIndex, Control<?,?> control)
    • insertTextAtRowAndColumn

      IGrid insertTextAtRowAndColumn(int oneBasedRowIndex, int oneBasedColumnIndex, String text)