Class historico.NXJProxyNullableImpl

java.lang.Object
com.unify.nxj.mgr.datatypes.NXJVariable
com.unify.nxj.mgr.NXJProxy
com.unify.nxj.mgr.NXJProxyNullable
forms.systextil.historico.NXJProxyNullableImpl
All Implemented Interfaces:
com.unify.nxj.mgr.dataConnection.NXJTargetVariable, com.unify.nxj.mgr.datatypes.MultiValuedDataController, com.unify.nxj.mgr.datatypes.Nullable, com.unify.nxj.mgr.datatypes.NullableByReference, com.unify.nxj.mgr.datatypes.NullableVariable
Enclosing class:
historico

protected final class historico.NXJProxyNullableImpl extends com.unify.nxj.mgr.NXJProxyNullable
  • Field Summary

    Fields inherited from class com.unify.nxj.mgr.NXJProxy

    fld, type

    Fields inherited from class com.unify.nxj.mgr.datatypes.NXJVariable

    containingDataView, dbNull, EH_EQUAL, EH_NOT_EQUAL, EH_UNKNOWN, targetColumnName, traceCodeSectionDebugEnabled

    Fields inherited from interface com.unify.nxj.mgr.datatypes.NullableVariable

    ExplicitSearchMode_DEFAULT, ExplicitSearchMode_EXACT, ExplicitSearchMode_FUZZY
  • Constructor Summary

    Constructors
    Constructor
    Description
    NXJProxyNullableImpl(Field fld, boolean multiValued)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.unify.nxj.mgr.datatypes.Nullable
     
    protected void
    setValue(com.unify.nxj.mgr.datatypes.Nullable newValue)
     

    Methods inherited from class com.unify.nxj.mgr.NXJProxyNullable

    assign, getDisplayValue, getNullableVariable, getValueAsObject, isModified, isNull, setNull, storeToRegister, toString, us$formatNonCurrentDisplayValue, us$getDataValue, us$rereadAndVerifyCheck, us$setDataSourceValue, us$setSqlParameterValue

    Methods inherited from class com.unify.nxj.mgr.NXJProxy

    assignClearAddValue, getDataType, getType, isUndefined, us$setOriginalValue

    Methods inherited from class com.unify.nxj.mgr.datatypes.NXJVariable

    assignClearFindExpression, callWhenFieldChanges, clearSearchRanges, clearValue, createValueParameter, equalsHelper, formatNullDisplayValue, getBooleanValue, getByteArray, getClearAddExp, getClearFindExp, getColumnCondition, getConnection, getContainingDataView, getDateDay, getDateMonth, getDatetimeDate, getDatetimeMilliseconds, getDatetimeSeconds, getDatetimeTime, getDateYear, getDbLength, getDbType, getDisplayFormat, getDoubleValue, getExplicitSearchMode, getLongValue, getName, getNullDisplayValue, getNullFlag, getNXJType, getOriginalValue, getParentContainer, getQualifiedName, getSearchRangeArray, getSearchRanges, getSession, getSqlColumnCondition, getSqlColumnCondition, getSQLType, getSQLTypeName, getStringValue, getTargetColumnName, getTargetField, getTimeHours, getTimeMinutes, isDefined, isError, isMultiValued, isPartOfPrimaryKey, isValueRetrievedDuringFetch, matchesTargetColumnName, resetName, setClearAddExp, setClearFindExp, setError, setExplicitSearchMode, setOriginalValue, setSearchRanges, setSqlColumnCondition, setUndefined, setValueRetrievedDuringFetch, shiftCurrentValue, us$assignZoomValue, us$beginValueChange, us$createMultiValuedDataInstance, us$endValueChange, us$getCandidateTargetColumnName, us$getMultiValuedVarDataInCurrentRecord, us$getMultivaluePosition, us$isFetch, us$isTarget, us$isValueCurrentlyChanging, us$linkToTargetColumn, us$loadFromMultiValuedData, us$notifyValueChanged, us$saveToMultiValuedData, us$setCandidateTargetColumnName, us$setFetchValue, us$setInitialSearchRanges, us$setMasterRelationshipAddExpr, us$setMultiValued, us$setMultivaluePosition, us$setSearchRanges, whenFieldChanges

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NXJProxyNullableImpl

      public NXJProxyNullableImpl(Field fld, boolean multiValued)
  • Method Details