public class GXRadioButtonListTag extends GXAbstractTag
GXAbstractRadioButton,
<gx:radioButtonList id="<TAG ID>">
<gx:radioButton value="1" checked="true">View</gx:radioButton>
<gx:radioButton value="2">Edit</gx:radioButton>
</gx:radioButtonList>
getTagsAccesor().setTagContent("TAG ID>", "<VALUE>")
getTagsAccesor().setTagList("<TAG ID>", GXINameValueCollection)
getTagsAccesor().getTagContent(<TAG ID>)GXAbstractRadioButton,
Serialized Form| Constructor and Description |
|---|
GXRadioButtonListTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDir() |
String |
getHorizontal() |
void |
setBorder(String value) |
void |
setCellpadding(String value) |
void |
setCellspacing(String value) |
void |
setDir(String value) |
void |
setHorizontal(String value) |
doAfterBody, doEndTag, doStartTag, getId, getInnerHTML, getMainContext, getName, setAlign, setAttributes, setBgcolor, setCssClass, setHeight, setId, setOnclick, setPageContext, setStyle, setTitle, setVisible, setWidthpublic void setBorder(String value)
public void setCellspacing(String value)
public void setCellpadding(String value)
public void setHorizontal(String value)
public String getHorizontal()
public void setDir(String value)
public String getDir()
Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.