|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--org.ecmascript.primitive.boolean
protected class boolean extends Object
true
or false
.Field Summary |
---|
Fields inherited from org.ecmascript.object.Object |
constructor, prototype |
Constructor Summary |
|
---|---|
public |
Method Summary |
|
---|---|
public String |
|
public string |
|
Field Detail |
---|
Constructor Detail |
---|
public boolean(Object value)
true
or false
.value | - | optional initializes the value to true unless value is false, 0, -0, undefined, null, "", or NaN |
Method Detail |
---|
public String toSource()
boolean
.String
- a source code String representation of the boolean
public string toString()
boolean
.string
- a human-readable string representation of the boolean
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |