*/
private void initFields() {
_log = new TextField();
_log.setLabel("Log: ");
_primaryModeField =
new ObjectChoiceField("Mode: ", new String[] {
"Stand Alone(s)", "Stand Alone(m)", "Data Optimal(m)",
"Speed Optimal(m)", "MS-Based(m)",
"Accuracy Optimal(s)", "PDE Calculate(s)",
"Cellsite(s)", "Cellsite(m)", "Default(s)",
"Default(m)", "Optimal Geolocation(s)",
"Optimal Geolocation(m)", "Cell Geolocation(s)",
"Cell Geolocation(m)", "WLAN Geolocation(s)",
"WLAN Geolocation(m)" }, 1);
_enableGeolocationFallbackField =
new CheckboxField("Enable Geolocation Fallback", false);
_enableConcurrentGeolocationField =
new CheckboxField("Enable Concurrent Geolocation", false);
_isMapLocationField = new CheckboxField("Map Location", false);
_useGPSRestartIntervalField =
new CheckboxField("GPS Restart Interval?", false);
_isSatelliteInfoRequiredField =
new CheckboxField("Satellite information required?", false);
_isVerizonField = new CheckboxField("Verizon?", false);
_failOverModeField =
new ObjectChoiceField("Failover Mode: ",
new String[] { "Stand Alone", "Data Optimal",
"Speed Optimal", "MS-Based",
"Accuracy Optimal", "PDE Calculate", "None" },
6);
_subsequentModeField =
new ObjectChoiceField("Subsequent Mode: ",
new String[] { "Stand Alone", "Data Optimal",
"Speed Optimal", "MS-Based",
"Accuracy Optimal", "PDE Calculate", "None" },
6);
_zoomLevelField = new BasicEditField("Zoom: ", "1");