pt.moredata.widgets.table
Class ComboEditor

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

public class ComboEditor
extends CellProperties

Description of the Class

Author:
aricardo

Field Summary
 
Fields inherited from class pt.moredata.widgets.table.CellProperties
CHECKBOX, COMBOBOX, DATA, disabledColor, FIELD, FILECHOOSER, ICON, lockedColor, MULTILINETEXT, TEXT
 
Constructor Summary
ComboEditor()
          Deprecated.  
ComboEditor(java.sql.Connection con, java.lang.String table, java.lang.String code, java.lang.String desc)
          Deprecated.  
ComboEditor(java.sql.Connection con, java.lang.String table, java.lang.String code, java.lang.String desc, java.lang.String where)
          Deprecated.  
 
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

ComboEditor

public ComboEditor()
Deprecated.  


ComboEditor

public ComboEditor(java.sql.Connection con,
                   java.lang.String table,
                   java.lang.String code,
                   java.lang.String desc)
Deprecated.  

Parameters:
con - Description of the Parameter
table - Description of the Parameter
code - Description of the Parameter
desc - Description of the Parameter

ComboEditor

public ComboEditor(java.sql.Connection con,
                   java.lang.String table,
                   java.lang.String code,
                   java.lang.String desc,
                   java.lang.String where)
Deprecated.  

Parameters:
con - Description of the Parameter
table - Description of the Parameter
code - Description of the Parameter
desc - Description of the Parameter
where - Description of the Parameter