FormItem name = null;
if(isCreate)
name = new TextBoxItem("name", "Name");
else
name = new TextItem("name", "Name");
NumberBoxItem initialWait= new NumberBoxItem("initialWaitTimeout", "Initial Wait Timeout");
NumberBoxItem refresh = new NumberBoxItem("refreshTimeout", "Refresh Timeout");
TextBoxItem socket = new TextBoxItem("socketBinding", "Socket Binding");