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

    • containsControlAt1BasedRowAndColumnIndex

      boolean containsControlAt1BasedRowAndColumnIndex(int p1BasedRowIndex, int p1BasedColumnIndex)
    • getColumnCount

      int getColumnCount()
    • getStoredChildControlAt1BasedRowAndColumnIndex

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

      int getRowCount()
    • insertControlAtRowAndColumn

      IGrid insertControlAtRowAndColumn(int param1BasedRowIndex, int param1BasedColumnIndex, IControl<?,?> control)
    • insertTextAtRowAndColumn

      IGrid insertTextAtRowAndColumn(int param1BasedRowIndex, int param1BasedColumnIndex, String text)