Package | Description |
---|---|
_global_ |
The global namespace in JavaScript (i.e., the
window object). |
zk |
ZK JavaScript extension and utilities
|
Modifier and Type | Method and Description |
---|---|
static Class |
zk.$extends(Class sueprclass,
Map members,
Map staticMembers)
Defines a class.
|
static Class |
zk.define(Class klass,
Map props)
Defines the setter and getter methods.
|
Modifier and Type | Method and Description |
---|---|
static Class |
zk.$extends(Class sueprclass,
Map members,
Map staticMembers)
Defines a class.
|
static void |
zk.$intercepts(Class targetClass,
java.lang.Object interceptor)
Intercepts a widget, when specific method has been called, the interceptor would be called first.
|
static Class |
zk.define(Class klass,
Map props)
Defines the setter and getter methods.
|
Modifier and Type | Field and Description |
---|---|
Class |
Object.$class
The class that this object belongs to.
|
Modifier and Type | Method and Description |
---|---|
static Class |
Widget.getClass(String wgtnm)
Returns the class of the specified widget's name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Object.$instanceof(Class klass)
Determines if this object is an instance of the class represented by the specified Class parameter.
|
Object |
Object.$super(Class klass,
String mtd,
Object... vararg)
Invokes a method defined in the superclass with any number of arguments.
|
Object |
Object.$supers(Class klass,
String mtd,
Array args)
Invokes a method defined in the superclass with an array of arguments.
|
static boolean |
Object.isAssignableFrom(Class cls)
Determines if the class by this Class object is either the same as, or is a superclass of, the class represented by the specified Class parameter.
|
boolean |
Class.isAssignableFrom(Class klass)
Determines if the class by this Class object is either the same as, or is a superclass of, the class represented by the specified Class parameter.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.