Servoy 5.x Public API
A B C D E F G H I J L M N O P R S T U V W

A

ABSTRACT_FORM - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for ABSTRACT_FORM.
AbstractServoyDefaultAjaxBehavior - Class in com.servoy.j2db.server.headlessclient.dataui
A base AbstractDefaultAjaxBehavior that calls onAjaxError() in the browser when a failure happens.
AbstractServoyDefaultAjaxBehavior() - Constructor for class com.servoy.j2db.server.headlessclient.dataui.AbstractServoyDefaultAjaxBehavior
 
ACQUIRE_LOCK_FAILURE - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for ACQUIRE_LOCK_FAILURE.
ACTION - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() in a method that is attached to an onAction event.
add(Component) - Method in class com.servoy.j2db.util.toolbar.Toolbar
Add new Component as ACTION.
addBehavior(String, IBehavior) - Method in interface com.servoy.j2db.server.headlessclient.IPageContributor
Add a behaviour
addChangeListener(ChangeListener) - Method in class com.servoy.j2db.preference.PreferencePanel
Should return one of the final user actions.
addColumn(int, String, int) - Method in interface com.servoy.j2db.dataprocessing.IDataSet
adds a new column to the data set
addDynamicJavaScript(String) - Method in interface com.servoy.j2db.server.headlessclient.IPageContributor
Execute some dynamic JavaScript in the web client
addFoundSetEventListener(IFoundSetEventListener) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Add a foundset listener
addModificationListener(IModificationListener) - Method in interface com.servoy.j2db.dataprocessing.IRecord
Add modification listener
addPerformanceTiming(String, long) - Method in interface com.servoy.j2db.plugins.IServerAccess
Add performance timing data for an action.
addRow(Object[]) - Method in interface com.servoy.j2db.dataprocessing.IDataSet
Add a row in memory (not in db).
addRow(int, Object[]) - Method in interface com.servoy.j2db.dataprocessing.IDataSet
 
AGGREGATEVARIABLES - Static variable in interface com.servoy.j2db.dataprocessing.IFoundSet
 
ALIAS - Static variable in interface com.servoy.j2db.persistence.ITable
 
ALL_LOCALES - Static variable in class com.servoy.j2db.Messages
 
APPLICATION_RESTART_NEEDED - Static variable in class com.servoy.j2db.preference.PreferencePanel
 
applyMaxTime(Calendar) - Static method in class com.servoy.j2db.util.Utils
Set Calendar time part to 23:59:59:999
applyMinTime(Calendar) - Static method in class com.servoy.j2db.util.Utils
Set Calendar time part to 00:00:00:000
arrayAdd(T[], T, boolean) - Static method in class com.servoy.j2db.util.Utils
Add an element to an array.
arrayInsert(T[], Object[], int, int) - Static method in class com.servoy.j2db.util.Utils
Insert an array into another array at a certain position.
arrayJoin(T[], Object[]) - Static method in class com.servoy.j2db.util.Utils
Join 2 arrays into 1.
arrayMerge(T[], T[]) - Static method in class com.servoy.j2db.util.Utils
Merge two arrays in 1, the upperArray will be overlaid onto the lowerArray.
arraySub(T[], int, int) - Static method in class com.servoy.j2db.util.Utils
Get a sub-array.
asArray(Iterator<? extends T>, Class<T>) - Static method in class com.servoy.j2db.util.Utils
 
asList(Iterator<? extends T>) - Static method in class com.servoy.j2db.util.Utils
 
AUTO_SAVE_BLOCKED - Static variable in interface com.servoy.j2db.dataprocessing.ISaveConstants
Stop edit was blocked by autosave false flag.

B

BAD_SQL_SYNTAX - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for BAD_SQL_SYNTAX.
BASIC_HEIGHT - Static variable in class com.servoy.j2db.util.toolbar.Toolbar
Basic toolbar height.
bind(Component) - Method in class com.servoy.j2db.server.headlessclient.dataui.TooltipAttributeModifier
 
blockGUI(String) - Method in interface com.servoy.j2db.util.IUIBlocker
Block the Graphical User Interface, don't let any cmds happen, cursor is set to wait cursor.
BUNDLE_NAME - Static variable in class com.servoy.j2db.Messages
 

C

calculateMD5Hash(String) - Static method in class com.servoy.j2db.util.Utils
Deprecated. 
calculateMD5HashBase16(String) - Static method in class com.servoy.j2db.util.Utils
 
calculateMD5HashBase64(String) - Static method in class com.servoy.j2db.util.Utils
 
calculateWebSize(int, int, Border, Insets, int, Properties) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
 
calculateWebSize(int, int, Border, Insets, int, Properties, int) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
 
CHANGE_DELETE - Static variable in class com.servoy.j2db.dataprocessing.FoundSetEvent
Change type data is deleted when type is CONTENTS_CHANGED.
CHANGE_INSERT - Static variable in class com.servoy.j2db.dataprocessing.FoundSetEvent
Change type data is inserted when type is CONTENTS_CHANGED.
CHANGE_UPDATE - Static variable in class com.servoy.j2db.dataprocessing.FoundSetEvent
Change type data is updated when type is CONTENTS_CHANGED.
changeClassNameToFileName(String) - Static method in class com.servoy.j2db.util.Utils
Change the passed class name to its corresponding file name.
changedTime - Static variable in class com.servoy.j2db.Messages
 
changeFileNameToClassName(String) - Static method in class com.servoy.j2db.util.Utils
Change the passed file name to its corresponding class name.
ChangesRecorder - Class in com.servoy.j2db.server.headlessclient.dataui
This class records the changes for wicket components/beans in ajax mode.
ChangesRecorder() - Constructor for class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
default constructor if the component doesnt have default border or padding.
ChangesRecorder(Insets, Insets) - Constructor for class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
use this constructor if the component for which this change recorder is made has a default border or padding in the browser.
checkPasswordForUserName(String, String) - Method in interface com.servoy.j2db.plugins.IServerAccess
Check the password for a username using Servoy built-in user management.
CHECKSUM_FAILURE - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
clear() - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Remove the records from memory
clearHadMoreRows() - Method in interface com.servoy.j2db.dataprocessing.IDataSet
clears the moreRows boolean
CLIENT - Static variable in interface com.servoy.j2db.plugins.IClientPluginAccess
Constant returned by getApplicationType
CLIENT_NOT_AUTHORIZED - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for CLIENT_NOT_AUTHORIZED.
CLIENT_NOT_REGISTERED - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
closeConnection(Connection) - Static method in class com.servoy.j2db.util.Utils
 
closeInputStream(InputStream) - Static method in class com.servoy.j2db.util.Utils
 
closeOutputStream(OutputStream) - Static method in class com.servoy.j2db.util.Utils
 
closeReader(Reader) - Static method in class com.servoy.j2db.util.Utils
 
closeResultSet(ResultSet) - Static method in class com.servoy.j2db.util.Utils
 
closeStatement(Statement) - Static method in class com.servoy.j2db.util.Utils
 
closeStatement(PreparedStatement) - Static method in class com.servoy.j2db.util.Utils
 
closeWriter(Writer) - Static method in class com.servoy.j2db.util.Utils
 
COLUMN_NOT_FOUND - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
COLUMNS - Static variable in interface com.servoy.j2db.dataprocessing.IFoundSet
 
com.servoy.j2db - package com.servoy.j2db
 
com.servoy.j2db.cmd - package com.servoy.j2db.cmd
 
com.servoy.j2db.dataprocessing - package com.servoy.j2db.dataprocessing
 
com.servoy.j2db.dataui - package com.servoy.j2db.dataui
 
com.servoy.j2db.persistence - package com.servoy.j2db.persistence
 
com.servoy.j2db.plugins - package com.servoy.j2db.plugins
 
com.servoy.j2db.preference - package com.servoy.j2db.preference
 
com.servoy.j2db.scripting - package com.servoy.j2db.scripting
 
com.servoy.j2db.server.headlessclient - package com.servoy.j2db.server.headlessclient
 
com.servoy.j2db.server.headlessclient.dataui - package com.servoy.j2db.server.headlessclient.dataui
 
com.servoy.j2db.server.shared - package com.servoy.j2db.server.shared
 
com.servoy.j2db.ui - package com.servoy.j2db.ui
 
com.servoy.j2db.util - package com.servoy.j2db.util
 
com.servoy.j2db.util.toolbar - package com.servoy.j2db.util.toolbar
 
commitTransaction() - Method in interface com.servoy.j2db.dataprocessing.IDatabaseManager
Commit a transaction
compare(double, double) - Static method in class com.servoy.j2db.util.Utils
 
compareTo(Object) - Method in class com.servoy.j2db.util.toolbar.Toolbar.ToolbarKey
 
CONNECTION_LOST - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
containsDataProvider(String) - Method in interface com.servoy.j2db.dataprocessing.IGlobalValueEntry
Check if contains the specified global or aggregate dataprovider
CONTENTS_CHANGED - Static variable in class com.servoy.j2db.dataprocessing.FoundSetEvent
The foundset's content was changed.
convertFromObject(Map<String, String>, int, Object) - Method in interface com.servoy.j2db.dataprocessing.IColumnConverter
Convert from Object to column type.
convertPageFormatUnit(int, int, double) - Static method in class com.servoy.j2db.util.Utils
 
convertToObject(Map<String, String>, int, Object) - Method in interface com.servoy.j2db.dataprocessing.IColumnConverter
Convert from column type to an Object.
convertToString(Object) - Static method in class com.servoy.j2db.util.Utils
Convert to string representation, remove trailing '.0' for numbers.
copy(boolean) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Makes a copy/clone of the foundset
countNumbers(String) - Static method in class com.servoy.j2db.util.Utils
count the numbers in a string
createDBTableDataSource(String, String) - Static method in class com.servoy.j2db.util.DataSourceUtils
Create the a database data source string from server and table
createHeadlessClient(String) - Static method in class com.servoy.j2db.server.headlessclient.HeadlessClientFactory
 
createHeadlessClient(String, String, String) - Static method in class com.servoy.j2db.server.headlessclient.HeadlessClientFactory
 
createHeadlessClient(String, Object[]) - Static method in class com.servoy.j2db.server.headlessclient.HeadlessClientFactory
 
createHeadlessClient(String, String, String, Object[]) - Static method in class com.servoy.j2db.server.headlessclient.HeadlessClientFactory
 
createInmemDataSource(String) - Static method in class com.servoy.j2db.util.DataSourceUtils
Create the a data source string for an inmemory table
createInstance(String) - Method in interface com.servoy.j2db.IBeanManager
Create a bean based from an classname.
createPageFormat(double, double, double, double, double, double, int, int) - Static method in class com.servoy.j2db.util.Utils
Create a PageFormat object from the dimensions and margins.
createSessionBean(ServletRequest, String) - Static method in class com.servoy.j2db.server.headlessclient.HeadlessClientFactory
 
createSessionBean(ServletRequest, String, String, String) - Static method in class com.servoy.j2db.server.headlessclient.HeadlessClientFactory
 
createSessionBean(ServletRequest, String, Object[]) - Static method in class com.servoy.j2db.server.headlessclient.HeadlessClientFactory
 
