public class RadioButtonComponentWidget extends EasyFormComponent<com.twosigma.beakerx.widget.ValueWidget<?>>
widget
Constructor and Description |
---|
RadioButtonComponentWidget() |
RadioButtonComponentWidget(java.util.Collection<java.lang.String> values,
boolean horizontal) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getHorizontal() |
java.lang.String |
getLabel() |
java.lang.String |
getValue() |
java.util.Collection<java.lang.String> |
getValues() |
com.twosigma.beakerx.widget.ValueWidget<?> |
getWidget() |
void |
setHorizontal(java.lang.Boolean horizontal) |
void |
setLabel(java.lang.String label) |
void |
setValue(java.lang.Object value) |
void |
setValues(java.util.Collection<java.lang.String> values) |
addOnChangeListener, addOnInitListener, checkValue, clearListeners, close, fireChanged, fireInit, formatValue, getComm, isButton, isEnabled, onChange, onInit, registerUpdateValueCallback, removeOnChangeListener, removeOnInitListener, setEnabled
public RadioButtonComponentWidget()
public RadioButtonComponentWidget(java.util.Collection<java.lang.String> values, boolean horizontal)
public void setHorizontal(java.lang.Boolean horizontal)
public java.lang.Boolean getHorizontal()
public java.lang.String getLabel()
getLabel
in class EasyFormComponent<com.twosigma.beakerx.widget.ValueWidget<?>>
public void setLabel(java.lang.String label)
setLabel
in class EasyFormComponent<com.twosigma.beakerx.widget.ValueWidget<?>>
public java.lang.String getValue()
getValue
in class EasyFormComponent<com.twosigma.beakerx.widget.ValueWidget<?>>
public void setValue(java.lang.Object value)
setValue
in class EasyFormComponent<com.twosigma.beakerx.widget.ValueWidget<?>>
public void setValues(java.util.Collection<java.lang.String> values)
public java.util.Collection<java.lang.String> getValues()
public com.twosigma.beakerx.widget.ValueWidget<?> getWidget()
getWidget
in class EasyFormComponent<com.twosigma.beakerx.widget.ValueWidget<?>>