382383384385386387388389390391392
* * @return selected items component */ protected Component newSelectionComponent() { return new Selection("selection", this) { private static final long serialVersionUID = 1L; protected Map getAdditionalAttributes(Object choice) {
368369370371372373374375376377378
398399400401402403404405406407408
* * @return selected items component */ protected Component newSelectionComponent() { return new Selection("selection", this) { private static final long serialVersionUID = 1L; @Override protected Map getAdditionalAttributes(Object choice)
365366367368369370371372373374375
364365366367368369370
* * @return selected items component */ protected Component newSelectionComponent() { return new Selection("selection", this); }
388389390391392393394395396397398