Ejemplo n.º 1
0
 public void getOptions(ActionEvent ae) {
   UICommand command = (UICommand) ae.getComponent();
   fireOptions = (String) options.get(command.getId());
   displayOptions();
 }