public class TextBoxField extends FormField
Constructor and Description |
---|
TextBoxField() |
Modifier and Type | Method and Description |
---|---|
TextBoxField |
barcode(java.lang.String barcode) |
boolean |
equals(java.lang.Object o) |
TextBoxField |
forceCombs(java.lang.Boolean forceCombs) |
java.lang.String |
getBarcode()
Adds barcode 128 into the field.
|
java.lang.Integer |
getMaxLen()
Gets or sets maximum length of text in the field.
|
int |
hashCode() |
java.lang.Boolean |
isForceCombs()
Gets or sets flag which indicates is field divided into spaced positions.
|
java.lang.Boolean |
isMultiline()
Gets or sets multiline flag of the field.
|
java.lang.Boolean |
isScrollable()
Gets or sets scrollable flag of field.
|
java.lang.Boolean |
isSpellCheck()
Gets or sets spellcheck flag for field.
|
TextBoxField |
maxLen(java.lang.Integer maxLen) |
TextBoxField |
multiline(java.lang.Boolean multiline) |
TextBoxField |
scrollable(java.lang.Boolean scrollable) |
void |
setBarcode(java.lang.String barcode) |
void |
setForceCombs(java.lang.Boolean forceCombs) |
void |
setMaxLen(java.lang.Integer maxLen) |
void |
setMultiline(java.lang.Boolean multiline) |
void |
setScrollable(java.lang.Boolean scrollable) |
void |
setSpellCheck(java.lang.Boolean spellCheck) |
TextBoxField |
spellCheck(java.lang.Boolean spellCheck) |
java.lang.String |
toString() |
addFlagsItem, border, color, contents, flags, fullName, getBorder, getColor, getContents, getFlags, getFullName, getHeight, getHighlighting, getHorizontalAlignment, getMargin, getPageIndex, getParent, getPartialName, getRect, getValue, getVerticalAlignment, getWidth, getZindex, height, highlighting, horizontalAlignment, isGroup, isIsGroup, isIsSharedField, isSharedField, margin, pageIndex, parent, partialName, rect, setBorder, setColor, setContents, setFlags, setFullName, setHeight, setHighlighting, setHorizontalAlignment, setIsGroup, setIsSharedField, setMargin, setPageIndex, setParent, setPartialName, setRect, setValue, setVerticalAlignment, setWidth, setZindex, value, verticalAlignment, width, zindex
addLinksItem, getLinks, links, setLinks
public TextBoxField multiline(java.lang.Boolean multiline)
public java.lang.Boolean isMultiline()
public void setMultiline(java.lang.Boolean multiline)
public TextBoxField spellCheck(java.lang.Boolean spellCheck)
public java.lang.Boolean isSpellCheck()
public void setSpellCheck(java.lang.Boolean spellCheck)
public TextBoxField scrollable(java.lang.Boolean scrollable)
public java.lang.Boolean isScrollable()
public void setScrollable(java.lang.Boolean scrollable)
public TextBoxField forceCombs(java.lang.Boolean forceCombs)
public java.lang.Boolean isForceCombs()
public void setForceCombs(java.lang.Boolean forceCombs)
public TextBoxField maxLen(java.lang.Integer maxLen)
public java.lang.Integer getMaxLen()
public void setMaxLen(java.lang.Integer maxLen)
public TextBoxField barcode(java.lang.String barcode)
public java.lang.String getBarcode()
public void setBarcode(java.lang.String barcode)