408409410411412413414415416417418
* * @return available items component */ protected Component newChoicesComponent() { return new Choices("choices", this) { private static final long serialVersionUID = 1L; protected Map getAdditionalAttributes(Object choice) {
394395396397398399400401402403404
425426427428429430431432433434435
* * @return available items component */ protected Component newChoicesComponent() { return new Choices("choices", this) { private static final long serialVersionUID = 1L; @Override protected Map getAdditionalAttributes(Object choice)
391392393394395396397398399400401
374375376377378379380
* * @return available items component */ protected Component newChoicesComponent() { return new Choices("choices", this); }
414415416417418419420421422423424