RuleAction.java | 36 * or into a flat submenu using the {@link Choices} class. 47 * Character used to split multiple checked choices. 87 * Special value which will insert a separator in the choices' submenu. 169 NestedAction choices = new NestedAction(id, title, provider, callback, local 171 choices.setIconUrl(iconUrl); 172 return choices; 184 * marked. Can be null. Can be an id not present in the choices 195 * @return the new {@link Choices} 197 public static Choices createChoices(String id, String title, 200 Choices choices = new Choices(id, title, callback, titles, iconUrls local 240 Choices choices = new Choices(id, title, callback, titles, iconUrls, local 268 Choices choices = new DelayedChoices(id, title, callback, local [all...] |