230231232233234235236
/** * Use this method to update the chosen list box (i.e. after insertion or removal of options) */ public void update() { ensureChosenHandlers().fireEvent(new UpdatedEvent()); }
485486487488489490491
/** * Use this method to update the chosen list box (i.e. after insertion or * removal of options) */ public void update() { ensureChosenHandlers().fireEvent(new UpdatedEvent()); }