public abstract class JSNativePlugin extends Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.user.client.Element |
element |
protected com.google.gwt.core.client.JavaScriptObject |
obj |
protected RuntimePluginsServiceProxy |
runtimePluginsService |
Constructor and Description |
---|
JSNativePlugin() |
Modifier and Type | Method and Description |
---|---|
void |
build(com.google.gwt.core.client.JavaScriptObject obj) |
protected void |
buildElement() |
String |
getContextId() |
com.google.gwt.user.client.Element |
getElement() |
String |
getId() |
String |
getPriority() |
String |
getTitle() |
String |
getType() |
static boolean |
hasArrayProperty(com.google.gwt.core.client.JavaScriptObject obj,
String propertyName) |
static boolean |
hasBooleanProperty(com.google.gwt.core.client.JavaScriptObject obj,
String propertyName) |
static boolean |
hasIntProperty(com.google.gwt.core.client.JavaScriptObject obj,
String propertyName) |
static boolean |
hasMethod(com.google.gwt.core.client.JavaScriptObject obj,
String methodName) |
static boolean |
hasStringProperty(com.google.gwt.core.client.JavaScriptObject obj,
String propertyName) |
static boolean |
hasTemplate(com.google.gwt.core.client.JavaScriptObject obj) |
void |
onClose() |
void |
onFocus() |
void |
onLostFocus() |
boolean |
onMayClose() |
void |
onOpen() |
void |
onOpen(String URI) |
void |
onShutdown() |
void |
onStartup(PlaceRequest place) |
void |
onStartup(String URI) |
@Inject protected RuntimePluginsServiceProxy runtimePluginsService
protected com.google.gwt.core.client.JavaScriptObject obj
protected com.google.gwt.user.client.Element element
public static boolean hasTemplate(com.google.gwt.core.client.JavaScriptObject obj)
public static boolean hasMethod(com.google.gwt.core.client.JavaScriptObject obj, String methodName)
public static boolean hasStringProperty(com.google.gwt.core.client.JavaScriptObject obj, String propertyName)
public static boolean hasIntProperty(com.google.gwt.core.client.JavaScriptObject obj, String propertyName)
public static boolean hasBooleanProperty(com.google.gwt.core.client.JavaScriptObject obj, String propertyName)
public static boolean hasArrayProperty(com.google.gwt.core.client.JavaScriptObject obj, String propertyName)
public void build(com.google.gwt.core.client.JavaScriptObject obj)
public String getId()
public String getPriority()
public com.google.gwt.user.client.Element getElement()
public String getContextId()
public String getTitle()
public String getType()
public void onOpen()
public void onOpen(String URI)
public void onClose()
public void onFocus()
public void onLostFocus()
public boolean onMayClose()
protected void buildElement()
public void onStartup(String URI)
public void onStartup(PlaceRequest place)
public void onShutdown()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.