createSessionBean(ServletRequest, String, String, String, Object[]) - Static method in class com.servoy.j2db.server.headlessclient.HeadlessClientFactory
 
createToolbar(String, String) - Method in interface com.servoy.j2db.util.toolbar.IToolbarPanel
Creates a toolbar with a underlying name and display name on the first row possible where it fits.
createToolbar(String, String, int) - Method in interface com.servoy.j2db.util.toolbar.IToolbarPanel
Creates a toolbar with a underlying name and display name on row that is specified.
CUSTOM_REPOSITORY_ERROR - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
customMessageLoader - Static variable in class com.servoy.j2db.Messages
CURRENTLY FOR INTERNAL USE ONLY, DO NOT USE.

D

DATA_ACCESS_RESOURCE_FAILURE - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for DATA_ACCESS_RESOURCE_FAILURE.
DATA_INTEGRITY_VIOLATION - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for DATA_INTEGRITY_VIOLATION.
DATACHANGE - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() in a method that is attached to an onDataChange event.
DataSourceUtils - Class in com.servoy.j2db.util


Normal Use: static methods

DB_DATASOURCE_SCHEME - Static variable in class com.servoy.j2db.util.DataSourceUtils
 
DB_DATASOURCE_SCHEME_COLON_SLASH - Static variable in class com.servoy.j2db.util.DataSourceUtils
 
DB_DATASOURCE_SCHEME_COLON_SLASH_LENGTH - Static variable in class com.servoy.j2db.util.DataSourceUtils
 
DEADLOCK - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for DEADLOCK.
DEBUG - Static variable in interface com.servoy.j2db.util.ILogLevel
Logging level.
decodeBASE64(String) - Static method in class com.servoy.j2db.util.Utils
 
DEFAULT_EQUALS_PRECISION - Static variable in class com.servoy.j2db.util.Utils
 
DEFAULT_LOCALE - Static variable in class com.servoy.j2db.Messages
 
DELETE_NOT_GRANTED - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for DELETE_NOT_GRANTED.
deleteAllRecords() - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Delete all records from foundset and datasource
deleteAllRecords() - Method in interface com.servoy.j2db.IForm
Delete all records in foundset.
deleteKey(String, Solution, String, Properties, IDataServer, IRepository) - Static method in class com.servoy.j2db.Messages
 
deleteRecord(int) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Delete a record from foundset and datasource
deleteRecord() - Method in interface com.servoy.j2db.IForm
Delete current record.
destroy() - Method in interface com.servoy.j2db.util.IDestroyable
Cleanup
DISPLAY_NAME - Static variable in interface com.servoy.j2db.plugins.IPlugin
Key to use to provide a display name from the plugin properties.
doIt(EventObject) - Method in interface com.servoy.j2db.cmd.ICmd
Perform an action.
DOUBLECLICK - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() in a method that is attached to an onDoubleClick event.
duplicateRecord(int, int) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Duplicate a record
duplicateRecord() - Method in interface com.servoy.j2db.IForm
Duplicate current record.

E

ELEMENT_CHANGED_TYPE - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
encodeBASE64(byte[]) - Static method in class com.servoy.j2db.util.Utils
 
equalObjects(Object, Object) - Static method in class com.servoy.j2db.util.Utils
 
equalObjects(Object, Object, boolean) - Static method in class com.servoy.j2db.util.Utils
 
equalObjects(Object, Object, double) - Static method in class com.servoy.j2db.util.Utils
 
equalObjects(Object, Object, double, boolean) - Static method in class com.servoy.j2db.util.Utils
 
ERROR - Static variable in interface com.servoy.j2db.util.ILogLevel
Logging level.
ERROR_IN_TRANSACTION - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
ERROR_NO_REPOSITORY_IN_DB - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
ERROR_OLD_REPOSITORY_IN_DB - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
ERROR_TOO_NEW_REPOSITORY_IN_DB - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
escapeMarkup(String) - Static method in class com.servoy.j2db.util.Utils
Deprecated. 
escapeMarkup(String, boolean) - Static method in class com.servoy.j2db.util.Utils
Deprecated. 
escapeMarkup(String, boolean, boolean) - Static method in class com.servoy.j2db.util.Utils
Deprecated. 
eval(String) - Method in interface com.servoy.j2db.IForm
Eval a javascript
execute(IClientPluginAccess, Object[], boolean) - Method in class com.servoy.j2db.scripting.FunctionDefinition
Helper method that calls the IClientPluginAccess.executeMethod(String, String, Object[], boolean) for you with the right formname/context and method name.
EXECUTE_PROGRAM_FAILED - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for EXECUTE_PROGRAM_FAILED.
executeCmd(ICmd, EventObject) - Method in interface com.servoy.j2db.cmd.ICmdManager
Execute a ICmd.
executeMethod(String, String, Object[], boolean) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Executes a method with method name and arguments in the given context If context is a form name a form method is executed, if null a global method will be assumed.
executeRegisteredAction(String) - Method in interface com.servoy.j2db.cmd.ICmdManager
Execute a known previously registered command.
existInDataSource() - Method in interface com.servoy.j2db.dataprocessing.IRecord
Check if this is a new not yet saved record
exists(IClientPluginAccess) - Method in class com.servoy.j2db.scripting.FunctionDefinition
Test if the given methodName or formName do exist.
exportObject(Remote) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Deprecated. 

F

FATAL - Static variable in interface com.servoy.j2db.util.ILogLevel
Logging level.
filterArrayClass(Object[], Class<T>) - Static method in class com.servoy.j2db.util.Utils
Filter an array for the items that are assignable from the given class.
find() - Method in interface com.servoy.j2db.IForm
Enter the find.
FIND_MODE_CHANGE - Static variable in class com.servoy.j2db.dataprocessing.FoundSetEvent
The foundset's find mode was changed.
findErrorCode() - Method in exception com.servoy.j2db.util.ServoyException
 
findLastNumber(String) - Static method in class com.servoy.j2db.util.Utils
hardcore try to find the last number in a string
findNumber(String) - Static method in class com.servoy.j2db.util.Utils
hardcore try to find a number in a string
fireDragToolbar(int, int, int) - Method in class com.servoy.j2db.util.toolbar.Toolbar
Fire drag of Toolbar
fireDropToolbar(int, int, int) - Method in class com.servoy.j2db.util.toolbar.Toolbar
Fire drop of Toolbar
flushAllClientsCache(String, String, String) - Method in interface com.servoy.j2db.plugins.IServerAccess
Flush cached database data.
FOCUSGAINED - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() in a method that is attached to an onFocusGained or the forms onElementFocusGained event.
FOCUSLOST - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() in a method that is attached to an onFocusLost or the forms onElementFocusLost event.
FORM - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() in a method that is attached to a form event (like onShow) or command (like onDeleteRecord)
formatNumber(Locale, String, String) - Static method in class com.servoy.j2db.util.Utils
Format a given number (Visitor (locale) specific)
formatNumber(Locale, double, int) - Static method in class com.servoy.j2db.util.Utils
Format a given number (Visitor (locale) specific)
formatNumber(Locale, double, String) - Static method in class com.servoy.j2db.util.Utils
Format a given number (Visitor (locale) specific)
formatNumber(Locale, Object, String) - Static method in class com.servoy.j2db.util.Utils
Format a given number (Visitor (locale) specific)
formatTime(int, String) - Static method in class com.servoy.j2db.util.Utils
Format a given number of miliseconds in a formatted time Note:if the time (in milliseconds) is smaller than ~month, it is calulated without a timezone)
formatTime(long, String) - Static method in class com.servoy.j2db.util.Utils
Format a given number of miliseconds in a formatted time Note:if the time (in milliseconds) is smaller than ~month, it is calulated without a timezone)
foundSetChanged(FoundSetEvent) - Method in interface com.servoy.j2db.dataprocessing.IFoundSetEventListener
The method to receive notifications
FoundSetEvent - Class in com.servoy.j2db.dataprocessing
The event object for foundset event listeners
FoundSetEvent(IFoundSet, int, int) - Constructor for class com.servoy.j2db.dataprocessing.FoundSetEvent
 
FunctionDefinition - Class in com.servoy.j2db.scripting
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)
FunctionDefinition() - Constructor for class com.servoy.j2db.scripting.FunctionDefinition
 
FunctionDefinition(String) - Constructor for class com.servoy.j2db.scripting.FunctionDefinition
Create FunctionDefinition from [formname|globals].method string.
FunctionDefinition(String, String) - Constructor for class com.servoy.j2db.scripting.FunctionDefinition
 
FunctionDefinition(Function) - Constructor for class com.servoy.j2db.scripting.FunctionDefinition
 
FunctionDefinition.Exist - Enum in com.servoy.j2db.scripting
 

G

generateAjaxResponse(AjaxRequestTarget) - Method in interface com.servoy.j2db.server.headlessclient.IWebClientPluginAccess
Ajax Behaviour helper for behaviours added to the page via the page contributor
generateNormalizedName(String) - Static method in class com.servoy.j2db.util.Utils
 
getAllReturnedTypes() - Method in exception com.servoy.j2db.util.ServoyException
 
getApplicationName() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the application name.
getApplicationType() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the application type.
getApplicationType() - Method in interface com.servoy.j2db.server.shared.IClientInformation
Gets the type of the application that was started by this client (smart client, web client, ...).
getAsBoolean(String) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given string as a boolean
getAsBoolean(Object) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given object as a boolean
getAsDouble(String) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given string as a double
getAsDouble(String, boolean) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given string as a double
getAsDouble(Object) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given object as a double
getAsDouble(Object, boolean) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given object as a double
getAsFloat(Object) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given object as a float
getAsFloat(Object, boolean) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given object as a float
getAsFloat(String) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given string as a float
getAsFloat(String, boolean) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given string as a float
getAsInteger(String) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given string as an integer
getAsInteger(String, boolean) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given string as an integer
getAsInteger(Object) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given object as an integer
getAsInteger(Object, boolean) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given object as an integer
getAsLong(String) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given string as a long
getAsLong(Object) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given object as a long
getAsLong(String, boolean) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given string as a long
getAsLong(Object, boolean) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given object as a long
getAsUUID(Object, boolean) - Static method in class com.servoy.j2db.util.Utils
Try to parse the given object as a UUID
getBackground() - Method in interface com.servoy.j2db.ui.IComponent
 
getBeanInstance(int, IClientPluginAccess, Object[]) - Method in interface com.servoy.j2db.IServoyBeanFactory
Factory method to create the actual component, the servoyApplicationType is one the IClientPluginAccess client constants like IClientPluginAccess.CLIENT for the smart client.
getBeanManager() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the bean manager (used to control beans).
getBehavior(String) - Method in interface com.servoy.j2db.server.headlessclient.IPageContributor
Get a behaviour with a name
getBorder() - Method in interface com.servoy.j2db.ui.IComponent
 
getBounds(Iterator<?>) - Static method in class com.servoy.j2db.util.Utils
Get the rectangle that surrounds all elements
getBytes() - Method in interface com.servoy.j2db.plugins.IUploadData
The contents of this uploaded data.
getCatalog() - Method in interface com.servoy.j2db.persistence.ITable
 
