Ejemplo n.º 1
0
 @Override
 public void onRender() {
   help_name = Info.GetHelpNameById(helpId);
   help_details = Info.GetHelpDetailsById(helpId);
 }
Ejemplo n.º 2
0
 public String genMobileGroupName() {
   String oname = this.name;
   return Info.cutString(oname, 16, "...");
 }