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, setProperty
isReadOnly, isSupportsDirtyFlag, setReadOnly, setSupportsDirtyFlag
getClassName, 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, setWidth
createClientEventHolder, getUserData, getViewConfig, setUserData
addClientEventListener, clearClientEventListeners, getAllClientEventListeners, getClientEventListeners
getId, getInnerElements, getMetaData, getParent, getTags, getView, isIgnored, registerInnerElement, setId, setIgnored, setMetaData, setParent, setTags, unregisterInnerElement
public 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.