org.gwtbootstrap3.client.ui.impl
Class RadioImplIE8

java.lang.Object
  extended by org.gwtbootstrap3.client.ui.impl.RadioImpl
      extended by 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.


Constructor Summary
RadioImplIE8()
           
 
Method Summary
 void ensureDomEventHandlers(Radio radio)
           
 void sinkEvents(int eventBitsToAdd, Element inputElem, Element labelElem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioImplIE8

public RadioImplIE8()
Method Detail

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.