コード例 #1
0
 public String getMenuDescription(RequestProperties reqState, String parentMenuName) {
   PrivateLabel privLabel = reqState.getPrivateLabel();
   I18N i18n = privLabel.getI18N(ReportMenuDriverPerformance.class);
   return super._getMenuDescription(
       reqState,
       i18n.getString("ReportMenuDriverPerformance.menuDesc", "Driver Performance Reports"));
 }
コード例 #2
0
 public String getMenuHelp(RequestProperties reqState, String parentMenuName) {
   PrivateLabel privLabel = reqState.getPrivateLabel();
   I18N i18n = privLabel.getI18N(ReportMenuDriverPerformance.class);
   return super._getMenuHelp(
       reqState,
       i18n.getString(
           "ReportMenuDriverPerformance.menuHelp", "Display various driver performance reports"));
 }
コード例 #3
0
 public String getNavigationTab(RequestProperties reqState) {
   PrivateLabel privLabel = reqState.getPrivateLabel();
   I18N i18n = privLabel.getI18N(ReportMenuDriverPerformance.class);
   return super._getNavigationTab(
       reqState, i18n.getString("ReportMenuDriverPerformance.navTab", "Performance"));
 }