public class JnlpFileField extends ReferenceField
ReferenceField.BlankButtonHandlerNONE_BUTTONm_iDescription, m_recordReferenceINTEGER_DEFAULT_LENGTH, MAX, MIN, MINUS_ONE, NAN, ZEROBIG_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 |
|---|
JnlpFileField()
Default constructor.
|
JnlpFileField(Record record,
String strName,
int iDataLength,
String strDesc,
Object strDefault)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(Record record,
String strName,
int iDataLength,
String strDesc,
Object strDefault)
Initialize class fields.
|
Record |
makeReferenceRecord(RecordOwner recordOwner)
Get (or make) the current record for this reference.
|
getIconField, getIDFromCode, getReference, getReferenceRecordName, moveFieldToThis, setEnabled, setReference, setReference, setupDefaultView, setupIconView, setupPopupView, syncReferencegetDefaultDisplayFieldSeq, getReferenceRecord, getReferenceRecord, getReferenceRecord, makeReferenceRecord, setReferenceRecordbinaryToString, clone, compareTo, doSetData, getSQLFromField, getSQLType, getValue, moveSQLToField, read, setToLimit, setValue, stringToBinary, writeconvertFieldToIndex, convertIndexToField, convertIndexToValue, convertValueToIndex, getInputType, getScale, getSQLString, getState, getString, setState, setStringaddComponent, addListener, addQuotes, cloneField, convertIndexToDisStr, convertIndexToString, convertStringToIndex, createScreenComponent, displayField, doAddListener, doMergeData, free, getComponent, getData, getDBObject, getFieldDesc, getFieldName, getFieldTip, getListener, getListener, getListener, getNextValidListener, getRecord, getSkipSQLParam, getSQLFilter, getSQLQuote, handleFieldChanged, isJustModified, isNullable, isSameType, isSelected, isVirtual, matchListeners, mergeData, moveFieldToThis, moveFieldToThis, removeListener, setData, setDBObject, setEnableListeners, setEnableListeners, setListener, setMinimumLength, setModified, setNullable, setSelected, setSFieldToProperty, setupFieldView, setupTableLookup, setupTableLookup, setupTableLookup, setupTableLookup, setupTableLookup, setupTableLookup, setupTablePopup, setupTablePopup, setupTablePopup, setupTablePopup, setupTablePopup, setVirtualcompareTo, doGetData, getDataClass, getDefault, getField, getLength, getMaxLength, getNameByReflection, init, initField, isHidden, isModified, isNull, removeComponent, setDataClass, setDefault, setFieldDesc, setFieldName, setHidden, setRecord, setScale, setTextByReflection, 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 JnlpFileField()
public JnlpFileField(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 ReferenceFieldpublic Record makeReferenceRecord(RecordOwner recordOwner)
makeReferenceRecord in class RecordReferenceFieldCopyright © 2013 jbundle.org. All Rights Reserved.