getChanges() - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
 
getChanges() - Method in interface com.servoy.j2db.ui.IStylePropertyChanges
 
getChangeType() - Method in class com.servoy.j2db.dataprocessing.FoundSetEvent
Returns the change type of the event when type is FoundSetEvent.CONTENTS_CHANGED.
getChoices() - Method in interface com.servoy.j2db.dataprocessing.IPropertyDescriptor
For type IPropertyDescriptor.STRING or IPropertyDescriptor.NUMBER you can define predefined list so that users can only choose one of those.
getChoices() - Method in class com.servoy.j2db.dataprocessing.PropertyDescriptor
 
getClassLoader() - Method in interface com.servoy.j2db.IBeanManager
Get the bean classloader (normally system classloader).
getClassLoader() - Method in interface com.servoy.j2db.plugins.IPluginManager
Get the plugin classloader
getClientID() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the clientID.
getClientID() - Method in interface com.servoy.j2db.server.headlessclient.IHeadlessClient
Gets the clientId of this client.
getClientID() - Method in interface com.servoy.j2db.server.shared.IClientInformation
Gets the clientId of this client.
getCmdManager() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the cmd manager (used to execute undoable cmd).
getColumnConverters() - Method in interface com.servoy.j2db.plugins.IColumnConverterProvider
Get all the defined converters
getColumnCount() - Method in interface com.servoy.j2db.dataprocessing.IDataSet
Get the number of columns in this dataset.
getColumnNames() - Method in interface com.servoy.j2db.dataprocessing.IDataSet
Return the names of the columns, can be null is not requested from server.
getColumnNames() - Method in interface com.servoy.j2db.persistence.ITable
 
getColumnType(String) - Method in interface com.servoy.j2db.persistence.ITable
 
getColumnTypes() - Method in interface com.servoy.j2db.dataprocessing.IDataSet
Return the types of the columns, can be null is not requested from server.
getColumnValidators() - Method in interface com.servoy.j2db.plugins.IColumnValidatorProvider
Get all the defined validators
getConnectedClients() - Method in interface com.servoy.j2db.plugins.IServerAccess
Returns an array of IClientInformation instances that correspond to clients that are currently connected to this server.
getConstructorName() - Method in interface com.servoy.j2db.scripting.JSConvertedMap
returns the constructor name like "Array" that should be created.
getContentType() - Method in interface com.servoy.j2db.plugins.IUploadData
The content type of the data.
getController() - Method in interface com.servoy.j2db.ui.IFormUI
Get the controller.
getCurrentForm() - Method in interface com.servoy.j2db.IFormManager
Get the current active showing form.
getCurrentWindow() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the current showing window (Dialog or Frame) Use this one as a parent if you want to display a dialog or other frame.
getData() - Method in class com.servoy.j2db.scripting.JSEvent
 
getDatabaseManager() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the database manager (used to control the rows/transactions etc).
getDataProviderNames(int) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
The dataprovider names
getDataProviderValue(String) - Method in interface com.servoy.j2db.dataprocessing.IGlobalValueEntry
Get the value from the specified global or aggregate dataprovider, always check first width IGlobalValueEntry.containsDataProvider(String)
getDataProviderValue(String, String) - Method in interface com.servoy.j2db.server.headlessclient.IHeadlessClient
Get a dataprovider value.
getDataSource(ITable) - Method in interface com.servoy.j2db.dataprocessing.IDatabaseManager
Get a datasource for a table object interface
getDataSource() - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
The datasource this foundset is build on
getDataSource() - Method in interface com.servoy.j2db.IForm
 
getDataSource() - Method in interface com.servoy.j2db.persistence.ITable
 
getDBServer(String, boolean, boolean) - Method in interface com.servoy.j2db.plugins.IServerAccess
Returns an IServer instance that corresponds to the database server with a specified name.
getDBServerConnection(String, String) - Method in interface com.servoy.j2db.plugins.IServerAccess
Get a pooled and reserved jdbc connection, do not forget to close() if done with it (leave commit/rollback to starter of transaction).
getDBServerConnection(String) - Method in interface com.servoy.j2db.plugins.IServerAccess
Get a pooled raw jdbc connection, do not forget to close() if done with it.
getDBServerNames(boolean, boolean, boolean, boolean) - Method in interface com.servoy.j2db.plugins.IServerAccess
Returns an array with the names of existing database servers.
getDBServernameTablename(String) - Static method in class com.servoy.j2db.util.DataSourceUtils
Get the server and table name from the datasource (when is is a db datasource)
getDefaultOption(PropertyEditorOption) - Method in class com.servoy.j2db.dataui.PropertyEditorHint
 
getDefaultProperties() - Method in interface com.servoy.j2db.dataprocessing.IColumnConverter
Called for default properties about the converter.
getDefaultProperties() - Method in interface com.servoy.j2db.dataprocessing.IColumnValidator
Called for default properties about the validator.
getDisplayName() - Method in class com.servoy.j2db.util.toolbar.Toolbar
 
getDotQualitfied(Object...) - Static method in class com.servoy.j2db.util.Utils
 
getErrorCode() - Method in exception com.servoy.j2db.util.ServoyException
Returns the errorCode.
getExecutor() - Method in interface com.servoy.j2db.plugins.IPluginAccess
Get the task executor.
getExportMenu() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the export menu, used by plugins to add export menu items (actions).
getFailureScript() - Method in class com.servoy.j2db.server.headlessclient.dataui.AbstractServoyDefaultAjaxBehavior
 
getFailureScript() - Method in class com.servoy.j2db.server.headlessclient.dataui.ServoyAjaxEventBehavior
 
getFile() - Method in interface com.servoy.j2db.plugins.IUploadData
If this data maps to a file it will return the real file system file, null otherwise.
getFileContent(File) - Static method in class com.servoy.j2db.util.Utils
 
getFont() - Method in interface com.servoy.j2db.ui.IComponent
 
getForeground() - Method in interface com.servoy.j2db.ui.IComponent
 
getForm(String) - Method in interface com.servoy.j2db.IFormManager
Get a form by name, which might not be visible
getFormManager() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the form manager (used to control the forms, show etc).
getFormName() - Method in class com.servoy.j2db.scripting.FunctionDefinition
 
getFoundSet() - Method in interface com.servoy.j2db.IForm
 
getGlobalRelatedFoundSet(String) - Method in interface com.servoy.j2db.dataprocessing.IFoundSetManager
 
getHostAddress() - Method in interface com.servoy.j2db.server.shared.IClientInformation
Gets the address of the host computer where this client has connected from.
getHostIdentifier() - Method in interface com.servoy.j2db.server.shared.IClientInformation
Gets the identified of the host computer where this client has connected from.
getHostName() - Method in interface com.servoy.j2db.server.shared.IClientInformation
Gets the name of the host computer where this client has connected from.
getI18NMessage(String, Object[]) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get a message for the specified i18n key
getId() - Method in interface com.servoy.j2db.ui.IComponent
wicket id, normally the UUID prefixed with 'sv_'
getImage() - Method in interface com.servoy.j2db.plugins.IClientPlugin
Get the plugin image (16x16 px), used in the developer debugger treeview and preference tabpanel.
getImportMenu() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the import menu, used by plugins to add import menu items (actions).
getLabel() - Method in interface com.servoy.j2db.dataprocessing.IPropertyDescriptor
The label that will be shown in the developer for this property.
getLabel() - Method in class com.servoy.j2db.dataprocessing.PropertyDescriptor
 
getLocation() - Method in interface com.servoy.j2db.ui.IComponent
 
getMediaURLStreamHandler() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Returns a URLStreamHandler for handling servoy urls ('media' protocol).
getMessage() - Method in exception com.servoy.j2db.util.ServoyException
 
getMethodName() - Method in class com.servoy.j2db.scripting.FunctionDefinition
 
getMnemonic() - Method in class com.servoy.j2db.util.toolbar.ToolbarButton
 
getName() - Method in interface com.servoy.j2db.dataprocessing.IColumnConverter
Get the name for this converter
getName() - Method in interface com.servoy.j2db.dataprocessing.IColumnValidator
Get the name for this validator
getName() - Method in class com.servoy.j2db.dataprocessing.ModificationEvent
Get the dataprovider name
getName() - Method in interface com.servoy.j2db.IForm
Get the form name
getName() - Method in interface com.servoy.j2db.persistence.ISupportName
The identifying name of the item.
getName() - Method in interface com.servoy.j2db.persistence.ITable
 
getName() - Method in interface com.servoy.j2db.plugins.IClientPlugin
returns the (JavaScript)name for the plugin,name SHOULD apply to the JAVA identifier rules.
getName() - Method in interface com.servoy.j2db.plugins.IUploadData
The name of the file on the users machine.
getName() - Method in interface com.servoy.j2db.ui.IComponent
Javascript name getter
getNewFoundSet(String) - Method in interface com.servoy.j2db.dataprocessing.IFoundSetManager
Get a new uninitialized foundset for some data source not being attached to any Form.
getNextSequence(String, String, String) - Method in interface com.servoy.j2db.plugins.IServerAccess
To retrieve servoy sequence values.
getOption(PropertyEditorOption) - Method in class com.servoy.j2db.dataui.PropertyEditorHint
 
getPaddingAndBorder(int, Border, Insets, int, Properties) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
 
getPaddingAndBorder(int, Border, Insets, int, Properties, int) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
 
getPaddingAndBorder() - Method in interface com.servoy.j2db.ui.ISupportWebBounds
 
getPageContributor() - Method in interface com.servoy.j2db.server.headlessclient.IWebClientPluginAccess
Get the page contributor
getParameterNames(String) - Method in interface com.servoy.j2db.scripting.IScriptObject
Get the parameterNames for a methodName
getParentFoundSet() - Method in interface com.servoy.j2db.dataprocessing.IRecord
Get the foundset this record belongs to
getPK() - Method in interface com.servoy.j2db.dataprocessing.IRecord
The the record identifier (primary key)
getPlatform() - Method in interface com.servoy.j2db.plugins.IPluginAccess
Get the platform (Operating system).
getPlatform() - Static method in class com.servoy.j2db.util.Utils
 
getPlatform(String) - Static method in class com.servoy.j2db.util.Utils
 
getPlugin(Class<T>, String) - Method in interface com.servoy.j2db.plugins.IPluginManager
Create a bean based from an classname.
getPluginAccess() - Method in interface com.servoy.j2db.server.headlessclient.IHeadlessClient
Get the plugin access, for more functionality.
getPluginManager() - Method in interface com.servoy.j2db.plugins.IPluginAccess
Get the manager which handles the plugins
getPlugins(Class<T>) - Method in interface com.servoy.j2db.plugins.IPluginManager
Get a list of all loaded plugins for a class type
getPreconditionScript() - Method in class com.servoy.j2db.server.headlessclient.dataui.AbstractServoyDefaultAjaxBehavior
 
getPreconditionScript() - Method in class com.servoy.j2db.server.headlessclient.dataui.ServoyAjaxEventBehavior
 
