Using SmartGWT 5.0p and Firefox 24.0ESR.
Is there an event that a class can listen on that gets triggered when buttons in a RadioGroup change state to "Selected"? Ideally, the event should contain information on which Button went into the selected state and which one lost that state. I looked at all the HasHandlers interfaces in Javadoc and couldn't seem to find one.
Is there an event that a class can listen on that gets triggered when buttons in a RadioGroup change state to "Selected"? Ideally, the event should contain information on which Button went into the selected state and which one lost that state. I looked at all the HasHandlers interfaces in Javadoc and couldn't seem to find one.
Comment