public class PartTypeField extends StringPopupField
HIGH_STRINGBIG_DEFAULT_LENGTH, EMPTY_RG_BOOLEAN, m_bJustChanged, m_bNullable, m_bSelected, m_bVirtual, m_DBObject, m_listenerm_bHidden, m_bModified, m_classData, m_data, m_ibScale, m_iMaxLength, m_iMinLength, m_objDefault, m_record, m_strFieldDesc, m_strFieldName, m_vScreenFieldgCalendar, gchDot, gchMinus, gCurrencyFormat, gDateFormat, gDateShortFormat, gDateShortTimeFormat, gDateSqlFormat, gDateTimeFormat, gDateTimeSqlFormat, gGMTDateTimeFormat, gIntegerFormat, gLongDateTimeFormat, gLongTimeFormat, gNumberFormat, gPercentFormat, gTimeFormat, gTimeSqlFormat| Constructor and Description |
|---|
PartTypeField()
Default constructor.
|
PartTypeField(Record record,
String strName,
int iDataLength,
String strDesc,
Object strDefault)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String[][] |
getPopupMap()
Get the conversion Map.
|
void |
init(Record record,
String strName,
int iDataLength,
String strDesc,
Object strDefault)
Initialize class fields.
|
convertIndexToDisStr, convertIndexToString, convertStringToIndex, setupDefaultViewclone, doSetData, getLength, getSQLQuote, getSQLType, getString, setString, setToLimitaddComponent, addListener, addQuotes, cloneField, convertFieldToIndex, convertIndexToField, createScreenComponent, displayField, doAddListener, doMergeData, free, getComponent, getData, getDBObject, getFieldDesc, getFieldName, getFieldTip, getInputType, getListener, getListener, getListener, getNextValidListener, getRecord, getSkipSQLParam, getSQLFilter, getSQLFromField, getSQLString, getState, handleFieldChanged, isJustModified, isNullable, isSameType, isSelected, isVirtual, matchListeners, mergeData, moveFieldToThis, moveFieldToThis, moveSQLToField, read, removeListener, setData, setDBObject, setEnabled, setEnableListeners, setEnableListeners, setListener, setMinimumLength, setModified, setNullable, setSelected, setSFieldToProperty, setState, setupFieldView, setupTableLookup, setupTableLookup, setupTableLookup, setupTableLookup, setupTableLookup, setupTableLookup, setupTablePopup, setupTablePopup, setupTablePopup, setupTablePopup, setupTablePopup, setVirtual, writecompareTo, compareTo, doGetData, getDataClass, getDefault, getField, getMaxLength, getNameByReflection, getValue, init, initField, isHidden, isModified, isNull, removeComponent, setDataClass, setDefault, setFieldDesc, setFieldName, setHidden, setRecord, setScale, setTextByReflection, setValue, stringToDate, stringToDouble, stringToFloatequals, getBitmap, getFieldConverter, getFieldName, getHyperlink, init, setData, setState, setString, setupDefaultView, setValue, stripNonNumeric, toStringconvertObjectToDatatype, convertObjectToDatatype, convertTimeToDate, formatObjectToString, initGlobals, stringToDate, stringToDouble, stringToFloat, stringToInteger, stringToShort, stripNonNumberequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, getFieldConverter, getFieldName, init, setData, setState, setString, setupDefaultView, setValue, toStringpublic PartTypeField()
public PartTypeField(Record record, String strName, int iDataLength, String strDesc, Object strDefault)
record - The parent record.strName - The field name.iDataLength - The maximum string length (pass -1 for default).strDesc - The string description (usually pass null, to use the resource file desc).strDefault - The default value (if object, this value is the default value, if string, the string is the default).public void init(Record record, String strName, int iDataLength, String strDesc, Object strDefault)
init in class StringPopupFieldpublic String[][] getPopupMap()
getPopupMap in class StringPopupFieldCopyright © 2013 jbundle.org. All Rights Reserved.