public class NavigatorID
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<String> |
appName |
net.java.html.lib.Objs.Property<String> |
appVersion |
net.java.html.lib.Objs.Property<String> |
platform |
net.java.html.lib.Objs.Property<String> |
product |
net.java.html.lib.Objs.Property<String> |
productSub |
net.java.html.lib.Objs.Property<String> |
userAgent |
net.java.html.lib.Objs.Property<String> |
vendor |
net.java.html.lib.Objs.Property<String> |
vendorSub |
| Modifier | Constructor and Description |
|---|---|
protected |
NavigatorID(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static NavigatorID |
$as(Object obj) |
String |
appName() |
String |
appVersion() |
String |
platform() |
String |
product() |
String |
productSub() |
String |
userAgent() |
String |
vendor() |
String |
vendorSub() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<String> appName
public net.java.html.lib.Objs.Property<String> appVersion
public net.java.html.lib.Objs.Property<String> platform
public net.java.html.lib.Objs.Property<String> product
public net.java.html.lib.Objs.Property<String> productSub
public net.java.html.lib.Objs.Property<String> userAgent
public net.java.html.lib.Objs.Property<String> vendor
public net.java.html.lib.Objs.Property<String> vendorSub
protected NavigatorID(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static NavigatorID $as(Object obj)
public String appName()
public String appVersion()
public String platform()
public String product()
public String productSub()
public String userAgent()
public String vendor()
public String vendorSub()
Copyright © 2021. All rights reserved.