コード例 #1
0
 public ScAbstractCommandControl newResultEffectiveLocalTsCommandControl(
     String label, ScCommand c, boolean openNewWindow) {
   ScWebKeyLink k = new ScWebKeyLink();
   k.setLabel(label);
   k.setValue(getResultEffectiveLocalTsAdaptor());
   k.setCommand(c);
   k.setOpenNewWindow(openNewWindow);
   return k;
 }
コード例 #2
0
 public ScAbstractCommandControl newCarrierCodeNumberDisplayLabelCommandControl(
     String label, ScCommand c, boolean openNewWindow) {
   ScWebKeyLink k = new ScWebKeyLink();
   k.setLabel(label);
   k.setValue(getCarrierCodeNumberDisplayLabelAdaptor());
   k.setCommand(c);
   k.setOpenNewWindow(openNewWindow);
   return k;
 }
コード例 #3
0
 public ScAbstractCommandControl newGpsReportDataIdCommandControl(
     String label, ScCommand c, boolean openNewWindow) {
   ScWebKeyLink k = new ScWebKeyLink();
   k.setLabel(label);
   k.setValue(getGpsReportDataIdAdaptor());
   k.setCommand(c);
   k.setOpenNewWindow(openNewWindow);
   return k;
 }
コード例 #4
0
 public ScAbstractCommandControl newApplicableKilogramsCommandControl(
     String label, ScCommand c, boolean openNewWindow) {
   ScWebKeyLink k = new ScWebKeyLink();
   k.setLabel(label);
   k.setValue(getApplicableKilogramsAdaptor());
   k.setCommand(c);
   k.setOpenNewWindow(openNewWindow);
   return k;
 }
コード例 #5
0
 public ScAbstractCommandControl newSubscriberNameCommandControl(
     String label, ScCommand c, boolean openNewWindow) {
   ScWebKeyLink k = new ScWebKeyLink();
   k.setLabel(label);
   k.setValue(getSubscriberNameAdaptor());
   k.setCommand(c);
   k.setOpenNewWindow(openNewWindow);
   return k;
 }
コード例 #6
0
 public ScAbstractCommandControl newArrivalLocalTmCommandControl(
     String label, ScCommand c, boolean openNewWindow) {
   ScWebKeyLink k = new ScWebKeyLink();
   k.setLabel(label);
   k.setValue(getArrivalLocalTmAdaptor());
   k.setCommand(c);
   k.setOpenNewWindow(openNewWindow);
   return k;
 }
コード例 #7
0
 public ScAbstractCommandControl newDestinationAirportCodeCommandControl(
     String label, ScCommand c, boolean openNewWindow) {
   ScWebKeyLink k = new ScWebKeyLink();
   k.setLabel(label);
   k.setValue(getDestinationAirportCodeAdaptor());
   k.setCommand(c);
   k.setOpenNewWindow(openNewWindow);
   return k;
 }
コード例 #8
0
 public ScAbstractCommandControl newPostCodeCommandControl(
     String label, ScCommand c, boolean openNewWindow) {
   ScWebKeyLink k = new ScWebKeyLink();
   k.setLabel(label);
   k.setValue(getPostCodeAdaptor());
   k.setCommand(c);
   k.setArgument(getPostWebKeyAdaptor());
   k.setOpenNewWindow(openNewWindow);
   return k;
 }