pt.moredata.widgets.table
Class TextFieldEditor

java.lang.Object
  extended bypt.moredata.widgets.table.CellProperties
      extended bypt.moredata.widgets.table.TextFieldEditor
All Implemented Interfaces:
java.lang.Cloneable

public class TextFieldEditor
extends CellProperties

Title:

Description:

Copyright: Copyright (c)

Company:

Version:
1.0
Author:

Field Summary
 
Fields inherited from class pt.moredata.widgets.table.CellProperties
CHECKBOX, COMBOBOX, DATA, disabledColor, FIELD, FILECHOOSER, ICON, lockedColor, MULTILINETEXT, TEXT
 
Constructor Summary
TextFieldEditor()
          Constructor for the TextFieldEditor object
TextFieldEditor(java.lang.String _dbDataType, int min, int max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable)
          Constructor for the TextFieldEditor object
TextFieldEditor(java.lang.String _dbDataType, int min, int max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable, boolean automaticFormat)
          Constructor for the TextFieldEditor object
TextFieldEditor(java.lang.String _dbDataType, int min, int max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable, boolean automaticFormat, boolean onlyDigits)
          Constructor for the TextFieldEditor object
TextFieldEditor(java.lang.String _dbDataType, long min, long max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable)
          Constructor for the TextFieldEditor object
TextFieldEditor(java.lang.String _dbDataType, long min, long max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable, boolean automaticFormat)
          Constructor for the TextFieldEditor object
TextFieldEditor(java.lang.String _dbDataType, long min, long max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable, boolean automaticFormat, boolean onlyDigits)
          Constructor for the TextFieldEditor object
 
Methods inherited from class pt.moredata.widgets.table.CellProperties
clone, equals, getAditionalColumn, getAditionalColumn, getBackGroundColor, getColumn, getDbDataType, getDelegateType, getDescriptionColumn, getFilter, getForeGroundColor, getMaxLenght, getMaxLength, getMaxValue, getMaxValueLong, getMinValue, getMinValueLong, getNumDecimais, getReferencePK, getReferenceTable, getShowCode, getShowDescription, getTable, getText, getWhereClause, isAutoFormat, isAutoSum, isEditable, isFK, isOnlyDigits, isPK, isRequired, isShowExpansionButton, isValidateOnLostFocus, setAditionalColumn, setAditionalColumn, setAutoFormat, setAutSum, setBackGroundColor, setColumn, setDbDataType, setDelegateType, setDescriptionColumn, setEditable, setFilter, setFK, setForeGroundColor, setMaxLenght, setMaxLength, setMaxValue, setMaxValue, setMinValue, setMinValue, setNumDecimais, setOnlyDigits, setPK, setReferencePK, setReferenceTable, setRequired, setShowCode, setShowDescription, setShowExpansionButton, setTable, setText, setValidateOnLostFocus, setWhereClause
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFieldEditor

public TextFieldEditor()
Constructor for the TextFieldEditor object


TextFieldEditor

public TextFieldEditor(java.lang.String _dbDataType,
                       long min,
                       long max,
                       int _maxLength,
                       boolean _required,
                       boolean _validateOnLostFocus,
                       boolean _editable)
Constructor for the TextFieldEditor object

Parameters:
_dbDataType - Description of the Parameter
min - Description of the Parameter
max - Description of the Parameter
_maxLength - Description of the Parameter
_required - Description of the Parameter
_validateOnLostFocus - Description of the Parameter
_editable - Description of the Parameter

TextFieldEditor

public TextFieldEditor(java.lang.String _dbDataType,
                       long min,
                       long max,
                       int _maxLength,
                       boolean _required,
                       boolean _validateOnLostFocus,
                       boolean _editable,
                       boolean automaticFormat)
Constructor for the TextFieldEditor object

Parameters:
_dbDataType - Description of the Parameter
min - Description of the Parameter
max - Description of the Parameter
_maxLength - Description of the Parameter
_required - Description of the Parameter
_validateOnLostFocus - Description of the Parameter
_editable - Description of the Parameter
automaticFormat - Description of the Parameter

TextFieldEditor

public TextFieldEditor(java.lang.String _dbDataType,
                       int min,
                       int max,
                       int _maxLength,
                       boolean _required,
                       boolean _validateOnLostFocus,
                       boolean _editable,
                       boolean automaticFormat)
Constructor for the TextFieldEditor object

Parameters:
_dbDataType - Description of the Parameter
min - Description of the Parameter
max - Description of the Parameter
_maxLength - Description of the Parameter
_required - Description of the Parameter
_validateOnLostFocus - Description of the Parameter
_editable - Description of the Parameter
automaticFormat - Description of the Parameter

TextFieldEditor

public TextFieldEditor(java.lang.String _dbDataType,
                       int min,
                       int max,
                       int _maxLength,
                       boolean _required,
                       boolean _validateOnLostFocus,
                       boolean _editable)
Constructor for the TextFieldEditor object

Parameters:
_dbDataType - Description of the Parameter
min - Description of the Parameter
max - Description of the Parameter
_maxLength - Description of the Parameter
_required - Description of the Parameter
_validateOnLostFocus - Description of the Parameter
_editable - Description of the Parameter

TextFieldEditor

public TextFieldEditor(java.lang.String _dbDataType,
                       long min,
                       long max,
                       int _maxLength,
                       boolean _required,
                       boolean _validateOnLostFocus,
                       boolean _editable,
                       boolean automaticFormat,
                       boolean onlyDigits)
Constructor for the TextFieldEditor object

Parameters:
_dbDataType - Description of the Parameter
min - Description of the Parameter
max - Description of the Parameter
_maxLength - Description of the Parameter
_required - Description of the Parameter
_validateOnLostFocus - Description of the Parameter
_editable - Description of the Parameter
automaticFormat - Description of the Parameter
onlyDigits - Description of the Parameter

TextFieldEditor

public TextFieldEditor(java.lang.String _dbDataType,
                       int min,
                       int max,
                       int _maxLength,
                       boolean _required,
                       boolean _validateOnLostFocus,
                       boolean _editable,
                       boolean automaticFormat,
                       boolean onlyDigits)
Constructor for the TextFieldEditor object

Parameters:
_dbDataType - Description of the Parameter
min - Description of the Parameter
max - Description of the Parameter
_maxLength - Description of the Parameter
_required - Description of the Parameter
_validateOnLostFocus - Description of the Parameter
_editable - Description of the Parameter
automaticFormat - Description of the Parameter
onlyDigits - Description of the Parameter