org.gwtbootstrap3.client.ui.impl
Class RadioImplIE8
java.lang.Object
org.gwtbootstrap3.client.ui.impl.RadioImpl
org.gwtbootstrap3.client.ui.impl.RadioImplIE8
public class RadioImplIE8
- extends RadioImpl
This implementation will work in most cases.
This case is not supported:
1. Given a group of two Radios
2. Select the first with a click on either input or label
3. Select the second with a click on either input or label
4. Select the first using the keyboard
You will notice that 4 does not trigger a ValueChangeEvent.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RadioImplIE8
public RadioImplIE8()
ensureDomEventHandlers
public void ensureDomEventHandlers(Radio radio)
- Overrides:
ensureDomEventHandlers in class RadioImpl
sinkEvents
public void sinkEvents(int eventBitsToAdd,
Element inputElem,
Element labelElem)
- Overrides:
sinkEvents in class RadioImpl
Copyright © 2015. All rights reserved.