Schnittstelle IGrid

Alle Superschnittstellen:
Clearable, Dimensionable<IGrid>, EmptinessRequestable, IContainer<IGrid,IGridStyle>, IControl<IGrid,IGridStyle>, IElement, IFluentMutableMultiTokenHolder<IGrid>, IFluentMutableOptionalIdHolder<IGrid>, IHtmlGetter, IMultiTokenHolder, IMutableElement, IOptionalIdHolder, IStructureElement, IStylableElement<IGrid>, IUserInputCell<IGrid>, Linkable, LinkedRequestable, PresenceRequestable, PresenceSettable<IGrid>, Resettable, TypeRequestable
Alle bekannten Implementierungsklassen:
Grid

public interface IGrid extends IContainer<IGrid,IGridStyle>
  • Methodendetails

    • containsControlAtOneBasedRowAndColumnIndex

      boolean containsControlAtOneBasedRowAndColumnIndex(int oneBasedRowIndex, int oneBasedColumnIndex)
    • getColumnCount

      int getColumnCount()
    • getStoredChildControlAtOneBasedRowAndColumnIndex

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

      int getRowCount()
    • insertControlAtRowAndColumn

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

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