public interface GxToolpanelInterface
A interface which defines a grid toolpanel
| Modifier and Type | Method and Description | 
|---|---|
|  JsonObject | getAsJsonObject()Get a json representation for the toolpanel | 
| static BBjString | getId()Get the toolbar unique name | 
| static BBjString | ID()Get the toolbar unique name | 
public JsonObject getAsJsonObject()Get a json representation for the toolpanel
public static BBjString getId()Get the toolbar unique name
public static BBjString ID()Get the toolbar unique name
 since version 0.101.0, GxToolpanelInterface.ID() is deprecated. use GxToolpanelInterface.getId() instead