String id = component.getClientId(context);
if (id.equals(source))
{
boolean isDisclosed = TrinidadRenderingConstants.SHOW_EVENT.equals(event);
(new DisclosureEvent(component, isDisclosed)).queue();
// Add ourselves as a PPR target - except, if we're in a
// ShowOne, then really the whole parent has to get
// repainted
UIComponent pprComponent;
if (component.getParent() instanceof UIXShowOne)