Uses of Class
org.fife.rsta.ac.js.ecma.api.ecma3.JSBoolean
Packages that use JSBoolean
Package
Description
-
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.client
Fields in org.fife.rsta.ac.js.ecma.api.client declared as JSBooleanModifier and TypeFieldDescriptionWindow.closedProperty closedNavigator.cookieEnabledProperty cookieEnabled -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.client.funtions
Methods in org.fife.rsta.ac.js.ecma.api.client.funtions that return JSBooleanModifier and TypeMethodDescriptionfunction confirm() Displays a dialog box with a message and an OK and a Cancel buttonNavigatorFunctions.javaEnabled()function javaEnabled() - Specifies whether the browser has Java enabledMethods in org.fife.rsta.ac.js.ecma.api.client.funtions with parameters of type JSBooleanModifier and TypeMethodDescriptionfunction open(URL, name, specs, replace) Opens a new browser windowvoidfunction reload(optionalArg) - Reload the current documentvoidWindowFunctions.setResizable(JSBoolean arg) function setResizable(arg) -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.e4x
Fields in org.fife.rsta.ac.js.ecma.api.e4x declared as JSBooleanModifier and TypeFieldDescriptionstatic JSBooleanE4XXML.ignoreProcessingInstructionsproperty ignoreProcessingInstructions The initial value of the ignoreProcessingInstructions property is true.static JSBooleanE4XXML.ignoreWhitespaceproperty ignoreWhitespace The initial value of the ignoreWhitespace property is true.static JSBooleanE4XXML.ignoringCommentsproperty ignoringComments The initial value of the ignoreComments property is true.static JSBooleanE4XXML.prettyPrintingproperty prettyPrinting The initial value of the prettyPrinting property is true. -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.e4x.functions
Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions that return JSBooleanModifier and TypeMethodDescriptionfunction contains(value) returns the result of comparing this XML object with the given value.E4XXMLFunctions.contains(E4XXMLList value) function contains(value) returns the result of comparing this XML object with the given value.function contains(value) returns a boolean value indicating whether this XMLList object contains an XML object that compares equal to the given value.E4XXMLFunctions.copy()function copy() returns a deep copy of the XML object.E4XXMLListFunctions.copy()function copy() returns a deep copy of the XMLList object.E4XXMLFunctions.hasComplexContent()function hasComplexContent() a Boolean value indicating whether this XML object contains complex content.E4XXMLListFunctions.hasComplexContent()function hasComplexContent() returns a Boolean value indicating whether this XMLList object contains complex content.E4XXMLFunctions.hasSimpleContent()function hasSimpleContent() a Boolean value indicating whether this XML object contains simple content.E4XXMLListFunctions.hasSimpleContent()function hasSimpleContent() returns a Boolean value indicating whether this XMLList contains simple content.function isXMLName(name) determines whether name is a valid XML name. -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.ecma3
Fields in org.fife.rsta.ac.js.ecma.api.ecma3 declared as JSBoolean -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.ecma3.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma3.functions that return JSBooleanModifier and TypeMethodDescriptionJSObjectFunctions.hasOwnProperty(String name) function hasOwnProperty(name) check whether a property is inherited.function isFinite(n) determine whether a number is finite.function isNaN(n) check for not-a-number.JSObjectFunctions.isPrototypeOf(JSObject o) function isPrototypeOf(o) is an object the prototype of another?JSObjectFunctions.propertyIsEnumerable(JSObject name) function propertyIsEnumerable(name) will property be seen by for/in loop?function test(string) test whether a string matches a pattern. -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.ecma5
Methods in org.fife.rsta.ac.js.ecma.api.ecma5 that return JSBooleanModifier and TypeMethodDescriptionstatic JSBooleanfunction isArray(o) test whether argument is an array.static JSBooleanJS5Object.isExtensible(JS5Object o) function isExtensible(o) can new properties be added to an object?static JSBooleanfunction isFrozen(o) is an object immutable?static JSBooleanfunction isSealed(o) can properties be added or deleted from an object? -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.ecma5.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma5.functions that return JSBooleanModifier and TypeMethodDescriptionJS5ArrayFunctions.every(JS5Function predicate, JS5Object o) function every(predicate, o) test whether predicate is true for every element.JS5ArrayFunctions.some(JS5Function predicate, JS5Object o) function some(predicate, o) test whether a predicate is true for any element.