nl.coderight.jazz.form.field
Class TextField
java.lang.Object
nl.coderight.jazz.form.FormField<V>
nl.coderight.jazz.form.field.validatable.ValidatableField<V>
nl.coderight.jazz.form.field.input.InputField<String>
nl.coderight.jazz.form.field.TextField
- All Implemented Interfaces:
- ClipboardSupport, Editable, Validation
public class TextField
- extends InputField<String>
Provides an input field for text.
| Methods inherited from class nl.coderight.jazz.form.field.input.InputField |
copy, createField, createLabelFor, createLabelFor, cut, getField, getMaxLength, getValue, isEditable, onChange, onFocusGained, onFocusLost, onKeyTyped, paste, setColumns, setCopyAction, setCutAction, setEditable, setFilter, setFormatter, setInputPrompt, setMaxLength, setOnChangeAction, setOnChangeEvent, setOverwriteMode, setPasteAction, setValue, validate |
| Methods inherited from class nl.coderight.jazz.form.field.validatable.ValidatableField |
checkIsRequired, getError, getValidator, isFocusable, isRequired, isValid, onValidate, setFocusBorderVisible, setRequired, setRequiredMessage, setToolTipText, setValidator |
| Methods inherited from class nl.coderight.jazz.form.FormField |
dispatchEvent, dispose, focus, focusNextField, focusPreviousField, getBackground, getBindID, getBorder, getComponent, getCursor, getDataBinding, getForeground, getForm, getLabel, getParent, getPreferredSize, getToolTipText, hasFocus, isBindable, isChanged, isEnabled, isOpaque, isReadonly, isScrollable, isShowing, isValueChanged, isVisible, onClick, onDoubleClick, onMouseEnter, onMouseLeave, onPopup, registerKeyboardAction, setBackground, setBindID, setBorder, setChanged, setComponent, setCursor, setDataBinding, setEnabled, setFocusable, setForeground, setOnFocusGainedEvent, setOnFocusLostEvent, setOpaque, setPopupMenu, setPreferredSize, setReadonly, setVisible, translate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextField
public TextField(String bindID)
TextField
public TextField(String bindID,
int length)
setMask
public void setMask(String mask)
setMask
public void setMask(String mask,
boolean containsLiteralCharacters)
valueOf
protected String valueOf(String string)
throws ParseException
- Specified by:
valueOf in class InputField<String>
- Throws:
ParseException
Copyright 2010 CodeRight, All rights reserved.