public class CriterionWrapper extends JSBaseScriptableObject implements org.mozilla.javascript.Wrapper
Modifier and Type | Field and Description |
---|---|
protected com.brightech.mb.web.search.Criterion |
myDelegate |
myLogger
Constructor and Description |
---|
CriterionWrapper()
Zero-arg constructor.
|
CriterionWrapper(java.lang.Object theCriterion)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
jsFunction_getCondition()
Get the condition for this criterion.
|
JSMap |
jsFunction_getValidConditions()
Stub "abstract" method to return what conditions are valid for this criterion.
|
java.lang.String |
jsFunction_getValue()
Get the value of this criterion.
|
void |
jsFunction_setCondition(java.lang.String theCondition)
Set the condition to use for this criterion.
|
void |
jsFunction_setValue(java.lang.String theValue)
Set the value of this criterion.
|
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 CriterionWrapper()
public CriterionWrapper(java.lang.Object theCriterion) throws java.lang.IllegalArgumentException
theCriterion
- The criterion to wrap.java.lang.IllegalArgumentException
public void jsFunction_setValue(java.lang.String theValue)
theValue
- The value to search for.public java.lang.String jsFunction_getValue()
public void jsFunction_setCondition(java.lang.String theCondition) throws java.lang.IllegalArgumentException
theCondition
- the search condition to usejava.lang.IllegalArgumentException
public JSMap jsFunction_getValidConditions() throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public java.lang.String jsFunction_getCondition()
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.