| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.click.control.AbstractControl
net.sf.click.control.Field
net.sf.click.control.TextField
net.sf.click.extras.control.NumberField
net.sf.click.extras.control.LongField
Provides a Long Field control: <input type='text'>.
| Long Field | 
<html> <head> $cssImports </head> <body> $form </body> </html> $jsImportsThe LongField has left justified horizontal text alignment,
Field.setTextAlign(String).
 
 See also W3C HTML reference
 INPUT
| Field Summary | 
| Fields inherited from class net.sf.click.extras.control.NumberField | 
HTML_IMPORTS, maxvalue, minvalue, numberFormat, pattern, VALIDATE_NUMBER_FIELD_FUNCTION | 
| Fields inherited from class net.sf.click.control.TextField | 
maxLength, minLength, size, VALIDATE_TEXTFIELD_FUNCTION | 
| Fields inherited from class net.sf.click.control.Field | 
disabled, error, focus, form, help, label, readonly, required, tabindex, title, validate, value | 
| Fields inherited from class net.sf.click.control.AbstractControl | 
actionListener, attributes, listener, listenerMethod, messages, name, parent, styles | 
| Fields inherited from interface net.sf.click.Control | 
CONTROL_MESSAGES | 
| Constructor Summary | |
LongField()
Create a LongField with no name defined.  | 
|
LongField(String name)
Construct a LongField field with the given name.  | 
|
LongField(String name,
          boolean required)
Construct a LongField field with the given name and required status.  | 
|
LongField(String name,
          String label)
Construct a LongField field with the given name and label.  | 
|
LongField(String name,
          String label,
          boolean required)
Construct a LongField field with the given name, label and required status.  | 
|
LongField(String name,
          String label,
          int size)
Construct the LongField with the given name, label and size.  | 
|
LongField(String name,
          String label,
          int size,
          boolean required)
Construct the LongField with the given name, label, size and required status.  | 
|
| Method Summary | |
 Integer | 
getInteger()
Return the field Integer value, or null if value was empty or a parsing error occured.  | 
 Long | 
getLong()
Return the field Long value, or null if value was empty or a parsing error occured.  | 
 Object | 
getValueObject()
Return the field Long value, or null if value was empty or a parsing error occured.  | 
 void | 
setValueObject(Object object)
Set the long value of the field using the given object.  | 
 void | 
validate()
Validate the LongField request submission.  | 
| Methods inherited from class net.sf.click.extras.control.NumberField | 
getHtmlImports, getMaxValue, getMinValue, getNumber, getNumberFormat, getPattern, getRequestValue, getValidationJavaScript, onDeploy, setMaxValue, setMinValue, setNumber, setNumberFormat, setPattern | 
| Methods inherited from class net.sf.click.control.TextField | 
getControlSizeEst, getMaxLength, getMinLength, getSize, getTag, getType, render, setMaxLength, setMinLength, setSize | 
| Methods inherited from class net.sf.click.control.Field | 
bindRequestValue, getError, getErrorLabel, getFocus, getFocusJavaScript, getForm, getHelp, getId, getLabel, getTabIndex, getTextAlign, getTitle, getValidate, getValue, getWidth, isDisabled, isHidden, isReadonly, isRequired, isValid, onInit, onProcess, setDisabled, setError, setErrorMessage, setErrorMessage, setErrorMessage, setErrorMessage, setFocus, setForm, setHelp, setLabel, setListener, setParent, setReadonly, setRequired, setTabIndex, setTextAlign, setTitle, setValidate, setValue, setWidth | 
| Methods inherited from class net.sf.click.control.AbstractControl | 
addStyleClass, appendAttributes, getActionListener, getAttribute, getAttributes, getContext, getMessage, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, hasAttribute, hasAttributes, hasStyles, onDestroy, onRender, registerActionEvent, removeStyleClass, renderTagBegin, renderTagEnd, setActionListener, setAttribute, setId, setName, setStyle, toString | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public LongField(String name)
name - the name of the field
public LongField(String name,
                 boolean required)
name - the name of the fieldrequired - the field required status
public LongField(String name,
                 String label)
name - the name of the fieldlabel - the label of the field
public LongField(String name,
                 String label,
                 boolean required)
name - the name of the fieldlabel - the label of the fieldrequired - the field required status
public LongField(String name,
                 String label,
                 int size)
name - the name of the fieldlabel - the label of the fieldsize - the size of the field
public LongField(String name,
                 String label,
                 int size,
                 boolean required)
name - the name of the fieldlabel - the label of the fieldsize - the size of the fieldrequired - the field required statuspublic LongField()
| Method Detail | 
public Long getLong()
public Integer getInteger()
public Object getValueObject()
getValueObject in class NumberFieldField.getValueObject()public void setValueObject(Object object)
setValueObject in class NumberFieldobject - the object value to setField.setValueObject(Object)public void validate()
- /click-control.properties
 
- field-required-error
 - number-format-error
 - number-maxvalue-error
 - number-minvalue-error
 
validate in class NumberField
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||