org.gwtbootstrap3.client.ui.base
Interface HasFormValue

All Known Implementing Classes:
CheckBox, CheckBoxButton, InlineCheckBox, InlineRadio, Radio, RadioButton, SimpleCheckBox, SimpleRadioButton

public interface HasFormValue

Interface for Widgets that can be put into a Form and can have a form value, which is the "value" attribute of the element that is passed to the form's receiver on submit.

Not to be confused with HasValue.

Author:
Sven Jacobs

Method Summary
 String getFormValue()
           
 void setFormValue(String value)
           
 

Method Detail

getFormValue

String getFormValue()

setFormValue

void setFormValue(String value)


Copyright © 2015. All rights reserved.