Package org.uberfire.client.editor
Class JSNativeEditor
- java.lang.Object
-
- org.uberfire.client.plugin.JSNativePlugin
-
- org.uberfire.client.editor.JSNativeEditor
-
@Dependent public class JSNativeEditor extends JSNativePlugin
-
-
Field Summary
-
Fields inherited from class org.uberfire.client.plugin.JSNativePlugin
element, obj, runtimePluginsService
-
-
Constructor Summary
Constructors Constructor Description JSNativeEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(com.google.gwt.core.client.JavaScriptObject obj)StringgetResourceType()voidonConcurrentCopy()voidonConcurrentDelete()voidonConcurrentRename()voidonConcurrentUpdate()voidonCopy()voidonDelete()voidonRename()voidonUpdate()-
Methods inherited from class org.uberfire.client.plugin.JSNativePlugin
buildElement, getContextId, getElement, getId, getPriority, getTitle, getType, hasArrayProperty, hasBooleanProperty, hasIntProperty, hasMethod, hasStringProperty, hasTemplate, onClose, onFocus, onLostFocus, onMayClose, onOpen, onOpen, onShutdown, onStartup, onStartup
-
-
-
-
Method Detail
-
build
public void build(com.google.gwt.core.client.JavaScriptObject obj)
- Overrides:
buildin classJSNativePlugin
-
onConcurrentUpdate
public void onConcurrentUpdate()
-
onConcurrentDelete
public void onConcurrentDelete()
-
onConcurrentRename
public void onConcurrentRename()
-
onConcurrentCopy
public void onConcurrentCopy()
-
onRename
public void onRename()
-
onDelete
public void onDelete()
-
onCopy
public void onCopy()
-
onUpdate
public void onUpdate()
-
getResourceType
public String getResourceType()
-
-