Method and Description |
---|
com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase.isChecked()
Use
CheckboxBase.getValue() instead |
com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase.replaceInputElement(Element)
Call and use
CheckboxBase.replaceInputElement(Element)
instead. |
com.github.ilyes4j.gwt.mdl.components.toggles.CheckboxBase.setChecked(boolean)
Use
CheckboxBase.setValue(Boolean) instead |
Copyright © 2016 com.github.ilyes4j. All rights reserved.