public class TextFormField extends AbstractFormField
DEFAULT_CHECKED_STATE, OFF_STATE| Constructor and Description |
|---|
TextFormField(LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBaseline() |
protected String |
getFieldType() |
protected String |
getValue(Element e) |
boolean |
hasBaseline() |
protected void |
initDimensions(LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
void |
paint(RenderingContext c,
ITextOutputDevice outputDevice,
BlockBox box) |
detach, getFieldName, getHeight, getIntrinsicHeight, getIntrinsicWidth, getLocation, getWidth, getX, getY, isChecked, isReadOnly, isRequiresInteractivePaint, isSelected, setFillColor, setHeight, setLocation, setStrokeColor, setWidth, setX, setY, spacespublic TextFormField(LayoutContext c, BlockBox box, int cssWidth, int cssHeight)
protected void initDimensions(LayoutContext c, BlockBox box, int cssWidth, int cssHeight)
initDimensions in class AbstractFormFieldprotected String getFieldType()
getFieldType in class AbstractFormFieldpublic void paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box)
protected String getValue(Element e)
getValue in class AbstractFormFieldpublic int getBaseline()
public boolean hasBaseline()
Copyright © 2016. All rights reserved.