com.bstek.dorado.view.widget.form
public class RadioGroup extends AbstractDataEditor
| Constructor and Description |
|---|
RadioGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRadioButton(RadioButton radioButton) |
int |
getColumnCount() |
RadioGroupLayout |
getLayout() |
java.util.List<RadioButton> |
getRadioButtons() |
java.lang.Object |
getValue() |
void |
setColumnCount(int columnCount) |
void |
setLayout(RadioGroupLayout layout) |
void |
setValue(java.lang.Object value) |
getDataPath, getDataSet, getProperty, setDataPath, setDataSet, setPropertyisReadOnly, isSupportsDirtyFlag, setReadOnly, setSupportsDirtyFlaggetClassName, getDragTags, getDroppableTags, getExClassName, getHeight, getHideMode, getLayoutConstraint, getRenderOn, getRenderTo, getStyle, getTip, getUi, getVisible, getWidth, isDraggable, isDroppable, setClassName, setDraggable, setDragTags, setDroppable, setDroppableTags, setExClassName, setHeight, setHideMode, setLayoutConstraint, setRenderOn, setRenderTo, setStyle, setTip, setUi, setVisible, setWidthcreateClientEventHolder, getUserData, getViewConfig, setUserDataaddClientEventListener, clearClientEventListeners, getAllClientEventListeners, getClientEventListenersgetId, getInnerElements, getMetaData, getParent, getTags, getView, isIgnored, registerInnerElement, setId, setIgnored, setMetaData, setParent, setTags, unregisterInnerElementpublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
public RadioGroupLayout getLayout()
public void setLayout(RadioGroupLayout layout)
public void addRadioButton(RadioButton radioButton)
public java.util.List<RadioButton> getRadioButtons()
public int getColumnCount()
public void setColumnCount(int columnCount)
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.