Class sys_ger.NXJProxyBooleanImpl

java.lang.Object
com.unify.nxj.mgr.datatypes.NXJVariable
com.unify.nxj.mgr.NXJProxy
com.unify.nxj.mgr.NXJProxyBoolean
forms.systextil.sys_ger.NXJProxyBooleanImpl
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:
sys_ger

protected final class sys_ger.NXJProxyBooleanImpl extends com.unify.nxj.mgr.NXJProxyBoolean
  • 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
    NXJProxyBooleanImpl(Field fld, boolean multiValued)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    protected void
    setValue(boolean newValue)
     

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

    assign, clearValue, getDisplayValue, getValueAsObject, isModified, isNull, setNull, storeToRegister, 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, 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, toString, wait, wait, wait

    Methods inherited from interface com.unify.nxj.mgr.datatypes.Nullable

    toString
  • Constructor Details

    • NXJProxyBooleanImpl

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