549550551552553554555
show(); sync(); } protected void onMiniClick() { fireEvent(new SelectEvent()); }
215216217218219220221222223224
protected void onClick(Event e) { if (cancelBubble) { e.stopPropagation(); } if (isEnabled() && fireCancellableEvent(new BeforeSelectEvent())) { fireEvent(new SelectEvent()); } removeStyleName(config.overStyle); }
282930313233343536
if (menu != null && !menu.isVisible()) { showMenu(p); } fireEvent(context, new ArrowSelectEvent(context, menu)); } else { fireEvent(context, new SelectEvent(context)); } } }
423424425426427428429430
if (!isDisableEvents() && fireCancellableEvent(context, new BeforeSelectEvent(context))) { if (menu != null) { showMenu(p); } appearance.onOver(p, false, null); fireEvent(context, new SelectEvent(context)); } }
6869707172737475
} if (menu != null) { showMenu(p); } fireEvent(context, new SelectEvent(context)); } }
210211212213214215216217218219
543544545546547548549
451452453454455456457458
if (menu != null) { menuParent = p; showMenu(p); } appearance.onOver(p, false); fireEvent(context, new SelectEvent(context)); } }
373839404142434445