methods for the select object (coro)

sir, it seems that your api is not updated. can I ask for a complete list of the methods for the select object. For example there is a put() method for the combo list whcih i only found out while viewing your source code for one of your samples. It would be better if you can give me the latest api. thanks!

The API of grid is fully listed in related document, the commands called for sub-components  (such as comboboxes in grid ) not listed in main API doc, but mentioned in related article of guide.

In case of combo, there are only 4 public methods
  

    grid.getCombo(N).get(key);
    grid.getCombo(N).put(key,value);
    grid.getCombo(N).remove(key);
    grid.getCombo(N).clear();