getPreferencePanels() - Method in interface com.servoy.j2db.plugins.IClientPlugin
Create panels for the Preferences dialog, lazy called when shown.
getPrefix() - Method in interface com.servoy.j2db.scripting.IPrefixedConstantsObject
 
getPrefix() - Method in class com.servoy.j2db.scripting.JSEvent
 
getProperties() - Method in interface com.servoy.j2db.plugins.IPlugin
Called for info about the plugin.
getPropertyDescriptor(String) - Method in interface com.servoy.j2db.dataprocessing.IPropertyDescriptorProvider
Return the IPropertyDescriptor for the given property.
getPropertyEditorClass() - Method in class com.servoy.j2db.dataui.PropertyEditorHint
 
getRecord(int) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Get a record object, getting the last of current size might trigger a load of more records if more present
getRecord() - Method in class com.servoy.j2db.dataprocessing.ModificationEvent
Get the record this notification is for and value is from
getRecordIndex(IRecord) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Get the index of a record object inside a foundset
getRecords(int, int) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Get multiple record Objects at once
getRegisteredAction(String) - Method in interface com.servoy.j2db.cmd.ICmdManager
Get a previously registered command.
getRelatedFoundSet(String) - Method in interface com.servoy.j2db.dataprocessing.IRecord
Get a related foundset for this record
getRelationName() - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
The relation name if this foundset is a related foundset
getReleaseNumber() - Method in interface com.servoy.j2db.plugins.IPluginAccess
Get the application release number.
getRequiredPropertyNames() - Method in interface com.servoy.j2db.plugins.IServerPlugin
Provide the properties that can be used to configure this plugin.
getRequiredUserAction() - Method in class com.servoy.j2db.preference.PreferencePanel
Should return one of the final user actions.
getResourceBundle(Locale) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
ResourceBundle containing all the messages of the current loaded solution.
getRow(int) - Method in interface com.servoy.j2db.dataprocessing.IDataSet
Get a specified row.
getRow() - Method in class com.servoy.j2db.util.toolbar.Toolbar.ToolbarKey
 
getRowCount() - Method in interface com.servoy.j2db.dataprocessing.IDataSet
Get the number of rows in this dataset.
getRowIdentColumnNames() - Method in interface com.servoy.j2db.persistence.ITable
 
getRowIndex() - Method in class com.servoy.j2db.util.toolbar.Toolbar.ToolbarKey
 
getRuntimeProperties() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Map containing runtime properties (will never be stored, and live one session)
getSample(String) - Method in interface com.servoy.j2db.scripting.IScriptObject
Get the sample for a methodName
getSchema() - Method in interface com.servoy.j2db.persistence.ITable
 
getScriptObject() - Method in interface com.servoy.j2db.plugins.IClientPlugin
returns the object which has 'js_xxxx' methods for script calling, or null if not scriptable
getSelectedIndex() - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Get the selected index
getServerName() - Method in interface com.servoy.j2db.persistence.ITable
 
getServerNames(Set<String>) - Static method in class com.servoy.j2db.util.DataSourceUtils
Get the sorted set of server names used server names in the data sources list
getServerService(String) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get a remote service, will not work in the Servoy Runtime product!
getServerTablenames(Set<String>, String) - Static method in class com.servoy.j2db.util.DataSourceUtils
Get the table names with the given server name in the data sources list
getServerURL() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the http server url
getSettings() - Method in interface com.servoy.j2db.plugins.IPluginAccess
Get the user properties (when setting something prefix the key with 'plugin.pluginname.').
getSharedFoundSet(String) - Method in interface com.servoy.j2db.dataprocessing.IFoundSetManager
Get current shared foundset for some table,use this method to retrieve data from or manipulate a Form foundset.
getSize() - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Get the size of present cached row identifiers (primary keys)
getSize() - Method in interface com.servoy.j2db.ui.IComponent
 
getSolutionName() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the current solution name
getSort() - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Returns the current sort string of this Foundset like "column1 asc, column2 desc"
getSourceFoundset() - Method in class com.servoy.j2db.dataprocessing.FoundSetEvent
 
getSpecialId(int, Component) - Static method in class com.servoy.j2db.server.headlessclient.dataui.WebComponentSpecialIdMaker
 
getSpecialIdIfAppropriate(Component) - Static method in class com.servoy.j2db.server.headlessclient.dataui.WebComponentSpecialIdMaker
Determines the markup ID of a given component.
getSQLName() - Method in interface com.servoy.j2db.persistence.ITable
 
getString(String) - Static method in class com.servoy.j2db.Messages
 
getString(String, Object[]) - Static method in class com.servoy.j2db.Messages
 
getStringIfPrefix(String) - Static method in class com.servoy.j2db.Messages
 
getStylePropertyChanges() - Method in interface com.servoy.j2db.ui.IProviderStylePropertyChanges
Returns an instanceof IStylePropertyChanges that monitors the changes of this component See ChangesRecorder for an implementation that you can use for this.
getSupportedColumnTypes() - Method in interface com.servoy.j2db.dataprocessing.IColumnConverter
Get the database output types on which this converter can work.
getSupportedColumnTypes() - Method in interface com.servoy.j2db.dataprocessing.IColumnValidator
Get the db types on which this validator can work.
getTable(String) - Method in interface com.servoy.j2db.dataprocessing.IDatabaseManager
Get a table object interface for a datasource
getTable() - Method in interface com.servoy.j2db.IForm
Deprecated. 
getTableType() - Method in interface com.servoy.j2db.persistence.ITable
 
getTabName() - Method in class com.servoy.j2db.preference.PreferencePanel
Should return the tabname that must be displayed as the tab title.
getToObjectType(Map<String, String>) - Method in interface com.servoy.j2db.dataprocessing.ITypedColumnConverter
returns the type the converter converts to, should be one of the IColumnTypes this should return Integer.MAX_VALUE if the type is unknown, or when the default column type should be used.
getToolBar(String) - Method in interface com.servoy.j2db.util.toolbar.IToolbarPanel
Returns the toolbar that has the given name.
getToolbar() - Method in class com.servoy.j2db.util.toolbar.Toolbar.ToolbarKey
 
getToolBarNames() - Method in interface com.servoy.j2db.util.toolbar.IToolbarPanel
Returns the current used toolbar names.
getToolbarPanel() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the toolbar panel (used to control toolbars).
getToolTip(String) - Method in interface com.servoy.j2db.scripting.IScriptObject
Get the tooltip for a methodName
getToolTipText() - Method in interface com.servoy.j2db.ui.IComponent
 
getTransactionID(String) - Method in interface com.servoy.j2db.dataprocessing.IDatabaseManager
Get the transaction id, the client may have.
getTXTFileContent(File) - Static method in class com.servoy.j2db.util.Utils
 
getTXTFileContent(File, Charset) - Static method in class com.servoy.j2db.util.Utils
 
getTXTFileContent(InputStream, Charset) - Static method in class com.servoy.j2db.util.Utils
 
getType() - Method in class com.servoy.j2db.dataprocessing.FoundSetEvent
Returns the type of the event.
getType() - Method in interface com.servoy.j2db.dataprocessing.IPropertyDescriptor
The type of the property, return one of the types IPropertyDescriptor.STRING or IPropertyDescriptor.GLOBAL_METHOD
getType() - Method in class com.servoy.j2db.dataprocessing.PropertyDescriptor
 
getURLContent(String) - Static method in class com.servoy.j2db.util.Utils
 
getUserGroups(String) - Method in interface com.servoy.j2db.plugins.IServerAccess
Returns an array of user groups the user with userUid is member of (using Servoy built-in user management).
getUserName() - Method in interface com.servoy.j2db.server.shared.IClientInformation
Gets the name of the user who logged in at this client.
getUserUID() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Get the userUID.
getUserUID() - Method in interface com.servoy.j2db.server.shared.IClientInformation
Gets the uid of the user who logged in at this client.
getUTF8EncodedStream(String) - Static method in class com.servoy.j2db.util.Utils
 
getValue(String) - Method in interface com.servoy.j2db.dataprocessing.IRecord
Get a record value
getValue() - Method in class com.servoy.j2db.dataprocessing.ModificationEvent
Get the changed value
getValueListItems(String, String) - Method in interface com.servoy.j2db.server.headlessclient.ISessionBean
Get valuelist items as dataset.
getVersion() - Method in interface com.servoy.j2db.plugins.IPluginAccess
Get the application version.
getView() - Method in interface com.servoy.j2db.IForm
get the current view (see constants).
getWebBounds() - Method in interface com.servoy.j2db.ui.ISupportWebBounds
 
getWindow(String) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Gets the java Window for the JS window or JS dialog with the given name.
GLOBAL_METHOD - Static variable in interface com.servoy.j2db.dataprocessing.IPropertyDescriptor
 

H

hadMoreRows() - Method in interface com.servoy.j2db.dataprocessing.IDataSet
Returns true if the query had more results but this set was limited by performQuery (rowsToRetrieve).
handleCancel() - Method in class com.servoy.j2db.preference.PreferencePanel
Called by the Preference Dialog when the cancel button is pressed
handleException(String, Exception) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Invoke the Servoy solution error handler with a msg and exception.
handleOK() - Method in class com.servoy.j2db.preference.PreferencePanel
Called by the Preference Dialog when the OK button is pressed.
has(String) - Method in interface com.servoy.j2db.dataprocessing.IRecord
Returns true if the dataprovider can be resolved by this object.
hasDefaultServerMessages() - Static method in class com.servoy.j2db.Messages
CURRENTLY FOR INTERNAL USE ONLY, DO NOT CALL.
hasErrorCode(int) - Method in exception com.servoy.j2db.util.ServoyException
 
hasTransaction() - Method in interface com.servoy.j2db.dataprocessing.IDatabaseManager
Check if a transaction is present
HEADLESS_CLIENT - Static variable in interface com.servoy.j2db.plugins.IClientPluginAccess
Constant returned by getApplicationType
HeadlessClientFactory - Class in com.servoy.j2db.server.headlessclient
Factory for headless clients
HeadlessClientFactory() - Constructor for class com.servoy.j2db.server.headlessclient.HeadlessClientFactory
 
HTTPUtils - Class in com.servoy.j2db.util
Class that provides static utility methods related to HTTP.
HTTPUtils() - Constructor for class com.servoy.j2db.util.HTTPUtils
 

I

