Uses of Interface
ch.nolix.systemapi.webcontainercontrol.grid.IGrid
Packages that use IGrid
Package
Description
-
Uses of IGrid in ch.nolix.system.webcontainercontrol.grid
Classes in ch.nolix.system.webcontainercontrol.grid that implement IGridSubclasses with type arguments of type IGrid in ch.nolix.system.webcontainercontrol.gridClasses in ch.nolix.system.webcontainercontrol.grid that implement interfaces with type arguments of type IGridMethods in ch.nolix.system.webcontainercontrol.grid that return IGridModifier and TypeMethodDescriptionGrid.insertControlAtRowAndColumn(int oneBasedRowIndex, int oneBasedColumnIndex, IControl<?, ?> control) Grid.insertTextAtRowAndColumn(int rowIndex, int columnIndex, String text) Methods in ch.nolix.system.webcontainercontrol.grid with parameters of type IGridModifier and TypeMethodDescriptionGridHtmlBuilder.createHtmlElementForControl(IGrid control) static HtmlElementGridHtmlBuilderHelper.createHtmlElementForTableBodyOfGrid(IGrid grid) static HtmlElementGridHtmlBuilderHelper.createHtmlElementForTableOfGrid(IGrid control) -
Uses of IGrid in ch.nolix.systemapi.webcontainercontrol.grid
Subinterfaces with type arguments of type IGrid in ch.nolix.systemapi.webcontainercontrol.gridMethods in ch.nolix.systemapi.webcontainercontrol.grid that return IGridModifier and TypeMethodDescriptionIGrid.insertControlAtRowAndColumn(int oneBasedRowIndex, int oneBasedColumnIndex, IControl<?, ?> control) IGrid.insertTextAtRowAndColumn(int oneBasedRowIndex, int oneBasedColumnIndex, String text)