pt.despodata.java.ddata.table
Class DDataTextFieldEditor

java.lang.Object
  extended bypt.despodata.java.ddata.table.CellProperties
      extended bypt.despodata.java.ddata.table.DDataTextFieldEditor
All Implemented Interfaces:
java.lang.Cloneable

Deprecated. Substituído pela classe CellProperties

public class DDataTextFieldEditor
extends CellProperties

Title:

Description:

Copyright: Copyright (c)

Company:

Version:
1.0
Author:

Field Summary
 
Fields inherited from class pt.despodata.java.ddata.table.CellProperties
CHECKBOX, COMBOBOX, DATA, FIELD, FILECHOOSER, ICON, MULTILINETEXT, TEXT
 
Constructor Summary
DDataTextFieldEditor()
          Deprecated.  
DDataTextFieldEditor(java.lang.String _dbDataType, int min, int max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable)
          Deprecated.  
DDataTextFieldEditor(java.lang.String _dbDataType, int min, int max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable, boolean automaticFormat)
          Deprecated.  
DDataTextFieldEditor(java.lang.String _dbDataType, int min, int max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable, boolean automaticFormat, boolean onlyDigits)
          Deprecated.  
DDataTextFieldEditor(java.lang.String _dbDataType, long min, long max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable)
          Deprecated.  
DDataTextFieldEditor(java.lang.String _dbDataType, long min, long max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable, boolean automaticFormat)
          Deprecated.  
DDataTextFieldEditor(java.lang.String _dbDataType, long min, long max, int _maxLength, boolean _required, boolean _validateOnLostFocus, boolean _editable, boolean automaticFormat, boolean onlyDigits)
          Deprecated.  
 
Methods inherited from class pt.despodata.java.ddata.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

DDataTextFieldEditor

public DDataTextFieldEditor()
Deprecated. 

DDataTextFieldEditor

public DDataTextFieldEditor(java.lang.String _dbDataType,
                            long min,
                            long max,
                            int _maxLength,
                            boolean _required,
                            boolean _validateOnLostFocus,
                            boolean _editable)
Deprecated. 

DDataTextFieldEditor

public DDataTextFieldEditor(java.lang.String _dbDataType,
                            long min,
                            long max,
                            int _maxLength,
                            boolean _required,
                            boolean _validateOnLostFocus,
                            boolean _editable,
                            boolean automaticFormat)
Deprecated. 

DDataTextFieldEditor

public DDataTextFieldEditor(java.lang.String _dbDataType,
                            int min,
                            int max,
                            int _maxLength,
                            boolean _required,
                            boolean _validateOnLostFocus,
                            boolean _editable,
                            boolean automaticFormat)
Deprecated. 

DDataTextFieldEditor

public DDataTextFieldEditor(java.lang.String _dbDataType,
                            int min,
                            int max,
                            int _maxLength,
                            boolean _required,
                            boolean _validateOnLostFocus,
                            boolean _editable)
Deprecated. 

DDataTextFieldEditor

public DDataTextFieldEditor(java.lang.String _dbDataType,
                            long min,
                            long max,
                            int _maxLength,
                            boolean _required,
                            boolean _validateOnLostFocus,
                            boolean _editable,
                            boolean automaticFormat,
                            boolean onlyDigits)
Deprecated. 

DDataTextFieldEditor

public DDataTextFieldEditor(java.lang.String _dbDataType,
                            int min,
                            int max,
                            int _maxLength,
                            boolean _required,
                            boolean _validateOnLostFocus,
                            boolean _editable,
                            boolean automaticFormat,
                            boolean onlyDigits)
Deprecated.