public class RadioButtonFormField extends AbstractFormField
DEFAULT_CHECKED_STATE, OFF_STATE| Constructor and Description |
|---|
RadioButtonFormField(ITextReplacedElementFactory factory,
org.xhtmlrenderer.layout.LayoutContext c,
org.xhtmlrenderer.render.BlockBox box,
int cssWidth,
int cssHeight) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach(org.xhtmlrenderer.layout.LayoutContext c) |
int |
getBaseline() |
org.xhtmlrenderer.render.Box |
getBox() |
protected String |
getFieldType() |
boolean |
hasBaseline() |
void |
paint(org.xhtmlrenderer.render.RenderingContext c,
ITextOutputDevice outputDevice,
org.xhtmlrenderer.render.BlockBox box) |
getFieldName, getHeight, getIntrinsicHeight, getIntrinsicWidth, getLocation, getValue, getWidth, getX, getY, initDimensions, isChecked, isReadOnly, isRequiresInteractivePaint, isSelected, setFillColor, setHeight, setLocation, setStrokeColor, setWidth, setX, setY, spacespublic RadioButtonFormField(ITextReplacedElementFactory factory, org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.render.BlockBox box, int cssWidth, int cssHeight)
protected String getFieldType()
getFieldType in class AbstractFormFieldpublic void paint(org.xhtmlrenderer.render.RenderingContext c,
ITextOutputDevice outputDevice,
org.xhtmlrenderer.render.BlockBox box)
public void detach(org.xhtmlrenderer.layout.LayoutContext c)
detach in interface org.xhtmlrenderer.extend.ReplacedElementdetach in class AbstractFormFieldpublic org.xhtmlrenderer.render.Box getBox()
public int getBaseline()
public boolean hasBaseline()
Copyright © 2019. All rights reserved.