IBeanManager - Interface in com.servoy.j2db
Manages the beans.
IClientInformation - Interface in com.servoy.j2db.server.shared
Interface to receive some client information at the server side
IClientPlugin - Interface in com.servoy.j2db.plugins
Base interface for all client plugins.
IClientPluginAccess - Interface in com.servoy.j2db.plugins
Default client plugin api
ICmd - Interface in com.servoy.j2db.cmd
Simple interface for cmds (execution).
ICmdManager - Interface in com.servoy.j2db.cmd
The Action and Command manager
IColumnConverter - Interface in com.servoy.j2db.dataprocessing
Public interface for a converter, this one is deprecated from 5.0 on Please use ITypedColumnConverter from 5.0 on so that the converter will return its to object type.
IColumnConverterProvider - Interface in com.servoy.j2db.plugins
Public interface for client plugins, implement if wanting to provide converters
IColumnValidator - Interface in com.servoy.j2db.dataprocessing
Public interface for a validator
IColumnValidatorProvider - Interface in com.servoy.j2db.plugins
Public interface for client plugins, implement if wanting to provide validators
IComponent - Interface in com.servoy.j2db.ui
Interface to which form elements needs to conform, to be handled in the same way for swing(rich client) or wicket(webclient) UI.
IConstantsObject - Interface in com.servoy.j2db.scripting
An interface to create Constants objects for return types IReturnedTypesProvider#getAllReturnedTypes().
IDatabaseManager - Interface in com.servoy.j2db.dataprocessing
The foundset manager interface for handling all kinds of database functions.
IDataSet - Interface in com.servoy.j2db.dataprocessing
Dataset interface
IDeprecated - Interface in com.servoy.j2db.scripting
Interface for tagging ScriptObjects as deprecated.
IDestroyable - Interface in com.servoy.j2db.util
General interface for objects that need some cleanup.
IDisplay - Interface in com.servoy.j2db.dataprocessing
Interface for components that have some additional functionality.
It is meant for components that are linked to dataProviders.
IForm - Interface in com.servoy.j2db
Interface for manipulating a form
IFormManager - Interface in com.servoy.j2db
Interface to handle forms.
IFormUI - Interface in com.servoy.j2db.ui
Extension to IComponent for components that are forms.
IFoundSet - Interface in com.servoy.j2db.dataprocessing
The public foundset interface
IFoundSetEventListener - Interface in com.servoy.j2db.dataprocessing
Used to listen for foundset changes.
IFoundSetManager - Interface in com.servoy.j2db.dataprocessing
Instances of this class manages all the foundsets in a client
IGlobalValueEntry - Interface in com.servoy.j2db.dataprocessing
Value entry interface
IHeadlessClient - Interface in com.servoy.j2db.server.headlessclient
 
IJavaScriptType - Interface in com.servoy.j2db.scripting
Interface for tagging return types IReturnedTypesProvider.getAllReturnedTypes() to be JavaScript types.
ILogLevel - Interface in com.servoy.j2db.util
Logging levels that can be passed as parameter to application.output javascript function
IMediaUploadCallback - Interface in com.servoy.j2db.plugins
Call back interface for opening the MediaUploadPage through the call IWebClientPluginAccess#showFileOpenDialog(IMediaUploadCallback, String, boolean, String[])
IModificationListener - Interface in com.servoy.j2db.dataprocessing
Used to listend on for modifications
INCORRECT_LOGIN - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for INCORRECT_LOGIN.
INFO - Static variable in interface com.servoy.j2db.util.ILogLevel
Logging level.
initialize(IClientPluginAccess) - Method in interface com.servoy.j2db.dataui.IServoyAwareBean
Initializes the bean.
initialize(IClientPluginAccess) - Method in interface com.servoy.j2db.plugins.IClientPlugin
Called on startup after client application started.
initialize(IServerAccess) - Method in interface com.servoy.j2db.plugins.IServerPlugin
Called on application startup after application started.
INMEM_DATASOURCE_SCHEME - Static variable in class com.servoy.j2db.util.DataSourceUtils
 
INSTANCE - Static variable in class com.servoy.j2db.server.headlessclient.dataui.StyleAttributeModifierModel
The attribute modifier instance to add to the behavior list of your Wicket component that implements IProviderStylePropertyChanges
INSTANCE - Static variable in class com.servoy.j2db.server.headlessclient.dataui.TooltipAttributeModifier
The attribute modifier instance to add to the behavior list of your Wicket IComponent for displaying its tooltip
INTERNAL_ERROR - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
INVALID_EXPORT - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
INVALID_INPUT - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for INVALID_INPUT.
INVALID_INPUT_FORMAT - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for INVALID_INPUT_FORMAT.
INVALID_PROPERTY_VALUE - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
INVALID_RESULTSET_ACCESS - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for INVALID_RESULTSET_ACCESS.
INVALID_RMI_SERVER_CONNECTION - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
invalidConnection - Static variable in class com.servoy.j2db.Messages
 
invertRecords() - Method in interface com.servoy.j2db.IForm
Invert the foundset.
invokeLater(IEventDelegator, List<Runnable>) - Static method in class com.servoy.j2db.util.Utils
 
IPageContributor - Interface in com.servoy.j2db.server.headlessclient
Interface to add behaviours to webclient.
IPlugin - Interface in com.servoy.j2db.plugins
Interface for all plugin interfaces.
IPluginAccess - Interface in com.servoy.j2db.plugins
Default plugin api
IPluginManager - Interface in com.servoy.j2db.plugins
Public interface for the plugin manager
IPrefixedConstantsObject - Interface in com.servoy.j2db.scripting
An interface to create Constants objects for return types IReturnedTypesProvider#getAllReturnedTypes().
IPropertyDescriptor - Interface in com.servoy.j2db.dataprocessing
Interface for describing properties of Column Converters or Validators Try to use the the implementation class PropertyDescriptor this interface can change with new Servoy versions if new functionality is needed.
IPropertyDescriptorProvider - Interface in com.servoy.j2db.dataprocessing
Interface for converters and validators to describe there properties
IProviderStylePropertyChanges - Interface in com.servoy.j2db.ui
Implement this interface if wicket component/bean wants to update itself in the browser through ajax requests.
IRecord - Interface in com.servoy.j2db.dataprocessing
The Record interface for business objects (table rows)
isAppleMacOS() - Static method in class com.servoy.j2db.util.Utils
 
isAuthenticated(String) - Method in interface com.servoy.j2db.plugins.IServerAccess
Check if the client exists and is authenticated with the server.
ISaveConstants - Interface in com.servoy.j2db.dataprocessing
Constants used in stopEditting to give the status of the save.
isChanged() - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
Returns true if this change recorder is changed and its component will be rendered the next time.
isChanged() - Method in interface com.servoy.j2db.ui.IStylePropertyChanges
Returns true if this change recorder is changed and its component will be rendered the next time.
IScriptObject - Interface in com.servoy.j2db.scripting
Interface to be implemented by all Java objects that must be accessed by JavaScript
isDeprecated(String) - Method in interface com.servoy.j2db.scripting.IScriptObject
Will hide methods from developer treeview, but you could leave them in to code so scripting will not break
isDesignMode() - Method in class com.servoy.j2db.server.headlessclient.dataui.ServoyAjaxEventBehavior
 
isEnabled() - Method in interface com.servoy.j2db.dataprocessing.IDisplay
Enabled displays are displays the user can interact with and are an active part of the UI.
isEnabled(Component) - Method in class com.servoy.j2db.server.headlessclient.dataui.AbstractServoyDefaultAjaxBehavior
 
isEnabled(Component) - Method in class com.servoy.j2db.server.headlessclient.dataui.ServoyAjaxEventBehavior
 
isEnabled() - Method in interface com.servoy.j2db.ui.IComponent
 
IServerAccess - Interface in com.servoy.j2db.plugins
Api to use by server plugins.
IServerPlugin - Interface in com.servoy.j2db.plugins
 
IServoyAwareBean - Interface in com.servoy.j2db.dataui
Interface to be used by beans to make them aware of Servoy.
IServoyAwareVisibilityBean - Interface in com.servoy.j2db.dataui
Implementing this interface instead of the IServoyAwareBean gives you an extra method that will be called when the visibility changes.
IServoyBeanFactory - Interface in com.servoy.j2db
Interface to leave type creation to bean implementor, so that the implementor can deliver multiple instances like SWT/Swing/Wicket
ISessionBean - Interface in com.servoy.j2db.server.headlessclient
Interface to interact with a client from within a HTTP session, like a JSP page.
isFloatable() - Method in class com.servoy.j2db.util.toolbar.Toolbar
 
isInDeveloper() - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Returns whether or not this client is running in the developer.
isInFindMode() - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Returns true if this foundset is in find mode and false otherwise.
isInFindMode() - Method in interface com.servoy.j2db.IForm
Check if in find.
isInMaintenanceMode() - Method in interface com.servoy.j2db.plugins.IServerAccess
Returns true if the server is in maintenance mode, false otherwise.
isLocked() - Method in interface com.servoy.j2db.dataprocessing.IRecord
Check to see if locked
isNew(IFoundSet) - Method in interface com.servoy.j2db.dataprocessing.IFoundSetManager
Test if new.
isOpaque() - Method in interface com.servoy.j2db.ui.IComponent
 
isReadOnly() - Method in interface com.servoy.j2db.dataprocessing.IDisplay
Read-only displays are displays that do not let the user alter their displayed value.
isRecordEditable(int) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Check if a records is editable
isServerProcess(String) - Method in interface com.servoy.j2db.plugins.IServerAccess
Check if the client runs inside the server (Web Client, Headless Client, ...) as opposed to Smart Client which runs in a jvm on the client.
isShared(IFoundSet) - Method in interface com.servoy.j2db.dataprocessing.IFoundSetManager
Test if shared.
isShowingData() - Method in interface com.servoy.j2db.IForm
Method to check if this form had record data.
IStylePropertyChanges - Interface in com.servoy.j2db.ui
Components which wants to update themselfs with an ajax call should implement this interface.
ISupportName - Interface in com.servoy.j2db.persistence
Interface for objects that has a name property
ISupportWebBounds - Interface in com.servoy.j2db.ui
Since the browsers are currently based on CSS 2.0 content model instead of box model we need to know actual content size for anchoring support
isValid() - Method in interface com.servoy.j2db.server.headlessclient.IHeadlessClient
Check if the client still valid for usage.
isValueChanged() - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
returns true if its component model object is changed
isValueChanged() - Method in interface com.servoy.j2db.ui.IStylePropertyChanges
returns true if its component model object is changed
isVisible() - Method in interface com.servoy.j2db.ui.IComponent
 
isVisible() - Method in class com.servoy.j2db.util.toolbar.Toolbar.ToolbarKey
 
ITable - Interface in com.servoy.j2db.persistence
Identifies a SQL server table obj.
IToolbarPanel - Interface in com.servoy.j2db.util.toolbar
Interface for manipulating the toolbars.
ITypedColumnConverter - Interface in com.servoy.j2db.dataprocessing
The interface to create column converters with, when the converter converts from 1 type to the other.
IUIBlocker - Interface in com.servoy.j2db.util
 
IUploadData - Interface in com.servoy.j2db.plugins
Container object holding the data of the uploaded files.
IWebClientPluginAccess - Interface in com.servoy.j2db.server.headlessclient
Extended plugin api for the webclient.

J

JRE_DEFAULT_KEY_VALUE - Static variable in class com.servoy.j2db.Messages
 
JRE_DEFAULT_KEYS - Static variable in class com.servoy.j2db.Messages
 
