public class Loader
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Boolean> |
suppressLoaderExceptions |
| Modifier | Constructor and Description |
|---|---|
protected |
Loader(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static Loader |
$as(Object obj) |
void |
getConfig(String componentName,
net.java.html.lib.Function.A1<? super ComponentConfig,? extends Void> callback) |
void |
loadComponent(String componentName,
ComponentConfig config,
net.java.html.lib.Function.A1<? super Definition,? extends Void> callback) |
void |
loadTemplate(String componentName,
Object templateConfig,
net.java.html.lib.Function.A1<? super net.java.html.lib.Array<net.java.html.lib.dom.Node>,? extends Void> callback) |
void |
loadViewModel(String componentName,
Object viewModelConfig,
net.java.html.lib.Function.A1<? super Object,? extends Void> callback) |
Boolean |
suppressLoaderExceptions() |
$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<Boolean> suppressLoaderExceptions
protected Loader(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public Boolean suppressLoaderExceptions()
public void getConfig(String componentName, net.java.html.lib.Function.A1<? super ComponentConfig,? extends Void> callback)
public void loadComponent(String componentName, ComponentConfig config, net.java.html.lib.Function.A1<? super Definition,? extends Void> callback)
public void loadTemplate(String componentName, Object templateConfig, net.java.html.lib.Function.A1<? super net.java.html.lib.Array<net.java.html.lib.dom.Node>,? extends Void> callback)
Copyright © 2016. All rights reserved.