![]() | Programming Guide | ![]() |
Interface definition for grids
public interface GridInterface extends WidgetInterface
getColumnFieldInterface getColumn(int n);num_columnsint numColumns();
Java only
GridInterfacedefines the methods for objects representing grid widgets. In addition, objects of typeGridInterfacesupport all the methods inWidgetInterface.The method
numColumnsreturns the number of columns in the grid; the methodgetColumnreturns an object corresponding to a given field in the grid, referenced by column number.
![]()
![]()
![]()
![]()