js_getData() - Method in class com.servoy.j2db.scripting.JSEvent
A data object that specific events can set, a user can set data back to the system for events that supports this.
js_getElementName() - Method in class com.servoy.j2db.scripting.JSEvent
returns the name of the element, can be null if the form was the source of the event.
js_getErrorCode() - Method in exception com.servoy.j2db.util.ServoyException
Returns the error code for this ServoyException.
js_getFormName() - Method in class com.servoy.j2db.scripting.JSEvent
returns the name of the form the element was placed on.
js_getMessage() - Method in exception com.servoy.j2db.util.ServoyException
Returns the string message for this ServoyException.
js_getModifiers() - Method in class com.servoy.j2db.scripting.JSEvent
Returns the modifiers of the event, see JSEvent.MODIFIER_XXXX for the modifiers that can be returned.
js_getSource() - Method in class com.servoy.j2db.scripting.JSEvent
returns the source component/element of the event.
js_getTimestamp() - Method in class com.servoy.j2db.scripting.JSEvent
Returns the time the event occurred.
js_getType() - Method in class com.servoy.j2db.scripting.JSEvent
returns the event type see the JSEvents constants what it can return.
js_getX() - Method in class com.servoy.j2db.scripting.JSEvent
Returns the x position of the event if applicable.
js_getY() - Method in class com.servoy.j2db.scripting.JSEvent
Returns the x position of the event if applicable.
JS_SCRIPT_ERROR - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
js_setData(Object) - Method in class com.servoy.j2db.scripting.JSEvent
 
JSConvertedMap<K,V> - Interface in com.servoy.j2db.scripting
Tagging interface that plugin can return as a map that will then be converted to a NativeObject in javascript.
JSEvent - Class in com.servoy.j2db.scripting
JSEvent, used as first argument to user-event callbacks.
JSEvent() - Constructor for class com.servoy.j2db.scripting.JSEvent
 
JSEvent.EventType - Enum in com.servoy.j2db.scripting
 

L

LIST_VIEW - Static variable in interface com.servoy.j2db.IForm
Constant for method setView(...) to show in listview.
load(IMessagesCallback) - Static method in class com.servoy.j2db.Messages
CURRENTLY FOR INTERNAL USE ONLY, DO NOT CALL.
load() - Method in interface com.servoy.j2db.plugins.IPlugin
Called on application startup before application started up.
loadAllRecords() - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Load the initial records inside (back into) this foundset from datasource
loadAllRecords() - Method in interface com.servoy.j2db.IForm
Show all records from table.
loadMessagesFromDatabase(Solution, String, Properties, IDataServer, IRepository, Properties, Locale) - Static method in class com.servoy.j2db.Messages
CURRENTLY FOR INTERNAL USE ONLY, DO NOT CALL.
loadMessagesFromDatabase(Solution, String, Properties, IDataServer, IRepository, Properties, Locale, int, String, String, String, String) - Static method in class com.servoy.j2db.Messages
CURRENTLY FOR INTERNAL USE ONLY, DO NOT CALL.
loadMessagesFromDatabase(Solution, String, Properties, IDataServer, IRepository, Properties, Properties, Locale, String, String, String, String) - Static method in class com.servoy.j2db.Messages
 
loadMessagesFromDatabaseRepository(Solution, String, Properties, IDataServer, IRepository, Properties, Locale, int, String, String, String, String) - Static method in class com.servoy.j2db.Messages
CURRENTLY FOR INTERNAL USE ONLY, DO NOT CALL.
localeToString(Locale) - Static method in class com.servoy.j2db.Messages
 
LOCKED_RECORD_VIEW - Static variable in interface com.servoy.j2db.IForm
 
longToHexString(long, int) - Static method in class com.servoy.j2db.util.Utils
 

M

MAINTENANCE_MODE - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for MAINTENANCE_MODE.
mapToNullIfUnmanageble(Object) - Static method in class com.servoy.j2db.util.Utils
 
Messages - Class in com.servoy.j2db
 
Messages() - Constructor for class com.servoy.j2db.Messages
 
ModificationEvent - Class in com.servoy.j2db.dataprocessing
This class is used to inform about modifications
ModificationEvent(String, Object, Object) - Constructor for class com.servoy.j2db.dataprocessing.ModificationEvent
 
MODIFIER_ALT - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant for the ALT modifier that can be returned by JSEvent.getModifiers();
MODIFIER_CTRL - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant for the CTRL modifier that can be returned by JSEvent.getModifiers();
MODIFIER_META - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant for the META modifier that can be returned by JSEvent.getModifiers();
MODIFIER_SHIFT - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant for the SHIFT modifier that can be returned by JSEvent.getModifiers();

N

NEW_FOUNDSET - Static variable in class com.servoy.j2db.dataprocessing.FoundSetEvent
A new foundset has been created for the table.
newRecord(int, boolean) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Create a new Record
newRecord() - Method in interface com.servoy.j2db.IForm
Make new record.
NO_ACCESS - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for NO_ACCESS.
NO_CREATE_ACCESS - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for NO_CREATE_ACCESS.
NO_DELETE_ACCESS - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for NO_DELETE_ACCESS.
NO_LICENSE - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for NO_LICENSE.
NO_MODIFY_ACCESS - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for NO_MODIFY_ACCESS.
NO_PARENT_DELETE_WITH_RELATED_RECORDS - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for NO_PARENT_DELETE_WITH_RELATED_RECORDS.
NO_RELATED_CREATE_ACCESS - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for NO_RELATED_CREATE_ACCESS.
NO_TRANSACTION_ACTIVE - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
NO_USER_ACTION_REQUIRED - Static variable in class com.servoy.j2db.preference.PreferencePanel
 
noConnection - Static variable in class com.servoy.j2db.Messages
 
NONE - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() if the event is not used in a known event or command.
notifyDataChange(String, String, IDataSet, int, String) - Method in interface com.servoy.j2db.plugins.IServerAccess
notifyDataChange to clients based on pk(s) data, use with extreme care, its effecting the performance of clients!
notifyVisible(boolean) - Method in interface com.servoy.j2db.dataui.IServoyAwareVisibilityBean
Called when the visibility changes for this bean.
NUMBER - Static variable in interface com.servoy.j2db.dataprocessing.IPropertyDescriptor
 

O

omitRecord() - Method in interface com.servoy.j2db.IForm
Omit a record.
ONDRAG - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() in a method that is attached to an onDrag event.
ONDRAGOVER - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() in a method that is attached to an onDragOver event.
ONDROP - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() in a method that is attached to an onDrop event.
OPERATION_CANCELLED - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
output(Object) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Output something on the out stream and in log.
output(Object, int) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Output something on the out stream and in log.

P

paint(Graphics) - Method in class com.servoy.j2db.util.toolbar.Toolbar
 
parseDate(String, String) - Static method in class com.servoy.j2db.util.Utils
Create a Date (time) from a String, returns null on failure
Example: Timestamp t = Utils.parseDate("23-06-1975 6:08 AM", "dd-MM-yyyy hh:mm a");
parseJSExpression(String) - Static method in class com.servoy.j2db.util.Utils
Parse a javascript string into a java string, example parseJSString('Hello world') returns Hello World
parseJSExpressions(List<Object>) - Static method in class com.servoy.j2db.util.Utils
 
performFind(boolean, boolean, boolean) - Method in interface com.servoy.j2db.IForm
Perform a find (called search() in javascript).
PERMISSION_DENIED - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for PERMISSION_DENIED.
PLATFORM_LINUX - Static variable in interface com.servoy.j2db.plugins.IPluginAccess
Constant returned by getPlatform
PLATFORM_LINUX - Static variable in class com.servoy.j2db.util.Utils
 
PLATFORM_MAC - Static variable in interface com.servoy.j2db.plugins.IPluginAccess
Constant returned by getPlatform
PLATFORM_MAC - Static variable in class com.servoy.j2db.util.Utils
 
PLATFORM_OTHER - Static variable in interface com.servoy.j2db.plugins.IPluginAccess
Constant returned by getPlatform
PLATFORM_OTHER - Static variable in class com.servoy.j2db.util.Utils
 
PLATFORM_WINDOWS - Static variable in interface com.servoy.j2db.plugins.IPluginAccess
Constant returned by getPlatform
PLATFORM_WINDOWS - Static variable in class com.servoy.j2db.util.Utils
 
PluginException - Exception in com.servoy.j2db.plugins
 
PluginException(String) - Constructor for exception com.servoy.j2db.plugins.PluginException
 
PluginException(String, Throwable) - Constructor for exception com.servoy.j2db.plugins.PluginException
 
PluginException(Exception) - Constructor for exception com.servoy.j2db.plugins.PluginException
 
PPI - Static variable in class com.servoy.j2db.util.Utils
 
PREF_HEIGHT - Static variable in class com.servoy.j2db.util.toolbar.ToolbarButton
 
PreferencePanel - Class in com.servoy.j2db.preference
The base class for preference panels that are shown in the smart client.
PreferencePanel() - Constructor for class com.servoy.j2db.preference.PreferencePanel
 
PreferencePanel(LayoutManager) - Constructor for class com.servoy.j2db.preference.PreferencePanel
 
PRIMARY_KEY_NOT_FOUND - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
print(boolean, boolean, boolean, PrinterJob) - Method in interface com.servoy.j2db.IForm
Print records use.
printPreview() - Method in interface com.servoy.j2db.IForm
preview current records.
PROPERTY_CURRENT_WINDOW - Static variable in interface com.servoy.j2db.plugins.IPlugin
 
PROPERTY_EDITOR_HINT - Static variable in class com.servoy.j2db.dataui.PropertyEditorHint
Constant for configuring bean property editor hint.
PROPERTY_LOCALE - Static variable in interface com.servoy.j2db.plugins.IPlugin
 
PROPERTY_SOLUTION - Static variable in interface com.servoy.j2db.plugins.IPlugin
Constants used in propertyChange (PropertyChangeEvent.getPropertyName())
PropertyDescriptor - Class in com.servoy.j2db.dataprocessing
Simple implementation of IPropertyDescriptor
PropertyDescriptor(String, int) - Constructor for class com.servoy.j2db.dataprocessing.PropertyDescriptor
 
PropertyDescriptor(String, int, String[]) - Constructor for class com.servoy.j2db.dataprocessing.PropertyDescriptor
 
PropertyEditorClass - Enum in com.servoy.j2db.dataui
Enumeration of property editors supported by Servoy Developer to be used for bean properties.
PropertyEditorHint - Class in com.servoy.j2db.dataui
Class for providing a hint to Servoy Developer on which property editor to use for a bean property.
PropertyEditorHint(PropertyEditorClass) - Constructor for class com.servoy.j2db.dataui.PropertyEditorHint
 
PropertyEditorOption - Enum in com.servoy.j2db.dataui
Options for PropertyEditorHint hints.

R

readerWriterCopy(Reader, Writer) - Static method in class com.servoy.j2db.util.Utils
 
readFile(File, long) - Static method in class com.servoy.j2db.util.Utils
 
