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