Interface IGrid

All Superinterfaces:
AttributesRepresentable, Clearable, Control<IGrid, IGridStyle>, EmptinessRequestable, FluentMutableMultiTokenHolder<IGrid>, FluentMutableOptionalIdHolder<IGrid>, GuiComponent<IWebGui<?>>, HtmlGetter, IContainer<IGrid, IGridStyle>, IElement, IMutableElement, ISizeAdjustableBox<IGrid>, IStylableElement<IGrid>, IUserInputCell<IGrid>, LayerComponent<ILayer>, Linkable, LinkedRequestable, MultiTokenHolder, OptionalIdHolder, PresenceRequestable, PresenceSettable<IGrid>, Resettable, SpecificationRepresentable, TypeRequestable
All Known Implementing Classes:
Grid

public interface IGrid extends IContainer<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)