RECORD_LOCKED - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for RECORD_LOCKED.
RECORD_VALIDATION_FAILED - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for RECORD_VALIDATION_FAILED.
RECORD_VIEW - Static variable in interface com.servoy.j2db.IForm
Constant for method setView(...) to show in recordview.
registerAction(String, Action) - Method in interface com.servoy.j2db.cmd.ICmdManager
Register an action.
registerRMIService(String, Remote) - Method in interface com.servoy.j2db.plugins.IServerAccess
Register a RMI remote object in the application server.
registerURLStreamHandler(String, URLStreamHandler) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Register a URLStreamHandler for a protocol
registerWebService(String, HttpServlet) - Method in interface com.servoy.j2db.plugins.IServerAccess
Register a webservice in the application web server Note on the server 'init(servletConfig)' is never called, only 'init()'.
releaseConnection(Connection) - Static method in class com.servoy.j2db.util.Utils
 
releaseGUI() - Method in interface com.servoy.j2db.util.IUIBlocker
Release the Graphical User Interface, status is defaulting and cursor goes back to normal.
reLookupValues() - Method in interface com.servoy.j2db.IForm
do reLookupValues on current record.
removeAll() - Method in class com.servoy.j2db.util.toolbar.Toolbar
Removes all ACTION components.
removeBehavior(String) - Method in interface com.servoy.j2db.server.headlessclient.IPageContributor
Remove a behaviour
removeColumn(int) - Method in interface com.servoy.j2db.dataprocessing.IDataSet
removes the column from the specified position (first position is 0)
removeFoundSetEventListener(IFoundSetEventListener) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
remove a foundset listener
removeLastFound() - Method in interface com.servoy.j2db.IForm
Prevents always doing a find in find.
removeModificationListener(IModificationListener) - Method in interface com.servoy.j2db.dataprocessing.IRecord
Remove modification listener
removeRow(int) - Method in interface com.servoy.j2db.dataprocessing.IDataSet
Remove a row from memory (not in db).
removeToolBar(String) - Method in interface com.servoy.j2db.util.toolbar.IToolbarPanel
Removes the toolbar specified with the name from the toolbar panel
reportWarningInStatus(String) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Report a warning in the status (will be shown in red).
RepositoryException - Exception in com.servoy.j2db.persistence
Wrapper Exception
RepositoryException(int) - Constructor for exception com.servoy.j2db.persistence.RepositoryException
 
RepositoryException(String) - Constructor for exception com.servoy.j2db.persistence.RepositoryException
 
RepositoryException(int, Object[]) - Constructor for exception com.servoy.j2db.persistence.RepositoryException
 
RepositoryException(int, Exception) - Constructor for exception com.servoy.j2db.persistence.RepositoryException
 
RepositoryException(RemoteException) - Constructor for exception com.servoy.j2db.persistence.RepositoryException
 
RepositoryException(Exception) - Constructor for exception com.servoy.j2db.persistence.RepositoryException
 
RepositoryException(String, Exception) - Constructor for exception com.servoy.j2db.persistence.RepositoryException
 
RIGHTCLICK - Static variable in class com.servoy.j2db.scripting.JSEvent
Constant returned by JSEvent.getType() in a method that is attached to an onRightClick event.
rollback(Connection) - Static method in class com.servoy.j2db.util.Utils
 
rollbackTransaction() - Method in interface com.servoy.j2db.dataprocessing.IDatabaseManager
rollback a transaction
roundNumber(Object, int, boolean) - Static method in class com.servoy.j2db.util.Utils
 

S

SAVE_FAILED - Static variable in interface com.servoy.j2db.dataprocessing.ISaveConstants
Stop edit failed because of a database save/update error.
SAVE_FAILED - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for SAVE_FAILED.
saveData() - Method in interface com.servoy.j2db.dataprocessing.IDatabaseManager
Save data
SCRIPTCALCULATIONS - Static variable in interface com.servoy.j2db.dataprocessing.IFoundSet
 
sendMessageToAllClients(String) - Method in interface com.servoy.j2db.plugins.IServerAccess
Sends a message to all clients currently connected to this server.
sendMessageToClient(String, String) - Method in interface com.servoy.j2db.plugins.IServerAccess
Sends a message to a specific client connected to this server.
SERVER_NOT_FOUND - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
serveResource(String, byte[], String) - Method in interface com.servoy.j2db.server.headlessclient.IWebClientPluginAccess
Server a resource, returns the url under which the resource is served, can be shown with showURL.
ServoyAjaxEventBehavior - Class in com.servoy.j2db.server.headlessclient.dataui
Base class for all the ajax behaviors.
ServoyAjaxEventBehavior(String) - Constructor for class com.servoy.j2db.server.headlessclient.dataui.ServoyAjaxEventBehavior
 
ServoyException - Exception in com.servoy.j2db.util
IMPORTANT: The names are exposed to javascripting do not refactor names!
ServoyException() - Constructor for exception com.servoy.j2db.util.ServoyException
 
ServoyException(int) - Constructor for exception com.servoy.j2db.util.ServoyException
 
ServoyException(int, Object[]) - Constructor for exception com.servoy.j2db.util.ServoyException
 
ServoyException.InternalCodes - Class in com.servoy.j2db.util
Error codes not available from java-script.
ServoyException.InternalCodes() - Constructor for class com.servoy.j2db.util.ServoyException.InternalCodes
 
setBackground(Color) - Method in interface com.servoy.j2db.ui.IComponent
 
setBgcolor(String) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
Adds the background-color css property for the given color to the changed properties set.
setBorder(String) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
Adds the border css property for the given color to the changed properties set.
setBorder(Border) - Method in interface com.servoy.j2db.ui.IComponent
 
setChanged() - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
Set the change flag to true so that the component will be rendered the next time.
setChanged() - Method in interface com.servoy.j2db.ui.IStylePropertyChanges
Set the change flag to true so that the component will be rendered the next time.
setChanges(Properties) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
Adds all the css properties to the changed set and calls setChanged()
setChanges(Properties) - Method in interface com.servoy.j2db.ui.IStylePropertyChanges
Adds all the css properties to the changed set and calls setChanged()
setComponentEnabled(boolean) - Method in interface com.servoy.j2db.ui.IComponent
 
setComponentVisible(boolean) - Method in interface com.servoy.j2db.ui.IComponent
 
setCursor(Cursor) - Method in interface com.servoy.j2db.ui.IComponent
 
setData(Object) - Method in class com.servoy.j2db.scripting.JSEvent
 
setDataProviderValue(String, Object) - Method in interface com.servoy.j2db.dataprocessing.IGlobalValueEntry
Used for globals
setDataProviderValue(String, String, Object) - Method in interface com.servoy.j2db.server.headlessclient.IHeadlessClient
Set a dataprovider value.
setDataProviderValues(String, HttpServletRequest) - Method in interface com.servoy.j2db.server.headlessclient.ISessionBean
Set all request parameters as dataprovider values, if the names match.
setDesignMode(boolean) - Method in class com.servoy.j2db.server.headlessclient.dataui.AbstractServoyDefaultAjaxBehavior
 
setDesignMode(boolean) - Method in class com.servoy.j2db.server.headlessclient.dataui.ServoyAjaxEventBehavior
 
setElementName(String) - Method in class com.servoy.j2db.scripting.JSEvent
 
setEnabled(boolean) - Method in class com.servoy.j2db.util.toolbar.Toolbar
 
setFgcolor(String) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
Adds the color css property for the given color to the changed properties set.
setFloatable(boolean) - Method in class com.servoy.j2db.util.toolbar.Toolbar
 
setFont(String) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
 
setFont(Font) - Method in interface com.servoy.j2db.ui.IComponent
 
setForeground(Color) - Method in interface com.servoy.j2db.ui.IComponent
 
setFormName(String) - Method in class com.servoy.j2db.scripting.FunctionDefinition
 
setFormName(String) - Method in class com.servoy.j2db.scripting.JSEvent
 
setI18nScriptingMessage(String, String) - Static method in class com.servoy.j2db.Messages
 
setInMaintenanceMode(boolean) - Method in interface com.servoy.j2db.plugins.IServerAccess
Puts the server into maintenance mode, or takes it out of maintenance mode.
setLocale(Locale) - Method in interface com.servoy.j2db.server.headlessclient.ISessionBean
Override the default used browser locale
setLocation(Point) - Method in class com.servoy.j2db.scripting.JSEvent
 
setLocation(int, int) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
Sets the x,y location css properties to the changed set.
setLocation(Point) - Method in interface com.servoy.j2db.ui.IComponent
 
setMainForm(String) - Method in interface com.servoy.j2db.server.headlessclient.ISessionBean
Sets a form as main form.
setMethodName(String) - Method in class com.servoy.j2db.scripting.FunctionDefinition
 
setModifiers(int) - Method in class com.servoy.j2db.scripting.JSEvent
 
setName(String) - Method in interface com.servoy.j2db.ui.IComponent
Javascript name setter
setNoCacheHeaders(HttpServletResponse) - Static method in class com.servoy.j2db.util.HTTPUtils
This method tries to make peace between different browsers, versions and browser bugs for no-caching response headers.
It will set response headers to prevent the response from being cached.
setOpaque(boolean) - Method in interface com.servoy.j2db.ui.IComponent
 
setOption(PropertyEditorOption, Object) - Method in class com.servoy.j2db.dataui.PropertyEditorHint
 
setRendered() - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
Call this method from the Component.onBeforeRender() call te let the change recorder know it has been rendered.
setRendered() - Method in interface com.servoy.j2db.ui.IStylePropertyChanges
Call this method from the Component.onBeforeRender() call te let the change recorder know it has been rendered.
setRow(int, Object[]) - Method in interface com.servoy.j2db.dataprocessing.IDataSet
Add a row in memory (not in db).
setSelectedIndex(int) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Set the selected index
setSelectedRecord(IRecord) - Method in interface com.servoy.j2db.dataui.IServoyAwareBean
Applies the record, currently selected record for editing or the record to render itself with, to the bean.
setSize(int, int, Border, Insets, int) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
 
setSize(int, int, Border, Insets, int, int) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
 
setSize(Dimension) - Method in interface com.servoy.j2db.ui.IComponent
 
setSort(String) - Method in interface com.servoy.j2db.dataprocessing.IFoundSet
Sets the sort string of the Foundset can be something like "column 1 asc, column2 desc" Will sort the Foundset immediately when the Foundset is not in find mode.
setSource(Object) - Method in class com.servoy.j2db.scripting.JSEvent
 
setStatusText(String) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
set a status text in the status area.
setTimestamp(Date) - Method in class com.servoy.j2db.scripting.JSEvent
 
setToolbarVisible(String, boolean) - Method in interface com.servoy.j2db.util.toolbar.IToolbarPanel
Set the visibility of toolbar with the given name.
setToolTipText(String) - Method in interface com.servoy.j2db.ui.IComponent
 
setTransparent(boolean) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
Sets the background-color css property to transparent if the boolean is true, if false then it test if it has to set the bgcolor or remove the background-color property
setType(String) - Method in class com.servoy.j2db.scripting.JSEvent
 
setType(JSEvent.EventType) - Method in class com.servoy.j2db.scripting.JSEvent
 
setUsingAsExternalComponent(boolean) - Method in interface com.servoy.j2db.IForm
When using a form as an external component, this flag has to be set and cleared when done with it.
setValidationEnabled(boolean) - Method in interface com.servoy.j2db.dataprocessing.IDisplay
Displays usually have special behavior in find mode - most of the times disabling validation & becoming editable.
This is called when entering/exiting find mode.
setValue(String, Object) - Method in interface com.servoy.j2db.dataprocessing.IRecord
 
