Class RadioButtonField
java.lang.Object
org.xhtmlrenderer.simple.extend.form.FormField
org.xhtmlrenderer.simple.extend.form.InputField
org.xhtmlrenderer.simple.extend.form.RadioButtonField
-
Field Summary
Fields inherited from class org.xhtmlrenderer.simple.extend.form.FormField
intrinsicHeight, intrinsicWidth
-
Constructor Summary
ConstructorsConstructorDescriptionRadioButtonField
(Element e, XhtmlForm form, LayoutContext context, BlockBox box) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
create()
protected String[]
protected FormFieldState
Methods inherited from class org.xhtmlrenderer.simple.extend.form.FormField
applyComponentStyle, getAttribute, getBox, getComponent, getContext, getElement, getFont, getFormDataStrings, getIntrinsicSize, getLengthValue, getOriginalState, getParentForm, getStyle, getUserAgentCallback, hasAttribute, includeInSubmission, reset
-
Constructor Details
-
RadioButtonField
RadioButtonField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)
-
-
Method Details
-
create
-
loadOriginalState
- Overrides:
loadOriginalState
in classInputField
-
applyOriginalState
protected void applyOriginalState()- Overrides:
applyOriginalState
in classFormField
-
getFieldValues
- Overrides:
getFieldValues
in classInputField
-