Servoy 5.x Public API

Package com.servoy.j2db.scripting

Interface Summary
IConstantsObject An interface to create Constants objects for return types IReturnedTypesProvider#getAllReturnedTypes().
IDeprecated Interface for tagging ScriptObjects as deprecated.
IJavaScriptType Interface for tagging return types IReturnedTypesProvider.getAllReturnedTypes() to be JavaScript types.
IPrefixedConstantsObject An interface to create Constants objects for return types IReturnedTypesProvider#getAllReturnedTypes().
IScriptObject Interface to be implemented by all Java objects that must be accessed by JavaScript
JSConvertedMap<K,V> Tagging interface that plugin can return as a map that will then be converted to a NativeObject in javascript.
 

Class Summary
FunctionDefinition Function definition, use to retrieve form and method name from a javascript Function object This class should be used to hold on to function objects in plugins that are later called by using the method FunctionDefinition.execute(IClientPluginAccess, Object[], boolean) which is a short cut to IClientPluginAccess.executeMethod(String, String, Object[], boolean)
JSEvent JSEvent, used as first argument to user-event callbacks.
 

Enum Summary
FunctionDefinition.Exist  
JSEvent.EventType  
 


Copyright © 2010 Servoy B.V.