setValueChanged() - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
sets the value changed to true so that servoy knows that it is the value object that is changed.
setValueChanged() - Method in interface com.servoy.j2db.ui.IStylePropertyChanges
sets the value changed to true so that servoy knows that it is the value object that is changed.
setView(int) - Method in interface com.servoy.j2db.IForm
Set the current view (see constants).
setVisible(boolean) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
 
showFileOpenDialog(IMediaUploadCallback, String, boolean, String[], int, String) - Method in interface com.servoy.j2db.plugins.IClientPluginAccess
Opens the file dialog on the client so that a user can upload a file.
showOmittedRecords() - Method in interface com.servoy.j2db.IForm
Show all omitted records as foundset.
showSortDialog() - Method in interface com.servoy.j2db.IForm
Show the sort dialog.
showURL(String, String, String) - Method in interface com.servoy.j2db.server.headlessclient.IWebClientPluginAccess
Show a url in the browser.
showURL(String, String, String, int) - Method in interface com.servoy.j2db.server.headlessclient.IWebClientPluginAccess
Show a url in the browser.
shutDown(boolean) - Method in interface com.servoy.j2db.server.headlessclient.IHeadlessClient
Shut down this client
shutDownAllClients() - Method in interface com.servoy.j2db.plugins.IServerAccess
Disconnects all clients that are currently connected to this server.
shutDownClient(String) - Method in interface com.servoy.j2db.plugins.IServerAccess
Disconnects a specific client that is currently connected to this server.
SOLUTION_RELOAD_NEEDED - Static variable in class com.servoy.j2db.preference.PreferencePanel
 
sort(int, boolean) - Method in interface com.servoy.j2db.dataprocessing.IDataSet
 
SPECIFIED_LANGUAGE - Static variable in class com.servoy.j2db.Messages
 
SPECIFIED_LOCALE - Static variable in class com.servoy.j2db.Messages
 
startEditing() - Method in interface com.servoy.j2db.dataprocessing.IRecord
Start the edit of a record, must be called before any setValue.
startTransaction() - Method in interface com.servoy.j2db.dataprocessing.IDatabaseManager
Start a transaction
STOPPED - Static variable in interface com.servoy.j2db.dataprocessing.ISaveConstants
Stop edit did succeed.
stopUIEditing(boolean) - Method in interface com.servoy.j2db.dataprocessing.IDisplay
The method gets called when Servoy wants the contents of an display to be committed to it's model and make sure it is not editing content (can be record change, active form change, save, ...).
streamCopy(InputStream, OutputStream, ActionListener, int) - Static method in class com.servoy.j2db.util.Utils
 
streamCopy(InputStream, OutputStream) - Static method in class com.servoy.j2db.util.Utils
 
STRING - Static variable in interface com.servoy.j2db.dataprocessing.IPropertyDescriptor
 
stringContainsIgnoreCase(CharSequence, String) - Static method in class com.servoy.j2db.util.Utils
 
stringIndexOf(String, int, int) - Static method in class com.servoy.j2db.util.Utils
 
stringIndexOf(String, int, int, int) - Static method in class com.servoy.j2db.util.Utils
 
stringInitCap(Object) - Static method in class com.servoy.j2db.util.Utils
 
stringIsEmpty(CharSequence) - Static method in class com.servoy.j2db.util.Utils
Checks whether the string is considered empty.
stringJoin(Object[], char) - Static method in class com.servoy.j2db.util.Utils
 
stringJoin(Iterator, char) - Static method in class com.servoy.j2db.util.Utils
Joins the elements of the provided Iterator into a single String containing the provided elements.
stringLimitLenght(CharSequence, int) - Static method in class com.servoy.j2db.util.Utils
 
stringRemoveTags(String) - Static method in class com.servoy.j2db.util.Utils
Removes all substrings between '<' and corresponding '>'.
stringReplace(String, String, String) - Static method in class com.servoy.j2db.util.Utils
Method for replacing part of a string with a string
stringReplace(String, String, String, int) - Static method in class com.servoy.j2db.util.Utils
 
stringReplace(String, String, String, int, boolean, boolean) - Static method in class com.servoy.j2db.util.Utils
 
stringReplaceCaseInsensitiveSearch(String, String, String) - Static method in class com.servoy.j2db.util.Utils
 
stringReplaceExact(String, String, String) - Static method in class com.servoy.j2db.util.Utils
 
stringReplaceRecursive(String, String, String) - Static method in class com.servoy.j2db.util.Utils
 
stringSafeEquals(String, String) - Static method in class com.servoy.j2db.util.Utils
Compares two strings no matter if they are null
stringSplit(String, int, int) - Static method in class com.servoy.j2db.util.Utils
 
stringSplit(String, String) - Static method in class com.servoy.j2db.util.Utils
 
StyleAttributeModifierModel - Class in com.servoy.j2db.server.headlessclient.dataui
This model/AttributeModifier can be attached to a IComponent (Wicket component) so that it will track its style changes through the IProviderStylePropertyChanges if the Wicket component does implement that one.

T

TABLE - Static variable in interface com.servoy.j2db.persistence.ITable
 
TABLE_NOT_FOUND - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
tagValues - Variable in exception com.servoy.j2db.util.ServoyException
 
testChanged(Component, Object) - Method in class com.servoy.j2db.server.headlessclient.dataui.ChangesRecorder
Helper method to see if the value is changed.
toEnglishLocaleLowerCase(String) - Static method in class com.servoy.j2db.util.Utils
 
toMethodString() - Method in class com.servoy.j2db.scripting.FunctionDefinition
 
toMultilineMarkup(CharSequence) - Static method in class com.servoy.j2db.util.Utils
Converts a String to multiline HTML markup by replacing newlines with line break entities (<br/>) and multiple occurrences of newline with paragraph break entities (<p>).
Toolbar - Class in com.servoy.j2db.util.toolbar
Toolbar provides a component which is useful for displaying commonly used actions.
Toolbar(String, String) - Constructor for class com.servoy.j2db.util.toolbar.Toolbar
Create a new not floatable Toolbar with specified programmatic name and display name
Toolbar(String, String, boolean) - Constructor for class com.servoy.j2db.util.toolbar.Toolbar
Create a new Toolbar.
Toolbar.ToolbarKey - Class in com.servoy.j2db.util.toolbar
 
Toolbar.ToolbarKey(int, int, boolean, Toolbar) - Constructor for class com.servoy.j2db.util.toolbar.Toolbar.ToolbarKey
 
ToolbarButton - Class in com.servoy.j2db.util.toolbar
ToolbarButton(Icon) - Constructor for class com.servoy.j2db.util.toolbar.ToolbarButton
 
ToolbarButton(Action) - Constructor for class com.servoy.j2db.util.toolbar.ToolbarButton
 
ToolbarButton(Action, boolean) - Constructor for class com.servoy.j2db.util.toolbar.ToolbarButton
 
ToolbarButton(String, Icon) - Constructor for class com.servoy.j2db.util.toolbar.ToolbarButton
 
ToolbarButton(String) - Constructor for class com.servoy.j2db.util.toolbar.ToolbarButton
 
ToolbarToggleButton - Class in com.servoy.j2db.util.toolbar
ToolbarToggleButton(Icon) - Constructor for class com.servoy.j2db.util.toolbar.ToolbarToggleButton
 
ToolbarToggleButton(Action) - Constructor for class com.servoy.j2db.util.toolbar.ToolbarToggleButton
 
TooltipAttributeModifier - Class in com.servoy.j2db.server.headlessclient.dataui
This AttributeModifier will display the tooltip of an IComponent.getToolTipText() in the browser.
toString() - Method in class com.servoy.j2db.dataprocessing.FoundSetEvent
 
toString() - Method in class com.servoy.j2db.dataprocessing.ModificationEvent
 
toString() - Method in class com.servoy.j2db.scripting.FunctionDefinition
 
toString() - Method in class com.servoy.j2db.scripting.JSEvent
 
toString() - Method in exception com.servoy.j2db.util.ServoyException
 

U

unescape(String, int) - Static method in class com.servoy.j2db.util.Utils
 
UNKNOWN - Static variable in interface com.servoy.j2db.persistence.ITable
 
UNKNOWN_DATABASE_EXCEPTION - Static variable in exception com.servoy.j2db.util.ServoyException
Exception code for UNKNOWN_DATABASE_EXCEPTION.
UNKNOWN_EXCEPTION - Static variable in class com.servoy.j2db.util.ServoyException.InternalCodes
 
unload() - Method in interface com.servoy.j2db.plugins.IPlugin
Called on application shutdown.
uploadComplete(IUploadData[]) - Method in interface com.servoy.j2db.plugins.IMediaUploadCallback
called when the user uploaded one or more files.
Utils - Class in com.servoy.j2db.util
Utility methods Normal Use: static methods

V

validate(Map<String, String>, Object) - Method in interface com.servoy.j2db.dataprocessing.IColumnValidator
Validate an arguemnt, throws an IllegalArgumentException if validation fails
validateProperties(Map<String, String>) - Method in interface com.servoy.j2db.dataprocessing.IPropertyDescriptorProvider
THIS METHOD ISNT CALLED YET.
VALIDATION_FAILED - Static variable in interface com.servoy.j2db.dataprocessing.ISaveConstants
Stop edit failed because of a validation error.
valueChanged(ModificationEvent) - Method in interface com.servoy.j2db.dataprocessing.IModificationListener
The method to receive notifications
valueOf(String) - Static method in enum com.servoy.j2db.dataui.PropertyEditorClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.servoy.j2db.dataui.PropertyEditorOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.servoy.j2db.scripting.FunctionDefinition.Exist
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.servoy.j2db.scripting.JSEvent.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.servoy.j2db.dataui.PropertyEditorClass
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.servoy.j2db.dataui.PropertyEditorOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.servoy.j2db.scripting.FunctionDefinition.Exist
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.servoy.j2db.scripting.JSEvent.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
VIEW - Static variable in interface com.servoy.j2db.persistence.ITable
 

W

WARNING - Static variable in interface com.servoy.j2db.util.ILogLevel
Logging level.
WEB_CLIENT - Static variable in interface com.servoy.j2db.plugins.IClientPluginAccess
Constant returned by getApplicationType
WebComponentSpecialIdMaker - Class in com.servoy.j2db.server.headlessclient.dataui
Utility class for determining the markup ID of a given component.
WebComponentSpecialIdMaker() - Constructor for class com.servoy.j2db.server.headlessclient.dataui.WebComponentSpecialIdMaker
 
wrapOnAssignment(Component) - Method in class com.servoy.j2db.server.headlessclient.dataui.StyleAttributeModifierModel
 
writeTXTFile(File, String) - Static method in class com.servoy.j2db.util.Utils
 
writeTXTFile(File, String, Charset) - Static method in class com.servoy.j2db.util.Utils
 

A B C D E F G H I J L M N O P R S T U V W
Copyright © 2010 Servoy B.V.