planetj.html
Class HTMLRadioButton
java.lang.Object
planetj.html.HTMLElement
planetj.html.HTMLItem
planetj.html.HTMLRadioButton
- public class HTMLRadioButton
- extends HTMLItem
- Author:
- Justin
Field Summary |
static HTMLRadioButton |
ALL
The default HTMLRadioButton for an unspecified value on search |
static HTMLRadioButton |
NONE
The default HTMLRadioButton for an unspecified value on data entry |
Methods inherited from class planetj.html.HTMLItem |
getDisplayText, getOrder, getStyleClass, getValue, isSelected, setDisplayText, setOrder, setSelected, setSelected, setStyleClass, setValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL
public static final HTMLRadioButton ALL
- The default HTMLRadioButton for an unspecified value on search
NONE
public static final HTMLRadioButton NONE
- The default HTMLRadioButton for an unspecified value on data entry
HTMLRadioButton
public HTMLRadioButton()
HTMLRadioButton
public HTMLRadioButton(java.lang.String value,
java.lang.String displayValue)
getButtonsPerLine
public int getButtonsPerLine()
isEditable
public boolean isEditable()
setEditable
public void setEditable(boolean val)
setButtonsPerLine
public void setButtonsPerLine(int val)