public class JsNativeScreen extends Object
Constructor and Description |
---|
JsNativeScreen(String componentId,
Consumer<String> lazyLoadParentScript,
LazyLoadingScreen lazyScreen) |
Modifier and Type | Method and Description |
---|---|
String |
componentContextId() |
String |
componentTitle() |
boolean |
defines(String property) |
String |
getComponentId() |
elemental2.dom.HTMLElement |
getElement() |
void |
onClose() |
void |
onFocus() |
void |
onLostFocus() |
boolean |
onMayClose() |
void |
onOpen() |
void |
onShutdown() |
void |
onStartup(JsPlaceRequest placeRequest) |
void |
render() |
void |
renderNative() |
boolean |
screenLoaded() |
elemental2.core.Map<String,Object> |
subscriptions() |
void |
updateRealContent(com.google.gwt.core.client.JavaScriptObject jsObject) |
public JsNativeScreen(String componentId, Consumer<String> lazyLoadParentScript, LazyLoadingScreen lazyScreen)
public void updateRealContent(com.google.gwt.core.client.JavaScriptObject jsObject)
public elemental2.dom.HTMLElement getElement()
public void render()
public boolean screenLoaded()
public String componentTitle()
public String componentContextId()
public String getComponentId()
public void onStartup(JsPlaceRequest placeRequest)
public void onOpen()
public void onClose()
public boolean onMayClose()
public void onShutdown()
public void onFocus()
public void onLostFocus()
public boolean defines(String property)
public void renderNative()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.