if(Console.getBootstrapContext().isStandalone())
toolStrip.addToolButtonRight(verifyBtn); */
detailPanel.add(toolStrip.asWidget());
final TextItem nameItem = new TextItem("name", "Name");
TextBoxItem jndiItem = new JndiNameItem("jndiName", "JNDI");
StatusItem enabledFlagItem = new StatusItem("enabled", "Is enabled?");
TextItem driverItem = new TextItem("driverName", "Driver");
CheckBoxItem shareStatements = new CheckBoxItem("sharePreparedStatements", "Share Prepared Statements");
NumberBoxItem statementCacheSize = new NumberBoxItem("prepareStatementCacheSize", "Statement Cache Size");
form.setFields(nameItem, jndiItem, enabledFlagItem, driverItem, shareStatements, statementCacheSize);