Searched refs:buttonLabel (Results 1 – 1 of 1) sorted by relevance
129 public final String buttonLabel; field in VettingViewer.Choice133 Choice(char abbreviation, String buttonLabel, String description, int order) { in Choice() argument135 this.buttonLabel = TransliteratorUtilities.toHTML.transform(buttonLabel); in Choice()167 .append(buttonLabel) in appendDisplay()1443 out.add(((Choice) error).buttonLabel); in getErrorOnPath()