public class JSColumnFilter extends MBScriptableObject
myLogger
Constructor and Description |
---|
JSColumnFilter() |
Modifier and Type | Method and Description |
---|---|
void |
jsFunction_setData(java.lang.String theColumn,
java.lang.String theValue,
boolean theReturnFlag,
boolean theIsSearchFlag)
Sets the data for the Column filter.
|
java.lang.String |
jsFunction_toString()
Returns the instance as a string.
|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public void jsFunction_setData(java.lang.String theColumn, java.lang.String theValue, boolean theReturnFlag, boolean theIsSearchFlag)
theColumn
- the column to filter (the table column name).theValue
- the value to filter/search on. (Set to blank to not filter the column.)theReturnFlag
- return the column value?theIsSearchFlag
- search on this column (based on the specified value)?public java.lang.String jsFunction_toString()
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.