A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

About - Class in com.sibvisions.rad.application
The About class is the About dialog of the application.
About(UIDesktopPanel) - Constructor for class com.sibvisions.rad.application.About
Creates a new instance of About for the given application.
ABOUT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) about image (used for toolbar buttons or icons).
ABOUT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) about image (used for menuitems or buttons).
AbstractBean<C extends IBeanType> - Class in javax.rad.type.bean
The AbstractBean is an AbstractMap and the default IBean implementation.
AbstractBean(C) - Constructor for class javax.rad.type.bean.AbstractBean
Creates a AbstractBean with a specific IBeanType.
AbstractBeanType<T> - Class in javax.rad.type.bean
The AbstractBeanType is a bean definition without a bean object/class.
AbstractBeanType() - Constructor for class javax.rad.type.bean.AbstractBeanType
Constructs a new AbstractBeanType .
AbstractBeanType(String, String[]) - Constructor for class javax.rad.type.bean.AbstractBeanType
Constructs a new AbstractBeanType with class name and a property list.
AbstractBeanType(String, PropertyDefinition[]) - Constructor for class javax.rad.type.bean.AbstractBeanType
Constructs a new AbstractBeanType with a class name and PropertyDefinitions.
AbstractCachedStorage - Class in com.sibvisions.rad.persist
The AbstractCachedStorage implemtns the caching mechanism of ICachedStorage.
AbstractCachedStorage() - Constructor for class com.sibvisions.rad.persist.AbstractCachedStorage
Creates a new instance of AbstractCachedStorage.
AbstractCommand - Class in com.sibvisions.util.db
The AbstractCommand is a default ICommand implementation and should be used as superclass for all commands.
AbstractCommand() - Constructor for class com.sibvisions.util.db.AbstractCommand
 
AbstractComparableType<T extends Comparable<T>> - Class in javax.rad.type
The AbstractComparableType is the base implementation for all comparable types.
AbstractComparableType() - Constructor for class javax.rad.type.AbstractComparableType
 
AbstractConnection - Class in javax.rad.remote
The AbstractConnection encapsulates the access to an IConnection implementation.
AbstractConnection(IConnection) - Constructor for class javax.rad.remote.AbstractConnection
Creates a new instance of AppliationConnection with an IConnection implementation.
AbstractFrame<C extends IFrame> - Class in javax.rad.genui.container
Platform and technology independent frame.
AbstractFrame(C) - Constructor for class javax.rad.genui.container.AbstractFrame
Creates a new instance of AbstractFrame.
AbstractMemStorage - Class in com.sibvisions.rad.persist
The AbstractMemStorage is an AbstractCachedStorage and holds an internal MemDataBook for the data.
AbstractMemStorage() - Constructor for class com.sibvisions.rad.persist.AbstractMemStorage
Creates a new instance of AbstractMemStorage.
AbstractNumberType<T extends Number & Comparable<T>> - Class in javax.rad.type
The AbstractNumberType is the base implementation for all numeric types.
AbstractNumberType() - Constructor for class javax.rad.type.AbstractNumberType
 
AbstractObjectProvider - Class in javax.rad.server
An AbstractObjectProvider handles the access to the life-cycle objects for all sessions.
AbstractObjectProvider(IServer) - Constructor for class javax.rad.server.AbstractObjectProvider
Creates a new instance of AbstractObjectProvider for a specific IServer.
AbstractParam - Class in com.sibvisions.rad.persist.jdbc.param
The AbstractParam defines a parameter for JDBC calls.
AbstractParam(AbstractParam.ParameterType, int, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Creates a new instance of AbstractParam.
AbstractParam.ParameterType - Enum in com.sibvisions.rad.persist.jdbc.param
The possible parameter types.
AbstractSecurityManager - Class in com.sibvisions.rad.server.security
The AbstractSecurityManager is the base class for ISecurityManager implementations but it does not implement the security methods.
AbstractSecurityManager() - Constructor for class com.sibvisions.rad.server.security.AbstractSecurityManager
 
AbstractSerializedConnection - Class in com.sibvisions.rad.remote
This is the default IConnection implementation.
AbstractSerializedConnection(Properties) - Constructor for class com.sibvisions.rad.remote.AbstractSerializedConnection
Creates a new instance of AbstractSerializedConnection with properties containing relevant information.
AbstractSerializedConnection(ISerializer) - Constructor for class com.sibvisions.rad.remote.AbstractSerializedConnection
Creates a new instance of AbstractSerializedConnection.
AbstractSession - Class in com.sibvisions.rad.server
A Session is a server side session which will be started when an IConnection connects to a remote server.
AbstractSessionContext - Class in com.sibvisions.rad.server
The AbstractSessionContext is a simple extension of SessionContext.
AbstractSessionContext() - Constructor for class com.sibvisions.rad.server.AbstractSessionContext
 
AbstractSessionContext.WrappedSession - Class in com.sibvisions.rad.server
The WrappedSession allows restricted access to the AbstractSession.
AbstractSessionContext.WrappedSession(AbstractSession) - Constructor for class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Creates a new instance of WrappedSession for an ISession.
AbstractSessionManager - Class in javax.rad.server
A AbstractSessionManager defines the access to the server-side session handling.
AbstractSessionManager(IServer) - Constructor for class javax.rad.server.AbstractSessionManager
Creates a new instance of AbstractSessionManager for a specific IServer.
AbstractSizedSerializer - Class in com.sibvisions.rad.remote.serializer
The base serializer for objects with size/length.
AbstractSizedSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.AbstractSizedSerializer
 
AbstractStorage - Class in com.sibvisions.rad.persist
The AbstractStorage implements the server side triggers mechnism for different types of Storages.
AbstractStorage() - Constructor for class com.sibvisions.rad.persist.AbstractStorage
 
AbstractStorageServerResource - Class in com.sibvisions.rad.server.http.rest
The AbstractStorageServerResource lists all available records of an AbstractStorage.
AbstractStorageServerResource() - Constructor for class com.sibvisions.rad.server.http.rest.AbstractStorageServerResource
 
AbstractType<T> - Class in javax.rad.type
The AbstractType is the default implementation of IType.
AbstractType() - Constructor for class javax.rad.type.AbstractType
 
AbstractUIActionComponent<C extends IActionComponent> - Class in javax.rad.genui.component
Platform and technology independent action component.
AbstractUIActionComponent(C) - Constructor for class javax.rad.genui.component.AbstractUIActionComponent
Creates a new instance of AbstractUIActionComponent.
AbstractUIButton<C extends IButton> - Class in javax.rad.genui.component
Platform and technology independent button.
AbstractUIButton(C) - Constructor for class javax.rad.genui.component.AbstractUIButton
Creates a new instance of AbstractUIButton.
AbstractUIMenuItem<C extends IMenuItem> - Class in javax.rad.genui.menu
Platform and technology independent MenuItem.
AbstractUIMenuItem(C) - Constructor for class javax.rad.genui.menu.AbstractUIMenuItem
Creates a new instance of UIMenuItem.
AbstractUITextField<C extends ITextField> - Class in javax.rad.genui.component
Platform and technology independent text field.
AbstractUITextField(C) - Constructor for class javax.rad.genui.component.AbstractUITextField
Creates a new instance of UITextField.
AbstractUIToggleButton<C extends IToggleButton> - Class in javax.rad.genui.component
Platform and technology independent toggle button.
AbstractUIToggleButton(C) - Constructor for class javax.rad.genui.component.AbstractUIToggleButton
Creates a new instance of UIToggleButton.
AbstractWindow<C extends IWindow> - Class in javax.rad.genui.container
Platform and technology independent window.
AbstractWindow(C) - Constructor for class javax.rad.genui.container.AbstractWindow
Creates a new instance of AbstractWindow.
action(UIActionEvent) - Method in interface javax.rad.ui.event.IActionListener
Invoked when a action occurred.
ACTION_FIRST - Static variable in class javax.rad.ui.event.UIActionEvent
The first number in the range of ids used for action events.
ACTION_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with action key.
ACTION_LAST - Static variable in class javax.rad.ui.event.UIActionEvent
The last number in the range of ids used for action events.
ACTION_PERFORMED - Static variable in class javax.rad.ui.event.UIActionEvent
This event id indicates that a meaningful action occured.
actionCalled(CallEvent) - Method in class com.sibvisions.rad.application.Application
An action was called.
actionCalled(CallEvent) - Method in interface javax.rad.remote.event.IConnectionListener
An action was called.
ActionHandler - Class in javax.rad.ui.event
The ActionHandler is a RuntimeEventHandler that handles IActionListener.
ActionHandler() - Constructor for class javax.rad.ui.event.ActionHandler
Constructs a new instance of ActionHandler.
actionPerformed(ActionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
actionPerformed(ActionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
actionPerformed(ActionEvent) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
activateFrame(JInternalFrame) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopManager
add(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Adds the specified IComponent to the end of this container.
add(IComponent, Object) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Adds the specified IComponent to the end of this container.
add(IComponent, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Adds the specified IComponent to this container at the specified index.
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(E) - Method in class com.sibvisions.util.ArrayUtil
add(int, E) - Method in class com.sibvisions.util.ArrayUtil
add(T[], int, T) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the specified position in the given array.
add(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the end in the given array.
add(boolean[], int, boolean) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the specified position in the given array.
add(boolean[], boolean) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the end in the given array.
add(int[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the specified position in the given array.
add(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the end in the given array.
add(long[], int, long) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the specified position in the given array.
add(long[], long) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the end in the given array.
add(float[], int, float) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the specified position in the given array.
add(float[], float) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the end in the given array.
add(double[], int, double) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the specified position in the given array.
add(double[], double) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the end in the given array.
add(ImmutableArray<V>) - Method in class com.sibvisions.util.ImmutableArray
Adds the given ImmutableArray to this ImmutableArray.
add(V...) - Method in class com.sibvisions.util.ImmutableArray
Adds the given array to this ImmutableArray.
add(int, ImmutableArray<V>) - Method in class com.sibvisions.util.ImmutableArray
Adds the given ImmutableArray to this ImmutableArray at the given index.
add(int, V...) - Method in class com.sibvisions.util.ImmutableArray
Adds the given array to this ImmutableArray at the given index.
add(InputStream) - Method in class com.sibvisions.util.SecureHash
Adds data to the digest.
add(byte[]) - Method in class com.sibvisions.util.SecureHash
Adds data to the digest.
add(Thread) - Static method in class com.sibvisions.util.ThreadHandler
Adds a thread to the "known" thread list if not already added.
add(XmlNode) - Method in class com.sibvisions.util.xml.XmlNode
Adds a XmlNode as a known sub node, at the end of the known sub nodes list.
add(IComponent, Object, int) - Method in class javax.rad.genui.container.UISplitPanel
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent, Object, int) - Method in class javax.rad.genui.container.UITabsetPanel
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent) - Method in class javax.rad.genui.menu.UIMenu
Adds the specified IComponent to the end of this container.
add(IComponent, Object) - Method in class javax.rad.genui.menu.UIMenu
Adds the specified IComponent to the end of this container.
add(IComponent, int) - Method in class javax.rad.genui.menu.UIMenu
Adds the specified IComponent to this container at the specified index.
add(IComponent, Object, int) - Method in class javax.rad.genui.menu.UIMenu
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent) - Method in class javax.rad.genui.UIContainer
Adds the specified IComponent to the end of this container.
add(IComponent, Object) - Method in class javax.rad.genui.UIContainer
Adds the specified IComponent to the end of this container.
add(IComponent, int) - Method in class javax.rad.genui.UIContainer
Adds the specified IComponent to this container at the specified index.
add(IComponent, Object, int) - Method in class javax.rad.genui.UIContainer
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(ICondition) - Method in class javax.rad.model.condition.OperatorCondition
Adds an operand to the operator condition.
add(IComponent) - Method in interface javax.rad.ui.IContainer
Adds the specified IComponent to the end of this container.
add(IComponent, Object) - Method in interface javax.rad.ui.IContainer
Adds the specified IComponent to the end of this container.
add(IComponent, int) - Method in interface javax.rad.ui.IContainer
Adds the specified IComponent to this container at the specified index.
add(IComponent, Object, int) - Method in interface javax.rad.ui.IContainer
Adds the specified IComponent to this container with the specified constraints at the specified index.
ADD_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) add image (used for toolbar buttons or icons).
ADD_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) add image (used for menuitems or buttons).
addAccess(String) - Method in class com.sibvisions.rad.server.security.DBSecurityManager.DBAccessController
Adds access to a specific life-cycle object.
addAccess(String) - Method in interface com.sibvisions.rad.server.security.IAccessController
Adds access to a specific life-cycle object.
addActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Adds an ActionListener to the button.
addActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Adds an ActionListener.
addActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
addAll(Collection<? extends E>) - Method in class com.sibvisions.util.ArrayUtil
addAll(int, Collection<? extends E>) - Method in class com.sibvisions.util.ArrayUtil
addAll(E[]) - Method in class com.sibvisions.util.ArrayUtil
Appends all of the elements in the specified Array to the end of this list.
addAll(int, E[]) - Method in class com.sibvisions.util.ArrayUtil
Inserts all of the elements in the specified Array into this list, starting at the specified position.
addAll(int, E[], int, int) - Method in class com.sibvisions.util.ArrayUtil
Inserts size elements in the specified Array starting at offset into this list, starting at the specified position.
addAll(T[], int, T[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the specified position in the given array.
addAll(T[], T[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the end in the given array.
addAll(boolean[], int, boolean[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the specified position in the given array.
addAll(boolean[], boolean[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the end in the given array.
addAll(int[], int, int[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the specified position in the given array.
addAll(int[], int[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the end in the given array.
addAll(long[], int, long[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the specified position in the given array.
addAll(long[], long[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the end in the given array.
addAll(float[], int, float[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the specified position in the given array.
addAll(float[], float[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the end in the given array.
addAll(double[], int, double[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the specified position in the given array.
addAll(double[], double[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the end in the given array.
addCallBackResult(ResultObject) - Method in class com.sibvisions.rad.server.AbstractSession
Adds the result of an asynchronous call to the cache.
addCellEditorListener(CellEditorListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
addCenterButton(IButton) - Method in class com.sibvisions.rad.application.Dialog
Adds a button to the center area.
addChangeListener(ChangeListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
addColumn(TableColumn) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
addColumnDefinition(ColumnDefinition) - Method in interface javax.rad.model.IRowDefinition
Adds an ColumnDefinition to this IRowDefinition.
addColumnDefinition(ColumnDefinition) - Method in class javax.rad.model.RowDefinition
Adds an ColumnDefinition to this IRowDefinition.
addColumnMetaData(ColumnMetaData) - Method in class javax.rad.persist.MetaData
Adds an new ColumnMetaData column.
addColumnModelListener(TableColumnModelListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
addColumnNames(String...) - Method in class javax.rad.model.ColumnView
Adds the column names at the end.
addColumnNames(int, String...) - Method in class javax.rad.model.ColumnView
Adds the column names at the specific index.
addConnectionListener(IConnectionListener) - Method in class javax.rad.remote.AbstractConnection
Adds an IConnectionListener to the list of registered listeners.
addControl(IControl) - Method in class com.sibvisions.rad.model.mem.DataRow
Adds a IControl to the IDataRow.
addControl(IControl) - Method in interface javax.rad.model.IDataRow
Adds a IControl to the IDataRow.
addControl(IControl) - Method in interface javax.rad.model.IRowDefinition
Adds a IControl to the IRowDefinition.
addControl(IControl) - Method in class javax.rad.model.RowDefinition
Adds a IControl to the IRowDefinition.
addDataBook(IDataBook) - Method in class com.sibvisions.rad.model.mem.MemDataSource
Register a IDataBook at the IDataSource.
addDataBook(IDataBook) - Method in interface javax.rad.model.IDataSource
Register a IDataBook at the IDataSource.
addDataBook(IDataBook) - Method in interface javax.rad.model.IRowDefinition
It register and adds a IDataBook to this IRowDefinition, which uses this IRowDefintion.
addDataBook(IDataBook) - Method in class javax.rad.model.RowDefinition
It register and adds a IDataBook to this IRowDefinition, which uses this IRowDefintion.
addDefaultChoiceCellEditor(IChoiceCellEditor) - Static method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Adds a choice cell editor to the list of default choice cell editors.
addDetailDataBook(IDataBook) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Registered a new detail IDataBook to this master IDataBook.
addDetailDataBook(IDataBook) - Method in interface javax.rad.model.IDataBook
Registered a new detail IDataBook to this master IDataBook.
addEncryptedNode(String) - Method in class com.sibvisions.rad.server.config.Zone
Sets that a node is encrypted.
addError(Throwable) - Method in class com.sibvisions.rad.application.Error
Adds an error to the list of errors.
addExceptionListener(IExceptionListener) - Static method in class javax.rad.util.ExceptionHandler
Adds a listener to the handler.
addExceptionListener(IExceptionListener, int) - Static method in class javax.rad.util.ExceptionHandler
Adds a listener to the handler, at the given position.
addFeature(MetaData.Feature) - Method in class javax.rad.persist.MetaData
Adds support for a feature.
addFetchedRow(Object[]) - Method in class com.sibvisions.rad.model.mem.MemDataPage
It adds an new IDataRow to the DataPage in the object[] storage.
addFetchedRow(Object[]) - Method in class com.sibvisions.rad.model.remote.RemoteDataPage
It adds an new IDataRow to the DataPage in the object[] storage.
addHiddenPackage(String) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Adds a package name to the hidden package list.
addImpl(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Adds a Component to the desktop.
addImpl(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
addImpl(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBar
addImpl(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingScrollPanel
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenu
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Internal function, for adding physical component and supporting layers.
addIntern(Thread) - Static method in class com.sibvisions.util.ThreadHandler
Adds a thread to the "known" thread list if not already added.
addItemListener(ItemListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
addLayoutComponent(String, Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
addLayoutComponent(Component, Object) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
addLayoutComponent(Component, Object) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
addLayoutComponent(String, Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
addLayoutComponent(String, Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
addLeftButton(IButton) - Method in class com.sibvisions.rad.application.Dialog
Adds a button to the left area.
addListener(IExecuteListener) - Method in class com.sibvisions.util.Execute
Adds an execution listener.
addListener(L) - Method in class javax.rad.util.EventHandler
Adds a listener.
addListener(L, int) - Method in class javax.rad.util.EventHandler
Adds a listener at a given index.
addListener(Object, String) - Method in class javax.rad.util.EventHandler
Adds a listener.
addListener(Object, String, int) - Method in class javax.rad.util.EventHandler
Adds a listener at a given position.
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
addNotify() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet
Tries to get the webstart frame and removes the status label.
addNotify() - Method in class javax.rad.genui.container.AbstractFrame
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.genui.container.InternalToolBarPanel
Notification to forward addNotify to all sub toolbars.
addNotify() - Method in class javax.rad.genui.container.UIToolBarPanel
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.genui.menu.UIMenu
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.genui.UIComponent
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.genui.UIContainer
Makes this UIComponent displayable by adding it to an UIContainer.
addParameter(String) - Method in class com.sibvisions.util.Execute
Adds a launch parameter.
addPropertyDefinition(PropertyDefinition) - Method in class javax.rad.type.bean.AbstractBeanType
Adds a property definition.
addPropertyDefinition(String) - Method in class javax.rad.type.bean.AbstractBeanType
Adds a property definition.
addResourceArchive(IResourceArchive) - Static method in class com.sibvisions.util.type.ResourceUtil
Adds a resource archive to the list of known archives.
addResourceArchive(int, IResourceArchive) - Static method in class com.sibvisions.util.type.ResourceUtil
Adds a resource archive to the given position in the list of known archives.
addRightButton(IButton) - Method in class com.sibvisions.rad.application.Dialog
Adds a button to the right area.
addRowDefinition(IRowDefinition) - Method in class javax.rad.model.ColumnView
Adds an IRowDefinition.
addSeparator() - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenu
Inserts a separator at the specified position.
addSeparator() - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
Inserts a separator at the specified position.
addSeparator() - Method in class javax.rad.genui.menu.UIMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class javax.rad.genui.menu.UIMenu
Inserts a separator at the specified position.
addSeparator() - Method in class javax.rad.genui.menu.UIPopupMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class javax.rad.genui.menu.UIPopupMenu
Inserts a separator at the specified position.
addSeparator() - Method in interface javax.rad.ui.menu.IMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in interface javax.rad.ui.menu.IMenu
Inserts a separator at the specified position.
addSeparator() - Method in interface javax.rad.ui.menu.IPopupMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in interface javax.rad.ui.menu.IPopupMenu
Inserts a separator at the specified position.
addServerColumnMetaData(ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Adds an new ServerColumnMetaData column.
addSessionListener(ISessionListener) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Adds an ISessionListener session listener to the list of known listeners.
addSessionListener(ISessionListener) - Method in class javax.rad.server.AbstractSessionManager
Adds an ISessionListener session listener to the list of known listeners.
addSubConnection(SubConnection) - Method in class javax.rad.remote.MasterConnection
Adds a sub connection to the internal list of sub connections.
addTab(JVxInternalFrame) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Adds an internal frame as tab.
addTabListener(ITabListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Adds an ITabListener to receive tab events from this tabbed pane.
addToolBar(JToolBar) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Adds a toolbar to this panel as last component.
addToolBar(JToolBar, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in class javax.rad.genui.container.AbstractFrame
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class javax.rad.genui.container.AbstractFrame
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar, int) - Method in class javax.rad.genui.container.InternalToolBarPanel
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in class javax.rad.genui.container.UIToolBarPanel
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class javax.rad.genui.container.UIToolBarPanel
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in interface javax.rad.ui.container.IToolBarPanel
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in interface javax.rad.ui.container.IToolBarPanel
Adds a toolbar to this panel at a specified index.
addToolBarIntern(JToolBar, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Adds the toolbar at a specific index.
addUrl(URL) - Method in class com.sibvisions.rad.remote.http.HttpsHostnameVerifier
Adds an URL to the list of allowed connections.
addUrl(URL) - Method in class com.sibvisions.rad.remote.http.HttpsTrustManager
Adds an URL to the list of allowed connections.
afterLogin() - Method in class com.sibvisions.rad.application.Application
Performs actions after successful login to the application.
afterLogin(RemoteApplication) - Method in interface javax.rad.application.genui.event.IRemoteApplicationListener
Invoked when login was successful.
afterLogin() - Method in class javax.rad.application.genui.RemoteApplication
Fires the after login event.
afterLogout() - Method in class com.sibvisions.rad.application.Application
Performs actions after successful logout from the application.
afterLogout(RemoteApplication) - Method in interface javax.rad.application.genui.event.IRemoteApplicationListener
Invoked when logout was successful.
afterLogout() - Method in class javax.rad.application.genui.RemoteApplication
Fires the after logout event.
ALIGN_BOTTOM - Static variable in interface javax.rad.ui.IAlignmentConstants
Bottom Align for this element.
ALIGN_CENTER - Static variable in interface javax.rad.ui.IAlignmentConstants
Center Align for this element.
ALIGN_LEFT - Static variable in interface javax.rad.ui.IAlignmentConstants
Left Align for this element.
ALIGN_RIGHT - Static variable in interface javax.rad.ui.IAlignmentConstants
Right Align for this element.
ALIGN_STRETCH - Static variable in interface javax.rad.ui.IAlignmentConstants
Stretch Align for this element.
ALIGN_TOP - Static variable in interface javax.rad.ui.IAlignmentConstants
Top Align for this element.
ALIVEINTERVAL - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the alive interval.
ALT_GRAPH_MASK - Static variable in class javax.rad.ui.event.UIEvent
The AltGraph key modifier constant.
ALT_MASK - Static variable in class javax.rad.ui.event.UIEvent
The Alt key modifier constant.
And - Class in javax.rad.model.condition
The And condition implements the AND operator.
And() - Constructor for class javax.rad.model.condition.And
Creates a new instance of And.
And(ICondition...) - Constructor for class javax.rad.model.condition.And
Creates a new instance of And.
and(ICondition) - Method in class javax.rad.model.condition.BaseCondition
It connects with an logic AND the specified ICondition.
and(ICondition) - Method in interface javax.rad.model.condition.ICondition
It connects with an logic AND the specified ICondition.
Application - Class in com.sibvisions.rad.application
The Application is the default RemoteApplication.
Application(UILauncher) - Constructor for class com.sibvisions.rad.application.Application
Creates a new instance of Main and configures the user interface.
Application - Class in javax.rad.application.genui
The Application is an abstract implementation of IApplication.
Application(UILauncher) - Constructor for class javax.rad.application.genui.Application
Creates a new instance of Application with a desired launcher.
application - Variable in class javax.rad.application.genui.WorkScreen
the parent application.
APPLICATION - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the application name.
ApplicationUtil - Class in com.sibvisions.rad.application
The ApplicationUtil is a utility class which provides methods and constants which will be used from applications.
ApplicationUtil() - Constructor for class com.sibvisions.rad.application.ApplicationUtil
Invisible constructor, because ApplictionUtil is a utility class.
ApplicationUtil - Class in com.sibvisions.rad.ui
The ApplicationUtil is a utility for application launchers.
ApplicationZone - Class in com.sibvisions.rad.server.config
The ApplicationZone class encapsulates the access to an application configuration.
ApplicationZone(String) - Constructor for class com.sibvisions.rad.server.config.ApplicationZone
Creates a new instance of ApplicationZone for an application.
apply(IApplication) - Method in interface javax.rad.application.genui.IApplicationSetup
Apply pre-configured settings.
AppSettings - Class in com.sibvisions.rad.server.config
The AppSetting class encapsulates the access to app settings.
AREA_BOTTOM - Static variable in interface javax.rad.ui.container.IToolBarPanel
the bottom toolbar area.
AREA_LEFT - Static variable in interface javax.rad.ui.container.IToolBarPanel
the left toolbar area.
AREA_RIGHT - Static variable in interface javax.rad.ui.container.IToolBarPanel
the right toolbar area.
AREA_TOP - Static variable in interface javax.rad.ui.container.IToolBarPanel
the top toolbar area.
ArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for any kind of array.
ArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ArraySerializer
 
ArrayUtil<E> - Class in com.sibvisions.util
Resizable-array implementation of the List interface.
ArrayUtil() - Constructor for class com.sibvisions.util.ArrayUtil
Constructs an empty list with initial size ArrayUtil.MIN_SIZE.
ArrayUtil(int) - Constructor for class com.sibvisions.util.ArrayUtil
Constructs an empty list.
ArrayUtil(E...) - Constructor for class com.sibvisions.util.ArrayUtil
Constructs a list with the given array.
ArrayUtil(E[], int) - Constructor for class com.sibvisions.util.ArrayUtil
Constructs a list with the given array.
ArrayUtil(E[], int, int) - Constructor for class com.sibvisions.util.ArrayUtil
Constructs a list with the given array.
ArrayUtil(Collection<? extends E>) - Constructor for class com.sibvisions.util.ArrayUtil
Constructs a list containing the elements of the specified collection.
AUTHKEY - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the authentication key.
AwtBorderLayout - Class in com.sibvisions.rad.ui.swing.impl.layout
The AwtBorderLayout is a platform independent BorderLayout impelementation.
AwtBorderLayout() - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Creates a new instance of AwtBorderLayout based on an IBorderLayout implementation.
AwtColor - Class in com.sibvisions.rad.ui.awt.impl
The AwtColor class is used to encapsulate the access to all usable colors for AWT components.
AwtColor(Color) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtColor
Creates an instance of AwtColor based on a java.awt.Color.
AwtColor(int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtColor
Creates a sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
AwtComponent<C extends Component> - Class in com.sibvisions.rad.ui.awt.impl
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
AwtComponent(C) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtComponent
Create a new instance of AwtComponent.
AwtContainer<C extends Container> - Class in com.sibvisions.rad.ui.awt.impl
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
AwtContainer(C) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtContainer
Creates a new instance of AwtContainer.
AwtCursor - Class in com.sibvisions.rad.ui.awt.impl
A class to encapsulate the representation of the mouse cursor.
AwtCursor(Cursor) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtCursor
Creates an instance of AwtCursor based on a java.awt.Cursor.
AwtDimension - Class in com.sibvisions.rad.ui.awt.impl
The AwtDimension class encapsulates the width and height of a component (in integer precision) in a single object.
AwtDimension(Dimension) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtDimension
Creates an instance of AwtDimension based on a Dimension.
AwtDimension(int, int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtDimension
Creates an instance of AwtDimension whose width and height are the same as for the specified dimension.
AwtFactory - Class in com.sibvisions.rad.ui.awt.impl
The AwtFactory class encapsulates methods to create and access AWT components.
AwtFactory() - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtFactory
Create a new instance of AwtFactory to create and access AWT components.
AwtFlowLayout - Class in com.sibvisions.rad.ui.swing.impl.layout
The AwtFormLayout is a platform independent FlowLayout impelementation.
AwtFlowLayout() - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Creates a new instance of AwtSimpleFormLayout based on an IFlowLayout implementation.
AwtFont - Class in com.sibvisions.rad.ui.awt.impl
The AwtFont class represents fonts, which are used to render text in a visible way.
AwtFont(Font) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtFont
Creates an instance of AwtFont based on a java.awt.Font.
AwtFont(String, int, int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtFont
Creates an instance of AwtFont from the specified name, style and point size.
AwtFormLayout - Class in com.sibvisions.rad.ui.swing.impl.layout
The AwtFormLayout is the IFormLayout implementation for AWT.
AwtFormLayout() - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Creates a new instance of AwtSimpleFormLayout based on an IFormLayout implementation.
AwtFormLayout.AwtAnchor - Class in com.sibvisions.rad.ui.swing.impl.layout
The Anchor gives the possible horizontal and vertical positions.
AwtFormLayout.AwtAnchor(AwtFormLayout, JVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Constructs a new AwtAnchor.
AwtFormLayout.AwtConstraints - Class in com.sibvisions.rad.ui.swing.impl.layout
The Constraint stores the top, left, bottom and right Anchor for layouting a component.
AwtFormLayout.AwtConstraints(AwtFormLayout, JVxFormLayout.Constraint) - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Constructs a new AwtConstraint.
AwtImage - Class in com.sibvisions.rad.ui.awt.impl
The AwtImage represents graphical images.
AwtImage(String, Image) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtImage
Creates an instance of AwtImage based on a java.awt.Image.
AwtInsets - Class in com.sibvisions.rad.ui.awt.impl
The AwtInsets class encapsulates the margins (in integer precision) in a single object.
AwtInsets(Insets) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtInsets
Creates an instance of AwtInsets based on a java.awt.Insets.
AwtInsets(int, int, int, int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtInsets
Creates an instance of AwtInsets for specific margins.
AwtPoint - Class in com.sibvisions.rad.ui.awt.impl
A point representing a location in (x, y) coordinate space, specified in integer precision.
AwtPoint(Point) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtPoint
Creates an instance of AwtPoint based on a java.awt.Point.
AwtPoint(int, int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtPoint
Creates an instance of AwtPoint at the specified (xy) location in the coordinate space.
AwtRectangle - Class in com.sibvisions.rad.ui.awt.impl
An AwtRectangle specifies an area in a coordinate space that is enclosed by the AwtRectangle object's top-left point (xy) in the coordinate space, its width, and its height.
AwtRectangle(Rectangle) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Creates an instance of AwtRectangle based on a java.awt.Rectangle.
AwtRectangle(int, int, int, int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Constructs a new AwtRectangle whose top-left corner is specified as (xy) and whose width and height are specified by the arguments of the same name.
AwtResource<R> - Class in com.sibvisions.rad.ui.awt.impl
A class to encapsulate any AWT resource.
AwtResource(R) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtResource
Creates an encapsulated instance of AwtResource with the specified type R.

B

BaseCondition - Class in javax.rad.model.condition
The BaseCondition is the default implementation of ICondition.
BaseCondition() - Constructor for class javax.rad.model.condition.BaseCondition
 
bDisposed - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
indicates whether the frame is disposed.
Bean - Class in javax.rad.type.bean
The Bean is a bean with dynamic properties.
Bean() - Constructor for class javax.rad.type.bean.Bean
Creates an empty Bean.
Bean(BeanType) - Constructor for class javax.rad.type.bean.Bean
Creates a Bean with a BeanType.
Bean(Object) - Constructor for class javax.rad.type.bean.Bean
Creates a Bean with an object.
Bean(Class) - Constructor for class javax.rad.type.bean.Bean
Creates a Bean with a bean class.
beanClass - Variable in class javax.rad.type.bean.BeanType
The bean class.
BeanSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Object.
BeanSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.BeanSerializer
 
beanType - Variable in class javax.rad.type.bean.AbstractBean
Stores the bean type.
BeanType - Class in javax.rad.type.bean
The BeanType is a wrapper for dynamic/generic beans and POJOs.
BeanType() - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType.
BeanType(String[]) - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType with given property names.
BeanType(String, String[]) - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType with given class name and property list.
BeanType(PropertyDefinition[]) - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType with given PropertyDefinitions.
BeanType(String, PropertyDefinition[]) - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType with given class name and PropertyDefinitions.
BeanType(Class) - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType from a POJO.
BeanTypeSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for BeanType.
BeanTypeSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
 
BeanUtil - Class in com.sibvisions.util.type
Implements the EL notation for a generic access to object methods or members.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.container.AbstractFrame
Invoked before this component is added.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.container.InternalToolBarPanel
Invoked before this component is added.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.container.UIToolBarPanel
Invoked before this component is added.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.menu.UIMenu
Invoked before this component is added.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.UIComponent
Invoked before this component is added.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.UIContainer
Invoked before this component is added.
BigDecimalDataType - Class in javax.rad.model.datatype
A BigDecimalDataType is the data type class for a BigDecimal column.
BigDecimalDataType() - Constructor for class javax.rad.model.datatype.BigDecimalDataType
 
BinaryDataType - Class in javax.rad.model.datatype
A BinaryDataType is the data type class of a binary ColumnDefinition.
BinaryDataType() - Constructor for class javax.rad.model.datatype.BinaryDataType
Constructs a BinaryDataType with the maximum Integer size.
black - Static variable in class javax.rad.genui.UIColor
The color black.
blue - Static variable in class javax.rad.genui.UIColor
The color blue.
BLUE_CELL - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Blue cell.
BOLD - Static variable in interface javax.rad.ui.IFont
The bold style constant.
BooleanArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Boolean arrays.
BooleanArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
 
BooleanDataType - Class in javax.rad.model.datatype
A BooleanDataType is the data type class of a Boolean ColumnDefinition.
BooleanDataType() - Constructor for class javax.rad.model.datatype.BooleanDataType
 
BooleanSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Boolean.
BooleanSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.BooleanSerializer
 
BooleanType - Class in javax.rad.type
The BooleanType is a platform independent definition of boolean.
BooleanType() - Constructor for class javax.rad.type.BooleanType
Constructs a new BooleanType.
BUTTON1_MASK - Static variable in class javax.rad.ui.event.UIEvent
The Mouse Button1 modifier constant.
BUTTON2_MASK - Static variable in class javax.rad.ui.event.UIEvent
The Mouse Button2 modifier constant.
BUTTON3_MASK - Static variable in class javax.rad.ui.event.UIEvent
The Mouse Button3 modifier constant.
ByteArrayDataSource - Class in com.sibvisions.util
The ByteArrayDataSource class is a utility class for IFileHandle data.
ByteArrayDataSource(String, byte[]) - Constructor for class com.sibvisions.util.ByteArrayDataSource
Constructs a new ByteArrayDataSource.
ByteArrayDataSource(String, InputStream) - Constructor for class com.sibvisions.util.ByteArrayDataSource
Constructs a new ByteArrayDataSource.
ByteArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for byte arrays.
ByteArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ByteArraySerializer
 
ByteSerializer - Class in com.sibvisions.rad.remote
The ByteSerializer converts an object state into a byte stream in such a way that the byte stream can be converted back into a copy of the object.
ByteSerializer() - Constructor for class com.sibvisions.rad.remote.ByteSerializer
Creates a new instance of ByteSerializer.
ByteSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Byte.
ByteSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ByteSerializer
 
ByteUtil - Class in com.sibvisions.util.type
The ByteUtil contains methods for byte(array) operations and manipulations.

C

call(ConnectionInfo, String[], String[], Object[][], ICallBackListener[]) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Calls desired methods from a remote server object.
call(String, String, Object...) - Method in class com.sibvisions.rad.server.AbstractSession
Executes a method from an object in the life-cycle object.
call(String, String, Object...) - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Executes a method from an object in the life-cycle object.
call(String, String, Object...) - Method in class com.sibvisions.rad.server.DetachedSession
Executes a method from an object in the life-cycle object.
call(ConnectionInfo, String[], String[], Object[][], ICallBackListener[]) - Method in class com.sibvisions.rad.server.DirectServerConnection
Calls desired methods from a remote server object.
call(String, String, Object...) - Method in class com.sibvisions.rad.server.DirectServerSession
Executes a method from an object in the life-cycle object.
call() - Method in class com.sibvisions.rad.server.http.rest.CallServerResource
Executes an object or action call without parameters.
call(Representation) - Method in class com.sibvisions.rad.server.http.rest.CallServerResource
Executes an object or action call with or without parameters.
call(String, String, Object...) - Method in class com.sibvisions.rad.server.object.ExchangeSession
The method will call a method from the bound session.
call(String, String) - Method in class com.sibvisions.rad.server.object.ExchangeSession
The method will call a method from the bound session.
call(String, Object...) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Calls a javascript method.
call(ConnectionInfo, String[], String[], Object[][], ICallBackListener[]) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Calls a list of methods from objects identified by name(s).
call(Object, String, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the method of an object without changing the access to the method.
call(Object, boolean, String, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the method of an object without changing the access to the method.
call(Object, Class<?>, boolean, String, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the method of an object without changing the access to the method.
call(ICallBackListener[], String[], String[], Object[][]) - Method in class javax.rad.remote.AbstractConnection
Calls desired methods of server objects, through the connection.
call(ICallBackListener, String, String, Object...) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote method from a remote object.
call(ICallBackListener, String, String) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote method from a remote object.
call(String[], String[], Object[][]) - Method in class javax.rad.remote.AbstractConnection
Calls desired methods of server objects, through the connection.
call(String[], String[]) - Method in class javax.rad.remote.AbstractConnection
Calls desired methods of server objects, through the connection.
call(String, String, Object...) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote method from a remote object.
call(String, String) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote method from a remote object.
call(ConnectionInfo, String[], String[], Object[][], ICallBackListener[]) - Method in interface javax.rad.remote.IConnection
Calls desired methods from a remote server object.
call(String, String, Object...) - Method in interface javax.rad.server.ISession
Executes a method from an object in the life-cycle object.
CallableHandler - Class in javax.rad.util
The CallableHandler is a EventHandler that handles ICallable.
CallableHandler(Class...) - Constructor for class javax.rad.util.CallableHandler
Constructs a new CallableHandler.
callAction(String, Object...) - Method in class com.sibvisions.rad.server.AbstractSession
Executes an action from the life-cycle object.
callAction(String, Object...) - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Executes an action from the life-cycle object.
callAction(String, Object...) - Method in class com.sibvisions.rad.server.DetachedSession
Executes an action from the life-cycle object.
callAction(String, Object...) - Method in class com.sibvisions.rad.server.DirectServerSession
Executes an action from the life-cycle object.
callAction(String) - Method in class com.sibvisions.rad.server.object.ExchangeSession
The method will call an action from the bound session.
callAction(String, Object...) - Method in class com.sibvisions.rad.server.object.ExchangeSession
The method will call an action from the bound session.
callAction(String) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote action.
callAction(String, Object...) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote action.
callAction(String[], Object[][]) - Method in class javax.rad.remote.AbstractConnection
The method will call one or more remote actions.
callAction(String[]) - Method in class javax.rad.remote.AbstractConnection
The method will call one or more remote actions.
callAction(ICallBackListener, String) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote action.
callAction(ICallBackListener, String, Object...) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote action.
callAction(ICallBackListener[], String[], Object[][]) - Method in class javax.rad.remote.AbstractConnection
The method will call one or more remote actions.
callAction(String, Object...) - Method in interface javax.rad.server.ISession
Executes an action from the life-cycle object.
callBack(CallBackEvent) - Method in interface javax.rad.remote.event.ICallBackListener
If the IConnection detects a callback, then this method will be called, to notify the client listener.
CallBackEvent - Class in javax.rad.remote.event
The CallBackEvent will be sent to an ICallBackListener if an asynchronous method call returns a result.
CallBackEvent(String, String, Object, Throwable, long, long) - Constructor for class javax.rad.remote.event.CallBackEvent
Creates a new instance of CallBackEvent.
callError(CallErrorEvent) - Method in class com.sibvisions.rad.application.Application
An error occured during remote communication.
callError(CallErrorEvent) - Method in interface javax.rad.remote.event.IConnectionListener
An error occured during remote communication.
CallErrorEvent - Class in javax.rad.remote.event
The CallErrorEvent encapsulates the connection error and all relevant information.
CallErrorEvent(Object, Throwable) - Constructor for class javax.rad.remote.event.CallErrorEvent
Creates a new instance of CallErrorEvent.
CallEvent - Class in javax.rad.remote.event
The CallEvent class contains information about object and action calls.
CallEvent(String, String, Object[], boolean) - Constructor for class javax.rad.remote.event.CallEvent
Creates a new instance of CallEvent.
CallServerResource - Class in com.sibvisions.rad.server.http.rest
The CallServerResource allows action or object calls.
CallServerResource() - Constructor for class com.sibvisions.rad.server.http.rest.CallServerResource
 
CANCEL_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) canel image (used for toolbar buttons or icons).
CANCEL_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) cancel image (used for menuitems or buttons).
cancelCellEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class javax.rad.genui.control.UIChart
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class javax.rad.genui.control.UIEditor
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class javax.rad.genui.control.UITable
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class javax.rad.genui.control.UITree
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in interface javax.rad.model.ui.ICellEditorHandler
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in interface javax.rad.model.ui.IControl
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditingControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Its invokes for each IComponent the cancelEditing() method.
cancelPendingThreads() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Cancel/Interrupts all pending threads.
cancelPendingThreads() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Cancel/Interrupts all pending threads.
cancelPendingThreads() - Method in class javax.rad.application.genui.UILauncher
Cancel/Interrupts all pending threads.
cancelPendingThreads() - Method in interface javax.rad.application.ILauncher
Cancel/Interrupts all pending threads.
capture(int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Creates an image/screenshot of the component.
capture(int, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Creates an image/screenshot of the component.
capture(int, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Creates an image/screenshot of the component.
capture(int, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingComponent
Creates an image/screenshot of the component.
capture(int, int) - Method in class javax.rad.genui.UIComponent
Creates an image/screenshot of the component.
capture(int, int) - Method in interface javax.rad.ui.IComponent
Creates an image/screenshot of the component.
CellFormat - Class in com.sibvisions.rad.ui.swing.ext.format
The CellFormat holds the format information for a cell.
CellFormat() - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CellFormat(Color) - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CellFormat(Color, Color, Font) - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CellFormat(Color, Color, Font, Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CellFormat(Color, Color, Font, Icon, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CENTER - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The center layout constraint (middle of container).
center(Component) - Static method in class com.sibvisions.util.type.ScreenUtil
Centers a component on the screen.
center(Component, Component) - Static method in class com.sibvisions.util.type.ScreenUtil
Centers a component over another component.
CENTER - Static variable in interface javax.rad.ui.layout.IBorderLayout
The center layout constraint (middle of container).
CENTERED_NUMBER_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Centered number cell editor.
CENTERED_TEXT_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Centered text cell editor.
centerRelativeTo(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Centers the window relative to the specified component.
centerRelativeTo(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Centers the window relative to the specified component.
centerRelativeTo(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Centers the window relative to the specified component.
centerRelativeTo(IComponent) - Method in class javax.rad.genui.container.AbstractWindow
Centers the window relative to the specified component.
centerRelativeTo(IComponent) - Method in interface javax.rad.ui.container.IWindow
Centers the window relative to the specified component.
CHANGE_PASSWORD_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) change password image (used for toolbar buttons or icons).
CHANGE_PASSWORD_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) change password image (used for menuitems or buttons).
ChangeableDataRow - Class in com.sibvisions.rad.model.mem
An IChangeableDataRow extends the IDataRow with support for the change state of the row, some supporting methods and an unique ID column.
ChangeableDataRow() - Constructor for class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal default constructor for the MemDataBook.
ChangeableDataRow(IRowDefinition) - Constructor for class com.sibvisions.rad.model.mem.ChangeableDataRow
Constructs a DataRow with a given IRowDefinition.
ChangeableDataRow(IRowDefinition, Object[], IDataPage, int) - Constructor for class com.sibvisions.rad.model.mem.ChangeableDataRow
Constructs a DataRow with a given IRowDefinition and initialize it a copy of the Object[]<> data.
ChangedHashtable<K,V> - Class in com.sibvisions.util
The ChangedHashtable is a synchronized Hashtable which tracks changes to keys and values.
ChangedHashtable() - Constructor for class com.sibvisions.util.ChangedHashtable
 
changedUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
changedUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
changedUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
changedUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
changePassword(ISession) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Changes the password for a user.
changePassword(ISession) - Method in interface com.sibvisions.rad.server.security.ISecurityManager
Changes the password for a user.
changePassword(ISession) - Method in class com.sibvisions.rad.server.security.XmlSecurityManager
Changes the password for a user.
ChangePasswordException - Exception in javax.rad.remote
The ChangePasswordException is a CommunicationException for sessions when the password should be changed.
ChangePasswordException() - Constructor for exception javax.rad.remote.ChangePasswordException
Constructs a new ChangePasswordException with null as its detail message.
ChangePasswordException(Throwable) - Constructor for exception javax.rad.remote.ChangePasswordException
Constructs a new ChangePasswordException with the specified cause and a detail message of (cause==null ?
ChangePasswordException(String) - Constructor for exception javax.rad.remote.ChangePasswordException
Constructs a new ChangePasswordException with the specified detail message.
ChangePasswordException(String, Throwable) - Constructor for exception javax.rad.remote.ChangePasswordException
Constructs a new ChangePasswordException with the specified detail message and cause.
CHAR_UNDEFINED - Static variable in class javax.rad.ui.event.UIKeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
characters(char[], int, int) - Method in class com.sibvisions.util.xml.XmlWorker
CharacterSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Character.
CharacterSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.CharacterSerializer
 
CharArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Character array.
CharArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.CharArraySerializer
 
CHECK_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) check image (used for toolbar buttons or icons).
CHECK_NO_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) no/selected check image (used for toolbar buttons or icons).
CHECK_NO_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) no/selected check image (used for menuitems or buttons).
CHECK_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) check image (used for menuitems or buttons).
CHECK_YES_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) yes/selected check image (used for toolbar buttons or icons).
CHECK_YES_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) yes/selected check image (used for menuitems or buttons).
checkAccess() - Method in class com.sibvisions.rad.server.AbstractSession
Checks if it is allowed to create the session.
checkAdd(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Checks if it's allowed to add a specific component to this container.
checkAdd(IComponent, Object, int) - Method in class javax.rad.genui.UIContainer
Checks if it's allowed to add a specific component to this container.
checkClientTrusted(X509Certificate[], String) - Method in class com.sibvisions.rad.remote.http.HttpsTrustManager
checkId(int) - Method in class javax.rad.ui.event.UIActionEvent
Checks if the current Instance of UIEvent allows the given id.
checkId(int) - Method in class javax.rad.ui.event.UIComponentEvent
Checks if the current Instance of UIEvent allows the given id.
checkId(int) - Method in class javax.rad.ui.event.UIEvent
Checks if the current Instance of UIEvent allows the given id.
checkId(int) - Method in class javax.rad.ui.event.UIKeyEvent
Checks if the current Instance of UIEvent allows the given id.
checkId(int) - Method in class javax.rad.ui.event.UIMouseEvent
Checks if the current Instance of UIEvent allows the given id.
checkId(int) - Method in class javax.rad.ui.event.UITabsetEvent
Checks if the current Instance of UIEvent allows the given id.
checkId(int) - Method in class javax.rad.ui.event.UIWindowEvent
Checks if the current Instance of UIEvent allows the given id.
checkPassword(ISession, String) - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Checks if a password is strength enough to be used.
checkPassword(ISession, String) - Method in class com.sibvisions.rad.server.security.validation.DefaultPasswordValidator
Checks if a password is strength enough to be used.
checkPassword(ISession, String) - Method in interface com.sibvisions.rad.server.security.validation.IPasswordValidator
Checks if a password is strength enough to be used.
checkServerTrusted(X509Certificate[], String) - Method in class com.sibvisions.rad.remote.http.HttpsTrustManager
children() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
chtExternalProperties - Variable in class com.sibvisions.rad.server.AbstractSession
the properties got via constructor.
chtProperties - Variable in class com.sibvisions.rad.server.AbstractSession
the client and server properties.
className - Variable in class javax.rad.type.bean.AbstractBeanType
The bean class.
clear() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It clears the AbstractStorage of the MemDataBook.
clear() - Method in class com.sibvisions.rad.model.mem.MemDataPage
It clears the mem filter and sort in the MemDataPage.
clear() - Method in class com.sibvisions.util.ArrayUtil
clear(T[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear(boolean[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear(int[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear(long[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear(float[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear(double[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear() - Method in class com.sibvisions.util.ChangedHashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class com.sibvisions.util.FileSearch
Clear previous search results.
clear() - Method in class com.sibvisions.util.GroupHashtable
Clears all entries.
clear(G) - Method in class com.sibvisions.util.GroupHashtable
Clears all entries from a specific group.
clear() - Method in class com.sibvisions.util.IdentityKeyValueList
Clears the list so that it contains no keys.
clear() - Method in class com.sibvisions.util.KeyValueList
Clears the list so that it contains no keys.
clear() - Method in class com.sibvisions.util.OrderedHashtable
clear() - Method in class javax.rad.util.TranslationMap
Clears all translations.
clearChanges() - Method in class com.sibvisions.util.ChangedHashtable
Clears the list of changed mappings.
clearFilterSortInMemDataPages() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It clears all mem filter sorts in the MemDataPages.
clearGlobalMetaData() - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Clears the complete meta data cache.
clearGlobalMetaData(AbstractConnection) - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Clears the meta data cache for the given application.
clearImageCache() - Static method in class javax.rad.genui.UIImage
Removes all images from the cache.
clearMetaData() - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Clears the local meta data cache.
clearMetaData() - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Clears the meta data cache.
clearMetaData(String) - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Clears the meta data cache for the given application.
clearSubNodes() - Method in class com.sibvisions.util.xml.XmlNode
Clears the list of known sub elements.
clone() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
clone() - Method in class com.sibvisions.rad.persist.jdbc.Name
clone() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
clone() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
clone() - Method in class com.sibvisions.rad.server.config.ApplicationZone
clone() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
clone() - Method in class com.sibvisions.util.ArrayUtil
Returns a shallow copy of this ArrayUtil instance.
clone() - Method in class com.sibvisions.util.OrderedHashtable
Creates a shallow copy of this hashtable.
clone() - Method in class com.sibvisions.util.xml.XmlNode
clone() - Method in class javax.rad.model.ColumnDefinition
Clone an ColumnDefinition.
clone() - Method in class javax.rad.model.condition.BaseCondition
Return a clone of the specific ICondition.
clone() - Method in class javax.rad.model.condition.CompareCondition
Return a clone of the specific ICondition.
clone() - Method in interface javax.rad.model.condition.ICondition
Return a clone of the specific ICondition.
clone() - Method in class javax.rad.model.condition.OperatorCondition
Return a clone of the specific ICondition.
clone() - Method in class javax.rad.model.datatype.BigDecimalDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.datatype.BinaryDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.datatype.BooleanDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.datatype.DataType
Clone an IDataType.
clone() - Method in interface javax.rad.model.datatype.IDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.datatype.ObjectDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.datatype.StringDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.datatype.TimestampDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.reference.ColumnMapping
clone() - Method in class javax.rad.model.SortDefinition
Clone an ISortDefinition.
clone() - Method in class javax.rad.persist.ColumnMetaData
clone() - Method in class javax.rad.persist.MetaData
clone(Object) - Method in class javax.rad.type.bean.BeanType
Clones a bean.
cloneResource(UI) - Static method in class javax.rad.genui.UIFactoryManager
Creates a clone of the given resource.
close() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Closes the IDataBook.
close() - Method in class com.sibvisions.rad.model.mem.MemDataSource
It closes the IDataSource and all its IDataBooks.
close() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Closes the IDataBook.
close() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Closes the storage.
close() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Closes the database Connection and releases all memory.
close() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
It close the DBStorage.
close(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Close the connection to the server.
close(ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Close the connection to the server.
close() - Method in interface com.sibvisions.rad.server.IRequest
Notifies that processing is finished.
close() - Method in interface com.sibvisions.rad.server.IResponse
Notifies that processing is finished.
close() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Closes this internal frame.
close() - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Closes the window.
close(ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Close the connection to the server.
close() - Method in class com.sibvisions.util.io.NonClosingInputStream
close(IContent) - Method in interface javax.rad.application.IWorkScreenApplication
Closes the given content.
close() - Method in class javax.rad.genui.container.UIInternalFrame
Closes this internal frame.
close() - Method in interface javax.rad.model.IDataBook
Closes the IDataBook.
close() - Method in interface javax.rad.model.IDataSource
It closes the IDataSource and all its IDataBooks.
close() - Method in class javax.rad.remote.AbstractConnection
Close the connection.
close(ConnectionInfo) - Method in interface javax.rad.remote.IConnection
Close the connection to the server.
close() - Method in class javax.rad.remote.MasterConnection
Close the connection.
close() - Method in class javax.rad.remote.SubConnection
Close the connection.
close() - Method in interface javax.rad.ui.container.IInternalFrame
Closes this internal frame.
closeConnection() - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Close all statements and the connection.
closeConnections(String) - Method in class com.sibvisions.rad.server.Monitoring
Close all connections for a specific application.
closeFrame(JInternalFrame) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopManager
closeTab(TabEvent) - Method in interface com.sibvisions.rad.ui.swing.ext.event.ITabListener
Invoked when a tab will be closed (before it will be closed).
closeTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Invoked when a tab will be closed (before it will be closed).
closeTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Invoked when a tab will be closed (before it will be closed).
CodecUtil - Class in com.sibvisions.util.type
The CodecUtil contains methods for encode and decode operations.
ColumnDefinition - Class in javax.rad.model
A ColumnDefinition is a description of the data type and other attributes of a table column.
ColumnDefinition() - Constructor for class javax.rad.model.ColumnDefinition
Constructs a ColumnDefinition.
ColumnDefinition(String) - Constructor for class javax.rad.model.ColumnDefinition
Constructs a ColumnDefinition with the specified name.
ColumnDefinition(String, IDataType) - Constructor for class javax.rad.model.ColumnDefinition
Constructs a ColumnDefinition with the specified name.
ColumnMapping - Class in javax.rad.model.reference
The ColumnMapping class is for mapping different column names between referenced tables.
ColumnMapping() - Constructor for class javax.rad.model.reference.ColumnMapping
Constructs the ColumnMapping without column names.
ColumnMapping(String[]) - Constructor for class javax.rad.model.reference.ColumnMapping
Constructs the ColumnMapping with the same column names and referenced column names.
ColumnMapping(String[], String[]) - Constructor for class javax.rad.model.reference.ColumnMapping
Constructs the ColumnMapping with the different column names and referenced column names.
ColumnMetaData - Class in javax.rad.persist
A ColumnMetaData is a description of the data type and other attributes of a table storage column.
ColumnMetaData() - Constructor for class javax.rad.persist.ColumnMetaData
Constructs a ColumnMetaData with defaults.
ColumnMetaData(String) - Constructor for class javax.rad.persist.ColumnMetaData
Constructs a ColumnMetaData with a specific name.
ColumnMetaData(String, int) - Constructor for class javax.rad.persist.ColumnMetaData
Constructs a ColumnMetaData with a specific name and data type identifier.
ColumnView - Class in javax.rad.model
A ColumnView contains all column names that should be shown.
ColumnView(String...) - Constructor for class javax.rad.model.ColumnView
Constructs a new ColumnView.
ColumnView(ColumnView) - Constructor for class javax.rad.model.ColumnView
Constructs a new ColumnView with the same columns as the given column view.
ColumnView(IRowDefinition) - Constructor for class javax.rad.model.ColumnView
Constructs a new ColumnView for all columns of the given row definition.
ColumnView(IDataRow) - Constructor for class javax.rad.model.ColumnView
Constructs a new ColumnView for all columns of the given data row.
com.sibvisions.rad - package com.sibvisions.rad
Contains base classes and interfaces which can be used, extended or implemented from all sub packages.
com.sibvisions.rad.application - package com.sibvisions.rad.application
Contains base classes for application creation.
com.sibvisions.rad.application.event - package com.sibvisions.rad.application.event
Contains classes for application event handling.
com.sibvisions.rad.model - package com.sibvisions.rad.model
Contains model implementations.
com.sibvisions.rad.model.mem - package com.sibvisions.rad.model.mem
Contains all storage independent model classes.
com.sibvisions.rad.model.remote - package com.sibvisions.rad.model.remote
Contains model implementations for accessing remote data.
com.sibvisions.rad.persist - package com.sibvisions.rad.persist
Contains implementations of the persistence definitions.
com.sibvisions.rad.persist.event - package com.sibvisions.rad.persist.event
Contains all storage event classes and interfaces.
com.sibvisions.rad.persist.jdbc - package com.sibvisions.rad.persist.jdbc
Contains all database specific persistence implementations.
com.sibvisions.rad.persist.jdbc.param - package com.sibvisions.rad.persist.jdbc.param
Contains parameter definitions for JDBC calls.
com.sibvisions.rad.remote - package com.sibvisions.rad.remote
Contains general communication classes which can be used from client and server implementations.
com.sibvisions.rad.remote.http - package com.sibvisions.rad.remote.http
Contains general communication classes which can be used from client and server implementations.
com.sibvisions.rad.remote.serializer - package com.sibvisions.rad.remote.serializer
Contains classes for serialize/deserialize java objects.
com.sibvisions.rad.server - package com.sibvisions.rad.server
Contains remote server classes and dependent components.
com.sibvisions.rad.server.config - package com.sibvisions.rad.server.config
Contains classes which are used for configuration purposes.
com.sibvisions.rad.server.http - package com.sibvisions.rad.server.http
Contains the server side implementation for the communication via http.
com.sibvisions.rad.server.http.rest - package com.sibvisions.rad.server.http.rest
Contains classes for REST access to applications and granted life-cycle objects.
com.sibvisions.rad.server.object - package com.sibvisions.rad.server.object
Contains predefined server objects which can be used in life-cycle objects.
com.sibvisions.rad.server.security - package com.sibvisions.rad.server.security
Contains classes which handles the validation of username/password combinations, with different protocols and different authentication systems.
com.sibvisions.rad.server.security.ntlm - package com.sibvisions.rad.server.security.ntlm
Contains ntlm relevant classes relevant for ntlm authentication.
com.sibvisions.rad.server.security.validation - package com.sibvisions.rad.server.security.validation
Contains validators for security managers, e.g. password validator.
com.sibvisions.rad.ui - package com.sibvisions.rad.ui
Contains technology and platform dependent UI implementations.
com.sibvisions.rad.ui.awt.impl - package com.sibvisions.rad.ui.awt.impl
Contains the AWT dependent interface implementations of the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.ext - package com.sibvisions.rad.ui.swing.ext
Contains all swing extensions which can be used without the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.ext.celleditor - package com.sibvisions.rad.ui.swing.ext.celleditor
Contains components for creating editors.
com.sibvisions.rad.ui.swing.ext.cellrenderer - package com.sibvisions.rad.ui.swing.ext.cellrenderer
Contains components for creating renderer.
com.sibvisions.rad.ui.swing.ext.event - package com.sibvisions.rad.ui.swing.ext.event
Contains all event definitions which will be needed for the swing extensions.
com.sibvisions.rad.ui.swing.ext.format - package com.sibvisions.rad.ui.swing.ext.format
Contains table extensions.
com.sibvisions.rad.ui.swing.ext.layout - package com.sibvisions.rad.ui.swing.ext.layout
Contains awt/swing based layout managers.
com.sibvisions.rad.ui.swing.ext.text - package com.sibvisions.rad.ui.swing.ext.text
Contains formatter for input fields.
com.sibvisions.rad.ui.swing.impl - package com.sibvisions.rad.ui.swing.impl
Contains the Swing dependent interface implementations of the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.impl.component - package com.sibvisions.rad.ui.swing.impl.component
Contains Swing component implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.impl.container - package com.sibvisions.rad.ui.swing.impl.container
Contains Swing container implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.impl.control - package com.sibvisions.rad.ui.swing.impl.control
Contains Swing control implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.impl.layout - package com.sibvisions.rad.ui.swing.impl.layout
Contains the layout implementations for Swing.
com.sibvisions.rad.ui.swing.impl.menu - package com.sibvisions.rad.ui.swing.impl.menu
Contains Swing menu implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.util - package com.sibvisions.rad.util
Contains utility classes for the javax.rad API.
com.sibvisions.util - package com.sibvisions.util
Contains library independent utility classes.
com.sibvisions.util.db - package com.sibvisions.util.db
Contains utility classes for database handling.
com.sibvisions.util.event - package com.sibvisions.util.event
Contains utility event classes.
com.sibvisions.util.io - package com.sibvisions.util.io
Contains I/O utility classes.
com.sibvisions.util.log - package com.sibvisions.util.log
Contains an advanced logger implementation.
com.sibvisions.util.log.jdk - package com.sibvisions.util.log.jdk
Contains the log implementation for java logging.
com.sibvisions.util.security - package com.sibvisions.util.security
Contains java.security extensions.
com.sibvisions.util.type - package com.sibvisions.util.type
Contains utility classes for special types/classes.
com.sibvisions.util.xml - package com.sibvisions.util.xml
Contains utility classes for handling xml files.
comment(char[], int, int) - Method in class com.sibvisions.util.xml.XmlWorker
commit() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Commits the DB transaction.
CommonUtil - Class in com.sibvisions.util.type
The CommonUtil contains utility methods for handling type independent operations.
CommunicationException - Exception in javax.rad.remote
The CommunicationException is a RuntimeException for client/server communication problems.
CommunicationException() - Constructor for exception javax.rad.remote.CommunicationException
Constructs a new CommunicationException with null as its detail message.
CommunicationException(Throwable) - Constructor for exception javax.rad.remote.CommunicationException
Constructs a new CommunicationException with the specified cause and a detail message of (cause==null ?
CommunicationException(String) - Constructor for exception javax.rad.remote.CommunicationException
Constructs a new CommunicationException with the specified detail message.
CommunicationException(String, Throwable) - Constructor for exception javax.rad.remote.CommunicationException
Constructs a new CommunicationException with the specified detail message and cause.
CompareCondition - Class in javax.rad.model.condition
Thats the base Class for all CompareConditions.
CompareCondition() - Constructor for class javax.rad.model.condition.CompareCondition
Constructs the base for a CompareCondition.
CompareCondition(String, Object) - Constructor for class javax.rad.model.condition.CompareCondition
Constructs the base for a CompareCondition, with a column, the value to check and that null values will be ignored. setIgnoreNull(false)
CompareCondition(String, Object, boolean) - Constructor for class javax.rad.model.condition.CompareCondition
Constructs the base for a CompareCondition, with a column, the value to check and if null values should be ignored.
CompareCondition(IDataRow, String) - Constructor for class javax.rad.model.condition.CompareCondition
Constructs the base for a CompareCondition, with a column, the IDataRow to check and if null values should be ignored.
CompareCondition(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.CompareCondition
Constructs the base for a CompareCondition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
CompareCondition(IDataRow, String, String) - Constructor for class javax.rad.model.condition.CompareCondition
Constructs the base for a CompareCondition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
CompareCondition(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.CompareCondition
Constructs the base for a CompareCondition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
comparePassword(IConfiguration, String, String) - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Compares two passwords to be identical.
compareTo(IDataRow) - Method in class com.sibvisions.rad.model.mem.DataRow
compareTo(IDataRow, SortDefinition) - Method in class com.sibvisions.rad.model.mem.DataRow
It compares the drDataRow with this IDataRow and it uses the columns and order information (asc, desc) in the SortDefintion.
compareTo(Object, Object) - Method in class javax.rad.model.datatype.BinaryDataType
Compares IDataType objects in the rules of the Comparable interface.
compareTo(Object, Object) - Method in class javax.rad.model.datatype.DataType
Compares IDataType objects in the rules of the Comparable interface.
compareTo(Object, Object) - Method in interface javax.rad.model.datatype.IDataType
Compares IDataType objects in the rules of the Comparable interface.
compareTo(IDataRow, SortDefinition) - Method in interface javax.rad.model.IDataRow
It compares the drDataRow with this IDataRow and it uses the columns and order information (asc, desc) in the SortDefintion.
compareTo(T, Object) - Method in class javax.rad.type.AbstractComparableType
Compares two objects.
compareTo(Object, Object) - Method in class javax.rad.type.bean.BeanType
Compares two objects.
compareTo(T, Object) - Method in interface javax.rad.type.IType
Compares two objects.
compareTo(Object, Object) - Method in class javax.rad.type.NullType
Compares two objects.
compareTo(Object, Object) - Method in class javax.rad.type.UnknownType
Compares two objects.
component - Variable in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
The component.
COMPONENT_FIRST - Static variable in class javax.rad.ui.event.UIComponentEvent
The first number in the range of ids used for component events.
COMPONENT_LAST - Static variable in class javax.rad.ui.event.UIComponentEvent
The last number in the range of ids used for component events.
COMPONENT_MOVED - Static variable in class javax.rad.ui.event.UIComponentEvent
This event indicates that the component's position changed.
COMPONENT_RESIZED - Static variable in class javax.rad.ui.event.UIComponentEvent
This event indicates that the component's size changed.
ComponentHandler - Class in javax.rad.ui.event
The ComponentHandler is a RuntimeEventHandler that handles IComponentListener.
ComponentHandler(String) - Constructor for class javax.rad.ui.event.ComponentHandler
Constructs a new instance of ComponentHandler.
componentHidden(ComponentEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
componentHidden(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame.ModalComponentListener
componentHidden(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
componentMoved(ComponentEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
componentMoved(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame.ModalComponentListener
componentMoved(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
componentMoved(UIComponentEvent) - Method in interface javax.rad.ui.event.IComponentListener
Invoked when the component's position changes.
componentResized(ComponentEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
componentResized(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame.ModalComponentListener
componentResized(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
componentResized(UIComponentEvent) - Method in interface javax.rad.ui.event.IComponentListener
Invoked when the component's size changes.
components - Variable in class javax.rad.genui.menu.UIMenu
List of subcomponents.
components - Variable in class javax.rad.genui.UIContainer
List of subcomponents.
componentShown(ComponentEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
componentShown(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame.ModalComponentListener
componentShown(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sends the visible notification to the implementation base.
COMPRESSION - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the compression.
COMPRESSION_BYTES - Static variable in interface javax.rad.remote.IConnection
the max. bytes for uncompressed communication (more bytes switches to compressed mode).
CONFIG_BASEDIR - Static variable in interface com.sibvisions.rad.IPackageSetup
User-defined configuration base directory.
Configuration - Class in com.sibvisions.rad.server.config
The Configuration enables the access to the server zone and all available application zones.
Configuration.ApplicationListOption - Enum in com.sibvisions.rad.server.config
Application name restriction.
configureAbout(About) - Method in class com.sibvisions.rad.application.Application
Configures the about dialog.
configureApplicationPane(IContainer) - Method in class com.sibvisions.rad.application.Application
Configures the default behaviour of the application pane.
configureButtons() - Method in class com.sibvisions.rad.application.Dialog
Shows the Buttons dependent of the button mode.
configureDesktopPane(UIDesktopPanel) - Method in class com.sibvisions.rad.application.Application
Configures the default behaviour of the content pane.
configureFrame(AbstractFrame) - Method in class com.sibvisions.rad.application.Application
Configures an internal frame for the application.
configureLogin(Login) - Method in class com.sibvisions.rad.application.Application
Configures the login component.
configureMenu(UIMenuBar) - Method in class com.sibvisions.rad.application.Application
Configures the menu for the application.
configureToolBar(UIToolBar) - Method in class com.sibvisions.rad.application.Application
Configures the application toolbar.
coninf - Variable in class javax.rad.remote.AbstractConnection
the connection information.
connection - Variable in class javax.rad.remote.AbstractConnection
the connection implementation.
connectionClosed(ConnectionEvent) - Method in class com.sibvisions.rad.application.Application
A connection was closed.
connectionClosed(ConnectionEvent) - Method in interface javax.rad.remote.event.IConnectionListener
A connection was closed.
ConnectionEvent - Class in javax.rad.remote.event
The ConnectionEvent class encapsulates connection information.
ConnectionEvent(AbstractConnection) - Constructor for class javax.rad.remote.event.ConnectionEvent
Creates a new instance of ConnectionEvent.
ConnectionInfo - Class in javax.rad.remote
The ConnectionInfo holds all important connection information: the connection identifier the current connection properties the last call time The information will be needed to communicate with any server through an IConnection implementation.
ConnectionInfo() - Constructor for class javax.rad.remote.ConnectionInfo
Creates a new instance of ConnectionInfo.
ConnectionInfo(ChangedHashtable<String, Object>) - Constructor for class javax.rad.remote.ConnectionInfo
Creates a new instance of ConnectionInfo with predefined connection properties.
connectionOpened(ConnectionEvent) - Method in class com.sibvisions.rad.application.Application
A connection was opened.
connectionOpened(ConnectionEvent) - Method in interface javax.rad.remote.event.IConnectionListener
A connection was opened.
connectionReOpened(ConnectionEvent) - Method in class com.sibvisions.rad.application.Application
A connection was re-opened.
connectionReOpened(ConnectionEvent) - Method in interface javax.rad.remote.event.IConnectionListener
A connection was re-opened.
constainsKey(G, K) - Method in class com.sibvisions.util.GroupHashtable
Tests if the specified object is a key in the group mapping.
construct(String, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the constructor of a desired class.
construct(ClassLoader, String, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the constructor of a desired class.
construct(Class<?>, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the constructor of a pre-loaded class.
construct(Class<?>, boolean, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the constructor of a pre-loaded class.
contains(Object) - Method in class com.sibvisions.util.ArrayUtil
contains(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(boolean[], boolean) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(long[], long) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(float[], float) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(double[], double) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(K, V) - Method in class com.sibvisions.util.IdentityKeyValueList
Tests whether this list maps a key which contains a specific value.
contains(V) - Method in class com.sibvisions.util.ImmutableArray
Gets true, if the array contains the given value.
contains(K, V) - Method in class com.sibvisions.util.KeyValueList
Tests whether this list maps a key which contains a specific value.
containsAll(T[], T[]) - Static method in class com.sibvisions.util.ArrayUtil
Checks if a specific array contains all elements of another array.
containsAll(E[]) - Method in class com.sibvisions.util.ArrayUtil
Checks if the current array contains all elements of a specific array.
containsAsParent(TreePath) - Method in class javax.rad.model.TreePath
Returns true, if the given tree path is a parent path of this tree path.
containsException(Throwable, Class<?>) - Static method in class com.sibvisions.util.type.CommonUtil
Gets whether an exception chain is or contains a specific error class.
containsKey(Object) - Method in class com.sibvisions.rad.server.GenericBean
containsKey(K) - Method in class com.sibvisions.util.IdentityKeyValueList
Tests if the specified key is in this list.
containsKey(K) - Method in class com.sibvisions.util.KeyValueList
Tests if the specified key is in this list.
containsOne(T[], T[]) - Static method in class com.sibvisions.util.ArrayUtil
Checks if a specific array contains at least one element of another array.
containsOne(E[]) - Method in class com.sibvisions.util.ArrayUtil
Checks if the current array contains at least one element of a specific array.
containsReference(Object) - Method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the reference from the specified element.
containsReference(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the reference of the specified element.
containsValue(Object) - Method in class com.sibvisions.rad.server.GenericBean
containsValue(G, V) - Method in class com.sibvisions.util.GroupHashtable
Returns true if the group maps one or more keys to this value.
containsValue(V) - Method in class com.sibvisions.util.IdentityKeyValueList
Tests if the specified values is in this list.
containsValue(V) - Method in class com.sibvisions.util.KeyValueList
Tests if the specified values is in this list.
containsWhitespace(String) - Static method in class com.sibvisions.util.type.StringUtil
Gets whether a text contains at least one whitespace character.
Content - Class in javax.rad.application.genui
The Content is the default IContent implementation and extends an UIPanel.
Content() - Constructor for class javax.rad.application.genui.Content
Creates a new instance of Content.
CONTENT_HTML - Static variable in class com.sibvisions.util.Mail
the html content.
CONTENT_TEXT - Static variable in class com.sibvisions.util.Mail
the plain text content.
contentsChanged(ListDataEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
CONTROL_ACTIVE_SELECTION_BACKGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control active selection background color.
CONTROL_ACTIVE_SELECTION_FOREGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control active selection foreground color.
CONTROL_ALTERNATE_BACKGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control alternate background color.
CONTROL_BACKGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control background color.
CONTROL_FOREGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control foreground color.
CONTROL_INACTIVE_SELECTION_BACKGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control inactive selection background color.
CONTROL_INACTIVE_SELECTION_FOREGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control inactive selection foreground color.
CONTROL_MANDATORY_BACKGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control mandatory background color.
CONTROL_READ_ONLY_BACKGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control read only background color.
controlActiveSelectionBackground - Static variable in class javax.rad.genui.UIColor
The color for control active selection background color.
controlActiveSelectionForeground - Static variable in class javax.rad.genui.UIColor
The color for control active selection foreground color.
controlAlternateBackground - Static variable in class javax.rad.genui.UIColor
The color for control alternate background color.
controlBackground - Static variable in class javax.rad.genui.UIColor
The color for control background color.
controlForeground - Static variable in class javax.rad.genui.UIColor
The color for control foreground color.
controlInactiveSelectionBackground - Static variable in class javax.rad.genui.UIColor
The color for control inactive selection background color.
controlInactiveSelectionForeground - Static variable in class javax.rad.genui.UIColor
The color for control inactive selection foreground color.
controlMandatoryBackground - Static variable in class javax.rad.genui.UIColor
The constant for control mandatory background color.
controlReadOnlyBackground - Static variable in class javax.rad.genui.UIColor
The constant for control read only background color.
convert(Date, String, String) - Static method in class com.sibvisions.util.type.DateUtil
Converts a date from one timezone to another timezone.
convert(Date, TimeZone, TimeZone) - Static method in class com.sibvisions.util.type.DateUtil
Converts a date from one timezone to another timezone.
convertAlignment(String) - Static method in class com.sibvisions.rad.application.ApplicationUtil
Converts an alignment "name" to the constant value.
convertAndCheckToTypeClass(Object) - Method in class javax.rad.model.datatype.BigDecimalDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertAndCheckToTypeClass(Object) - Method in class javax.rad.model.datatype.BinaryDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertAndCheckToTypeClass(Object) - Method in class javax.rad.model.datatype.BooleanDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertAndCheckToTypeClass(Object) - Method in interface javax.rad.model.datatype.IDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertAndCheckToTypeClass(Object) - Method in class javax.rad.model.datatype.ObjectDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertAndCheckToTypeClass(Object) - Method in class javax.rad.model.datatype.StringDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertAndCheckToTypeClass(Object) - Method in class javax.rad.model.datatype.TimestampDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertDatabaseSpecificObjectToValue(ServerColumnMetaData, Object) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Enables the database specific implementation to handle/convert special objects.
convertDatabaseSpecificObjectToValue(ServerColumnMetaData, Object) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Enables the database specific implementation to handle/convert special objects.
convertMemberNameToText(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts a member name in a human readable format e.g.
convertMemberNameToText(String, boolean) - Static method in class com.sibvisions.util.type.StringUtil
Converts a member name in a human readable format e.g.
convertMethodNameToText(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts a method name in a human readable format.
convertMethodNameToText(String, boolean) - Static method in class com.sibvisions.util.type.StringUtil
Converts a method name in a human readable format.
convertToMemberName(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts any text to a member name.
convertToMethodName(String, String) - Static method in class com.sibvisions.util.type.StringUtil
Converts any text to a method name.
convertToName(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts text to a vaild name.
convertToString(Object) - Method in class javax.rad.model.datatype.BigDecimalDataType
Converts the oObject into a String which represents the Object.
convertToString(Object) - Method in class javax.rad.model.datatype.BinaryDataType
Converts the oObject into a String which represents the Object.
convertToString(Object) - Method in class javax.rad.model.datatype.BooleanDataType
Converts the oObject into a String which represents the Object.
convertToString(Object) - Method in interface javax.rad.model.datatype.IDataType
Converts the oObject into a String which represents the Object.
convertToString(Object) - Method in class javax.rad.model.datatype.ObjectDataType
Converts the oObject into a String which represents the Object.
convertToString(Object) - Method in class javax.rad.model.datatype.StringDataType
Converts the oObject into a String which represents the Object.
convertToString(Object) - Method in class javax.rad.model.datatype.TimestampDataType
Converts the oObject into a String which represents the Object.
convertToTypeClass(Object) - Method in class javax.rad.model.datatype.BigDecimalDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertToTypeClass(Object) - Method in class javax.rad.model.datatype.BinaryDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertToTypeClass(Object) - Method in class javax.rad.model.datatype.BooleanDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertToTypeClass(Object) - Method in interface javax.rad.model.datatype.IDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertToTypeClass(Object) - Method in class javax.rad.model.datatype.ObjectDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertToTypeClass(Object) - Method in class javax.rad.model.datatype.StringDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertToTypeClass(Object) - Method in class javax.rad.model.datatype.TimestampDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertValueToDatabaseSpecificObject(Object) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Converts an object to a standard value for the specific database.
copy(InputStream, File) - Static method in class com.sibvisions.util.type.FileUtil
Copies the content from a stream into a file.
copy(InputStream, OutputStream) - Static method in class com.sibvisions.util.type.FileUtil
Copies the content of an InputStream to the desired OutputStream.
copy(InputStream, boolean, OutputStream, boolean) - Static method in class com.sibvisions.util.type.FileUtil
Copies the content of an InputStream to the desired OutputStream.
copy(File, File, String...) - Static method in class com.sibvisions.util.type.FileUtil
Copy a file or directory to another file or directory.
copy(File, File, FileUtil.CopyMode, String...) - Static method in class com.sibvisions.util.type.FileUtil
Copies one file into another file.
COPY_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) copy image (used for toolbar buttons or icons).
COPY_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) copy image (used for menuitems or buttons).
countCharacter(String, char) - Static method in class com.sibvisions.util.type.StringUtil
Counts the number of a specific characters in a text.
createAbout() - Method in class com.sibvisions.rad.application.Application
Creates the about component.
createAccessController(ISession) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Creates an access controller for a ISession.
createAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Constructs an anchor relative to pRelatedAnchor auto sized.
createAnchor(IFormLayout.IAnchor, int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Constructs an anchor relative to pRelatedAnchor with pPosition pixels.
createAnchor(IFormLayout.IAnchor, IFormLayout.IAnchor, float) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Constructs an centered anchor between the related and second related anchor.
createAnchor(IFormLayout.IAnchor) - Method in class javax.rad.genui.layout.UIFormLayout
Constructs an anchor relative to pRelatedAnchor auto sized.
createAnchor(IFormLayout.IAnchor, int) - Method in class javax.rad.genui.layout.UIFormLayout
Constructs an anchor relative to pRelatedAnchor with pPosition pixels.
createAnchor(IFormLayout.IAnchor, IFormLayout.IAnchor, float) - Method in class javax.rad.genui.layout.UIFormLayout
Constructs an centered anchor between the related and second related anchor.
createAnchor(IFormLayout.IAnchor) - Method in interface javax.rad.ui.layout.IFormLayout
Constructs an anchor relative to pRelatedAnchor auto sized.
createAnchor(IFormLayout.IAnchor, int) - Method in interface javax.rad.ui.layout.IFormLayout
Constructs an anchor relative to pRelatedAnchor with pPosition pixels.
createAnchor(IFormLayout.IAnchor, IFormLayout.IAnchor, float) - Method in interface javax.rad.ui.layout.IFormLayout
Constructs an centered anchor between the related and second related anchor.
createApplication(ILauncher, String) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Creates an instance of an IApplication.
createApplication(ILauncher, ClassLoader, String) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Creates an instance of an IApplication.
createAutomaticLinkReference(String[], String, String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Creates and sets a new StorageReferenceDefinition with the specified FromClause and columns and reference columns on all pColumns.
createAutomaticLinkReference(String[], DBStorage, String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Creates and sets a new StorageReferenceDefinition with the specified DBStorage and columns and reference columns on all pColumns.
createAutomaticLinkReference(ServerMetaData, String[], AbstractStorage, String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Creates and sets a new StorageReferenceDefinition with the specified DBStorage and columns and reference columns on all pColumns.
createAutomaticLinkStorage(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Creates a new DBStorage which is configured for automatic link cell editors.
createBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Creates a bean with given values.
createBeanType(String[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Creates a BeanType for the given column names.
createBeanType(String[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Creates a BeanType for the given column names.
createBorderLayout() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IBorderLayout.
createBorderLayout() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IBorderLayout.
createButton(String, String) - Method in class com.sibvisions.rad.application.Message
Creates an action button for this message.
createButton() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IButton.
createButton() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IButton.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxImageViewer
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class javax.rad.genui.celleditor.UICellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in interface javax.rad.model.ui.ICellEditor
creates an ICellEditorHandler library dependent component.
createCellFormat(IColor, IColor, IFont, IImage, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ICellFormat.
createCellFormat(IColor, IColor, IFont, IImage, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of ICellFormat.
createCellFormatter(Object, String) - Static method in class javax.rad.genui.UIComponent
Creates a cell formatter instance with the given object and method name.
createChart() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IChart.
createChart() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IChart.
createCheckBox() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ICheckBox.
createCheckBox() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ICheckBox.
createCheckBoxMenuItem() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ICheckBoxMenuItem.
createCheckBoxMenuItem() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ICheckBoxMenuItem.
createCheckSum(Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Creates a MD5 checksum with given objects.
createChoiceCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IChoiceCellEditor.
createChoiceCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IChoiceCellEditor.
createColor(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
createColor(String) - Static method in class javax.rad.genui.UIColor
Creates a color from a list of int values (3(rgb) or 4(rgba) values), comma separated in a string, or in hex representation (#FF00FF).
createColor(int) - Method in interface javax.rad.ui.IFactory
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
createColumnDefinition(ColumnMetaData) - Static method in class javax.rad.persist.ColumnMetaData
It converts a server ColumnMetaData to an client ColumnDefinition and returns it.
createColumnMetaData(ColumnDefinition) - Static method in class javax.rad.persist.ColumnMetaData
It returns the ColumnMetaData to the corresponding ColumnDefinition.
createCondition(ICondition, boolean, String...) - Static method in class javax.rad.model.condition.Filter
Creates a new ICondition from the given ICondition and ignores or uses specific columns.
createConnection() - Method in class com.sibvisions.rad.application.Application
Creates a connection for the application.
createConnectionProperties() - Method in class javax.rad.remote.AbstractConnection
Gets the properties which will be sent to the server when opening a new connection.
createConnectionProperties() - Method in class javax.rad.remote.MasterConnection
Gets the properties which will be sent to the server when opening a new connection.
createConstraint(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Creates the default constraints for the given column and row.
createConstraint(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Creates the default constraints for the given column and row.
createCSV(String[], String[], ICondition, SortDefinition) - Method in class com.sibvisions.rad.persist.AbstractStorage
Write the current DBStorage with the specified filter and sort to the export.csv file in CSV format and returns the file handle.
createCSV(String[], String[], ICondition, SortDefinition, String) - Method in class com.sibvisions.rad.persist.AbstractStorage
Write the current DBStorage with the specified filter and sort to the export.csv file in CSV format and returns the file handle.
createCSV(String, String[], String[], ICondition, SortDefinition) - Method in class com.sibvisions.rad.persist.AbstractStorage
Write the current DBStorage with the specified filter and sort to the export.csv file in CSV format and returns the file handle.
createCustomComponent(Object) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new Instance of IComponent that contains any Custom Component.
createCustomComponent(Object) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new Instance of IComponent that contains any Custom Component.
createCustomComponent(Object) - Method in interface javax.rad.ui.IFactory
Creates a new Instance of IComponent that contains any Custom Component.
createCustomContainer(Object) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new Instance of IContainer that contains any Custom Container.
createCustomContainer(Object) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new Instance of IContainer that contains any Custom Container.
createCustomContainer(Object) - Method in interface javax.rad.ui.IFactory
Creates a new Instance of IContainer that contains any Custom Container.
createDataPage(IDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataBook
It constructs a new MemDataPage.
createDataPage(IDataRow) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
It constructs a new MemDataPage.
createDataRow(String[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Returns a cloned IDataRow with only a subset of specified column names.
createDataRow(String[]) - Method in interface javax.rad.model.IDataRow
Returns a cloned IDataRow with only a subset of specified column names.
createDataType(ColumnMetaData) - Static method in class javax.rad.persist.ColumnMetaData
It creates the corresponding IDataType to the meta data column.
createDateCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IDateCellEditor.
createDateCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IDateCellEditor.
createDBCredentials(ApplicationZone, String) - Static method in class com.sibvisions.rad.server.security.DataSourceHandler
Creates a new instance of DBCredentials with information provided in a given application.
createDBCredentials(IConfiguration, String) - Static method in class com.sibvisions.rad.server.security.DataSourceHandler
Creates a new instance of DBCredentials with information provided in a given configuration.
createDBCredentials(XmlNode) - Static method in class com.sibvisions.rad.server.security.DataSourceHandler
Creates a new instance of DBCredentials with information provided in xml format.
createDBStatement(String) - Method in class com.sibvisions.util.db.DBImporter
Creates a statement and parses the parameters.
createDesktopPane() - Method in class com.sibvisions.rad.application.Application
Creates the content pane for the application.
createDesktopPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IDesktopPanel.
createDesktopPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IDesktopPanel.
createDimension(int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new instance of IDimension with the given with and height.
createDimension(int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IDimension with the given with and height.
createDoctype(String, String, String) - Static method in class com.sibvisions.util.xml.XmlNode
Creates the xml doctype tag <!
createEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IEditor.
createEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IEditor.
createEmptyBean() - Method in class com.sibvisions.rad.persist.AbstractStorage
Creates a new bean with all column names from the meta data.
createEmptyRow(String[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Returns a new empty IDataRow with only a subset of column's, specified by a String[] of column names.
createEmptyRow(String[]) - Method in interface javax.rad.model.IDataRow
Returns a new empty IDataRow with only a subset of column's, specified by a String[] of column names.
createEqualsFilter(IDataRow, String[]) - Static method in class javax.rad.model.condition.Filter
Creates a Filter with AND combined EQUALS conditions over all filter column names.
createEqualsFilter(String[], Object[], ColumnMetaData[]) - Static method in class javax.rad.model.condition.Filter
Creates a Filter with AND combined EQUALS conditions over all filter column names.
createError() - Method in class com.sibvisions.rad.application.Application
Creates a new Error frame.
createFileHandleReceiver(Object, String) - Static method in class javax.rad.application.genui.UILauncher
Creates a file handle receiver instance with the given object and method name.
createFilter(IDataRow) - Static method in class javax.rad.model.condition.Filter
Creates an Filter with AND combined and for each
- column with the DataType String with LikeIgnoreCase condition and
- column with the DataType BigDecimal & Boolean with Equals condition and
- for two column in order with the DataType Timestamp the first with GreaterEquals and the second with LessEquals condition and
- one column with the DataType Timestamp with Equals condition and
- column with an ILinkedCellEditor.setValidationEnabled(true) with Equals otherwise with a LikeIgnoreCase condition
over all columns.
createFilter(IDataRow, String[]) - Static method in class javax.rad.model.condition.Filter
Creates an Filter with AND combined and for each
- column with the DataType String with LikeIgnoreCase condition and
- column with the DataType BigDecimal & Boolean with Equals condition and
- for two column in order with the DataType Timestamp the first with GreaterEquals and the second with LessEquals condition and
- one column with the DataType Timestamp with Equals condition and
- column with an ILinkedCellEditor.setValidationEnabled(true) with Equals otherwise with a LikeIgnoreCase condition
over all filter column names.
createFlowLayout() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IFlowLayout.
createFlowLayout() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IFlowLayout.
createFont(String, int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new instance of IFont from the specified name, style and point size.
createFont(String, int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IFont from the specified name, style and point size.
createFormLayout() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IFormLayout.
createFormLayout() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IFormLayout.
createFrame() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IFrame.
createFrame() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IFrame.
createFullTextFilter(IDataBook, String, String...) - Static method in class javax.rad.model.condition.Filter
Full text filter.
createGroupPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IGroupPanel.
createGroupPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IGroupPanel.
createIcon() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IIcon.
createIcon() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IIcon.
createImage(Component, int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Creates an image from a component.
createImageViewer() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IImageViewer.
createImageViewer() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IImageViewer.
createInboundRoot() - Method in class com.sibvisions.rad.server.http.rest.RESTAdapter
Creates a root Restlet that will receive all incoming calls.
createInsets(int, int, int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new instance of IInsets.
createInsets(int, int, int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IInsets.
createInstance(ClassLoader, AbstractSession, String, Map) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Creates a new Map instance with a specific class name and, if possible, sets a parent object.
createInternalFrame(IDesktopPanel) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IInternalFrame.
createInternalFrame(IDesktopPanel) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IInternalFrame.
createKey() - Static method in class com.sibvisions.util.ObjectCache
Creates a random acces key.
createLabel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ILabel.
createLabel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ILabel.
createLikeFilter(IDataRow, String[]) - Static method in class javax.rad.model.condition.Filter
Creates a Filter with AND combined LIKE conditions over all filter column names.
createLikeIgnoreCaseFilter(IDataRow, String[]) - Static method in class javax.rad.model.condition.Filter
Creates a Filter with AND combined LikeIgnoreCase conditions over all filter column names.
createLinkedCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ILinkedCellEditor.
createLinkedCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ILinkedCellEditor.
createListener(Object, String) - Method in class javax.rad.util.EventHandler
Creates a new listener interface for calling the given method for the given object.
createLogger(String) - Method in class com.sibvisions.util.log.jdk.JdkLoggerFactory
Gets an ILogger.
createLogger(String) - Method in class com.sibvisions.util.log.LoggerFactory
Gets an ILogger.
createLogin() - Method in class com.sibvisions.rad.application.Application
Creates the login component for entering the authentication credentials.
createMasterSession(String, String, String) - Static method in class com.sibvisions.rad.server.DirectServerSession
Creates a new instance of DirectServerSession for the given application and credentials.
createMenu() - Method in class com.sibvisions.rad.application.Application
Creates the menu for the application.
createMenu() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IMenu.
createMenu() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IMenu.
createMenuBar() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IMenuBar.
createMenuBar() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IMenuBar.
createMenuItem(String, String, String, UIImage) - Method in class com.sibvisions.rad.application.Application
Creates a new menu item.
createMenuItem() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IMenuItem.
createMenuItem() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IMenuItem.
createNodeFormatter(Object, String) - Static method in class javax.rad.genui.UIComponent
Creates a node formatter instance with the given object and method name.
createNumberCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of INumberCellEditor.
createNumberCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of INumberCellEditor.
createObjectCacheKey() - Static method in class javax.rad.io.RemoteFileHandle
Gets the access key for the object.
createObjectMapper() - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Creates a new ObjectMapper with preconfigured settings.
createPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IPanel.
createPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IPanel.
createPasswordField() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IPasswordField.
createPasswordField() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IPasswordField.
createPoint(int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new instance of IPoint with the given x and y.
createPoint(int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IPoint with the given x and y.
createPOJO(Class<T>, Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Creates a POJO from the given type and with given values.
createPOJO(Class<T>, IBean) - Method in class com.sibvisions.rad.persist.AbstractStorage
Creates a POJO from the tiven type and with the values from a bean.
createPopupMenu() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IPopupMenu.
createPopupMenu() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IPopupMenu.
createPropertyDefinition(String) - Method in class javax.rad.type.bean.AbstractBeanType
Creates the PropertyDefinition.
createPropertyDefinition(String, Class) - Method in class javax.rad.type.bean.BeanType
Creates the PropertyDefinition.
createPropertyDefinitions(int) - Method in class javax.rad.type.bean.AbstractBeanType
Creates the PropertyDefinitions.
createRadioButton() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IRadioButton.
createRadioButton() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IRadioButton.
createRectangle(int, int, int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new instance of IRectangle with the given x, y, width and height.
createRectangle(int, int, int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IRectangle with the given x, y, width and height.
createReplace(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Create an DB specific replace command, which replacs in the pSource all pOld to pNew.
createReplace(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DerbyDBAccess
Create an DB specific replace command, which replacs in the pSource all pOld to pNew.
createRowDefinition(String[]) - Method in interface javax.rad.model.IRowDefinition
Returns a cloned IRowDefinition with only a subset of ColumnDefinitions, specified by a column name String[].
createRowDefinition(String[]) - Method in class javax.rad.model.RowDefinition
Returns a cloned IRowDefinition with only a subset of ColumnDefinitions, specified by a column name String[].
createScaledImage(InputStream, int, int, boolean, OutputStream, String) - Static method in class com.sibvisions.util.type.ImageUtil
Creates a scaled image out of an InputStream.
createScrollPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IScrollPanel.
createScrollPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IScrollPanel.
createSecurityManager(ISession) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Creates a new security manager instance for the given session.
createSecurityManager(ISession) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Creates a new ISecurityManager for the given session.
createSecurityManager(String) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Creates a new ISecurityManager for the given application.
createSeparator() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ISeparator.
createSeparator() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ISeparator.
createSerializer(String) - Static method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Creates the serializer from a given class name.
createSession(IRequest, ISerializer, ChangedHashtable<String, Object>) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Creates an authenticated session for an application.
createSession(ChangedHashtable<String, Object>) - Method in class com.sibvisions.rad.server.Server
Creates a new session for an application.
createSession(ChangedHashtable<String, Object>) - Method in interface javax.rad.server.IServer
Creates a new session for an application.
createSplitPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ISplitPanel.
createSplitPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ISplitPanel.
createSubConnection(String) - Method in class javax.rad.remote.MasterConnection
Returns a new sub connection.
createSubSession(IRequest, AbstractSession, ChangedHashtable<String, Object>) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Creates a new SubSession for an already authenticated main session.
createSubSession(String) - Method in class com.sibvisions.rad.server.DirectServerSession
Creates a new instance of DirectServerSession as sub session for the given life-cycle object name.
createSubSession(Object, ChangedHashtable<String, Object>) - Method in class com.sibvisions.rad.server.Server
Creates a sub session of an application.
createSubSession(Object, ChangedHashtable<String, Object>) - Method in interface javax.rad.server.IServer
Creates a sub session of an application.
createTable() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITable.
createTable() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITable.
createTabsetPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITabsetPanel.
createTabsetPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITabsetPanel.
createTextArea() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITextArea.
createTextArea() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITextArea.
createTextCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITextCellEditor.
createTextCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITextCellEditor.
createTextField() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITextField.
createTextField() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITextField.
createTFChoiceCellEditor() - Static method in class com.sibvisions.rad.application.ApplicationUtil
Returns a new checkbox cell editor with True, False values.
createToggleButton() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IToggleButton.
createToggleButton() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IToggleButton.
createToolBar() - Method in class com.sibvisions.rad.application.Application
Creates the toolbar for the application.
createToolBar() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IToolBar.
createToolBar() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IToolBar.
createToolBarButton(String, String, String, UIImage) - Method in class com.sibvisions.rad.application.Application
Creates a new toolbar button.
createToolBarPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IToolBarPanel.
createToolBarPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IToolBarPanel.
createTree() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITree.
createTree() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITree.
createWhereColumn(ServerMetaData, CompareCondition, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Creates the where column.
createWhereColumn(ServerMetaData, CompareCondition, String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Creates the where column.
createWhereParam(ServerMetaData, CompareCondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Creates the where parameter.
createWhereParam(ServerMetaData, CompareCondition) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Creates the where parameter.
createWindow() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IWindow.
createWindow() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IWindow.
createXml(OutputStream, int, boolean) - Method in class com.sibvisions.util.xml.XmlNode
Create the xml structure based on the current node.
createXmlDeclaration() - Static method in class com.sibvisions.util.xml.XmlNode
Creates the xml declaration tag <?
createXmlWorker() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Creates the default XmlWorker for reading the file.
createXmlWorker() - Method in class com.sibvisions.rad.server.config.Zone
Creates the default XmlWorker for reading the file.
createYNChoiceCellEditor() - Static method in class com.sibvisions.rad.application.ApplicationUtil
Returns a new checkbox cell editor with "Y", "N" values.
CROSSHAIR_CURSOR - Static variable in interface javax.rad.ui.ICursor
The crosshair cursor type.
CTRL_MASK - Static variable in class javax.rad.ui.event.UIEvent
The Control key modifier constant.
CUT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) cut image (used for toolbar buttons or icons).
CUT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) cut image (used for menuitems or buttons).
cyan - Static variable in class javax.rad.genui.UIColor
The color cyan.

D

darkGray - Static variable in class javax.rad.genui.UIColor
The color dark gray.
dataBookChanged(DataBookEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Notifies that the IDataBook is changed.
dataBookChanged(DataBookEvent) - Method in interface javax.rad.model.event.IDataBookListener
Notifies that the IDataBook is changed.
DataBookEvent - Class in javax.rad.model.event
The DataBookEvent gives information about changes in the IDataBook.
DataBookEvent(IDataBook, DataBookEvent.ChangedType, IDataRow) - Constructor for class javax.rad.model.event.DataBookEvent
Constructs the DataRowEvent.
DataBookEvent.ChangedType - Enum in javax.rad.model.event
Specifies the type of change.
DataBookHandler - Class in javax.rad.model.event
The DataBookHandler is a EventHandler that handles IDataBookListener.
DataBookHandler() - Constructor for class javax.rad.model.event.DataBookHandler
Constructs a new DataRowHandler.
DataBookUtil - Class in com.sibvisions.rad.model
The DataBookUtil handles simple access to databooks.
DataRow - Class in com.sibvisions.rad.model.mem
An DataRow is a list of table column's.
DataRow() - Constructor for class com.sibvisions.rad.model.mem.DataRow
Constructs a DataRow without a new instance of IRowDefinition.
DataRow(IRowDefinition) - Constructor for class com.sibvisions.rad.model.mem.DataRow
Constructs a DataRow with a given IRowDefinition.
DataRow(IRowDefinition, Object[]) - Constructor for class com.sibvisions.rad.model.mem.DataRow
Constructs a DataRow with a given IRowDefinition and initialize it a copy of the Object[]<> data.
DataRowEvent - Class in javax.rad.model.event
The DataRowEvent gives information about changes in the IDataRow.
DataRowEvent(IDataRow, String[], IDataRow) - Constructor for class javax.rad.model.event.DataRowEvent
Constructs the DataRowEvent.
DataRowHandler - Class in javax.rad.model.event
The DataRowHandler is a EventHandler that handles IDataRowListener.
DataRowHandler() - Constructor for class javax.rad.model.event.DataRowHandler
Constructs a new DataRowHandler.
DataSourceException - Exception in javax.rad.persist
The DataSourceException is used to throw storage depending Exception's.
DataSourceException(String) - Constructor for exception javax.rad.persist.DataSourceException
Constructs the DataSourceException with the specified error message.
DataSourceException(String, Throwable) - Constructor for exception javax.rad.persist.DataSourceException
Constructs the DataSourceException with the specified error message and main cause.
DataSourceHandler - Class in com.sibvisions.rad.server.security
The DataSourceHandler allows access to credentials configured in the application configuration.
DataType - Class in javax.rad.model.datatype
A DataType is the abstract base class of all ColumnDefinition data types.
DataType() - Constructor for class javax.rad.model.datatype.DataType
 
DateFormatter - Class in com.sibvisions.rad.ui.swing.ext.text
The DateFormatter can handle null values and empty Strings and handle complex date formats.
DateFormatter() - Constructor for class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Constructs a new date formatter with default date format.
DateFormatter(DateFormat) - Constructor for class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Constructs a new date formatter that supports empty Strings and null values.
DateSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Date.
DateSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.DateSerializer
 
DateUtil - Class in com.sibvisions.util.type
The DateUtil is a utility class for date conversion and for formatting dates as string.
DateUtil() - Constructor for class com.sibvisions.util.type.DateUtil
Constructs a new instance of DateUtil with default date format.
DateUtil(DateFormat) - Constructor for class com.sibvisions.util.type.DateUtil
Constructs a new instance of DateUtil that supports empty Strings and null values.
DateUtil(String) - Constructor for class com.sibvisions.util.type.DateUtil
Constructs a new instance of DateUtil that supports empty Strings and null values.
DB2DBAccess - Class in com.sibvisions.rad.persist.jdbc
The DB2DBAccess is the implementation for DB2 databases.
DB2DBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Constructs a new DB2DBAccess Object.
DBAccess - Class in com.sibvisions.rad.persist.jdbc
The DBAccess is the implementation for most used SQL databases.
DBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.DBAccess
Constructs a new DBAccess Object.
DBAccess.ColumnMetaDataInfo - Class in com.sibvisions.rad.persist.jdbc
The ColumnMetaDataInfo is caches information about column meta data requests.
DBAccess.ColumnMetaDataInfo() - Constructor for class com.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
 
DBCredentials - Class in com.sibvisions.rad.persist.jdbc
The DBCredentials contains information to establish a database connection.
DBCredentials(String, String, String, String) - Constructor for class com.sibvisions.rad.persist.jdbc.DBCredentials
Creates a new instance of DBCredentials.
DBImporter - Class in com.sibvisions.util.db
The DBImporter executes DML or DDL statements.
DBImporter() - Constructor for class com.sibvisions.util.db.DBImporter
 
DBImporter.DBStatement - Class in com.sibvisions.util.db
The DBStatement is a simple POJO that stores the statement (with or without wildcards) and the parameters, if available.
DBImporter.DBStatement() - Constructor for class com.sibvisions.util.db.DBImporter.DBStatement
 
DBObjects - Class in com.sibvisions.rad.server.config
The DBObjects class declares global accessible names for database objects.
DBSecurityManager - Class in com.sibvisions.rad.server.security
The DBSecurityManager uses a database to validate/authenticate users.
DBSecurityManager() - Constructor for class com.sibvisions.rad.server.security.DBSecurityManager
 
DBSecurityManager.DBAccessController - Class in com.sibvisions.rad.server.security
The DBAccessController controls the access to server side objects based on the configuration in the database.
DBSecurityManager.DBAccessController() - Constructor for class com.sibvisions.rad.server.security.DBSecurityManager.DBAccessController
 
DBStorage - Class in com.sibvisions.rad.persist.jdbc
The DBStorage is a IStorage for SQL database specific features.
DBStorage() - Constructor for class com.sibvisions.rad.persist.jdbc.DBStorage
Constructs a DBStorage.
debug(Object...) - Method in class com.sibvisions.rad.persist.AbstractStorage
Logs debug information.
debug(Object...) - Method in interface com.sibvisions.util.log.ILogger
Logs information with ILogger.LogLevel.DEBUG.
debug(Object...) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Logs information with ILogger.LogLevel.DEBUG.
debug(Object...) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Logs information with ILogger.LogLevel.DEBUG.
debug(Object...) - Method in class javax.rad.genui.UIComponent
Logs debug information.
DecimalSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for BigDecimal.
DecimalSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.DecimalSerializer
 
DecimalType - Class in javax.rad.type
The DecimalType is a platform independent definition of a decimal.
DecimalType() - Constructor for class javax.rad.type.DecimalType
Constructs a new DecimalType.
decodeHex(String) - Static method in class com.sibvisions.util.type.CodecUtil
Decodes a hex, utf-8 encoded text to a string.
decodeHexAsBytes(String) - Static method in class com.sibvisions.util.type.CodecUtil
Decodes a hex, utf-8 encoded text to a string.
decodeHtml(String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes raw html to text.
decodeURLParameter(String) - Static method in class com.sibvisions.util.type.CodecUtil
Decodes an encoded value from an URL query parameter with ISO-8859-1.
decodeURLParameter(String, String) - Static method in class com.sibvisions.util.type.CodecUtil
Decodes an encoded value from an URL query parameter with a specific charset.
decodeURLPart(String) - Static method in class com.sibvisions.util.type.CodecUtil
Decodes the part of an URL with UTF-8.
DEFAULT_CURSOR - Static variable in interface javax.rad.ui.ICursor
The default cursor type (gets set if no cursor is defined).
DefaultObjectProvider - Class in com.sibvisions.rad.server
The DefaultObjectProvider manages the remote accessible objects.
DefaultObjectProvider(Server) - Constructor for class com.sibvisions.rad.server.DefaultObjectProvider
Creates an instance of AbstractObjectProvider.
DefaultPasswordValidator - Class in com.sibvisions.rad.server.security.validation
The DefaultPasswordValidator validates a password and uses following options: Minimum length (default: 5) Must contain at least one number (default: false) Must contain at least one letter (default: false) Must contain at least one special character (space, dot, ...)
DefaultPasswordValidator() - Constructor for class com.sibvisions.rad.server.security.validation.DefaultPasswordValidator
 
DefaultSessionManager - Class in com.sibvisions.rad.server
The DefaultSessionManager handles the access to all sessions created through client connections.
DefaultSessionManager(Server) - Constructor for class com.sibvisions.rad.server.DefaultSessionManager
Creates an instance of DefaultSessionManager for a special communication server.
deinstall(JTextComponent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
delete() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It deletes the selected DataRow.
delete(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Marks the specified row as Deleted with the given index in the MemDataPage.
delete(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Deletes an existing row.
delete(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Deletes the specified row from the storage.
delete(T) - Method in class com.sibvisions.rad.persist.AbstractStorage
Deletes the specified bean/POJO from the storage.
delete(String, ServerMetaData, Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Deletes the specified row.
delete(String, ServerMetaData, Object[]) - Method in interface com.sibvisions.rad.persist.jdbc.IDBAccess
Deletes the specified row.
delete(File, String...) - Static method in class com.sibvisions.util.type.FileUtil
Delete a file or directory.
delete() - Method in interface javax.rad.model.IDataBook
It deletes the selected DataRow.
delete(Object[]) - Method in interface javax.rad.persist.IStorage
Deletes the specified row from the storage.
deleteAllDataRows() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It deletes all DataRows.
deleteAllDataRows() - Method in interface javax.rad.model.IDataBook
It deletes all DataRows.
deleteEmpty(File, String...) - Static method in class com.sibvisions.util.type.FileUtil
Delete empty directories, recursive.
deleteIfEmpty(File...) - Static method in class com.sibvisions.util.type.FileUtil
Deletes directories if they are empty.
DELETING - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal state for DELETING.
deliverKeyEvent(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
Delivers the key event.
DerbyDBAccess - Class in com.sibvisions.rad.persist.jdbc
The DerbyDBAccess is the implementation for Derby databases.
DerbyDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.DerbyDBAccess
Constructs a new DerbyDBAccess Object.
deriveFont(int) - Method in class javax.rad.genui.UIFont
Derives this font with a new style.
deriveFont(int, int) - Method in class javax.rad.genui.UIFont
Derives this font with a new style.
deselectTab(TabEvent) - Method in interface com.sibvisions.rad.ui.swing.ext.event.ITabListener
Invoked when a tab will be deselected.
deselectTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Invoked when a tab will be deselected.
deselectTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Invoked when a tab will be deselected.
destroy(Object) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Destroyes a session and dependent sub sessions.
destroy() - Method in class com.sibvisions.rad.server.DirectServerSession
Closes the session.
destroy() - Method in class com.sibvisions.rad.server.GenericBean
Invoked whenever the lifecycle object is destroyed.
destroy() - Method in class com.sibvisions.rad.server.http.ServletServer
destroy() - Method in interface com.sibvisions.rad.server.ILifeCycleObject
Invoked whenever the lifecycle object is destroyed.
destroy() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet
Inform the applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Applet will be destroyed.
destroy() - Method in class com.sibvisions.util.Execute
Destroyes the current process.
destroy() - Method in class javax.rad.server.SessionContext
Destroyes any resources associated with this SessionContext instance.
destroyed(Execute) - Method in interface com.sibvisions.util.event.IExecuteListener
Notification for a destroyed process execution.
destroySession(Object) - Method in class com.sibvisions.rad.server.Server
Destroyes a session of an application.
destroySession(Object) - Method in interface javax.rad.server.IServer
Destroyes a session of an application.
DetachedSession - Class in com.sibvisions.rad.server
The DetachedSession is an ISession.
DetachedSession(String) - Constructor for class com.sibvisions.rad.server.DetachedSession
Creates a new instance of DetachedSession for a specific application.
DETAILS_CHANGED - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal state for changed detail rows.
determineOffset(JTree, Object, boolean, boolean, boolean, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellEditor
Dialog - Class in com.sibvisions.rad.application
The Dialog class is a dialog content that shows a component and allows configuration of available buttons.
Dialog(IComponent) - Constructor for class com.sibvisions.rad.application.Dialog
Creates a new instance of Dialog with the given component to show.
DIALOG - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "Dialog".
Dialog.ButtonMode - Enum in com.sibvisions.rad.application
the possible button modes.
DIALOG_INPUT - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "DialogInput".
dialogCancel(Dialog) - Method in interface com.sibvisions.rad.application.event.IDialogListener
Invoked when dialog was canceled.
DialogHandler - Class in com.sibvisions.rad.application.event
The DialogHandler is a RuntimeEventHandler that handles IDialogListener.
DialogHandler(String) - Constructor for class com.sibvisions.rad.application.event.DialogHandler
Creates a new instance of DialogHandler.
dialogOk(Dialog) - Method in interface com.sibvisions.rad.application.event.IDialogListener
Invoked when dialog was closed.
DirectObjectConnection - Class in com.sibvisions.rad.util
The DirectObjectConnection enables direct object calls without the need of a server.
DirectObjectConnection() - Constructor for class com.sibvisions.rad.util.DirectObjectConnection
Creates a new instance of DirectObjectConnection without any object.
DirectObjectConnection(Map<String, Object>) - Constructor for class com.sibvisions.rad.util.DirectObjectConnection
Creates a new instance of DirectObjectConnection with predefined objects.
DirectoryHandle - Class in javax.rad.io
The DirectorHandle is an IFileHandle representation for directories.
DirectoryHandle(String) - Constructor for class javax.rad.io.DirectoryHandle
Creates a new instance of DirectoryHandle without checks.
DirectoryHandle(File) - Constructor for class javax.rad.io.DirectoryHandle
Creates a new instance of DirectoryHandle and checks if the directory exists.
DirectServerConnection - Class in com.sibvisions.rad.server
The DirectServerConnection is an IConnection implementation for a direct server communication.
DirectServerConnection() - Constructor for class com.sibvisions.rad.server.DirectServerConnection
Creates a new instance of DirectServerConnection with a new Server instance.
DirectServerConnection(IDirectServer) - Constructor for class com.sibvisions.rad.server.DirectServerConnection
Creates a new instance of DirectServerConnection for a IDirectServer implementation.
DirectServerSession - Class in com.sibvisions.rad.server
The DirectServerSession is a wrapper for server-side sessions.
dispatchEvent(Object...) - Method in class com.sibvisions.rad.persist.event.StorageEventHandler
Dispatches the given events to all listeners.
dispatchEvent(Object...) - Method in class javax.rad.model.event.ModelEventHandler
Dispatches the given events to all listeners.
dispatchEvent(Object...) - Method in class javax.rad.util.EventHandler
Dispatches the given events to all listeners.
dispatchEvent(Object...) - Method in class javax.rad.util.RuntimeEventHandler
Dispatches the given events to all listeners.
dispose() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Makes this internal frame: invisible unselected closed If the frame is not already closed, this method fires an INTERNAL_FRAME_CLOSED event.
dispose() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Marks the frame as disposed.
dispose() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Marks the frame as disposed.
dispose() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Marks the frame as disposed.
dispose() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Marks the frame as disposed.
dispose() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Marks the frame as disposed.
dispose() - Method in class javax.rad.genui.container.AbstractWindow
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children.
dispose() - Method in class javax.rad.genui.container.UIInternalFrame
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children.
dispose() - Method in interface javax.rad.ui.container.IWindow
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children.
DIVIDER_BOTTOM_RIGHT - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
The Divider is fixed to the bottom border during resize.
DIVIDER_BOTTOM_RIGHT - Static variable in interface javax.rad.ui.container.ISplitPanel
The Divider is fixed to the bottom border during resize.
DIVIDER_RELATIVE - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
The Divider is fixed to the right border during resize.
DIVIDER_RELATIVE - Static variable in interface javax.rad.ui.container.ISplitPanel
The Divider is fixed to the right border during resize.
DIVIDER_TOP_LEFT - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
The Divider is fixed to the top border during resize.
DIVIDER_TOP_LEFT - Static variable in interface javax.rad.ui.container.ISplitPanel
The Divider is fixed to the top border during resize.
doAbout(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Opens the about dialog.
doCancel() - Method in class com.sibvisions.rad.application.Dialog
Invoked if cancel was pressed or window is destroyed.
doCancel(UIActionEvent) - Method in class com.sibvisions.rad.application.Message
Closes the message when the Cancel/No button was clicked and redispatches the event to the Message.getOpener(), if an action is defined for the Cancel/No button.
doChangePassword(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Change the password.
doClose(UIWindowEvent) - Method in class com.sibvisions.rad.application.Message
Closes the message when the x button in the title was clicked.
doDelete(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
The delete notification method from the data book.
doDetails(UIActionEvent) - Method in class com.sibvisions.rad.application.Error
Shows the details.
doErrorClosed(UIWindowEvent) - Method in class com.sibvisions.rad.application.Application
Unsets the error dialog.
doExit(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Performs the exit of the application.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sibvisions.rad.server.http.DownloadServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sibvisions.rad.server.http.UploadServlet
doHelp(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Opens the help system.
doHideChangePassword(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Shows the change password screen.
doHideLogin(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Hides the login screen.
doInsert(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
The insert notification method from the data book.
doLayout() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
doLogin(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
The event method for the logon button.
doLogout(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Closes the opened connections.
doOk(UIActionEvent) - Method in class com.sibvisions.rad.application.About
Closes the dialog when the OK button was clicked.
doOk() - Method in class com.sibvisions.rad.application.Dialog
Invoked if ok was pressed.
doOk(UIActionEvent) - Method in class com.sibvisions.rad.application.Error
Closes the content.
doOk(UIActionEvent) - Method in class com.sibvisions.rad.application.Message
Closes the message when the OK/Yes button was clicked and redispatches the event to the Message.getOpener(), if an action is defined for the OK/Yes button.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sibvisions.rad.server.http.ServletServer
Handles object requests via http protocol.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sibvisions.rad.server.http.UploadServlet
doShowChangePassword(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Shows the change password screen.
doShowLogin(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Shows the login screen.
doTabClosed(UITabsetEvent) - Method in class javax.rad.genui.container.UITabsetPanel
Notification that a tab was closed.
doTabMoved(UITabsetEvent) - Method in class javax.rad.genui.container.UITabsetPanel
Notfication that a tab was moved.
DOUBLE_CLICK - Static variable in interface javax.rad.ui.celleditor.IInplaceCellEditor
Open Editor on double click.
DoubleArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Double arrays.
DoubleArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
 
DoubleSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Double.
DoubleSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.DoubleSerializer
 
DoubleType - Class in javax.rad.type
The DoubleType is a platform independent definition of double.
DoubleType() - Constructor for class javax.rad.type.DoubleType
Constructs a new DoubleType.
doUpdate(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
The update notification method from the data book.
DownloadServlet - Class in com.sibvisions.rad.server.http
It allows clients to download files from the ObjectCache.
DownloadServlet() - Constructor for class com.sibvisions.rad.server.http.DownloadServlet
 
dump(Throwable, boolean) - Static method in class com.sibvisions.util.type.CommonUtil
Writes the stack trace of an exception/throwable object into a string.

E

E_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The east-resize cursor type.
EAST - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The east layout constraint (right side of container).
EAST - Static variable in interface javax.rad.ui.layout.IBorderLayout
The east layout constraint (right side of container).
EDIT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) edit image (used for toolbar buttons or icons).
EDIT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) edit image (used for menuitems or buttons).
editingComplete(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Informs the ICellEditorListener that the editing is completed.
editingComplete(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Informs the ICellEditorListener that the editing is completed.
editingComplete(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Informs the ICellEditorListener that the editing is completed.
editingComplete(String) - Method in interface javax.rad.model.ui.ICellEditorListener
Informs the ICellEditorListener that the editing is completed.
editingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Informs the ICellEditorListener that the editing has started.
editingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Informs the ICellEditorListener that the editing has started.
editingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Informs the ICellEditorListener that the editing has started.
editingStarted() - Method in interface javax.rad.model.ui.ICellEditorListener
Informs the ICellEditorListener that the editing has started.
elements(G) - Method in class com.sibvisions.util.GroupHashtable
Returns an enumeration of the values associated with a group, in this hashtable.
elements() - Method in class com.sibvisions.util.KeyValueList
Returns an enumeration of the values in this list.
encodeHex(String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a text to a hex encoded string.
encodeHex(byte[]) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a list of bytes to a hex encoded string.
encodeHex(InputStream) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a stream to a hex encoded string.
encodeHtml(String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a text to raw html.
encodeURLParameter(String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a plain value for an URL query parameter with ISO-8859-1.
encodeURLParameter(String, String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a plain value for an URL query parameter with a specific charset.
encodeURLPart(String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes the part for an URL with UTF-8 encoding.
endCDATA() - Method in class com.sibvisions.util.xml.XmlWorker
endDocument() - Method in class com.sibvisions.util.xml.XmlWorker
endDTD() - Method in class com.sibvisions.util.xml.XmlWorker
endElement(String, String, String) - Method in class com.sibvisions.util.xml.XmlWorker
endEntity(String) - Method in class com.sibvisions.util.xml.XmlWorker
engineDigest() - Method in class com.sibvisions.util.security.MD4MessageDigest
engineReset() - Method in class com.sibvisions.util.security.MD4MessageDigest
engineUpdate(byte) - Method in class com.sibvisions.util.security.MD4MessageDigest
engineUpdate(byte[], int, int) - Method in class com.sibvisions.util.security.MD4MessageDigest
ENTER_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with enter key.
entrySet() - Method in class com.sibvisions.util.IdentityKeyValueList
Returns a Set view of the entries contained in this list.
entrySet() - Method in class com.sibvisions.util.KeyValueList
Returns a Set view of the entries contained in this list.
entrySet() - Method in class javax.rad.type.bean.AbstractBean
enumeration() - Method in class com.sibvisions.util.ArrayUtil
Returns an enumeration of this collection.
EnumSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Enum.
EnumSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.EnumSerializer
 
ENVIRONMENT_DESKTOP - Static variable in interface javax.rad.application.ILauncher
the name for desktop environment.
ENVIRONMENT_HEADLESS - Static variable in interface javax.rad.application.ILauncher
the name for headless environment.
ENVIRONMENT_MOBILE - Static variable in interface javax.rad.application.ILauncher
the name for mobile environment.
ENVIRONMENT_WEB - Static variable in interface javax.rad.application.ILauncher
the name for web environment.
equals(Object) - Method in class com.sibvisions.rad.model.mem.DataRow
equals(IDataRow, String[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Compares the drDataRow with this IDataRow, but it only compares the specified columns.
equals(Object) - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
equals(Object) - Method in class com.sibvisions.rad.persist.jdbc.Name
equals(Object) - Method in class com.sibvisions.rad.ui.awt.impl.AwtResource
equals(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
equals(Object) - Method in class com.sibvisions.util.ArrayUtil
equals(Object) - Method in class com.sibvisions.util.IdentityKeyValueList
equals(Object) - Method in class com.sibvisions.util.ImmutableArray
equals(Object) - Method in class com.sibvisions.util.KeyValueList
equals(Object, Object) - Static method in class com.sibvisions.util.type.CommonUtil
Indicates whether two object are "equal".
equals(Object) - Method in class javax.rad.genui.UIResource
Equals - Class in javax.rad.model.condition
The Equals condition implements the comparison of values.
Equals() - Constructor for class javax.rad.model.condition.Equals
Creates a new instance of Equals.
Equals(String, Object) - Constructor for class javax.rad.model.condition.Equals
Creates a new instance of Equals with a defined compare value.
Equals(String, Object, boolean) - Constructor for class javax.rad.model.condition.Equals
Creates a new instance of Equals with a defined compare value.
Equals(IDataRow, String) - Constructor for class javax.rad.model.condition.Equals
Constructs a new Equals Condition, with a column, the IDataRow to check and if null values should be ignored.
Equals(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.Equals
Constructs a new Equals Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
Equals(IDataRow, String, String) - Constructor for class javax.rad.model.condition.Equals
Constructs a new Equals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
Equals(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.Equals
Constructs a new Equals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
equals(IDataRow, String[]) - Method in interface javax.rad.model.IDataRow
Compares the drDataRow with this IDataRow, but it only compares the specified columns.
equals(Object) - Method in class javax.rad.model.reference.ColumnMapping
equals(Object) - Method in class javax.rad.model.reference.StorageReferenceDefinition
equals(Object) - Method in class javax.rad.model.TreePath
equals(Object) - Method in class javax.rad.persist.ColumnMetaData
equals(Object) - Method in class javax.rad.persist.MetaData
equals(T, Object) - Method in class javax.rad.type.AbstractType
Returns true, if the two objects are equal.
equals(Object) - Method in class javax.rad.type.bean.AbstractBeanType
equals(BigDecimal, Object) - Method in class javax.rad.type.DecimalType
Returns true, if the two objects are equal.
equals(T, Object) - Method in interface javax.rad.type.IType
Returns true, if the two objects are equal.
equals(Object) - Method in class javax.rad.ui.event.Key
Returns true if this object is identical to the specified object.
equals(UIKeyEvent) - Method in class javax.rad.ui.event.Key
Returns true if the Key matches the given KeyEvent.
Error - Class in com.sibvisions.rad.application
The Error is designed to visualize errors occured in an application.
Error(IDesktopPanel) - Constructor for class com.sibvisions.rad.application.Error
Creates a new instance of Error for a special desktop.
error(Object...) - Method in class com.sibvisions.rad.persist.AbstractStorage
Logs error information.
error(Object...) - Method in interface com.sibvisions.util.log.ILogger
Logs information with ILogger.LogLevel.ERROR.
error(Object...) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Logs information with ILogger.LogLevel.ERROR.
error(Object...) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Logs information with ILogger.LogLevel.ERROR.
error(SAXParseException) - Method in class com.sibvisions.util.xml.XmlWorker
Throws the parse exception if validation is enabled.
error(Object...) - Method in class javax.rad.genui.UIComponent
Logs error information.
ErrorHandler - Class in com.sibvisions.rad.application.event
The ErrorHandler is a RuntimeEventHandler that handles IErrorListener.
ErrorHandler(String) - Constructor for class com.sibvisions.rad.application.event.ErrorHandler
Constructs a new ErrorHandler.
ESCAPE_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has canceled editing with escape key.
eventAction() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
The EventHandler for the action event.
eventAction() - Method in class javax.rad.genui.component.AbstractUIActionComponent
The EventHandler for the action event.
eventAction() - Method in interface javax.rad.ui.component.IActionComponent
The EventHandler for the action event.
eventAfterColumnSelected() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for after column selected event.
eventAfterColumnSelected() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for after column selected event.
eventAfterDelete() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for after delete event.
eventAfterDeleted() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for after deleted event.
eventAfterDeleted() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for after deleted event.
eventAfterDeleting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for after deleting event.
eventAfterDeleting() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for after deleting event.
eventAfterInsert() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for after insert event.
eventAfterInserted() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for after inserted event.
eventAfterInserted() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for after inserted event.
eventAfterInserting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for after inserting event.
eventAfterInserting() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for after inserting event.
eventAfterLogin() - Method in class javax.rad.application.genui.RemoteApplication
Gets the event handler for the after login event.
eventAfterLogout() - Method in class javax.rad.application.genui.RemoteApplication
Gets the event handler for the after logout event.
eventAfterReload() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for after reload event.
eventAfterReload() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for after reload event.
eventAfterRestore() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for after restore event.
eventAfterRestore() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for after restore event.
eventAfterRowSelected() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for after row selected event.
eventAfterRowSelected() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for after row selected event.
eventAfterUpdate() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for after update event.
eventAfterUpdated() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for after updated event.
eventAfterUpdated() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for after updated event.
eventAfterUpdating() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for after updating event.
eventAfterUpdating() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for after updating event.
eventBeforeColumnSelected() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for before column selected event.
eventBeforeColumnSelected() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for before column selected event.
eventBeforeDelete() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for before delete event.
eventBeforeDeleted() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for before deleted event.
eventBeforeDeleted() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for before deleted event.
eventBeforeDeleting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for before deleting event.
eventBeforeDeleting() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for before deleting event.
eventBeforeInsert() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for before insert event.
eventBeforeInserted() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for before inserted event.
eventBeforeInserted() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for before inserted event.
eventBeforeInserting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for before inserting event.
eventBeforeInserting() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for before inserting event.
eventBeforeReload() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for before reload event.
eventBeforeReload() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for before reload event.
eventBeforeRestore() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for before restore event.
eventBeforeRestore() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for before restore event.
eventBeforeRowSelected() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for before row selected event.
eventBeforeRowSelected() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for before row selected event.
eventBeforeUpdate() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for before update event.
eventBeforeUpdated() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for before updated event.
eventBeforeUpdated() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for before updated event.
eventBeforeUpdating() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the EventHandler for before updating event.
eventBeforeUpdating() - Method in interface javax.rad.model.IDataBook
Gets the EventHandler for before updating event.
eventCalculateRow() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for calculate row event.
eventCancel() - Method in class com.sibvisions.rad.application.Dialog
Gets the handler for cancel event.
eventComponentMoved - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for componentMoved.
eventComponentMoved() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The ComponentHandler for the moved event.
eventComponentMoved() - Method in class javax.rad.genui.UIComponent
The ComponentHandler for the moved event.
eventComponentMoved() - Method in interface javax.rad.ui.IComponent
The ComponentHandler for the moved event.
eventComponentResized - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for componentResized.
eventComponentResized() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The ComponentHandler for the resized event.
eventComponentResized() - Method in class javax.rad.genui.UIComponent
The ComponentHandler for the resized event.
eventComponentResized() - Method in interface javax.rad.ui.IComponent
The ComponentHandler for the resized event.
EventHandler<L> - Class in javax.rad.util
Platform and technology independent event handler.
EventHandler(Class<L>, Class...) - Constructor for class javax.rad.util.EventHandler
Constructs a new EventHandler, the listener type may only have 1 method.
EventHandler(Class<L>, String, Class...) - Constructor for class javax.rad.util.EventHandler
Constructs a new EventHandler.
eventHideDetails() - Method in class com.sibvisions.rad.application.Error
Gets the "hide details" event handler.
eventKeyPressed() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the key pressed event.
eventKeyPressed() - Method in class javax.rad.genui.UIComponent
The EventHandler for the key pressed event.
eventKeyPressed() - Method in interface javax.rad.ui.IComponent
The EventHandler for the key pressed event.
eventKeyReleased() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the key released event.
eventKeyReleased() - Method in class javax.rad.genui.UIComponent
The EventHandler for the key released event.
eventKeyReleased() - Method in interface javax.rad.ui.IComponent
The EventHandler for the key released event.
eventKeyTyped() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the key typed event.
eventKeyTyped() - Method in class javax.rad.genui.UIComponent
The EventHandler for the key typed event.
eventKeyTyped() - Method in interface javax.rad.ui.IComponent
The EventHandler for the key typed event.
eventMouseClicked() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the mouse clicked event.
eventMouseClicked() - Method in class javax.rad.genui.UIComponent
The EventHandler for the mouse clicked event.
eventMouseClicked() - Method in interface javax.rad.ui.IComponent
The EventHandler for the mouse clicked event.
eventMouseEntered() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the mouse entered event.
eventMouseEntered() - Method in class javax.rad.genui.UIComponent
The EventHandler for the mouse entered event.
eventMouseEntered() - Method in interface javax.rad.ui.IComponent
The EventHandler for the mouse entered event.
eventMouseExited() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the mouse exited event.
eventMouseExited() - Method in class javax.rad.genui.UIComponent
The EventHandler for the mouse exited event.
eventMouseExited() - Method in interface javax.rad.ui.IComponent
The EventHandler for the mouse exited event.
eventMousePressed() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the mouse pressed event.
eventMousePressed() - Method in class javax.rad.genui.UIComponent
The EventHandler for the mouse pressed event.
eventMousePressed() - Method in interface javax.rad.ui.IComponent
The EventHandler for the mouse pressed event.
eventMouseReleased() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the mouse released event.
eventMouseReleased() - Method in class javax.rad.genui.UIComponent
The EventHandler for the mouse released event.
eventMouseReleased() - Method in interface javax.rad.ui.IComponent
The EventHandler for the mouse released event.
eventOk() - Method in class com.sibvisions.rad.application.Dialog
Gets the handler for ok event.
eventShowDetails() - Method in class com.sibvisions.rad.application.Error
Gets the "show details" event handler.
eventSource - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The Event Source.
eventTabActivated() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
The TabsetHandler for the activated event.
eventTabActivated() - Method in class javax.rad.genui.container.UITabsetPanel
The TabsetHandler for the activated event.
eventTabActivated() - Method in interface javax.rad.ui.container.ITabsetPanel
The TabsetHandler for the activated event.
eventTabClosed() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
The TabsetHandler for the closed event.
eventTabClosed() - Method in class javax.rad.genui.container.UITabsetPanel
The TabsetHandler for the closed event.
eventTabClosed() - Method in interface javax.rad.ui.container.ITabsetPanel
The TabsetHandler for the closed event.
eventTabDeactivated() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
The TabsetHandler for the activated event.
eventTabDeactivated() - Method in class javax.rad.genui.container.UITabsetPanel
The TabsetHandler for the activated event.
eventTabDeactivated() - Method in interface javax.rad.ui.container.ITabsetPanel
The TabsetHandler for the activated event.
eventTabMoved() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
The TabsetHandler for the moved event.
eventTabMoved() - Method in class javax.rad.genui.container.UITabsetPanel
The TabsetHandler for the moved event.
eventTabMoved() - Method in interface javax.rad.ui.container.ITabsetPanel
The TabsetHandler for the moved event.
eventValuesChanged() - Method in class com.sibvisions.rad.model.mem.DataRow
Gets the EventHandler for values changed event.
eventValuesChanged() - Method in interface javax.rad.model.IDataRow
Gets the EventHandler for values changed event.
eventWindowActivated - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowActivated.
eventWindowActivated() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window activated event.
eventWindowActivated() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window activated event.
eventWindowActivated() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window activated event.
eventWindowClosed - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowClosed.
eventWindowClosed() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window closed event.
eventWindowClosed() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window closed event.
eventWindowClosed() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window closed event.
eventWindowClosing - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowClosing.
eventWindowClosing() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window closing event.
eventWindowClosing() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window closing event.
eventWindowClosing() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window closing event.
eventWindowDeactivated - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowDeactivated.
eventWindowDeactivated() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window deactivated event.
eventWindowDeactivated() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window deactivated event.
eventWindowDeactivated() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window deactivated event.
eventWindowDeiconified - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowDeiconified.
eventWindowDeiconified() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window deiconified event.
eventWindowDeiconified() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window deiconified event.
eventWindowDeiconified() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window deiconified event.
eventWindowIconified - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowIconified.
eventWindowIconified() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window iconified event.
eventWindowIconified() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window iconified event.
eventWindowIconified() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window iconified event.
eventWindowOpened - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowOpened.
eventWindowOpened() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window opened event.
eventWindowOpened() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window opened event.
eventWindowOpened() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window opened event.
ExceptionHandler - Class in javax.rad.util
The ExceptionHandler is the global handler for program exceptions.
ExchangeSession - Class in com.sibvisions.rad.server.object
The ExchangeSession is a session bound connection.
ExchangeSession() - Constructor for class com.sibvisions.rad.server.object.ExchangeSession
Creates a new instance of ExchangeSession.
execute(Object, String, String, Object...) - Method in class com.sibvisions.rad.server.Server
Executes a method call.
execute(Connection, InputStream) - Method in class com.sibvisions.util.db.DBImporter
Reads the statements from a stream and executes each statement.
Execute - Class in com.sibvisions.util
The Execute class executes external programs.
Execute() - Constructor for class com.sibvisions.util.Execute
 
execute(boolean) - Method in class com.sibvisions.util.Execute
Launches the given command in a new process.
execute(Object, String, String, Object...) - Method in interface javax.rad.server.IServer
Executes a method call.
executeAction(Object, String, Object...) - Method in class com.sibvisions.rad.server.Server
Executes an action call.
executeAction(Object, String, Object...) - Method in interface javax.rad.server.IServer
Executes an action call.
executeActionCallBack(Object, ICallBackListener, String, Object...) - Method in interface com.sibvisions.rad.server.IDirectServer
Executes an asynchronous action call.
executeActionCallBack(Object, Object, String, Object...) - Method in class com.sibvisions.rad.server.Server
Executes an asynchronous action call.
executeActionCallBack(Object, ICallBackListener, String, Object...) - Method in class com.sibvisions.rad.server.Server
Executes an asynchronous action call.
executeActionCallBack(Object, Object, String, Object...) - Method in interface javax.rad.server.IServer
Executes an asynchronous action call.
executeCallBack(Object, ICallBackListener, String, String, Object...) - Method in interface com.sibvisions.rad.server.IDirectServer
Executes an asynchronous method call.
executeCallBack(Object, Object, String, String, Object...) - Method in class com.sibvisions.rad.server.Server
Executes an asynchronous method call.
executeCallBack(Object, ICallBackListener, String, String, Object...) - Method in class com.sibvisions.rad.server.Server
Executes an asynchronous method call.
executeCallBack(Object, Object, String, String, Object...) - Method in interface javax.rad.server.IServer
Executes an asynchronous method call.
executeDelete() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Its called when the deleting DataRow (delete row) should be deleted.
executeDelete() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Its called when the deleting DataRow (delete row) should be deleted.
executeDelete(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the delete method.
executeDelete(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the delete method.
executeDelete(Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the delete method.
executeDelete() - Method in class com.sibvisions.rad.server.http.rest.AbstractStorageServerResource
Deletes records from the storage.
executeDeleteAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method will be used if AbstractStorage.delete(Object) was called.
executeDeleteAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method will be used if AbstractStorage.delete(Object) was called.
executeFetch(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the fetch method.
executeFetch(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the fetch method.
executeFetch(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the fetch method.
executeFetch() - Method in class com.sibvisions.rad.server.http.rest.AbstractStorageServerResource
Fetches records from the storage.
executeFetchAsBean(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method will be used if AbstractStorage.fetchBean(ICondition, SortDefinition, int, int) was called.
executeFetchAsBean(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method will be used if AbstractStorage.fetchBean(ICondition, SortDefinition, int, int) was called.
executeFunction(String, int, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a DB function with the specified parameters and return the result.
executeGetMetaData() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the getMetaData method.
executeGetMetaData() - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the getMetaData method.
executeGetMetaData() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the getMetaData method.
executeGetMetaData() - Method in class com.sibvisions.rad.server.http.rest.AbstractStorageServerResource
Gets the metadata for the storage.
executeInsert() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Its called when the inserting DataRow (new row) should be inserted.
executeInsert() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Its called when the inserting DataRow (new row) should be inserted.
executeInsert(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the insert method.
executeInsert(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the insert method.
executeInsert(Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the insert method.
executeInsert(Representation) - Method in class com.sibvisions.rad.server.http.rest.AbstractStorageServerResource
Inserts a new record.
executeInsertAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method will be used if AbstractStorage.insert(Object) was called.
executeInsertAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method will be used if AbstractStorage.insert(Object) was called.
executeInvokeLater() - Method in class javax.rad.ui.InvokeLaterThread
Executes thread save all invokeLater actions immediate.
executeLockAndRefetch() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Its called before the DataRow (existing row) will be changed.
executeLockAndRefetch() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Its called before the DataRow (existing row) will be changed.
executeProcedure(String, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a DB procedure with the specified parameters.
executeRefetchRow(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the refetchRow method.
executeRefetchRow(String[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Refetches data.
executeRefetchRow(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the refetchRow method.
executeRefetchRow(Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the refetchRow method.
executeRefetchRowAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method will be used if AbstractStorage.refetch(Object) was called.
executeRefetchRowAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method will be used if AbstractStorage.refetch(Object) was called.
executeRefresh() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It will be called, when the MemDataBook will be completely refreshed.
executeRefresh() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
It will be called, when the MemDataBook will be completely refreshed.
executeSql(String, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a SQL command as prepared statement.
executeStatement(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a DDL or DML Statement.
executeUpdate() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Its called when the updating DataRow (changed row) should be updated Derived classed should override this to implemented the needed functionality.
executeUpdate() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Its called when the updating DataRow (changed row) should be updated Derived classed should override this to implemented the needed functionality.
executeUpdate(Object[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the update method.
executeUpdate(Object[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the update method.
executeUpdate(PreparedStatement) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Calls executesUpdate() for specified PreparedStatement and returns the number of updated rows.
executeUpdate(Object[], Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the update method.
executeUpdate(Representation) - Method in class com.sibvisions.rad.server.http.rest.AbstractStorageServerResource
Updates a record.
executeUpdateAsBean(Object[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method will be used if AbstractStorage.update(Object) was called.
executeUpdateAsBean(Object[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method will be used if AbstractStorage.update(Object) was called.
executeWithSessionContext(SessionContext, Call) - Method in class com.sibvisions.rad.server.AbstractSession
Executes a remote method call.
EXIT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) exit image (used for toolbar buttons or icons).
EXIT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) exit image (used for menuitems or buttons).
EXPORT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) export image (used for toolbar buttons or icons).
EXPORT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) export image (used for menuitems or buttons).
extractValues(String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Extracts the values from a valuelist, separated with ,.

F

factory - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The factory that created this component.
fatalError(SAXParseException) - Method in class com.sibvisions.util.xml.XmlWorker
Throws the parse exception if validation is enabled.
fetch(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the requested rows as List[Object[]].
fetch(Class<T>, ICondition) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the requested bean/POJO from the storage.
fetch(Class<T>, ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the requested list of beans/POJOs from the storage.
fetch(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the List of fetched rows (as List of Object[]) for the specified query tables and parameters.
fetch(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, int, int) - Method in interface com.sibvisions.rad.persist.jdbc.IDBAccess
Returns the List of fetched rows (as List of Object[]) for the specified query tables and parameters.
fetch(ICondition, SortDefinition, int, int) - Method in interface javax.rad.persist.IStorage
Returns the requested rows as List[Object[]].
fetchAll() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It fetches all IDataRow's from the storage.
fetchAll() - Method in class com.sibvisions.rad.model.mem.MemDataPage
It fetches all IDataRow's from the storage.
fetchAll() - Method in interface javax.rad.model.IDataPage
It fetches all IDataRow's from the storage.
fetchBean(ICondition) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the requested bean from the storage.
fetchBean(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the requested list of beans from the storage.
fetchToRow(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Will/should be overridden in the derived Classes to fetch data from the storage.
fetchToRow(int) - Method in class com.sibvisions.rad.model.remote.RemoteDataPage
It tries to fetches to the specified row index in the storage.
FileChooser - Class in com.sibvisions.rad.ui.swing.impl
The FileChooser encapsulates the access to AWT or Swing File chooser.
FileChooser() - Constructor for class com.sibvisions.rad.ui.swing.impl.FileChooser
 
FileHandle - Class in javax.rad.io
FileHandle handles data in memory or in the file system.
FileHandle() - Constructor for class javax.rad.io.FileHandle
Constructs a new FileHandle.
FileHandle(String) - Constructor for class javax.rad.io.FileHandle
Constructs a new FileHandle.
FileHandle(String, byte[]) - Constructor for class javax.rad.io.FileHandle
Constructs a new memory file handle.
FileHandle(String, InputStream) - Constructor for class javax.rad.io.FileHandle
Constructs a new memory file handle.
FileHandle(File) - Constructor for class javax.rad.io.FileHandle
Constructs a new FileHandle.
FileSearch - Class in com.sibvisions.util
The FileSearch is a utility class to search files and directories.
FileSearch() - Constructor for class com.sibvisions.util.FileSearch
Creates a new instance of FileSearch.
FileUtil - Class in com.sibvisions.util.type
The FileUtil contains file and filename dependent utility methods.
FileUtil.CopyMode - Enum in com.sibvisions.util.type
File or directory copy mode.
FileViewer - Class in com.sibvisions.util
The FileViewer opens files/documents with the platform dependent viewer application.
Filter - Class in javax.rad.model.condition
The Filter class provide helper functions to create combined IConditions.
Filter() - Constructor for class javax.rad.model.condition.Filter
Should not be used.
finalize() - Method in class com.sibvisions.rad.model.mem.MemDataBook
finalize() - Method in class com.sibvisions.rad.model.mem.MemDataSource
finalize() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
finalize() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
finalize() - Method in class com.sibvisions.rad.server.DetachedSession
finalize() - Method in class com.sibvisions.rad.server.security.DBSecurityManager
finalize() - Method in class javax.rad.io.RemoteFileHandle
finalize() - Method in class javax.rad.remote.AbstractConnection
fireActionEvent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Notifies all listeners that have registered interest for notification on this event type.
fireCall(boolean, String, String, Object...) - Method in class javax.rad.remote.AbstractConnection
Fires the objectCalled methods to all registered connection listeners.
fireCallAction(boolean, String, Object...) - Method in class javax.rad.remote.AbstractConnection
Fires the actionCalled methods to all registered connection listeners.
fireCallError(Throwable) - Method in class javax.rad.remote.AbstractConnection
Fires the callError methods to all registered connection listeners.
fireClose() - Method in class javax.rad.remote.AbstractConnection
Fires the connectionClosed methods to all registered connection listeners.
fireEditingComplete(String, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingComplete(String, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingComplete(String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingComplete(String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireItemStateChanged(ItemEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Notifies all listeners that have registered interest for notification on this event type.
fireOpen() - Method in class javax.rad.remote.AbstractConnection
Fires the connectionOpened methods to all registered connection listeners.
firePropertyChange(String, Object, Object) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChanged(String, Object, Object) - Method in class javax.rad.remote.AbstractConnection
Fires the propertyChanged methods to all registered connection listeners.
fireReOpen() - Method in class javax.rad.remote.AbstractConnection
Fires the connectionReOpened methods to all registered connection listeners.
first() - Method in class com.sibvisions.util.ArrayUtil
Gets the first element.
FIRST_COMPONENT - Static variable in interface javax.rad.ui.container.ISplitPanel
Used to add a Component to the left/top of the other Component.
firstCharUpper(String) - Static method in class com.sibvisions.util.type.StringUtil
Uppercase the first character.
FLAG_ACKNOWLEDGE - Static variable in interface javax.rad.remote.IConnection
the acknowledge flag.
FLAG_BROKEN - Static variable in interface javax.rad.remote.IConnection
the broken flag.
FLAG_ESTABLISHED - Static variable in interface javax.rad.remote.IConnection
the established flag.
FloatArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Float arrays.
FloatArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.FloatArraySerializer
 
FloatSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Float.
FloatSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.FloatSerializer
 
FloatType - Class in javax.rad.type
The FloatType is a platform independent definition of float.
FloatType() - Constructor for class javax.rad.type.FloatType
Constructs a new FloatType.
FOCUS_LOST - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has lost focus.
focusGained(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
focusGained(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
focusGained(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
focusGained(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
focusGained(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
focusGained(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
focusGained(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
focusLost(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
focusLost(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
focusLost(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
focusLost(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
focusLost(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
focusLost(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
focusLost(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
ForeignKey - Class in com.sibvisions.rad.persist.jdbc
It stores all relevant information, like FK Columns, PK Columns, etc. of an Foreign Key.
ForeignKey(Name, Name, Name) - Constructor for class com.sibvisions.rad.persist.jdbc.ForeignKey
Construct a Select cache object.
forLanguageTag(String) - Static method in class com.sibvisions.util.type.LocaleUtil
Get a locale parsing language, country and variant.
format(LogRecord) - Method in class com.sibvisions.util.log.jdk.JdkLineFormatter
format(Date) - Method in class com.sibvisions.util.type.DateUtil
Formats the date to text.
format(long, String) - Static method in class com.sibvisions.util.type.DateUtil
Formats a time string.
format(Date, String) - Static method in class com.sibvisions.util.type.DateUtil
Formats a Date into a date/time string.
format(Number) - Method in class com.sibvisions.util.type.NumberUtil
Formats the number to text.
format(Number, String) - Static method in class com.sibvisions.util.type.NumberUtil
Formats a number.
formatAsDirectory(String) - Static method in class com.sibvisions.util.type.FileUtil
Formats the given path as directory.
formatCSVFileName(String) - Static method in class com.sibvisions.rad.model.DataBookUtil
Formats a name as filename for a csv export.
formatInitCap(String) - Static method in class com.sibvisions.util.type.StringUtil
Sets the first character in each word to uppercase and the rest to lowercase.
formatInitCap(String, boolean) - Static method in class com.sibvisions.util.type.StringUtil
Sets the first character in each word to uppercase and the rest to lowercase.
formatMemberName(String) - Static method in class com.sibvisions.util.type.StringUtil
Formats a member name.
formatMethodName(String, String) - Static method in class com.sibvisions.util.type.StringUtil
Formats a method name with a given property name and the method prefix.
formatSQLException(SQLException) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Adds the SQL Error Code into the message of the SQL Exception.
formatSQLException(SQLException, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Adds the SQL Error Code into the message of the SQL Exception.
formatSQLException(SQLException) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Adds the SQL Error Code into the message of the SQL Exception.

G

gc() - Static method in class com.sibvisions.util.Memory
Starts the garbage collector as soon as possible.
GenericBean - Class in com.sibvisions.rad.server
The GenericBean handles the access to the values of cached members and defined methods.
GenericBean() - Constructor for class com.sibvisions.rad.server.GenericBean
Creates a new instance of GenericBean without a parent.
get(String) - Method in class com.sibvisions.rad.server.AbstractSession
Gets an object from the life-cycle object.
get(String) - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets an object from the life-cycle object.
get(Object) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Gets an existing session.
get(String) - Method in class com.sibvisions.rad.server.DetachedSession
Gets an object from the life-cycle object.
get(String) - Method in class com.sibvisions.rad.server.DirectServerSession
Gets an object from the life-cycle object.
get(String) - Method in class com.sibvisions.rad.server.GenericBean
Gets the value of the property name.
get(int) - Method in class com.sibvisions.rad.server.GenericBean
Gets the value for a cached member variable.
get(String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Retrieves a named member of a JavaScript object.
get(int) - Method in class com.sibvisions.util.ArrayUtil
get(G, K) - Method in class com.sibvisions.util.GroupHashtable
Returns the value to which the specified key is mapped.
get(G) - Method in class com.sibvisions.util.GroupHashtable
Returns the internal Hashtable associated with the pGroup.
get(K) - Method in class com.sibvisions.util.IdentityKeyValueList
Returns the value list for the specified key in the list.
get(int) - Method in class com.sibvisions.util.ImmutableArray
Gets the value of given index.
get(K) - Method in class com.sibvisions.util.KeyValueList
Returns the value list for the specified key in the list.
get(Object) - Static method in class com.sibvisions.util.ObjectCache
Gets an object from the cache.
get(Object, String) - Static method in class com.sibvisions.util.Reflective
Invokes the get method of the given property.
get(Object, String) - Static method in class com.sibvisions.util.type.BeanUtil
Gets the property value from the given bean or sub bean.
get(int) - Method in class javax.rad.model.TreePath
Gets the value of given index.
get(Object) - Method in class javax.rad.server.AbstractSessionManager
Gets an existing session.
get(String) - Method in interface javax.rad.server.ISession
Gets an object from the life-cycle object.
get(int) - Method in class javax.rad.type.bean.AbstractBean
Gets the value of the property index.
get(String) - Method in class javax.rad.type.bean.AbstractBean
Gets the value of the property name.
get(int) - Method in class javax.rad.type.bean.Bean
Gets the value of a property.
get(Object, int) - Method in class javax.rad.type.bean.BeanType
Gets the value for a bean.
get(Object, String) - Method in class javax.rad.type.bean.BeanType
Gets a value from a bean.
get(String) - Method in interface javax.rad.type.bean.IBean
Gets the value of the property name.
get(String) - Method in class javax.rad.util.TranslationMap
Gets the configured translation for the given text.
getAbsolutePosition() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns the absolute position of this Anchor in this FormLayout.
getAbsolutePosition() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns the absolute position of this Anchor in this FormLayout.
getAbsolutePosition() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the absolute position of this Anchor in this FormLayout.
getAccelerator() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Returns the KeyStroke which serves as an accelerator for the menu item.
getAccelerator(AbstractButton) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Returns the KeyStroke which serves as an accelerator for the menu item.
getAccelerator() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Returns the KeyStroke which serves as an accelerator for the menu item.
getAccelerator() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the Key which serves as an accelerator for the button.
getAccelerator() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the Key which serves as an accelerator for the button.
getAccelerator() - Method in interface javax.rad.ui.component.IActionComponent
Returns the Key which serves as an accelerator for the button.
getAcceptedIssuers() - Method in class com.sibvisions.rad.remote.http.HttpsTrustManager
getAccessController() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the IAccessController for checking the access to server side objects and calls.
getAccessController(ISession) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Gets the access controller for a session.
getAccessController(ISession) - Method in interface com.sibvisions.rad.server.security.ISecurityManager
Gets the access controller for a session.
getAccessController(ISession) - Method in class com.sibvisions.rad.server.security.XmlSecurityManager
Gets the access controller for a session.
getAccessibleBoolean(String, boolean) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the boolean value of a system property, if the property is accessible.
getAccessibleProperty(String, String) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the string value of a system property, if the property is accessible.
getActionCommand() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Returns the action command for this button.
getActionCommand() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the action command that is included in the event sent to action listeners.
getActionCommand() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the command name of the action event fired by this action component.
getActionCommand() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the command name of the action event fired by this action component.
getActionCommand() - Method in interface javax.rad.ui.component.IActionComponent
Returns the command name of the action event fired by this action component.
getActionCommand() - Method in class javax.rad.ui.event.UIActionEvent
Returns the command string associated with this action.
getActionListeners() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns an array of all the ActionListeners added to this JComboBox with addActionListener().
getAdditionalCondition() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Gets the additional condition, that is combined with And.
getAdditionalCondition() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets the additional condition, that is combined with And.
getAdditionalCondition() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets the additional condition, that is combined with And.
getAfterWhereClause() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the string to place in the SELECT statement after the WHERE clause and before the ORDER BY clause.
getAliveInterval() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the desired client-side communication interval for this session.
getAliveInterval() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the desired client-side communication interval for this session.
getAliveInterval() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the desired client-side communication interval for this session.
getAliveInterval() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the desired client-side communication interval for this session.
getAliveInterval() - Method in class javax.rad.remote.MasterConnection
Gets the current alive interval.
getAliveInterval() - Method in interface javax.rad.server.ISession
Gets the desired client-side communication interval for this session.
getAllowedLifeCycleNames() - Method in class com.sibvisions.rad.server.security.DBSecurityManager.DBAccessController
Gets the list of allowed life-cycle names.
getAllowedValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the allowed values from a specific table.
getAllowedValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
Gets the allowed values from a specific table.
getAllowedValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Gets the allowed values from a specific table.
getAllowedValues() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Gets the allowed values for this column.
getAllowedValues() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Gets all allowed values.
getAllowedValues() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets all allowed values.
getAllowedValues() - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Gets all allowed values.
getAllowedValues() - Method in class javax.rad.model.ColumnDefinition
Gets the allowed values for this column.
getAllowedValues() - Method in class javax.rad.persist.ColumnMetaData
Gets the allowed values for this column.
getAllowedValues() - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Gets all allowed values.
getAllowsChildren() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getAllVisibleColumns(IDataBook) - Static method in class com.sibvisions.rad.application.ApplicationUtil
Gets all visible columns on screen.
getAlpha() - Method in class com.sibvisions.rad.ui.awt.impl.AwtColor
Returns the alpha component in the range 0-255.
getAlpha() - Method in class javax.rad.genui.UIColor
Returns the alpha component in the range 0-255.
getAlpha() - Method in interface javax.rad.ui.IColor
Returns the alpha component in the range 0-255.
getAnchorConfiguration() - Method in class javax.rad.genui.layout.UIFormLayout
Gets the anchor configuration for default anchors.
getAndInitBeanType() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the bean type based on the meta data.
getApplication() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets the launched application.
getApplication() - Method in class javax.rad.application.genui.RemoteWorkScreen
Gets the main application of this work-screen.
getApplication() - Method in class javax.rad.application.genui.WorkScreen
Gets the main application of this work-screen.
getApplication() - Method in interface javax.rad.application.IWorkScreen
Gets the main application of this work-screen.
getApplicationName() - Method in class com.sibvisions.rad.application.Application
Gets the name for the application.
getApplicationName() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the associated application name of the session.
getApplicationName() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the associated application name of the session.
getApplicationName() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the associated application name of the session.
getApplicationName() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the associated application name of the session.
getApplicationName() - Method in class javax.rad.remote.AbstractConnection
Gets the application name which will be used from the remote server to authenticate the connection.
getApplicationName() - Method in interface javax.rad.server.ISession
Gets the associated application name of the session.
getApplicationObject(AbstractSession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets the life-cycle object for an application.
getApplicationPane() - Method in class javax.rad.application.genui.Application
Gets the standard application pane where the content will be added.
getApplicationPane() - Method in interface javax.rad.application.IApplication
Gets the standard application pane where the content will be added.
getApplicationsDir() - Static method in class com.sibvisions.rad.server.config.Configuration
Returns the directory with the applications.
getApplicationZone() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the application zone for which the session was created.
getApplicationZone(String) - Static method in class com.sibvisions.rad.server.config.Configuration
Returns the current zone for an application.
getAppLocations() - Method in class com.sibvisions.rad.server.config.AppSettings
Gets all configured application directories.
getAppSettings() - Static method in class com.sibvisions.rad.server.config.Configuration
Gets the application settings.
getArea() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Gets the current area of the toolbar.
getAsProperties() - Method in class javax.rad.util.TranslationMap
Gets this TranslationMap as Properties.
getAutoIncrementColumnIndices() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the auto increment column name indices.
getAutoIncrementColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the auto increment column names.
getAutoIncrementColumnNames() - Method in class javax.rad.persist.MetaData
Returns the auto increment column names.
getAutoIncrementQuotedColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the quoted auto increment column names.
getAutomaticLinkColumnName(ForeignKey) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the automatic link column name for the specified ForeignKey and FK Column in the master table.
getAutomaticLinkColumnNameTranslation() - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the TranslationMap for the automatic link column name custom Translation. its used in the getAutomaticLinkColName(ForeignKey pForeignKey) to change the column, thats determined.
getAvailableFontFamilyNames() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Returns an array containing the names of all font families in this GraphicsEnvironment localized for the default locale, as returned by Locale.getDefault().
getAvailableFontFamilyNames() - Static method in class javax.rad.genui.UIFont
Returns an array containing the names of all font families in this GraphicsEnvironment localized for the default locale, as returned by Locale.getDefault().
getAvailableFontFamilyNames() - Method in interface javax.rad.ui.IFactory
Returns an array containing the names of all font families in this GraphicsEnvironment localized for the default locale, as returned by Locale.getDefault().
getAverageColor(Color, Color) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the average color from pColor1 and pColor2.
getBackground() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the background color of this component.
getBackground() - Method in class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Gets the background.
getBackground() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getBackground() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Gets the background.
getBackground() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the background color of this component.
getBackground() - Method in class javax.rad.genui.control.UICellFormat
Gets the background.
getBackground() - Method in class javax.rad.genui.UIComponent
Gets the background color of this component.
getBackground() - Method in interface javax.rad.ui.control.ICellFormat
Gets the background.
getBackground() - Method in interface javax.rad.ui.IComponent
Gets the background color of this component.
getBackgroundImage() - Method in class com.sibvisions.rad.ui.swing.ext.JVxPanel
Gets the current background image.
getBackgroundImage() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingPanel
Gets the background image of the panel.
getBackgroundImage() - Method in class javax.rad.genui.container.UIPanel
Gets the background image of the panel.
getBackgroundImage() - Method in interface javax.rad.ui.container.IPanel
Gets the background image of the panel.
getBeanType() - Method in class javax.rad.type.bean.AbstractBean
Gets the property names available by this bean.
getBeanType(Class) - Static method in class javax.rad.type.bean.BeanType
Gets a singleton instance of BeanType for the given bean class.
getBeanType(Object) - Static method in class javax.rad.type.bean.BeanType
Gets the BeanType for the given bean.
getBeanType() - Method in interface javax.rad.type.bean.IBean
Gets the property names available by this bean.
getBeforeQueryColumns() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the string to place in the SELECT statement between the SELECT and the first query column.
getBlinkRate() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
getBlockFetchColumnNames() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the block fetch columns.
getBlue() - Method in class com.sibvisions.rad.ui.awt.impl.AwtColor
Returns the blue component in the range 0-255 in the default sRGB space.
getBlue() - Method in class javax.rad.genui.UIColor
Returns the blue component in the range 0-255 in the default sRGB space.
getBlue() - Method in interface javax.rad.ui.IColor
Returns the blue component in the range 0-255 in the default sRGB space.
getBorderAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Gets the related border anchor to this anchor.
getBorderAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Gets the related border anchor to this anchor.
getBorderAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Gets the border anchor.
getBottom() - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
The bottom margin of the IInsets.
getBottom() - Method in class javax.rad.genui.UIInsets
The bottom margin of the IInsets.
getBottom() - Method in interface javax.rad.ui.IInsets
The bottom margin of the IInsets.
getBottomAlignedConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates bottom aligned constraints for the given column and row.
getBottomAlignedConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates bottom aligned constraints for the given column and row.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Returns the bottom anchor.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Returns the bottom anchor.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Returns the bottom anchor.
getBottomMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the bottom margin border anchor.
getBottomMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the bottom margin border anchor.
getBottomMarginAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the bottom margin border anchor.
getBottomMarginAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the bottom margin border anchor.
getBottomSpaceConstraints(IComponent) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the constraints bottom of the center constraint.
getBounds() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the bounds of this component in the form of a IRectangle object.
getBounds() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getBounds() - Method in class javax.rad.genui.UIComponent
Gets the bounds of this component in the form of a IRectangle object.
getBounds() - Method in interface javax.rad.ui.IComponent
Gets the bounds of this component in the form of a IRectangle object.
getBufferCharacterCount() - Method in class com.sibvisions.util.Execute
Gets the output buffer character count (default: 4000).
getButtonMode() - Method in class com.sibvisions.rad.application.Dialog
Gets the current button mode.
getButtonPanel() - Method in class com.sibvisions.rad.application.Dialog
Gets the panel that contains all button panels.
getCalendarPane() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
Gets the internal calendar pane.
getCallBackId() - Method in class javax.rad.server.ResultObject
Gets the callback identifier from an asynchronous method call.
getCallBackResults(Object) - Method in class com.sibvisions.rad.server.Server
Returns all available objects of an asynchronous execution.
getCallBackResults(Object) - Method in interface javax.rad.server.IServer
Returns all available objects of an asynchronous execution.
getCancelButton() - Method in class com.sibvisions.rad.application.Dialog
Gets the default Cancel button.
getCaseSensitiveType(String) - Static method in class com.sibvisions.util.type.StringUtil
Gets the case sensitive type of a text.
getCatalog() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
Gets the catalog name.
getCause() - Method in class javax.rad.remote.event.CallErrorEvent
Gets the cause which inited the event.
getCauseList(Throwable) - Static method in class com.sibvisions.util.type.CommonUtil
Gets the list of all available exceptions.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditor() - Method in class javax.rad.genui.control.UIEditor
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditor() - Method in class javax.rad.model.datatype.DataType
Returns the CellEditor for this IDataType.
getCellEditor() - Method in interface javax.rad.model.datatype.IDataType
Returns the CellEditor for this IDataType.
getCellEditor() - Method in interface javax.rad.model.ui.ICellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in interface javax.rad.model.ui.IEditorControl
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditor() - Method in interface javax.rad.ui.control.IEditor
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in interface javax.rad.model.ui.ICellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorHandler() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
The current used CellEditor for editing.
getCellEditorHandler() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
The current used CellEditor for editing.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in interface javax.rad.model.ui.ICellEditorHandler
Returns the CellEditorListener.
getCellEditorValue() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in interface com.sibvisions.rad.ui.swing.ext.format.ICellFormatter
Gets the format for the given cell.
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Gets the format for the given cell.
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the format for the given cell.
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the format for the given cell.
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in interface javax.rad.ui.control.ICellFormatter
Gets the ICellFormat for the specified cell.
getCellFormatter() - Method in interface com.sibvisions.rad.ui.swing.ext.ICellFormatterEditorListener
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Gets the cell formatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the cell formatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the cell formatter.
getCellFormatter() - Method in class javax.rad.genui.control.UIEditor
Gets the cell formatter.
getCellFormatter() - Method in class javax.rad.genui.control.UITable
Gets the cell formatter.
getCellFormatter() - Method in class javax.rad.genui.control.UITree
Gets the cell formatter.
getCellFormatter() - Method in interface javax.rad.ui.control.ICellFormatable
Gets the cell formatter.
getCellRenderer() - Method in class javax.rad.model.datatype.DataType
Returns the CellRenderer for this IDataType.
getCellRenderer() - Method in interface javax.rad.model.datatype.IDataType
Returns the CellRenderer for this IDataType.
getCellRendererComponent(Component, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(Component, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(Component, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxImageViewer
Configures a IComponent for rendering.
getCellRendererComponent(JComponent, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(Component, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(JComponent, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(Object, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(Object, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class javax.rad.genui.celleditor.UIImageViewer
Configures a IComponent for rendering.
getCellRendererComponent(C, IDataPage, int, IDataRow, String, boolean, boolean) - Method in interface javax.rad.model.ui.ICellRenderer
Configures a IComponent for rendering.
getCenterButtonPanel() - Method in class com.sibvisions.rad.application.Dialog
Gets the panel that contains all "center" buttons.
getCenterConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates horizontal and vertical centered constraints for the given column and row.
getCenterConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates horizontal and vertical centered constraints for the given column and row.
getChallenge() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmSession
Gets the challenge.
getChangedColumnNames() - Method in class javax.rad.model.event.DataRowEvent
Gets the column names whose values changed.
getChangedDataBook() - Method in class javax.rad.model.event.DataBookEvent
Gets the IDataBook that is changed.
getChangedDataRow() - Method in class javax.rad.model.event.DataRowEvent
Gets the IDataRow that is changed.
getChangedDataRows() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns an int array with all changed rows.
getChangedDataRows() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns an int array with all changed rows.
getChangedDataRows() - Method in interface javax.rad.model.IDataPage
Returns an int array with all changed rows.
getChangedType() - Method in class javax.rad.model.event.DataBookEvent
Gets the type of change.
getChanges(Class<? extends V>...) - Method in class com.sibvisions.util.ChangedHashtable
Gets the tracked changes of this Hashtable but return only the values with a specified class type.
getCharacterType(String) - Static method in class com.sibvisions.util.type.StringUtil
Gets the character type of a text.
getChartPanel() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the ChartPanel displayed, or null if non is displayed.
getChartStyle() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the style of the chart.
getChartStyle() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the chart style.
getChartStyle() - Method in class javax.rad.genui.control.UIChart
Gets the chart style.
getChartStyle() - Method in interface javax.rad.ui.control.IChart
Gets the chart style.
getChild(IChangeableDataRow) - Method in class javax.rad.model.TreePathFinder
Gets the child TreePathFinder to the given data row.
getChildAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getChildCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getChildPath(int...) - Method in class javax.rad.model.TreePath
Adds the given array to this TreePath.
getClassName() - Method in class javax.rad.type.bean.AbstractBeanType
Gets the class name or identifier of the bean class.
getClickCount() - Method in class javax.rad.ui.event.UIMouseEvent
Returns the number of mouse clicks associated with this event.
getClipboard() - Static method in class com.sibvisions.rad.ui.Webstart
Gets the current text from the clipboard.
getCodeBase() - Static method in class com.sibvisions.rad.ui.Webstart
Gets the codebase from the JNLP BasicService.
getColumn(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
getColumnClass(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
getColumnCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
getColumnCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
Gets the column count.
getColumnCount() - Method in class javax.rad.model.ColumnView
Returns the column count of this IRowDefintion.
getColumnCount() - Method in interface javax.rad.model.IRowDefinition
Returns the column count of this IRowDefintion.
getColumnCount() - Method in class javax.rad.model.RowDefinition
Returns the column count of this IRowDefintion.
getColumnDefinition(String) - Method in interface javax.rad.model.IRowDefinition
Returns the ColumnDefinition by name.
getColumnDefinition(int) - Method in interface javax.rad.model.IRowDefinition
Returns the ColumnDefinition by index.
getColumnDefinition(String) - Method in class javax.rad.model.RowDefinition
Returns the ColumnDefinition by name.
getColumnDefinition(int) - Method in class javax.rad.model.RowDefinition
Returns the ColumnDefinition by index.
getColumnDefinitionIndex(String) - Method in interface javax.rad.model.IRowDefinition
Returns the index of the ColumnDefinition name of this IRowDefinition.
getColumnDefinitionIndex(String) - Method in class javax.rad.model.RowDefinition
Returns the index of the ColumnDefinition name of this IRowDefinition.
getColumnIndex(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
getColumnInfo(String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Get detailed column information for the given table.
getColumnLeftAnchor(int) - Method in class javax.rad.genui.layout.UIFormLayout
Gets the left anchor of the given column.
getColumnMetaData(String, String[], String, String, String, String, String[]) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getColumnMetaData() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
Gets the column meta data.
getColumnMetaData(String, String[], String, String, String, String, String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getColumnMetaData(String, String[], String, String, String, String, String[]) - Method in class com.sibvisions.rad.persist.jdbc.DerbyDBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getColumnMetaData(String, String[], String, String, String, String, String[]) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getColumnMetaData(String, String[], String, String, String, String, String[]) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
 
getColumnMetaData(String, String[], String, String, String, String, String[]) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
 
getColumnMetaData(String, String[], String, String, String, String, String[]) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getColumnMetaData(String, String[], String, String, String, String, String[]) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
 
getColumnMetaData() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the ColumnMetaData client infos.
getColumnMetaData() - Method in class javax.rad.persist.MetaData
returns all ColumnMetaData columns.
getColumnMetaData(String) - Method in class javax.rad.persist.MetaData
Returns the specific ColumnMetaData column.
getColumnMetaDataIndex(String) - Method in class javax.rad.persist.MetaData
Returns the specific ColumnMetaData column index. -1 if the Column name doesn't exist.
getColumnName() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the name object for that column.
getColumnName(IConfiguration, String, String) - Static method in class com.sibvisions.rad.server.config.DBObjects
Gets the name of a column, as it is in the database.
getColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the column name edited by this control.
getColumnName(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
getColumnName() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Returns the column name displayed by this control.
getColumnName() - Method in class javax.rad.genui.control.UIEditor
Returns the column name displayed by this control.
getColumnName(int) - Method in class javax.rad.model.ColumnView
Returns the column name for the given index.
getColumnName() - Method in class javax.rad.model.condition.CompareCondition
Returns the column name to use in the compare.
getColumnName() - Method in interface javax.rad.model.ui.ICellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in interface javax.rad.model.ui.IEditorControl
Returns the column name displayed by this control.
getColumnNameIndex(String) - Method in class javax.rad.model.ColumnView
Returns the index of the column name.
getColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Gets an array of column names as defined in the metadata.
getColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns all column names of the ColumnMetaData list.
getColumnNames() - Method in class javax.rad.model.ColumnView
Returns the String[] of all column names.
getColumnNames() - Method in interface javax.rad.model.IRowDefinition
Returns the String[] of all column names in this IRowDefintion.
getColumnNames() - Method in class javax.rad.model.reference.ColumnMapping
Gets the source column names of the ColumnMapping.
getColumnNames() - Method in class javax.rad.model.RowDefinition
Returns the String[] of all column names in this IRowDefintion.
getColumnNames() - Method in class javax.rad.persist.MetaData
Returns all column names of the ColumnMetaData list.
getColumnNumber() - Method in class com.sibvisions.util.xml.XmlNode
Gets the column number behind the start-tag tag.
getColumnRightAnchor(int) - Method in class javax.rad.genui.layout.UIFormLayout
Gets the right anchor of the given column.
getColumns() - Method in class com.sibvisions.rad.persist.jdbc.Key
Returns the key columns.
getColumns() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
getColumns() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Returns the number of columns in this ITextField.
getColumns() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextField
Returns the number of columns in this ITextField.
getColumns() - Method in class javax.rad.genui.component.AbstractUITextField
Returns the number of columns in this ITextField.
getColumns() - Method in class javax.rad.model.SortDefinition
Returns the columns to sort.
getColumns() - Method in interface javax.rad.ui.component.ITextField
Returns the number of columns in this ITextField.
getColumnView() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Returns the ColumnView displayed by this control.
getColumnView() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Returns the ColumnView displayed by this control.
getColumnView() - Method in class javax.rad.genui.control.UITable
Returns the ColumnView displayed by this control.
getColumnView(Class<? extends IControl>) - Method in interface javax.rad.model.IRowDefinition
Gets the ColumnView to use for GUI controls.
getColumnView(Class<? extends IControl>) - Method in class javax.rad.model.RowDefinition
Gets the ColumnView to use for GUI controls.
getColumnView() - Method in interface javax.rad.ui.control.ITable
Returns the ColumnView displayed by this control.
getColumnViewClasses() - Method in interface javax.rad.model.IRowDefinition
Gets all classes, for which column views are set.
getColumnViewClasses() - Method in class javax.rad.model.RowDefinition
Gets the classes for which ColumnViews are set.
getCommand() - Method in class com.sibvisions.util.db.AbstractCommand
Gets the command.
getCommandName() - Method in class com.sibvisions.util.db.AbstractCommand
Gets the command name.
getCommandParameters() - Method in class com.sibvisions.util.db.AbstractCommand
Gets the command parameters.
getComment() - Method in class javax.rad.model.ColumnDefinition
Returns the comment for this column.
getComponent(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Gets the nth IComponent in this container.
getComponent() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the Swing Component.
getComponent(int) - Method in class javax.rad.genui.menu.UIMenu
Gets the nth IComponent in this container.
getComponent(int) - Method in class javax.rad.genui.UIContainer
Gets the nth IComponent in this container.
getComponent(int) - Method in interface javax.rad.ui.IContainer
Gets the nth IComponent in this container.
getComponentAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the alignment between the components.
getComponentAlignment() - Method in class javax.rad.genui.layout.UIFlowLayout
Gets the alignment between the components.
getComponentAlignment() - Method in interface javax.rad.ui.layout.IFlowLayout
Gets the alignment between the components.
getComponentCount() - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Gets the number of IComponents in this panel.
getComponentCount() - Method in class javax.rad.genui.menu.UIMenu
Gets the number of IComponents in this panel.
getComponentCount() - Method in class javax.rad.genui.UIContainer
Gets the number of IComponents in this panel.
getComponentCount() - Method in interface javax.rad.ui.IContainer
Gets the number of IComponents in this panel.
getComponentUIResource() - Method in class javax.rad.genui.UIComponent
Gets the component which will be added/removed to an UIContainer instead of this component.
getCondition() - Method in class javax.rad.model.condition.Not
Returns the ICondition to negate.
getConditions() - Method in class javax.rad.model.condition.OperatorCondition
Returns all IConditions of this OperatorCondition.
getConfig() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the IConfiguration of the session.
getConfig() - Method in class com.sibvisions.rad.server.config.Zone
Gets this Zone as wrapped IConfiguration.
getConfig() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the IConfiguration of the session.
getConfig() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the IConfiguration of the session.
getConfig(ILauncher, String) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Gets the parsed xml configuration.
getConfig() - Method in interface javax.rad.server.ISession
Gets the IConfiguration of the session.
getConfigurationDir() - Static method in class com.sibvisions.rad.server.config.Configuration
Returns the directory with the configuration files.
getConnection() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the AbstractConnection of the RemoteDataSource for this StorageDataSource.
getConnection() - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Returns the AbstractConnection to the server IStorage object.
getConnection() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the conncetion to the database.
getConnection() - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Gets the current connection to the database.
getConnection(ISession) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Gets the connection to the database.
getConnection() - Method in class javax.rad.application.genui.RemoteApplication
Gets the communication connection.
getConnection() - Method in class javax.rad.application.genui.RemoteWorkScreen
Gets the communication connection.
getConnection() - Method in interface javax.rad.application.IConnectable
Gets the communication connection.
getConnection() - Method in class javax.rad.remote.AbstractConnection
Returns the connection to the server.
getConnection() - Method in class javax.rad.remote.event.ConnectionEvent
Gets the connection.
getConnectionId() - Method in class javax.rad.remote.AbstractConnection
Gets the connection identifier for this connection.
getConnectionId() - Method in class javax.rad.remote.ConnectionInfo
Gets the connection identifier.
getConnectionListener() - Method in class javax.rad.remote.AbstractConnection
Gets all registered IConnectionListeners.
getConstraint(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the constraints for given component.
getConstraints(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Gets the constraints for the specified component.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Gets the constraints for the specified IComponent.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the constraints for the specified IComponent.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Gets the constraints for the specified IComponent.
getConstraints(int, int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Creates the default constraints for the given column and row.
getConstraints(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Creates the default constraints for the given column and row.
getConstraints(IFormLayout.IAnchor, IFormLayout.IAnchor, IFormLayout.IAnchor, IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Creates the default constraints for the given anchors.
getConstraints(IFormLayout.IAnchor, IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Gets the constraints for the left corner, specified through anchors.
getConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the default constraints for the given column and row.
getConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the default constraints for the given column and row.
getConstraints(IFormLayout.IAnchor, IFormLayout.IAnchor, IFormLayout.IAnchor, IFormLayout.IAnchor) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the default constraints for the given anchors.
getConstraints(IComponent) - Method in class javax.rad.genui.UILayout
Gets the constraints for the specified IComponent.
getConstraints(IComponent) - Method in interface javax.rad.ui.ILayout
Gets the constraints for the specified IComponent.
getConstraints(int, int) - Method in interface javax.rad.ui.layout.IFormLayout
Creates the default constraints for the given column and row.
getConstraints(int, int, int, int) - Method in interface javax.rad.ui.layout.IFormLayout
Creates the default constraints for the given column and row.
getConstraints(IFormLayout.IAnchor, IFormLayout.IAnchor, IFormLayout.IAnchor, IFormLayout.IAnchor) - Method in interface javax.rad.ui.layout.IFormLayout
Creates the default constraints for the given anchors.
getContent(InputStream) - Static method in class com.sibvisions.util.type.FileUtil
Reads the content of an InputStream into a byte array and closes the stream after reading.
getContent(InputStream, boolean) - Static method in class com.sibvisions.util.type.FileUtil
Reads the content of an InputStream into a byte array.
getContent(File) - Static method in class com.sibvisions.util.type.FileUtil
Gets the content from a file.
getContent(String) - Static method in class com.sibvisions.util.type.FileUtil
Gets the content from a file.
getContent(InputStreamReader) - Static method in class com.sibvisions.util.type.FileUtil
Reads the content of an InputStreamReader into a byte array and closes the stream after reading.
getContent(InputStreamReader, boolean) - Static method in class com.sibvisions.util.type.FileUtil
Reads the content of an InputStreamReader into a byte array.
getContentPane() - Method in class com.sibvisions.rad.application.Application
Gets the content pane for the application.
getContentPane() - Method in interface javax.rad.application.IApplication
Gets the content pane for the application.
getContents() - Method in interface javax.rad.application.IWorkScreenApplication
Gets all open contents.
getContentType() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor
Gets the content type used for editing the text.
getContentType() - Method in class com.sibvisions.util.ByteArrayDataSource
getContentType() - Method in class com.sibvisions.util.Mail
Gets the content type.
getContentType() - Method in class javax.rad.genui.celleditor.UITextCellEditor
Gets the content type used for editing the text.
getContentType() - Method in interface javax.rad.ui.celleditor.ITextCellEditor
Gets the content type used for editing the text.
getControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Returns all IControl's from the IDataRow.
getControls() - Method in interface javax.rad.model.IDataRow
Returns all IControl's from the IDataRow.
getControls() - Method in interface javax.rad.model.IRowDefinition
Returns all IControl's from the IRowDefinition.
getControls() - Method in class javax.rad.model.RowDefinition
Returns all IControl's from the IRowDefinition.
getCookie(String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Gets the value of a cookie.
getCredentials(ISession) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Gets the configured database credentials for the given session.
getCredentials(IConfiguration) - Static method in class com.sibvisions.rad.server.security.DBSecurityManager
Gets the configured database credentials from a given configuration.
getCurrentDispatchObject() - Static method in class javax.rad.util.EventHandler
Gets the current dispatch object.
getCurrentInstance() - Static method in class javax.rad.server.SessionContext
Gets the current/last instance of SessionContext.
getCurrentModifiers() - Static method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Gets the modifiers of the current event, if it's a InputEvent or ActionEvent.
getCurrentServerConfig() - Static method in class javax.rad.server.SessionContext
Gets the IConfiguration from the current instance of SessionContext.
getCurrentSession() - Static method in class javax.rad.server.SessionContext
Gets the ISession from the current instance of SessionContext.
getCurrentSessionConfig() - Static method in class javax.rad.server.SessionContext
Gets the IConfiguration from the current instance of SessionContext.
getCurrentTimestamp() - Static method in class com.sibvisions.rad.persist.TriggerAPI
Gets the current timestamp.
getCurrentTranslation() - Method in class javax.rad.genui.UIComponent
Gets the current translation mapping usable for this UIComponent.
getCurrentUserName() - Static method in class com.sibvisions.rad.persist.TriggerAPI
Gets the current username from the session through the SessionContext.
getCursor() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the ICursor set in the component.
getCursor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the ICursor set in the component.
getCursor() - Method in class javax.rad.application.genui.Application
Gets the cursor from the launcher.
getCursor() - Method in class javax.rad.genui.UIComponent
Gets the ICursor set in the component.
getCursor() - Method in interface javax.rad.ui.IComponent
Gets the ICursor set in the component.
getDatabaseSpecificLockStatement(String, ServerMetaData, ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the database specific statement to lock the specified row in the database.
getDatabaseSpecificLockStatement(String, ServerMetaData, ICondition) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Returns the database specific statement to lock the specified row in the database.
getDatabaseSpecificLockStatement(String, ServerMetaData, ICondition) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Returns the database specific statement to lock the specified row in the database.
getDataBook() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the IDataBook of the IDataPage.
getDataBook() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns the IDataBook of the IDataPage.
getDataBook() - Method in class com.sibvisions.rad.model.remote.RemoteDataPage
Returns the IDataBook of the IDataPage.
getDataBook() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Gets the internal MemDataBook.
getDataBook() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the DataBook shown by this control.
getDataBook() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Returns the DataBook displayed by this control.
getDataBook() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Returns the DataBook displayed by this control.
getDataBook() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Returns the DataBook displayed by this control.
getDataBook() - Method in class javax.rad.genui.control.UIChart
Returns the DataBook displayed by this control.
getDataBook() - Method in class javax.rad.genui.control.UITable
Returns the DataBook displayed by this control.
getDataBook() - Method in interface javax.rad.model.IDataPage
Returns the IDataBook of the IDataPage.
getDataBook() - Method in class javax.rad.model.TreePathFinder
Gets the current DataBook the current DataBook.
getDataBook() - Method in interface javax.rad.model.ui.ITableControl
Returns the DataBook displayed by this control.
getDataBooks() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Returns all registered IDataBooks from the IDataSource.
getDataBooks() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Returns the DataBooks displayed by this control.
getDataBooks() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Returns the DataBooks displayed by this control.
getDataBooks() - Method in class javax.rad.genui.control.UITree
Returns the DataBooks displayed by this control.
getDataBooks() - Method in interface javax.rad.model.IDataSource
Returns all registered IDataBooks from the IDataSource.
getDataBooks() - Method in interface javax.rad.model.IRowDefinition
It returns the list of IDataBooks corresponding to this IRowDefintion.
getDataBooks() - Method in class javax.rad.model.RowDefinition
It returns the list of IDataBooks corresponding to this IRowDefintion.
getDataBooks() - Method in interface javax.rad.model.ui.ITreeControl
Returns the DataBooks displayed by this control.
getDataPage() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Returns the correspondingIDataPage of the IDataRow.
getDataPage(TreePath) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the IDataPage for the given TreePath.
getDataPage(IDataRow, TreePath) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the IDataPage for the given TreePath and root row.
getDataPage(IDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the corresponding IDataPage to specified master row from the master DataBook.
getDataPage() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the correspondingIDataPage of the IDataRow.
getDataPage() - Method in interface javax.rad.model.IChangeableDataRow
Returns the correspondingIDataPage of the IDataRow.
getDataPage(TreePath) - Method in interface javax.rad.model.IDataBook
Gets the IDataPage for the given TreePath.
getDataPage(IDataRow, TreePath) - Method in interface javax.rad.model.IDataBook
Gets the IDataPage for the given TreePath and root row.
getDataPage(IDataRow) - Method in interface javax.rad.model.IDataBook
Returns the corresponding IDataPage to specified master row from the master DataBook.
getDataPageWithRootRow(IDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the corresponding IDataPage to specified root row from the root DataBook.
getDataPageWithRootRow(IDataRow) - Method in interface javax.rad.model.IDataBook
Returns the corresponding IDataPage to specified root row from the root DataBook.
getDataRow(int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns a copy of the IDataRow of the specified index.
getDataRow(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns a copy of the IDataRow of the specified index.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the DataRow edited by this control.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
Gets the current IDataRow.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Returns the DataRow displayed by this control.
getDataRow() - Method in class javax.rad.genui.control.UIEditor
Returns the DataRow displayed by this control.
getDataRow() - Method in class javax.rad.model.condition.CompareCondition
Returns the data row to use in the compare.
getDataRow(int) - Method in interface javax.rad.model.IDataPage
Returns a copy of the IDataRow of the specified index.
getDataRow() - Method in interface javax.rad.model.ui.ICellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in interface javax.rad.model.ui.IEditorControl
Returns the DataRow displayed by this control.
getDataRowColumnName() - Method in class javax.rad.model.condition.CompareCondition
Returns the data row column name to use in the compare.
getDataRowStorage(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns the internal storage for the specified DataRow Object[].
getDataSource() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the IDataSource for this IDataBook.
getDataSource() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the IDataSource for this IDataBook.
getDataSource() - Method in interface javax.rad.model.IDataBook
Returns the IDataSource for this IDataBook.
getDataType() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the used data type for this ServerColumnMetaData.
getDataType() - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Gets the data type.
getDataType() - Method in class javax.rad.model.ColumnDefinition
Returns the IDataType for this ColumnDefinition.
getDataType() - Method in class javax.rad.persist.ColumnMetaData
Returns the used data type for this ColumnMetaData.
getDate() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Returns the current selected date and time.
getDate(int, int, int, int, int, int) - Static method in class com.sibvisions.util.type.DateUtil
Creates a new date instance.
getDateFormat() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor
Gets the date format used for editing the date.
getDateFormat() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo
Gets the date format used for editing the date.
getDateFormat() - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Gets the date format.
getDateFormat() - Method in class com.sibvisions.util.type.DateUtil
Gets the date format.
getDateFormat() - Method in class javax.rad.genui.celleditor.UIDateCellEditor
Gets the date format used for editing the date.
getDateFormat() - Method in class javax.rad.model.datatype.TimestampDataType
Returns the current DateFormat.
getDateFormat() - Method in interface javax.rad.ui.celleditor.IDateCellEditor
Gets the date format used for editing the date.
getDatePattern() - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Gets the date format pattern.
getDatePattern() - Method in class com.sibvisions.util.type.DateUtil
Gets the date format pattern.
getDBAccess(String) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the suitable DBAcces for the given JdbcUrl.
getDBAccess(DBCredentials) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the suitable DBAccess for the given DBCredentials.
getDBAccess(Connection) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the suitable DBAccess for the given connection.
getDBAccess() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the IDBAccess of this DBStorage .
getDBProperties() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the DB specific initial parameters for the Connection creation.
getDBProperty(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the value for a specific database property.
getDefault() - Static method in class com.sibvisions.util.type.LocaleUtil
Gets the default locale.
getDefaultAllowedValues(String, String, String, ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the default allowed values for a given column from a given table.
getDefaultCellEditor(Class<?>) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the default ICellEditor for the given class.
getDefaultCellEditor(Class<?>) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the default ICellEditor for the given class.
getDefaultCellEditor(Class) - Static method in class javax.rad.genui.celleditor.UICellEditor
Gets the default ICellEditor for the given class.
getDefaultCellEditor(Class<?>) - Method in interface javax.rad.ui.IFactory
Gets the default ICellEditor for the given class.
getDefaultChoiceCellEditor(Object[]) - Static method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Gets a choice cell editor from the defaults list, if an editor is available for specific values.
getDefaultChoiceCellEditors() - Static method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Gets all currently available default choice cell editors as array.
getDefaultColumnView() - Method in class javax.rad.model.RowDefinition
Returns the default table columns names.
getDefaultFont() - Static method in class javax.rad.genui.UIFont
Returns the default UIFont.
getDefaultIgnoredColumnNames() - Static method in class javax.rad.model.RowDefinition
Gets the list of columns which are not included in the table columns when no specific table columns are set.
getDefaultImage() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the default image that is shown if selectedIndex is -1.
getDefaultImageName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Gets the default image that is shown if selectedIndex is -1.
getDefaultImageName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxImageViewer
Gets the default image that is shown if selectedIndex is -1.
getDefaultImageName() - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Gets the default image that is shown if selectedIndex is -1.
getDefaultImageName() - Method in class javax.rad.genui.celleditor.UIImageViewer
Gets the default image that is shown if selectedIndex is -1.
getDefaultImageName() - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Gets the default image that is shown if selectedIndex is -1.
getDefaultImageName() - Method in interface javax.rad.ui.celleditor.IImageViewer
Gets the default image that is shown if selectedIndex is -1.
getDefaultLabel() - Method in class javax.rad.model.ColumnDefinition
It creates an default column label.
getDefaultLabel(String) - Static method in class javax.rad.persist.ColumnMetaData
It returns an default label for the pName.
getDefaultListener() - Method in class javax.rad.util.EventHandler
Gets the default listener.
getDefaultNumberCellEditor() - Static method in class javax.rad.genui.celleditor.UINumberCellEditor
Gets the default ICellEditor for Number class.
getDefaultSchema() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the default schema name, if it was set manually.
getDefaultSort() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Gets the default sort definition.
getDefaultSort() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default sort.
getDefaultValue() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Gets the default value of this column.
getDefaultValue() - Method in class javax.rad.model.ColumnDefinition
Gets the default value of this column.
getDefaultValue() - Method in class javax.rad.persist.ColumnMetaData
Gets the default value of this column.
getDefaultValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Gets all default column values of a specific table.
getDefaultValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets all default column values of a specific table.
getDefaultValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DerbyDBAccess
Gets all default column values of a specific table.
getDefaultValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Gets all default column values of a specific table.
getDefaultValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Gets all default column values of a specific table.
getDefaultValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Gets all default column values of a specific table.
getDefaultValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Gets all default column values of a specific table.
getDesktopPane() - Method in class com.sibvisions.rad.application.Application
Gets the desktop panel for the application.
getDetailDataBooks() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns all detail IDataBooks to the master IDataBook.
getDetailDataBooks() - Method in interface javax.rad.model.IDataBook
Returns all detail IDataBooks to the master IDataBook.
getDetailsButton() - Method in class com.sibvisions.rad.application.Error
Gets the details button.
getDetailsGroupPanel() - Method in class com.sibvisions.rad.application.Error
Gets the details group panel.
getDetectedType() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the detected type of this column.
getDirectory() - Method in class com.sibvisions.rad.server.config.Zone
Returns the zone directory.
getDirectory(String) - Static method in class com.sibvisions.util.type.FileUtil
Gets the directory for a path.
getDisabledIconAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
getDividerAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Gets the divider alignment.
getDividerAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Gets the divider alignment.
getDividerAlignment() - Method in class javax.rad.genui.container.UISplitPanel
Gets the divider alignment.
getDividerAlignment() - Method in interface javax.rad.ui.container.ISplitPanel
Gets the divider alignment.
getDividerPosition() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Gets the position of the divider.
getDividerPosition() - Method in class javax.rad.genui.container.UISplitPanel
Gets the position of the divider.
getDividerPosition() - Method in interface javax.rad.ui.container.ISplitPanel
Gets the position of the divider.
getDocumentFilter() - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
getDomainController() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmSession
Gets the domain controller.
getDot() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
getDownloadURL(Object) - Static method in class javax.rad.io.RemoteFileHandle
Creates the download URL with filled in key.
getDownloadURL() - Method in class javax.rad.io.RemoteFileHandle
Gets the download URL with filled in key.
getDownloadURLSpec() - Static method in class javax.rad.io.RemoteFileHandle
Gets the download URL, that specifies where to get the content from server.
getDriver() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the database driver name as String.
getDriver() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
Gets the JDBC driver name/class.
getDumpStream() - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Gets the dump stream.
getEchoChar() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingPasswordField
Returns the character to be used for echoing.
getEchoChar() - Method in class javax.rad.genui.component.UIPasswordField
Returns the character to be used for echoing.
getEchoChar() - Method in interface javax.rad.ui.component.IPasswordField
Returns the character to be used for echoing.
getEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
getEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Returns the editor component.
getElementAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
getElementAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
getEncryptedPassword(IConfiguration, String) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Gets the password, encrypted with the algorithm specified in an application configuration.
getEndX(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getEndY(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getEnterNavigationMode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the ENTER navigation mode.
getEnterNavigationMode() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the ENTER navigation mode.
getEnterNavigationMode() - Method in class javax.rad.genui.control.UITable
Gets the ENTER navigation mode.
getEnterNavigationMode() - Method in interface javax.rad.ui.control.INavigationControl
Gets the ENTER navigation mode.
getEnvironmentName() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Gets the name of the environment for this launcher.
getEnvironmentName() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets the name of the environment for this launcher.
getEnvironmentName() - Method in class javax.rad.application.genui.UILauncher
Gets the name of the environment for this launcher.
getEnvironmentName() - Method in interface javax.rad.application.ILauncher
Gets the name of the environment for this launcher.
getError() - Method in class com.sibvisions.rad.application.Application
Gets the error frame.
getError() - Method in class com.sibvisions.rad.application.Login
Gets the current error text, if set.
getError() - Method in class com.sibvisions.util.Execute
Gets the data of error stream from last exection.
getErrorForwarder() - Method in class com.sibvisions.util.Execute
Gets the forwarder for error messages.
getErrors() - Method in class com.sibvisions.rad.application.Error
Gets all available errors.
getEstimatedRowCount() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the row count in IDBAccess for this RemoteDataBook.
getEstimatedRowCount() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns -1.
getEstimatedRowCount() - Method in class com.sibvisions.rad.model.remote.RemoteDataPage
Returns the count of rows in the storage for this RemoteDataPage in the RemoteDataBook.
getEstimatedRowCount(ICondition) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Returns the number of rows in this AbstractStorage from the storage.
getEstimatedRowCount(ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the number of rows in this AbstractStorage from the storage.
getEstimatedRowCount(ICondition) - Method in interface javax.rad.persist.IStorage
Returns the number of rows in this AbstractStorage from the storage.
getEventSource() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the wanted event source for this component.
getEventSource() - Method in class javax.rad.genui.UIComponent
Gets the wanted event source for this component.
getEventSource() - Method in interface javax.rad.ui.IComponent
Gets the wanted event source for this component.
getException(Throwable, Class<?>) - Static method in class com.sibvisions.util.type.CommonUtil
Gets an exception of the given type from an exception chain.
getExceptions() - Method in class com.sibvisions.util.db.DBImporter
Gets the last occured exception(s).
getExtension(String) - Static method in class com.sibvisions.util.type.FileUtil
Gets the extension of an absolute file path.
getFactory() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the factory that created this NamedObject.
getFactory() - Method in class javax.rad.genui.UIComponent
Gets the factory that created this NamedObject.
getFactory() - Static method in class javax.rad.genui.UIFactoryManager
Gets the global IFactory singleton instance.
getFactory() - Method in interface javax.rad.ui.IComponent
Gets the factory that created this NamedObject.
getFactoryInstance(Class) - Static method in class javax.rad.genui.UIFactoryManager
Creates the global IFactory singleton instance.
getFamily() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFont
Returns the family name of this IFont.
getFamily() - Method in class javax.rad.genui.UIFont
Returns the family name of this IFont.
getFamily() - Method in interface javax.rad.ui.IFont
Returns the family name of this IFont.
getFeatures() - Method in class javax.rad.persist.MetaData
Gets supported features.
getFetchColumnIndexes() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the correct column indexes of the fetched data, after opening the data book.
getFetchedRowsForBlock(IDataRow) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the amount of fetched rows per block.
getFile() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets the configuration file.
getFile() - Method in class javax.rad.io.FileHandle
Gets the file that was set as content.
getFileForClass(String) - Static method in class com.sibvisions.util.type.ResourceUtil
Searches the file in which a class is stored.
getFileForClass(ClassLoader, String) - Static method in class com.sibvisions.util.type.ResourceUtil
Searches the file in which a class is stored.
getFileHandle(IFileHandleReceiver, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver, String) - Method in class javax.rad.application.genui.UILauncher
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver) - Method in class javax.rad.application.genui.UILauncher
Technology independent getFileHandle.
getFileHandle(Object, String, String) - Method in class javax.rad.application.genui.UILauncher
Technology independent getFileHandle.
getFileHandle(Object, String) - Method in class javax.rad.application.genui.UILauncher
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver, String) - Method in interface javax.rad.application.ILauncher
Technology independent getFileHandle.
getFileItemStream(HttpServletRequest) - Method in class com.sibvisions.rad.server.http.ResourceServlet
Gets the first FileItemStream inside a multipart upload.
getFileName(String) - Method in class com.sibvisions.rad.server.http.ResourceServlet
Returns the given content-disposition headers file name.
getFileName() - Method in class javax.rad.io.DirectoryHandle
Gets the file name of this file handle.
getFileName() - Method in class javax.rad.io.FileHandle
Gets the file name of this file handle.
getFileName() - Method in interface javax.rad.io.IFileHandle
Gets the file name of this file handle.
getFileName() - Method in class javax.rad.io.RemoteFileHandle
Gets the file name of this file handle.
getFilesPerDirectory() - Method in class com.sibvisions.util.FileSearch
Gets a list of found files per found directory.
getFileTypeMap() - Method in class com.sibvisions.util.ByteArrayDataSource
Gets the FileTypeMap.
getFilter() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the filter for this IDataBook.
getFilter() - Method in interface javax.rad.model.IDataBook
Returns the filter for this IDataBook.
getFirstCause(Throwable) - Static method in class com.sibvisions.util.type.CommonUtil
Gets the first cause.
getFirstComponent() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Returns the component to the left (or above) the divider.
getFirstComponent() - Method in class javax.rad.genui.container.UISplitPanel
Returns the component to the left (or above) the divider.
getFirstComponent() - Method in interface javax.rad.ui.container.ISplitPanel
Returns the component to the left (or above) the divider.
getFKColumns() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Returns the foreign key columns.
getFKName() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Returns the foreign key name.
getFKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Returns all Foreign Keys for the specified table.
getFKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns all Foreign Keys for the specified table.
getFKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Returns all Foreign Keys for the specified table.
getFKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Returns all Foreign Keys for the specified table.
getFKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Returns all Foreign Keys for the specified table.
getFont() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the font of this component.
getFont() - Method in class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Gets the font.
getFont() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Gets the font.
getFont() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the font of this component.
getFont() - Method in class javax.rad.genui.control.UICellFormat
Gets the font.
getFont() - Method in class javax.rad.genui.UIComponent
Gets the font of this component.
getFont() - Method in interface javax.rad.ui.control.ICellFormat
Gets the font.
getFont() - Method in interface javax.rad.ui.IComponent
Gets the font of this component.
getFontName() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFont
Returns the font face name of this IFont.
getFontName() - Method in class javax.rad.genui.UIFont
Returns the font face name of this IFont.
getFontName() - Method in interface javax.rad.ui.IFont
Returns the font face name of this IFont.
getForeground() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the foreground color of this component.
getForeground() - Method in class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Gets the foreground.
getForeground() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Gets the foreground.
getForeground() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the foreground color of this component.
getForeground() - Method in class javax.rad.genui.control.UICellFormat
Gets the foreground.
getForeground() - Method in class javax.rad.genui.UIComponent
Gets the foreground color of this component.
getForeground() - Method in interface javax.rad.ui.control.ICellFormat
Gets the foreground.
getForeground() - Method in interface javax.rad.ui.IComponent
Gets the foreground color of this component.
getFoundDirectories() - Method in class com.sibvisions.util.FileSearch
Gets the found directories of a previous search.
getFoundFiles() - Method in class com.sibvisions.util.FileSearch
Gets the found files of a previous search.
getFqClassName(Object) - Static method in class com.sibvisions.util.type.ResourceUtil
Returns the full qualified class name for an object.
getFreePort(int, int) - Static method in class com.sibvisions.util.type.CommonUtil
Searchs a free *network* port in the given range.
getFreePort(int, int, boolean) - Static method in class com.sibvisions.util.type.CommonUtil
Searchs a free port in the given range.
getFromClause(String, List<ForeignKey>) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It creates and returns a from clause with joins over all foreign tables.
getFromClause() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the query tables to use in the SELECT statement to get the data from the storage.
getFromClause() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Gets the from clause.
getGlobalCursor(Component) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the application global cursor.
getGlobalMetaData(AbstractConnection, String) - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Returns the column meta data from the global client cache.
getGreen() - Method in class com.sibvisions.rad.ui.awt.impl.AwtColor
Returns the green component in the range 0-255 in the default sRGB space.
getGreen() - Method in class javax.rad.genui.UIColor
Returns the green component in the range 0-255 in the default sRGB space.
getGreen() - Method in interface javax.rad.ui.IColor
Returns the green component in the range 0-255 in the default sRGB space.
getGZIPContent() - Method in class javax.rad.io.FileHandle
Gets the gzipped content.
getHash(String, InputStream) - Static method in class com.sibvisions.util.SecureHash
Gets the hash of all content read from an InputStream.
getHash(String, byte[]) - Static method in class com.sibvisions.util.SecureHash
Gets the hash of specific data.
getHash() - Method in class com.sibvisions.util.SecureHash
Gets the current hash.
getHCenterConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates vertical centered constraints for the given column and row.
getHCenterConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates vertical centered constraints for the given column and row.
getHeight() - Method in class com.sibvisions.rad.ui.awt.impl.AwtDimension
The height of the IDimension.
getHeight() - Method in class com.sibvisions.rad.ui.awt.impl.AwtImage
Determines the height of the image.
getHeight() - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
The height of the IDimension.
getHeight() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getHeight() - Method in class com.sibvisions.rad.ui.swing.impl.SwingImage
Determines the height of the image.
getHeight() - Method in class javax.rad.genui.UIDimension
The height of the IDimension.
getHeight() - Method in class javax.rad.genui.UIImage
Determines the height of the image.
getHeight() - Method in class javax.rad.genui.UIRectangle
The height of the IDimension.
getHeight() - Method in interface javax.rad.ui.IDimension
The height of the IDimension.
getHeight() - Method in interface javax.rad.ui.IImage
Determines the height of the image.
getHierarchicalDirectoryList() - Method in class com.sibvisions.util.FileSearch
Gets the hierarchial directory tree as flat list: directory-1 |- sub-1.1 |- sub-1.2 |- sub-1.3 | |- sub 1.3.1 | |- sub 1.3.2 |- sub 1.4 will return a list with following elements: directory-1 sub-1.1 sub-1.2 sub-1.3 sub-1.3.1 sub-1.3.2 sub-1.4 .
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxStyledCellEditor
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the horizontal alignment of the icon.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Gets the horizontal alignment of the icon.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the alignment for the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Returns the alignment for the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the alignment along the x axis.
getHorizontalAlignment(int) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the horizontal IAlignmentConstants alignment from given JVxConstants alignment.
getHorizontalAlignment() - Method in class javax.rad.genui.celleditor.UICellEditor
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.celleditor.UIImageViewer
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.component.AbstractUITextField
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.component.UIIcon
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.component.UILabel
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.container.UIGroupPanel
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.layout.UIFlowLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in interface javax.rad.ui.IAlignmentConstants
Returns the alignment along the x axis.
getHorizontalAnchors() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns all horizontal anchors used by this layout.
getHorizontalAnchors() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns all horizontal anchors used by this layout.
getHorizontalAnchors() - Method in class javax.rad.genui.layout.UIFormLayout
Returns all horizontal anchors used by this layout.
getHorizontalAnchors() - Method in interface javax.rad.ui.layout.IFormLayout
Returns all horizontal anchors used by this layout.
getHorizontalComponentAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the component alignment for the x axis.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Gets the horizontal gap between components.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the horizontal gap.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the horizontal gap between components.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Returns the horizontal gap between components.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Returns the horizontal gap between components.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the horizontal gap between components.
getHorizontalGap() - Method in class javax.rad.genui.UILayout
Returns the horizontal gap between components.
getHorizontalGap() - Method in interface javax.rad.ui.ILayout
Returns the horizontal gap between components.
getHorizontalSwingAlignment(int) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the horizontal JVxConstants alignment from given IAlignmentConstants alignment.
getHorizontalTextPosition() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the horizontal position of the text relative to the icon.
getHorizontalTextPosition() - Method in class javax.rad.genui.component.AbstractUIButton
Returns the horizontal position of the text relative to the icon.
getHorizontalTextPosition() - Method in interface javax.rad.ui.component.IButton
Returns the horizontal position of the text relative to the icon.
getIcon() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCheckBoxMenuItem
getIcon(String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets an ImageIcon from the resource bundle.
getIcon(String, byte[]) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets an ImageIcon from the resource bundle.
getIconAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
getIconAt(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns the tab icon at pIndex.
getIconAt(int) - Method in class javax.rad.genui.container.UITabsetPanel
Returns the tab icon at pIndex.
getIconAt(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Returns the tab icon at pIndex.
getIconImage() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Returns the image to be displayed as the icon for this frame.
getIconImage() - Method in class javax.rad.genui.container.AbstractFrame
Returns the image to be displayed as the icon for this frame.
getIconImage() - Method in interface javax.rad.ui.container.IFrame
Returns the image to be displayed as the icon for this frame.
getId() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the session identifier.
getId() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the session identifier.
getId() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the session identifier.
getId() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the session identifier.
getId() - Method in interface javax.rad.server.ISession
Gets the session identifier.
getId() - Method in class javax.rad.ui.event.UIEvent
The id of this Event.
getIdentifier(Request, Response) - Method in class com.sibvisions.rad.server.http.rest.SecurityManagerVerifier
Returns the user identifier.
getImage() - Method in class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Gets the image.
getImage(String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets an image from the resource bundle.
getImage(String, byte[]) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets an ImageIcon from the resource bundle.
getImage() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the default image.
getImage() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Returns the default image.
getImage() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Gets the image.
getImage(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Searches the image if it is available as: File ClassLoader resource.
getImage(String, byte[]) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates an image from byte data.
getImage() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the default image.
getImage() - Method in class javax.rad.genui.component.UIIcon
Returns the default image.
getImage() - Method in class javax.rad.genui.control.UICellFormat
Gets the image.
getImage(String) - Static method in class javax.rad.genui.UIImage
Gets the cached instance of an image resource.
getImage() - Method in interface javax.rad.ui.component.IIcon
Returns the default image.
getImage() - Method in interface javax.rad.ui.control.ICellFormat
Gets the image.
getImage(String) - Method in interface javax.rad.ui.IFactory
Searches the image if it is available as: File ClassLoader resource.
getImage(String, byte[]) - Method in interface javax.rad.ui.IFactory
Creates an image from byte data.
getImageData(IImage) - Static method in class com.sibvisions.rad.application.ApplicationUtil
Gets the raw image data.
getImageFormat(byte[]) - Static method in class com.sibvisions.util.type.ImageUtil
Gets the image format from raw image data.
getImageMapping(String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the image name for the given mapping name.
getImageMapping(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the image name for the given mapping name.
getImageMapping(String) - Static method in class javax.rad.genui.UIImage
Gets the image name for the given mapping name.
getImageMapping(String) - Method in interface javax.rad.ui.IFactory
Gets the image name for the given mapping name.
getImageMappingNames() - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets all used mapping names.
getImageMappingNames() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets all used mapping names.
getImageMappingNames() - Static method in class javax.rad.genui.UIImage
Gets all used mapping names.
getImageMappingNames() - Method in interface javax.rad.ui.IFactory
Gets all used mapping names.
getImageName() - Method in class com.sibvisions.rad.ui.awt.impl.AwtImage
Gets the name of the image.
getImageName() - Method in class com.sibvisions.rad.ui.swing.impl.SwingImage
Gets the name of the image.
getImageName() - Method in class javax.rad.genui.UIImage
Gets the name of the image.
getImageName() - Method in interface javax.rad.ui.IImage
Gets the name of the image.
getImageNames() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Gets the image names that are used for displaying the corresponding values.
getImageNames() - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Gets the image names that are used for displaying the corresponding values.
getImageNames() - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Gets the image names that are used for displaying the corresponding values.
getImages() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the images that are used for displaying the values.
getImageSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the image size.
getImageTextGap() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the amount of space between the text and the icon displayed in this button.
getImageTextGap() - Method in class javax.rad.genui.component.AbstractUIButton
Returns the amount of space between the text and the icon displayed in this button.
getImageTextGap() - Method in interface javax.rad.ui.component.IButton
Returns the amount of space between the text and the icon displayed in this button.
getIndentation() - Method in class com.sibvisions.util.xml.XmlWorker
Gets the xml output indentation.
getIndex(TreeNode) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getIndexOfPrimaryKey() - Method in class javax.rad.model.TreePathFinder
Gets the index of the primary key in this node.
getInfoImage() - Method in class com.sibvisions.rad.application.Login
Gets the login-info image.
getInfoLabel() - Method in class com.sibvisions.rad.application.About
Gets the info label.
getInnerBackground() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the inner background.
getInnerBorder() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the inner border.
getInnerBounds() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the inner bounds of the choice component.
getInnerInsets() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the inner insets.
getInputStream(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets the InputStream for reading the response from the server.
getInputStream(ConnectionInfo) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Gets the InputStream for reading the response from the server.
getInputStream() - Method in interface com.sibvisions.rad.server.IRequest
Retrieves the binary data of the request as InputStream.
getInputStream() - Method in class com.sibvisions.util.ByteArrayDataSource
getInputStream(String) - Method in interface com.sibvisions.util.type.IResourceArchive
Gets the stream for the given resource.
getInputStream() - Method in class javax.rad.io.DirectoryHandle
Gets the InputStream of this file handle.
getInputStream() - Method in class javax.rad.io.FileHandle
Gets the InputStream of this file handle.
getInputStream() - Method in interface javax.rad.io.IFileHandle
Gets the InputStream of this file handle.
getInputStream() - Method in class javax.rad.io.RemoteFileHandle
Gets the InputStream of this file handle.
getInstance() - Static method in class com.sibvisions.rad.server.security.ntlm.NtlmHelper
Gets the current instance of NtlmHelper.
getInstance() - Static method in class com.sibvisions.rad.server.Server
Gets the current server instance as singleton.
getInstance(Class) - Static method in class com.sibvisions.util.log.LoggerFactory
Construct (if necessary) and return an ILogger instance, using the factory's current set of configuration attributes.
getInstance(String) - Static method in class com.sibvisions.util.log.LoggerFactory
Construct (if necessary) and return an ILogger instance, using the factory's current set of configuration attributes.
getInterfaces(Class<?>, boolean, Class<?>...) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets interfaces from a specific class and all parent classes, recursively.
getInterfaces(List<Class<?>>, Class<?>, boolean, Class<?>...) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets interfaces from a specific class and all parent classes, recursively.
getIntern(Object, String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Retrieves a named member of a JavaScript object.
getItem() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
getItemAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
getItemCount(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getItemCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getItemCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
getItemListeners() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns an array of all the ItemListeners added to this JVxChoice with addItemListener().
getJTable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the JTable used by JVxTable.
getKey(KeyStroke) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the Key for a KeyStroke.
getKey(int) - Method in class com.sibvisions.util.OrderedHashtable
Gets a key by index.
getKey(char) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key that represents a KEY_TYPED event for the specified character.
getKey(char, int) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key, for the specified character.
getKeyChar() - Method in class javax.rad.ui.event.Key
Returns the character for this Key.
getKeyChar() - Method in class javax.rad.ui.event.UIKeyEvent
Returns the character associated with the key in this event.
getKeyCode() - Method in class javax.rad.ui.event.Key
Returns the numeric key code for this Key.
getKeyCode() - Method in class javax.rad.ui.event.UIKeyEvent
Returns the integer keyCode associated with the key in this event.
getKeyEventType() - Method in class javax.rad.ui.event.Key
Returns the type of KeyEvent which corresponds to this Key.
getKeyOnPressed(int) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key that represents a KEY_PRESSED event for the specified key code.
getKeyOnPressed(int, int) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key, for the specified key code.
getKeyOnReleased(int) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key that represents a KEY_RELEASED event for the specified key code.
getKeyOnReleased(int, int) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key, for the specified key code.
getKeyStroke(Key) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the KeyStroke for a Key.
getLabel() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the default label.
getLabel() - Method in class javax.rad.model.ColumnDefinition
Returns the label of the column.
getLabel() - Method in class javax.rad.persist.ColumnMetaData
Returns the default label.
getLanguage() - Method in class javax.rad.util.TranslationMap
Gets the language code of the translated texts.
getLast() - Method in class javax.rad.model.TreePath
Gets the value of the last index.
getLastAccessTime() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the time of the last session access.
getLastAccessTime() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the time of the last session access.
getLastAccessTime() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the time of the last session access.
getLastAccessTime() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the time of the last session access.
getLastAccessTime() - Method in interface javax.rad.server.ISession
Gets the time of the last session access.
getLastAliveTime() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the time of the last communication of the session.
getLastAliveTime() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the time of the last communication of the session.
getLastAliveTime() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the time of the last communication of the session.
getLastAliveTime() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the time of the last communication of the session.
getLastAliveTime() - Method in interface javax.rad.server.ISession
Gets the time of the last communication of the session.
getLastCallTime() - Method in class javax.rad.remote.ConnectionInfo
Gets the time in millis when the last call was sent to the server.
getLastChanges() - Method in class com.sibvisions.util.ChangedHashtable
Gets the last tracked changes of this Hashtable but return only the values with a specified class type.
getLastDestroyedSessionId() - Method in class com.sibvisions.rad.server.Monitoring
Gets the id of the last destroyed session.
getLastDispatchedObject() - Static method in class javax.rad.util.EventHandler
Gets the last dispatched object.
getLauncher(IComponent) - Static method in class com.sibvisions.rad.application.ApplicationUtil
Gets the launcher for a specific component.
getLauncher() - Method in class javax.rad.application.genui.Application
Returns the platform independent launcher which is associated with this factory.
getLauncher() - Method in interface javax.rad.application.IApplication
Returns the platform independent launcher which is associated with this factory.
getLayout() - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Gets the layout manager for this container.
getLayout() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Gets the layout manager for the content pane.
getLayout() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns the Layout to which this Anchor belongs.
getLayout() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns the Layout to which this Anchor belongs.
getLayout() - Method in class javax.rad.genui.menu.UIMenu
Gets the layout manager for this container.
getLayout() - Method in class javax.rad.genui.UIContainer
Gets the layout manager for this container.
getLayout() - Method in interface javax.rad.ui.IContainer
Gets the layout manager for this container.
getLayout() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the layout to which this anchor belongs.
getLayoutAlignmentX(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
getLayoutAlignmentX(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
getLayoutAlignmentY(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
getLayoutAlignmentY(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
getLeft() - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
The left margin of the IInsets.
getLeft() - Method in class javax.rad.genui.UIInsets
The left margin of the IInsets.
getLeft() - Method in interface javax.rad.ui.IInsets
The left margin of the IInsets.
getLeftAlignedConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates left aligned constraints for the given column and row.
getLeftAlignedConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates left aligned constraints for the given column and row.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Returns the left anchor.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Returns the left anchor.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Returns the left anchor.
getLeftButtonPanel() - Method in class com.sibvisions.rad.application.Dialog
Gets the panel that contains all "left" buttons.
getLeftIndent() - Method in class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Gets the left indent.
getLeftIndent() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Left indent.
getLeftIndent() - Method in class javax.rad.genui.control.UICellFormat
Left indent.
getLeftIndent() - Method in interface javax.rad.ui.control.ICellFormat
Left indent.
getLeftMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the left margin border anchor.
getLeftMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the left margin border anchor.
getLeftMarginAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the left margin border anchor.
getLeftMarginAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the left margin border anchor.
getLeftSpaceConstraints(IComponent) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the constraints left of the center constraint.
getLength() - Method in class javax.rad.io.DirectoryHandle
Gets the length of the InputStream in bytes
getLength() - Method in class javax.rad.io.FileHandle
Gets the length of the InputStream in bytes
getLength() - Method in interface javax.rad.io.IFileHandle
Gets the length of the InputStream in bytes
getLength() - Method in class javax.rad.io.RemoteFileHandle
Gets the length of the InputStream in bytes
getLevel() - Method in interface com.sibvisions.util.log.ILogger
Gets the log level.
getLevel() - Method in class com.sibvisions.util.log.jdk.JdkLogger
Gets the log level.
getLevel() - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Gets the log level.
getLevel(Class) - Static method in class com.sibvisions.util.log.LoggerFactory
Gets the level of a specific logger.
getLevel(String) - Static method in class com.sibvisions.util.log.LoggerFactory
Gets the level of a specific logger.
getLifeCycleName() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the name of the life-cycle object.
getLifeCycleName() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the name of the life-cycle object.
getLifeCycleName() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the name of the life-cycle object.
getLifeCycleName() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the name of the life-cycle object.
getLifeCycleName() - Method in class javax.rad.remote.AbstractConnection
Gets the name of the server-side life-cycle object.
getLifeCycleName() - Method in interface javax.rad.server.ISession
Gets the name of the life-cycle object.
getLineColor() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
Returns the color of the border.
getLineNumber() - Method in class com.sibvisions.util.xml.XmlNode
Gets the line number of the tag occurence.
getLinkForeignKey() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the foreign key for a server side Droopdown list (automatic linked celleditor).
getLinkReference() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the link reference for a server side dropdown list (automatic linked celleditor).
getLinkReference() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Gets reference definition that defines the link.
getLinkReference() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets reference definition that defines the link.
getLinkReference(String) - Method in class javax.rad.model.RowDefinition
Gets the link reference of the column name.
getLinkReference() - Method in class javax.rad.persist.ColumnMetaData
Returns the link reference for a server side dropdown list (automatic linked celleditor).
getLinkReference() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets reference definition that defines the link.
getLinkReferenceColumn() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Returns the foreign key column for the LinkReference.
getLinkReferenceColumnNames(String) - Method in class javax.rad.model.RowDefinition
Gets all columns with a LinkReference including pColumnName.
getListener(int) - Method in class javax.rad.util.EventHandler
Gets the listener at the position.
getListenerCount() - Method in class javax.rad.util.EventHandler
Gets the count of listeners.
getListeners() - Method in class javax.rad.util.EventHandler
Gets all listeners.
getListeners() - Static method in class javax.rad.util.ExceptionHandler
Returns all registered exception listeners.
getListSeparator() - Static method in class com.sibvisions.util.type.LocaleUtil
Gets the list separator for the current locale.
getListSeparator(Locale) - Static method in class com.sibvisions.util.type.LocaleUtil
Gets the list separator for the given locale.
getLocation() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocation() - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Gets the current location.
getLocation() - Method in class javax.rad.genui.UIComponent
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocation() - Method in interface javax.rad.ui.IComponent
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocationForClass(String) - Static method in class com.sibvisions.util.type.ResourceUtil
Searches the location where a class is stored.
getLocationForClass(ClassLoader, String) - Static method in class com.sibvisions.util.type.ResourceUtil
Searches the location where a class is stored.
getLocationRelativeTo(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the location relative to the given component.
getLocationRelativeTo(IComponent) - Method in class javax.rad.genui.UIComponent
Gets the location relative to the given component.
getLocationRelativeTo(IComponent) - Method in interface javax.rad.ui.IComponent
Gets the location relative to the given component.
getLogger() - Static method in class com.sibvisions.util.log.LoggerFactory
Gets all created logger instances.
getLogin() - Method in class com.sibvisions.rad.application.Application
Gets the login frame.
getMagicCaretPosition() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
getMapping(Class<? extends V>...) - Method in class com.sibvisions.util.ChangedHashtable
Gets a list of entries but only includes the values of a specific type.
getMargins() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Gets the layout margins.
getMargins() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the margins.
getMargins() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the layout margins.
getMargins() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the margin between the component's border and the text.
getMargins() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Returns the margin between the tool bar's border and its buttons.
getMargins() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Gets the margins.
getMargins() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the margins.
getMargins() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Gets the margins.
getMargins() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the margin between the component's border and the text.
getMargins() - Method in class javax.rad.genui.container.UIToolBar
Returns the margin between the tool bar's border and its buttons.
getMargins() - Method in class javax.rad.genui.UILayout
Gets the margins.
getMargins() - Method in interface javax.rad.ui.component.IActionComponent
Returns the margin between the component's border and the text.
getMargins() - Method in interface javax.rad.ui.container.IToolBar
Returns the margin between the tool bar's border and its buttons.
getMargins() - Method in interface javax.rad.ui.ILayout
Gets the margins.
getMark() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
getMasterColumnIndexesForBlock() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the correct master column indexes of the fetched data, after opening the data book.
getMasterConnection() - Method in class javax.rad.remote.SubConnection
Returns the master connection.
getMasterDataRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the corresponding master row to this IDataPage in the master DataBook.
getMasterDataRow() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns the corresponding master row to this IDataPage in the master DataBook.
getMasterDataRow() - Method in interface javax.rad.model.IDataPage
Returns the corresponding master row to this IDataPage in the master DataBook.
getMasterReference() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the ReferenceDefinition to the master IDataBook.
getMasterReference() - Method in interface javax.rad.model.IDataBook
Returns the ReferenceDefinition to the master IDataBook.
getMasterReference() - Method in class javax.rad.model.RowDefinition
Gets the master reference.
getMasterSession() - Method in class com.sibvisions.rad.server.AbstractSessionContext
Gets the MasterSession for this context.
getMaximizedConstraints() - Method in class javax.rad.genui.layout.UIFormLayout
Creates maximized constraints for top, left, bottom and right anchor.
getMaximumSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the maximum size of this component.
getMaximumSize() - Method in class javax.rad.genui.UIComponent
Gets the maximum size of this component.
getMaximumSize() - Method in interface javax.rad.ui.IComponent
Gets the maximum size of this component.
getMaxInactiveInterval() - Method in class com.sibvisions.rad.server.AbstractSession
Returns the maximum time interval, in minutes, that this session will be active.
getMaxInactiveInterval() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Returns the maximum time interval, in minutes, that this session will be active.
getMaxInactiveInterval() - Method in class com.sibvisions.rad.server.DetachedSession
Returns the maximum time interval, in minutes, that this session will be active.
getMaxInactiveInterval() - Method in class com.sibvisions.rad.server.DirectServerSession
Returns the maximum time interval, in minutes, that this session will be active.
getMaxInactiveInterval() - Method in interface javax.rad.server.ISession
Returns the maximum time interval, in minutes, that this session will be active.
getMaxRowHeight() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the maximal row height.
getMaxRowHeight() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the max row height for automatic calculation.
getMaxRowHeight() - Method in class javax.rad.genui.control.UITable
Gets the max row height for automatic calculation.
getMaxRowHeight() - Method in interface javax.rad.ui.control.ITable
Gets the max row height for automatic calculation.
getMaxTime() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the maximum time in miliseconds to use, to try to fetch all rows. reduce open cursors, and increase performance.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.BeanSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.BooleanSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ByteArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ByteSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.CharacterSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.CharArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.DateSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.DecimalSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.DoubleSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.EnumSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.FloatArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.FloatSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.IntArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.IntegerSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in interface com.sibvisions.rad.remote.serializer.ITypeSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.LongArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.LongSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.NullSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ObjectSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ShortArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ShortSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.StringSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class javax.rad.type.AbstractNumberType
Gets the maximal allowed value.
getMenuBar() - Method in class com.sibvisions.rad.application.Application
Gets the application menu bar.
getMenuBar() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Returns the menubar set on this frame.
getMenuBar() - Method in class javax.rad.genui.container.AbstractFrame
Returns the menubar set on this frame.
getMenuBar() - Method in interface javax.rad.ui.container.IFrame
Returns the menubar set on this frame.
getMessage() - Method in class com.sibvisions.rad.application.Error
Gets the error message.
getMetaData(String) - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Returns the column meta data from the client cache.
getMetaData(String, String) - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Returns the meta data for this AbstractStorage from the storage as MetaData and places the MetaData to the cache with a group name and meta data name.
getMetaData(String) - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets meta data which are cached under a specific name.
getMetaData() - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the meta data for this AbstractStorage from the storage as MetaData.
getMetaData(String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the meta data for this AbstractStorage from the storage as MetaData and places the MetaData to the cache with a group name and meta data name.
getMetaData() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the MetaData client infos.
getMetaData(String, String) - Method in interface javax.rad.persist.ICachedStorage
Returns the meta data for this AbstractStorage from the storage as MetaData and places the MetaData to the cache with a group name and meta data name.
getMetaData() - Method in interface javax.rad.persist.IStorage
Returns the meta data for this AbstractStorage from the storage as MetaData.
getMetaDataCacheOption() - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets the metadata cache option for this instance.
getMetaDataCacheRole() - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Gets whether the global or the local cache is used.
getMetaDataColumnNames() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the server meta data column names.
getMetaDataFromCache(String) - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Returns all available meta data from the cache for a specific cache group.
getMetaDataFromCache(String, String) - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets meta data from the cache.
getMetaDataFromCache(String) - Method in interface javax.rad.persist.ICachedStorage
Returns all available meta data from the cache for a specific cache group.
getMethod(Class<?>, String, Class...) - Static method in class com.sibvisions.util.Reflective
Gets the method with the given types.
getMethod(Class<?>, boolean, String, Class...) - Static method in class com.sibvisions.util.Reflective
Gets the method with the given types.
getMethodDeclaration(Class, String, Object...) - Static method in class com.sibvisions.util.Reflective
Gets the human readable method declaration of a method with its parameter list.
getMethodName() - Method in class javax.rad.remote.event.CallBackEvent
Returns the method name of the remote call.
getMethodName() - Method in class javax.rad.remote.event.CallEvent
Gets the method or action name.
getMethodName() - Method in class javax.rad.server.SessionContext
Gets the name of the method which will be called.
getMethods - Variable in class javax.rad.type.bean.BeanType
The get methods.
getMinimumSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the mininimum size of this component.
getMinimumSize(Component) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the minimum size of a component.
getMinimumSize() - Method in class javax.rad.genui.UIComponent
Gets the mininimum size of this component.
getMinimumSize() - Method in interface javax.rad.ui.IComponent
Gets the mininimum size of this component.
getMinRowHeight() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the minimal row height.
getMinRowHeight() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the min row height for automatic calculation.
getMinRowHeight() - Method in class javax.rad.genui.control.UITable
Gets the min row height for automatic calculation.
getMinRowHeight() - Method in interface javax.rad.ui.control.ITable
Gets the min row height for automatic calculation.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.BeanSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.BooleanSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ByteArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ByteSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.CharacterSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.CharArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.DateSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.DecimalSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.DoubleSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.EnumSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.FloatArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.FloatSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.IntArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.IntegerSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in interface com.sibvisions.rad.remote.serializer.ITypeSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.LongArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.LongSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.NullSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ObjectSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ShortArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ShortSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.StringSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class javax.rad.type.AbstractNumberType
Gets the minimal allowed value.
getMode() - Method in class com.sibvisions.rad.application.Login
Returns the current mode.
getModifiers() - Method in class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Returns the modifier mask for this event.
getModifiers() - Method in class javax.rad.ui.event.Key
Returns the modifier keys for this Key.
getModifiers() - Method in class javax.rad.ui.event.UIEvent
Returns the modifier mask for this event.
getMonitoring() - Method in class com.sibvisions.rad.server.Server
Returns the monitoring object for this server.
getMostRecentEventTime() - Static method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Returns the timestamp of the most recent event that had a timestamp, and that was dispatched from the EventQueue associated with the calling thread.
getMouseOverImage() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets the image for the button when the mouse is over.
getMouseOverImage() - Method in class javax.rad.genui.component.AbstractUIButton
Gets the image for the button when the mouse is over.
getMouseOverImage() - Method in interface javax.rad.ui.component.IButton
Gets the image for the button when the mouse is over.
getName() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the IDataBook name.
getName() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the storage name.
getName() - Method in class com.sibvisions.rad.persist.jdbc.Key
Returns the key name.
getName() - Method in class com.sibvisions.rad.persist.jdbc.Name
Returns the name to use in the application. default is toUpperCase().
getName() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the column name.
getName() - Method in class com.sibvisions.rad.server.config.ApplicationZone
Returns the name of the application.
getName() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the name of the object.
getName() - Method in class com.sibvisions.rad.ui.awt.impl.AwtCursor
Returns the name of this cursor.
getName() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFont
Returns the logical name of this IFont.
getName() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the name of the object.
getName() - Method in class com.sibvisions.util.ByteArrayDataSource
getName() - Method in interface com.sibvisions.util.log.ILogger
Gets the logger name.
getName() - Method in class com.sibvisions.util.log.jdk.JdkLogger
Gets the logger name.
getName() - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Gets the logger name.
getName(String) - Static method in class com.sibvisions.util.type.FileUtil
Gets the name of a file from an absolute path.
getName(Class<?>) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the name of a class.
getName() - Method in class com.sibvisions.util.xml.XmlNode
Gets the node name.
getName() - Method in class javax.rad.genui.UIComponent
Gets the name of the object.
getName() - Method in class javax.rad.genui.UICursor
Returns the name of this cursor.
getName() - Method in class javax.rad.genui.UIFont
Returns the logical name of this IFont.
getName() - Method in class javax.rad.model.ColumnDefinition
Returns the column name.
getName() - Method in interface javax.rad.model.IDataBook
Returns the IDataBook name.
getName() - Method in class javax.rad.persist.ColumnMetaData
Returns the column name.
getName() - Method in class javax.rad.server.InjectObject
Gets the name of the inject object.
getName() - Method in class javax.rad.type.bean.PropertyDefinition
Gets the property name.
getName() - Method in interface javax.rad.ui.IComponent
Gets the name of the object.
getName() - Method in interface javax.rad.ui.ICursor
Returns the name of this cursor.
getName() - Method in interface javax.rad.ui.IFont
Returns the logical name of this IFont.
getName() - Method in interface javax.rad.util.INamedObject
Gets the name of the object.
getNew() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the new IBean.
getNew(Class<T>) - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the new POJO from type .
getNewIndex() - Method in class javax.rad.ui.event.UITabsetEvent
Gets the current index of the tab.
getNewlineCount() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the new line count.
getNewlineCount() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Gets the new line count.
getNewlineCount() - Method in class javax.rad.genui.layout.UIFormLayout
Gets the new line count.
getNewlineCount() - Method in interface javax.rad.ui.layout.IFormLayout
Gets the new line count.
getNewPassword() - Method in class com.sibvisions.rad.application.Login
Gets the new password.
getNewTabIndex() - Method in class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Gets the affected new tab index.
getNewValue() - Method in class javax.rad.remote.event.PropertyEvent
Gets the new value.
getNextContext() - Method in class javax.rad.server.SessionContext
Gets the next SessionContext, if available.
getNode(String) - Method in class com.sibvisions.rad.server.config.ApplicationZone
Gets the xml node for a property name from the application configuration.
getNode(String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets the value for a property as xml representation.
getNode(String) - Method in class com.sibvisions.util.xml.XmlNode
Gets a specific (sub) XmlNode based on the current XmlNode.
getNode(String) - Method in interface javax.rad.server.IConfiguration
Gets the value for a property in xml representation.
getNodeCount(String) - Method in class com.sibvisions.util.xml.XmlNode
Count the elements of a node list.
getNodeFormatter() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets the NodeFormatter.
getNodeFormatter() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the node formatter.
getNodeFormatter() - Method in class javax.rad.genui.control.UITree
Gets the node formatter.
getNodeFormatter() - Method in interface javax.rad.ui.control.ITree
Gets the node formatter.
getNodeImage(IDataBook, IDataPage, IDataRow, String, int, boolean, boolean) - Method in interface com.sibvisions.rad.ui.swing.ext.format.INodeFormatter
Gets the image for the given node.
getNodeImage(IDataBook, IDataPage, IDataRow, String, int, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the image for the given node.
getNodeImage(IDataBook, IDataPage, IDataRow, String, int, boolean, boolean) - Method in interface javax.rad.ui.control.INodeFormatter
Gets the image for the given node.
getNodes(String) - Method in class com.sibvisions.rad.server.config.ApplicationZone
Gets the xml node or a list of nodes for a property name from the application configuration.
getNodes(String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets the value for a property as xml representation.
getNodes(String) - Method in class com.sibvisions.util.xml.XmlNode
Gets a list of XmlNodes based on the current XmlNode.
getNodes(String) - Method in interface javax.rad.server.IConfiguration
Gets a list of values for a property in xml representation.
getNodeValue(String) - Method in class com.sibvisions.util.xml.XmlNode
Gets the value of a specific (sub) XmlNode based on the current XmlNode.
getNotExistingFile(File) - Static method in class com.sibvisions.util.type.FileUtil
Gets a file that does not exist.
getNtlmAuth() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmAuthInfo
Gets the ntlm password authentication object.
getNumberFormat() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor
Gets the number format used for editing the number.
getNumberFormat() - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Gets the number format.
getNumberFormat() - Method in class com.sibvisions.util.type.NumberUtil
Gets the number format.
getNumberFormat() - Method in class javax.rad.genui.celleditor.UINumberCellEditor
Gets the number format used for editing the number.
getNumberFormat() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns the current NumberFormat.
getNumberFormat() - Method in interface javax.rad.ui.celleditor.INumberCellEditor
Gets the number format used for editing the number.
getNumberPattern() - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Gets the number pattern.
getNumberPattern() - Method in class com.sibvisions.util.type.NumberUtil
Gets the number format pattern.
getObject(String) - Method in class com.sibvisions.rad.server.AbstractSession
Gets an object from the cache.
getObject(ISession, String) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Returns an object from the life-cycle object container for an ISession.
getObject(Representation) - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Gets the result object from a representation.
getObject(Representation, Class) - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Gets the result object from a representation.
getObject(String) - Method in class javax.rad.application.genui.UILauncher
Gets an external object from the internal object store.
getObject() - Method in class javax.rad.remote.event.CallBackEvent
Gets the return value from a remote method call.
getObject(ISession, String) - Method in class javax.rad.server.AbstractObjectProvider
Returns an object from the life-cycle object container for an ISession.
getObject() - Method in class javax.rad.server.InjectObject
Gets the inject object.
getObject() - Method in class javax.rad.server.ResultObject
Gets the result of a remote method call.
getObject(String) - Method in class javax.rad.server.SessionContext
Gets an already added inject object.
getObject() - Method in class javax.rad.type.bean.Bean
Gets the Object that stores the values.
getObjectAccessController() - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets the object access controller.
getObjectCacheKey() - Method in class javax.rad.io.RemoteFileHandle
Gets the ObjectCache key.
getObjectCenterLocation(Component, Component) - Static method in class com.sibvisions.util.type.ScreenUtil
Gets the coordinates for a component to center it over another component.
getObjectName() - Method in class javax.rad.remote.event.CallBackEvent
Returns the object name of the remote method call.
getObjectName() - Method in class javax.rad.remote.event.CallEvent
Gets the object name.
getObjectName() - Method in class javax.rad.server.SessionContext
Gets the name of the object from which a method will be called.
getObjectProvider() - Method in class com.sibvisions.rad.server.Server
Gets the AbstractObjectProvider.
getObjectProvider() - Method in interface javax.rad.server.IServer
Gets the AbstractObjectProvider.
getOkButton() - Method in class com.sibvisions.rad.application.Dialog
Gets the default OK button.
getOKButton() - Method in class com.sibvisions.rad.application.Error
Gets the OK button.
getOld() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the old IBean.
getOld(Class<T>) - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the old POJO from type .
getOldIndex() - Method in class javax.rad.ui.event.UITabsetEvent
Gets the index of the tab before the event occured.
getOldTabIndex() - Method in class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Gets the affected old tab index.
getOldValue() - Method in class javax.rad.remote.event.PropertyEvent
Gets the old value.
getOnlyIUDChangedDataRows() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns only all Changed DataRows with the states isInserting(), isUpdating(), isDeleting().
getOpener() - Method in class com.sibvisions.rad.application.Error
Gets the opener of the content.
getOpener() - Method in class com.sibvisions.rad.application.Message
Gets the opener of the content.
getOpener() - Method in class javax.rad.application.genui.Content
Gets the opener of the content.
getOpener() - Method in interface javax.rad.application.IContent
Gets the opener of the content.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns whether the orientation of this Anchor is HORIZONTAL or VERTICAL.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the component orientation.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Returns the orientation.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Returns the current orientation of the tool bar.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the orientation of this flow layout.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns whether the orientation of this Anchor is HORIZONTAL or VERTICAL.
getOrientation() - Method in class javax.rad.genui.container.UISplitPanel
Returns the orientation.
getOrientation() - Method in class javax.rad.genui.container.UIToolBar
Returns the current orientation of the tool bar.
getOrientation() - Method in class javax.rad.genui.layout.UIFlowLayout
Gets the orientation of this flow layout.
getOrientation() - Method in interface javax.rad.ui.container.ISplitPanel
Returns the orientation.
getOrientation() - Method in interface javax.rad.ui.container.IToolBar
Returns the current orientation of the tool bar.
getOrientation() - Method in interface javax.rad.ui.layout.IFlowLayout
Gets the orientation of this flow layout.
getOrientation() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns whether the orientation of this Anchor is HORIZONTAL or VERTICAL.
getOriginalDataRow() - Method in class javax.rad.model.event.DataBookEvent
Gets the original IDataRow before change.
getOriginalDataRow() - Method in class javax.rad.model.event.DataRowEvent
Gets the original IDataRow before change.
getOriginalRow() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Returns the original row, before the first change is made.
getOriginalRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the original row, before the first change is made.
getOriginalRow() - Method in interface javax.rad.model.IChangeableDataRow
Returns the original row, before the first change is made.
getOutput() - Method in class com.sibvisions.util.Execute
Gets the data of output stream from last exection.
getOutputForwarder() - Method in class com.sibvisions.util.Execute
Gets the forwarder for standard output.
getOutputStream(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets the OutputStream for submitting requests to the server.
getOutputStream(ConnectionInfo) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Gets the OutputStream for submitting requests to the server.
getOutputStream() - Method in interface com.sibvisions.rad.server.IResponse
Returns an OutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class com.sibvisions.util.ByteArrayDataSource
getOutputStream() - Method in class javax.rad.io.FileHandle
Resets the content to zero, and gets an OutputStresm to write the content.
getOutputStream() - Method in class javax.rad.io.RemoteFileHandle
Resets the content to zero, and gets an OutputStresm to write the content.
getPackage(Class<?>) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the package name from a class independent of Class.getPackage().
getParameter(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Gets a configuration parameter of the application.
getParameter(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets a configuration parameter of the application.
getParameter(String) - Method in class com.sibvisions.util.db.DBImporter
Gets the value of a user-defined parameter.
getParameter(String) - Method in class javax.rad.application.genui.UILauncher
Gets a configuration parameter of the application.
getParameter(String) - Method in class javax.rad.application.genui.WorkScreen
Gets the value of an additional parameter from the work-screen.
getParameter(String) - Method in interface javax.rad.application.ILauncher
Gets a configuration parameter of the application.
getParameter(String) - Method in interface javax.rad.application.IWorkScreen
Gets the value of an additional parameter from the work-screen.
getParameter() - Method in class javax.rad.remote.event.CallEvent
Gets the parameter list.
getParent() - Method in class com.sibvisions.rad.server.GenericBean
Gets the parent, if set.
getParent() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the parent of this component.
getParent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getParent() - Method in class com.sibvisions.util.xml.XmlNode
Gets the parent XmlNode.
getParent() - Method in class javax.rad.genui.UIComponent
Gets the parent of this component.
getParent() - Method in class javax.rad.model.TreePathFinder
Gets the parent TreePathFinder.
getParent() - Method in interface javax.rad.ui.IComponent
Gets the parent of this component.
getParent() - Method in class javax.rad.util.TranslationMap
Gets the Parent TranslationMap to delegate translations.
getParentPath() - Method in class javax.rad.model.TreePath
Gets the parent tree path.
getParentWithDataBook(IDataBook) - Method in class javax.rad.model.TreePathFinder
Gets the parent TreePathFinder which has the given IDataBook.
getPassword() - Method in class com.sibvisions.rad.application.Login
Gets the password.
getPassword() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the password to use for the connection to the database.
getPassword() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
Gets the password, needed to establish a valid connection.
getPassword() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the sessions password.
getPassword() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the sessions password.
getPassword() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the sessions password.
getPassword() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the sessions password.
getPassword() - Method in class javax.rad.remote.AbstractConnection
Gets the password which will be used from the remote server to authenticate the connection.
getPassword() - Method in interface javax.rad.server.ISession
Gets the sessions password.
getPasswordAuthentication() - Method in class com.sibvisions.util.Mail
getPasswordValidator(IConfiguration) - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Gets the password validator from an application configuration.
getPathForClass(String) - Static method in class com.sibvisions.util.type.ResourceUtil
Searches the directory where a class is stored.
getPendingStoppedThreads() - Static method in class com.sibvisions.util.ThreadHandler
Gets all pending stopped threads which are already alive.
getPK(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets all Primary Key columns and return it as list of Strings.
getPK(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Gets all Primary Key columns and return it as list of Strings.
getPK(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Gets all Primary Key columns and return it as list of Strings.
getPKCatalog() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Returns the catalog of the primary key table.
getPKColumns() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Returns the primary key columns.
getPKSchema() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Returns the schema of the primary key table.
getPKTable() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Returns the primary key table.
getPopupComponent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Returns the popup component.
getPopupSize() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Gets the size of the Popup window using a Dimension object.
getPopupSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets the size of the Popup window using a Dimension object.
getPopupSize() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets the size of the Popup window using a Dimension object.
getPopupSize() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets the size of the Popup window using a Dimension object.
getPosition() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns the position of this Anchor.
getPosition() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns the position of this Anchor.
getPosition() - Method in class com.sibvisions.util.db.AbstractCommand
Gets the start position in the statement for the command.
getPosition() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the position of this Anchor.
getPrecision() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the precision/size of this column.
getPrecision() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns the precision of the BigDecimalDataType.
getPrecision() - Method in class javax.rad.persist.ColumnMetaData
Returns the precision/size of this column.
getPrecision() - Method in class javax.rad.type.AbstractNumberType
Gets the precision.
getPredefinedCursor(int) - Static method in class com.sibvisions.rad.ui.awt.impl.AwtCursor
Returns a cursor object with the specified predefined type.
getPredefinedCursor(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Gets a ICursor object with the specified type.
getPredefinedCursor(int) - Static method in class javax.rad.genui.UICursor
Gets a ICursor object with the specified type.
getPredefinedCursor(int) - Method in interface javax.rad.ui.IFactory
Gets a ICursor object with the specified type.
getPreferredComponentSize(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
The calculation of PreferredSize is in here to prevent wrapping each component.
getPreferredEditorMode() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxInplaceCellEditor
Gets the preferred Editor Mode.
getPreferredEditorMode() - Method in class javax.rad.genui.celleditor.UIInplaceCellEditor
Gets the preferred Editor Mode.
getPreferredEditorMode() - Method in interface javax.rad.ui.celleditor.IInplaceCellEditor
Gets the preferred Editor Mode.
getPreferredSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the preferred size of this component.
getPreferredSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the preferred size of the icon dependent of the configured alignments.
getPreferredSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Gets the preferred size of the icon dependent of the configured alignments.
getPreferredSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Returns the preferred size in a bit different way as JScrollPane.
getPreferredSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Returns the preferred size in a bit different way as JScrollPane.
getPreferredSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellRenderer
getPreferredSize(Component) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the preferred size of a component.
getPreferredSize() - Method in class javax.rad.genui.UIComponent
Gets the preferred size of this component.
getPreferredSize() - Method in interface javax.rad.ui.IComponent
Gets the preferred size of this component.
getPreparedStatement(String, boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Return a PreparedStatement for the given SQL statement.
getPressedImage() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets the image for the button when the button is pressed.
getPressedImage() - Method in class javax.rad.genui.component.AbstractUIButton
Gets the image for the button when the button is pressed.
getPressedImage() - Method in class javax.rad.genui.menu.UICheckBoxMenuItem
Gets the image for the button when the button is pressed.
getPressedImage() - Method in interface javax.rad.ui.component.IButton
Gets the image for the button when the button is pressed.
getPressedImage() - Method in interface javax.rad.ui.component.IToggleActionComponent
Gets the image for the button when the button is pressed.
getPreviousContext() - Method in class javax.rad.server.SessionContext
Gets the previous SessionContext, if available.
getPrimaryKey(IDataRow) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
Gets the primary key part of the given datarow.
getPrimaryKeyColumnIndices() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the Primary Key column name indices.
getPrimaryKeyColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the Primary Key column names.
getPrimaryKeyColumnNames() - Method in interface javax.rad.model.IRowDefinition
Returns the String[] of all column names in the primary key.
getPrimaryKeyColumnNames() - Method in class javax.rad.model.RowDefinition
Returns the String[] of all column names in the primary key.
getPrimaryKeyColumnNames() - Method in class javax.rad.persist.MetaData
Returns the Primary Key column names.
getPrimaryKeyQuotedColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the Primary Key column names.
getPrimaryKeyType() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Gets the type of the Primary key columns.
getPrimaryKeyValues() - Method in class javax.rad.model.TreePathFinder
Gets the primary key.
getProgram() - Method in class com.sibvisions.util.Execute
Gets the program to launch.
getProperties(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets a clone of all connection properties.
getProperties() - Method in class com.sibvisions.rad.server.AbstractSession
Gets a reference to the internal properties.
getProperties() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets all properties.
getProperties(String) - Method in class com.sibvisions.rad.server.config.ApplicationZone
Gets a list of values for a property which exists more than once.
getProperties(String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets a list of values for a property which exists more than once.
getProperties() - Method in class com.sibvisions.rad.server.DetachedSession
Gets all properties.
getProperties(ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Gets a clone of all connection properties.
getProperties() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets all properties.
getProperties() - Method in interface com.sibvisions.rad.server.IRequest
Returns properties from the request.
getProperties(Object) - Method in class com.sibvisions.rad.server.Server
Gets all session properties.
getProperties(ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Gets a clone of all connection properties.
getProperties() - Method in class javax.rad.remote.AbstractConnection
Gets a copy of the current properties.
getProperties() - Method in class javax.rad.remote.ConnectionInfo
Gets the current connection properties.
getProperties(ConnectionInfo) - Method in interface javax.rad.remote.IConnection
Gets a clone of all connection properties.
getProperties(String) - Method in interface javax.rad.server.IConfiguration
Gets a list of values for a property which exists more than once.
getProperties(Object) - Method in interface javax.rad.server.IServer
Gets all session properties.
getProperties() - Method in interface javax.rad.server.ISession
Gets all properties.
getProperty(ConnectionInfo, String) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets a connection property.
getProperty(String) - Method in class com.sibvisions.rad.server.AbstractSession
Gets the value of a property.
getProperty(String) - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the value of a property.
getProperty(String, String) - Method in class com.sibvisions.rad.server.config.ApplicationZone
Gets the value of a property from the application configuration file.
getProperty(String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets the value of a property from the application configuration file.
getProperty(String, String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets the value of a property from the application configuration file.
getProperty(String) - Method in class com.sibvisions.rad.server.DetachedSession
Gets the value of a property.
getProperty(ConnectionInfo, String) - Method in class com.sibvisions.rad.server.DirectServerConnection
Gets a connection property.
getProperty(String) - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the value of a property.
getProperty(String) - Method in interface com.sibvisions.rad.server.IRequest
Gets the value of a request property.
getProperty(String) - Method in class com.sibvisions.rad.server.object.ExchangeSession
Gets the value of a session property.
getProperty(Object, String) - Method in class com.sibvisions.rad.server.Server
Gets the value of a session property.
getProperty(String) - Static method in class com.sibvisions.rad.ui.Webstart
Gets the value of a property through the PersistenceService.
getProperty(ConnectionInfo, String) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Gets a connection property.
getProperty(String) - Method in class javax.rad.remote.AbstractConnection
Gets a connection property.
getProperty(ConnectionInfo, String) - Method in interface javax.rad.remote.IConnection
Gets a connection property.
getProperty(String) - Method in interface javax.rad.server.IConfiguration
Gets the value of a property from the configuration.
getProperty(String, String) - Method in interface javax.rad.server.IConfiguration
Gets the value of a property from the configuration.
getProperty(Object, String) - Method in interface javax.rad.server.IServer
Gets the value of a session property.
getProperty(String) - Method in interface javax.rad.server.ISession
Gets the value of a property.
getPropertyCount() - Method in class javax.rad.type.bean.AbstractBeanType
Gets the amount of properties.
getPropertyCount() - Method in interface javax.rad.type.bean.IBeanType
Gets the amount of properties.
getPropertyDefinition(int) - Method in class javax.rad.type.bean.AbstractBeanType
Gets the bean property for the given index.
getPropertyDefinition(String) - Method in class javax.rad.type.bean.AbstractBeanType
Gets the bean property for the given property name.
getPropertyDefinition(int) - Method in interface javax.rad.type.bean.IBeanType
Gets the bean property for the given index.
getPropertyDefinition(String) - Method in interface javax.rad.type.bean.IBeanType
Gets the bean property for the given property name.
getPropertyIndex(String) - Method in class javax.rad.type.bean.AbstractBeanType
Gets the index of the property name.
getPropertyIndex(String) - Method in interface javax.rad.type.bean.IBeanType
Gets the index of the property name.
getPropertyName() - Method in class javax.rad.remote.event.PropertyEvent
Gets the property name.
getPropertyNames() - Method in class javax.rad.type.bean.AbstractBeanType
Gets the property names.
getPropertyNames() - Method in interface javax.rad.type.bean.IBeanType
Gets the property names.
getQueryColumns(String, List<ForeignKey>, String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It creates and returns the query columns, with all write back columns and includes the columns for the LinkReferences (automatic link celleditors).
getQueryColumns() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the query columns of the SELECT statement.
getQueryColumns() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Gets the query columns.
getQuotedBoundaries(String) - Static method in class com.sibvisions.util.type.StringUtil
Returns the boundaries of quoted strings.
getQuotedName() - Method in class com.sibvisions.rad.persist.jdbc.Name
Returns the quoted name to use in the database.
getQuotedName() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the quoted column name.
getRawHash(String, InputStream) - Static method in class com.sibvisions.util.SecureHash
Gets the raw hash of all content read from an InputStream.
getRawHash(String, byte[]) - Static method in class com.sibvisions.util.SecureHash
Gets the raw hash of specific data.
getRawHash() - Method in class com.sibvisions.util.SecureHash
Gets the current raw hash.
getReadAhead() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the count of rows which are read ahead from the IDBAccess.
getReadOnly() - Method in interface javax.rad.model.IRowDefinition
Returns all read only (true) column names.
getReadOnly() - Method in class javax.rad.model.RowDefinition
Returns all read only (true) column names.
getRealName() - Method in class com.sibvisions.rad.persist.jdbc.Name
Returns the real name.
getRealQueryColumnName() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the name the use in the database (real column) for the query the column.
getRed() - Method in class com.sibvisions.rad.ui.awt.impl.AwtColor
Returns the red component in the range 0-255 in the default sRGB space.
getRed() - Method in class javax.rad.genui.UIColor
Returns the red component in the range 0-255 in the default sRGB space.
getRed() - Method in interface javax.rad.ui.IColor
Returns the red component in the range 0-255 in the default sRGB space.
getReferencedColumnName(String) - Method in class javax.rad.model.reference.ColumnMapping
Gets the corresponding referenced column name to the given column name.
getReferencedColumnNames() - Method in class javax.rad.model.reference.ColumnMapping
Gets the referenced column names of the ReferenceDefinition.
getReferencedDataBook() - Method in class javax.rad.model.reference.ReferenceDefinition
Returns the referenced (master) IDataBook of the ReferenceDefinition.
getReferencedStorage() - Method in class javax.rad.model.reference.StorageReferenceDefinition
Returns the "name" of the referenced (master) IStorage of the StorageReferenceDefinition.
getRegistryApplicationName(ILauncher) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Gets the application name out of the launcher.
getRegistryKey(String, String) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Gets the value for an application specific registry key.
getRegistryKey(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Gets the value for a specific key from the applications registry.
getRegistryKey(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets the value for a specific key from the applications registry.
getRegistryKey(String) - Method in class javax.rad.application.genui.UILauncher
Gets the value for a specific key from the applications registry.
getRegistryKey(String) - Method in interface javax.rad.application.ILauncher
Gets the value for a specific key from the applications registry.
getRelatedAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns the related Anchor.
getRelatedAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns the related Anchor.
getRelatedAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the related Anchor.
getRelativeAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Gets the related unused auto size anchor.
getRelativeAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Gets the related unused auto size anchor.
getRelativePosition() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns the position of this Anchor.
getRelativePosition() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns the position of this Anchor.
getRelativePosition() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the position of this Anchor.
getRepresentationColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the Representation column names.
getRepresentationColumnNames() - Method in class javax.rad.persist.MetaData
Returns the Representation column names.
getRepresentationQuotedColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the quoted Representation column names.
getRequestTime() - Method in class javax.rad.remote.event.CallBackEvent
Returns the time at which the remote method call was sent to the remote server.
getRequestURI(HttpServletRequest) - Method in class com.sibvisions.rad.server.http.ResourceServlet
Gets the request URI that was used from the client to communicate to the server.
getResource() - Method in class com.sibvisions.rad.ui.awt.impl.AwtResource
Gets the original resource corresponding with this wrapper object.
getResource(String) - Static method in class com.sibvisions.util.type.ResourceUtil
Finds a resource with a given name.
getResource(ClassLoader, String) - Static method in class com.sibvisions.util.type.ResourceUtil
Finds a resource with a given name.
getResource() - Method in class javax.rad.genui.celleditor.UICellEditor
Gets the original resource corresponding with this wrapper object.
getResource() - Method in class javax.rad.genui.UIComponent
Gets the original resource corresponding with this wrapper object.
getResource() - Method in class javax.rad.genui.UIFactoryResource
Gets the original resource corresponding with this wrapper object.
getResource() - Method in class javax.rad.genui.UIResource
Gets the original resource corresponding with this wrapper object.
getResource() - Method in interface javax.rad.ui.IResource
Gets the original resource corresponding with this wrapper object.
getResourceArchives() - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the current list of known resource archives.
getResourceAsStream(String) - Static method in class com.sibvisions.util.type.ResourceUtil
Finds a resource with a given name.
getResourceAsStream(ClassLoader, String) - Static method in class com.sibvisions.util.type.ResourceUtil
Finds a resource with a given name.
getResourceClassLoader(Object) - Static method in class com.sibvisions.util.type.ResourceUtil
Get the current class loader for a given object.
getResourceDirectoryName() - Method in class com.sibvisions.rad.server.http.DownloadServlet
Gets the name of the resource directory.
getResourceDirectoryName() - Method in class com.sibvisions.rad.server.http.ResourceServlet
Gets the name of the resource directory.
getResourceDirectoryName() - Method in class com.sibvisions.rad.server.http.UploadServlet
Gets the name of the resource directory.
getResponseTime() - Method in class javax.rad.remote.event.CallBackEvent
Returns the time which the result, from the remote server, was received.
getRestrictCondition() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the restrict condition.
getRGBA() - Method in class com.sibvisions.rad.ui.awt.impl.AwtColor
Returns the red, green, blue and alpha component as one integer.
getRGBA() - Method in class javax.rad.genui.UIColor
Returns the red, green, blue and alpha component as one integer.
getRGBA() - Method in interface javax.rad.ui.IColor
Returns the red, green, blue and alpha component as one integer.
getRight() - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
The right margin of the IInsets.
getRight() - Method in class javax.rad.genui.UIInsets
The right margin of the IInsets.
getRight() - Method in interface javax.rad.ui.IInsets
The right margin of the IInsets.
getRightAlignedConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates right aligned constraints for the given column and row.
getRightAlignedConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates right aligned constraints for the given column and row.
getRightAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Returns the right anchor.
getRightAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the right border anchor.
getRightAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Returns the right anchor.
getRightAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the right border anchor.
getRightAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the right border anchor.
getRightAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the right border anchor.
getRightAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Returns the right anchor.
getRightButtonPanel() - Method in class com.sibvisions.rad.application.Dialog
Gets the panel that contains all "right" buttons.
getRightMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the right margin border anchor.
getRightMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the right margin border anchor.
getRightMarginAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the right margin border anchor.
getRightMarginAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the right margin border anchor.
getRightSpaceConstraints(IComponent) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the constraints right of the center constraint.
getRoles() - Method in interface javax.rad.application.IWorkScreenApplication
Gets all roles of the current user.
getRoot() - Method in class javax.rad.model.TreePathFinder
Gets the root TreePathFinder.
getRootReference() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the tree root reference.
getRootReference() - Method in interface javax.rad.model.IDataBook
Gets the tree root reference.
getRowBottomAnchor(int) - Method in class javax.rad.genui.layout.UIFormLayout
Gets the bottom anchor of the given row.
getRowCount() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the size.
getRowCount() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns the size.
getRowCount() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Gets the row count.
getRowCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
Gets the row count.
getRowCount() - Method in interface javax.rad.model.IDataPage
Returns the size.
getRowCountInternal() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns the row count of this MemDataPage.
getRowDefinition() - Method in class com.sibvisions.rad.model.mem.DataRow
Returns the IRowDefinition of the IDataRow.
getRowDefinition() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Returns the row definition for the internal MemDataBook.
getRowDefinition() - Method in class javax.rad.model.ColumnDefinition
Returns the IRowDefinition for this ColumnDefinition.
getRowDefinition() - Method in interface javax.rad.model.IDataRow
Returns the IRowDefinition of the IDataRow.
getRowDefinitions() - Method in class javax.rad.model.ColumnView
Gets all IRowDefinition that are currently added.
getRowHeight() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Get the row height.
getRowHeight() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the row height.
getRowHeight() - Method in class javax.rad.genui.control.UITable
Gets the row height.
getRowHeight() - Method in interface javax.rad.ui.control.ITable
Gets the row height.
getRowIndex() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Returns the row index of the IDataRows in the IDataPage.
getRowIndex() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the row index of the IDataRows in the IDataPage.
getRowIndex() - Method in interface javax.rad.model.IChangeableDataRow
Returns the row index of the IDataRows in the IDataPage.
getRows() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Returns the number of rows in this ITextArea.
getRows() - Method in class javax.rad.genui.component.UITextArea
Returns the number of rows in this ITextArea.
getRows() - Method in interface javax.rad.ui.component.ITextArea
Returns the number of rows in this ITextArea.
getRowTopAnchor(int) - Method in class javax.rad.genui.layout.UIFormLayout
Gets the top anchor of the given row.
getRunningThreads() - Static method in class com.sibvisions.util.ThreadHandler
Gets all "known" and alive threads.
getScale() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the scale of this column.
getScale() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns the scale of the BigDecimalDataType.
getScale() - Method in class javax.rad.persist.ColumnMetaData
Returns the scale of this column.
getScaledIcon(Icon, int, int, boolean) - Static method in class com.sibvisions.util.type.ImageUtil
Gets a scaled ImageIcon out of an Icon.
getScaledIcon(ImageIcon, int, int, boolean) - Static method in class com.sibvisions.util.type.ImageUtil
Gets a scaled ImageIcon out of an ImageIcon.
getScaledImage(InputStream, int, int, boolean) - Static method in class com.sibvisions.util.type.ImageUtil
Gets a scaled Image out of an InputStream.
getScaledImage(Image, int, int, boolean) - Static method in class com.sibvisions.util.type.ImageUtil
Gets a scaled Image out of an Image.
getScaledImage(Image, int, int, int, boolean) - Static method in class com.sibvisions.util.type.ImageUtil
Gets a scaled Image out of an Image.
getSchema() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
Gets the schema name.
getSchema() - Method in class com.sibvisions.util.xml.XmlWorker
Gets the resource name of the schema file for validation of the xml.
getScreenCenterLocation(Dimension) - Static method in class com.sibvisions.util.type.ScreenUtil
Gets the screen centered coordinates for the given component size.
getSearchColumnMapping() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Gets search columns for which should be searched in the linked cell.
getSearchColumnMapping() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets search columns for which should be searched in the linked cell.
getSearchColumnMapping() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets search columns for which should be searched in the linked cell.
getSecondComponent() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Returns the component to the right (or below) the divider.
getSecondComponent() - Method in class javax.rad.genui.container.UISplitPanel
Returns the component to the right (or below) the divider.
getSecondComponent() - Method in interface javax.rad.ui.container.ISplitPanel
Returns the component to the right (or below) the divider.
getSecondRelatedAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns the second related Anchor.
getSecondRelatedAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns the second related Anchor.
getSecondRelatedAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the second related Anchor.
getSecret(Request, Response) - Method in class com.sibvisions.rad.server.http.rest.SecurityManagerVerifier
Returns the secret provided by the user.
getSecurityManager() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the security manager for this session.
getSelectedColumn() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the selected column in the IDataBook.
getSelectedColumn() - Method in interface javax.rad.model.IDataBook
Returns the selected column in the IDataBook.
getSelectedIndex() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the selected index, or -1 if no value is selected.
getSelectedIndex() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
getSelectedIndex() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns the currently selected index for this tabbedpane.
getSelectedIndex() - Method in class javax.rad.genui.container.UITabsetPanel
Returns the currently selected index for this tabbedpane.
getSelectedIndex() - Method in interface javax.rad.ui.container.ITabsetPanel
Returns the currently selected index for this tabbedpane.
getSelectedItem() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
getSelectedItem() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the current selected value, or null, if no one is selected.
getSelectedItem() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
getSelectedItem() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
getSelectedObjects() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getSelectedRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the selected row index in the IDataBook.
getSelectedRow() - Method in interface javax.rad.model.IDataBook
Returns the selected row index in the IDataBook.
getSelectionMode() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the selection mode for this IDataBook.
getSelectionMode() - Method in interface javax.rad.model.IDataBook
Returns the selection mode for this IDataBook.
getSelectStatement(ICondition, String, String[], String, String, String, ServerMetaData) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It initialize the select for a specified storage unit and return the SELECT statement.
getSeriesCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getSeriesKey(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getServer() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the referenced server.
getServer() - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets the associated IServer.
getServer() - Method in class javax.rad.server.AbstractObjectProvider
Gets the associated IServer.
getServer() - Method in class javax.rad.server.AbstractSessionManager
Gets the associated IServer.
getServerColumnMetaData() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns all ServerColumnMetaData columns.
getServerColumnMetaData(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the specific ServerColumnMetaData column.
getServerColumnMetaDataIndex(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the specific ServerColumnMetaData column index. -1 if the Column name doesn't exist.
getServerConfig() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the server configuration.
getServerConfig() - Method in class javax.rad.server.SessionContext
Gets the server IConfiguration.
getServerConnection() - Method in class javax.rad.server.SessionContext
Gets a connection to the server.
getServerDir() - Static method in class com.sibvisions.rad.server.config.Configuration
Returns the server directory.
getServerZone() - Method in class com.sibvisions.rad.server.config.ApplicationZone
Gets the current server zone.
getServerZone() - Static method in class com.sibvisions.rad.server.config.Configuration
Returns the server zone.
getServletURL() - Method in class com.sibvisions.rad.remote.http.HttpConnection
Gets the servlet URL to access the remote server.
getSession() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmAuthInfo
Gets the session.
getSession() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmHelper
Gets a session with for a domain controller with the adequate challenge.
getSession() - Method in class javax.rad.server.SessionContext
Gets the ISession instance for this context.
getSessionConfig() - Method in class javax.rad.server.SessionContext
Gets the IConfiguration for the session.
getSessionCount() - Method in class com.sibvisions.rad.server.Monitoring
Gets the number of opened sessions.
getSessionIds() - Method in class com.sibvisions.rad.server.Monitoring
Gets the session identifiers of all currently opened sessions.
getSessionListeners() - Method in class com.sibvisions.rad.server.DefaultSessionManager
Gets the list of known listeners.
getSessionListeners() - Method in class javax.rad.server.AbstractSessionManager
Gets the list of known listeners.
getSessionManager() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the session manager for this session.
getSessionManager() - Method in class com.sibvisions.rad.server.Server
Gets the AbstractSessionManager.
getSessionManager() - Method in interface javax.rad.server.IServer
Gets the AbstractSessionManager.
getSessionObject(ISession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets the life-cycle object for a session.
getSessionObjectInternal(ISession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets te life-cycle object for a session from the cache if it is available.
getSetup() - Method in class javax.rad.application.genui.Application
Gets the application setup, if used.
getSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns the size of this component in the form of a IDimension object.
getSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFont
Returns the point size of this IFont, rounded to an integer.
getSize() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
getSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
getSize() - Method in class javax.rad.genui.UIComponent
Returns the size of this component in the form of a IDimension object.
getSize() - Method in class javax.rad.genui.UIFont
Returns the point size of this IFont, rounded to an integer.
getSize() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns the size of the DataType.
getSize() - Method in class javax.rad.model.datatype.BooleanDataType
Returns the size of the DataType.
getSize() - Method in class javax.rad.model.datatype.DataType
Returns the size of the DataType.
getSize() - Method in class javax.rad.model.datatype.TimestampDataType
Returns the size of the DataType.
getSize() - Method in interface javax.rad.ui.IComponent
Returns the size of this component in the form of a IDimension object.
getSize() - Method in interface javax.rad.ui.IFont
Returns the point size of this IFont, rounded to an integer.
getSort() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the sort order for this IDataBook.
getSort() - Method in interface javax.rad.model.IDataBook
Returns the sort order for this IDataBook.
getSource() - Method in class javax.rad.remote.event.CallErrorEvent
Gets the source of the event.
getSource() - Method in class javax.rad.ui.event.UIEvent
The object on which the Event initially occurred.
getSqlType() - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Gets the SQL type.
getSQLType() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the SQL type of this column.
getSQLTypeName() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the SQL type name of this column.
getStartTime() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the session start/create time.
getStartTime() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the session start/create time.
getStartTime() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the session start/create time.
getStartTime() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the session start/create time.
getStartTime() - Method in interface javax.rad.server.ISession
Gets the session start/create time.
getStartX(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getStartY(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getState() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Gets the state of this frame (obsolete).
getState() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Gets the state of this frame (obsolete).
getState() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Gets the state of this frame (obsolete).
getState() - Method in class javax.rad.genui.container.AbstractFrame
Gets the state of this frame (obsolete).
getState() - Method in interface javax.rad.ui.container.IFrame
Gets the state of this frame (obsolete).
getStorage() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the IStorage that is changed.
getStyle() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFont
Returns the style of this IFont.
getStyle() - Method in class javax.rad.genui.UIFont
Returns the style of this IFont.
getStyle() - Method in interface javax.rad.ui.IFont
Returns the style of this IFont.
getSubConnections() - Method in class javax.rad.remote.MasterConnection
Returns a cloned list of sub connections.
getSubInfoLabel() - Method in class com.sibvisions.rad.application.About
Gets the subinfo label.
getSubNodes() - Method in class com.sibvisions.util.xml.XmlNode
Gets the list of sub XmlNode elements.
getSubPath(int) - Method in class javax.rad.model.TreePath
Returns the sub path from the position of the given level.
getSubStorages() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Gets all known sub storages as key / value pair.
getSystemColor(String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the system color.
getSystemColor(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
This encapsulate symbolic colors representing the color of native GUI objects on a system.
getSystemColor(String) - Static method in class javax.rad.genui.UIColor
This encapsulate symbolic colors representing the color of native GUI objects on a system.
getSystemColor(String) - Method in interface javax.rad.ui.IFactory
This encapsulate symbolic colors representing the color of native GUI objects on a system.
getSystemCustomCursor(String) - Static method in class com.sibvisions.rad.ui.awt.impl.AwtCursor
Returns a system-specific custom cursor object matching the specified name.
getSystemCustomCursor(String) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Returns a system-specific custom ICursor object matching the specified name.
getSystemCustomCursor(String) - Static method in class javax.rad.genui.UICursor
Returns a system-specific custom ICursor object matching the specified name.
getSystemCustomCursor(String) - Method in interface javax.rad.ui.IFactory
Returns a system-specific custom ICursor object matching the specified name.
getTabbedPane() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Gets the tab pane.
getTabLayoutPolicy() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns the policy used by the tabbedpane to layout the tabs when all the tabs will not fit within a single run.
getTabLayoutPolicy() - Method in class javax.rad.genui.container.UITabsetPanel
Returns the policy used by the tabbedpane to layout the tabs when all the tabs will not fit within a single run.
getTabLayoutPolicy() - Method in interface javax.rad.ui.container.ITabsetPanel
Returns the policy used by the tabbedpane to layout the tabs when all the tabs will not fit within a single run.
getTable() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
Gets the table name.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
getTableForSynonym(String) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Returns the full qualified table name incl. schema/catalog/db link for the given synonym.
getTableForSynonym(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the full qualified table name incl. schema/catalog/db link for the given synonym.
getTableForSynonym(String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
Returns the full qualified table name incl. schema/catalog/db link for the given synonym.
getTableForSynonym(String) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Returns the full qualified table name incl. schema/catalog/db link for the given synonym.
getTableName(IConfiguration, String) - Static method in class com.sibvisions.rad.server.config.DBObjects
Gets the name of a table, as it is in the database.
getTabNavigationMode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the ENTER navigation mode.
getTabNavigationMode() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the ENTER navigation mode.
getTabNavigationMode() - Method in class javax.rad.genui.control.UITable
Gets the ENTER navigation mode.
getTabNavigationMode() - Method in interface javax.rad.ui.control.INavigationControl
Gets the ENTER navigation mode.
getTabPlacement() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Gets the tab placement.
getTabPlacement() - Method in class javax.rad.genui.container.UITabsetPanel
Gets the tab placement.
getTabPlacement() - Method in interface javax.rad.ui.container.ITabsetPanel
Gets the tab placement.
getText() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Returns the text string that the label displays.
getText(String, StringUtil.TextType) - Static method in class com.sibvisions.util.type.StringUtil
Gets only specific characters from a string.
getText() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the text string that the label displays.
getText() - Method in class javax.rad.genui.component.AbstractUITextField
Returns the text string that the label displays.
getText() - Method in class javax.rad.genui.component.UILabel
Returns the text string that the label displays.
getText() - Method in class javax.rad.genui.container.UIGroupPanel
Returns the text string that the label displays.
getText() - Method in interface javax.rad.ui.component.ILabel
Returns the text string that the label displays.
getTextArea() - Method in class com.sibvisions.rad.application.About
Gets the textarea for the text.
getTextArea() - Method in class com.sibvisions.rad.application.Error
Gets the message text area.
getTextAt(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns the tab text at pIndex.
getTextAt(int) - Method in class javax.rad.genui.container.UITabsetPanel
Returns the tab text at pIndex.
getTextAt(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Returns the tab text at pIndex.
getTimeout() - Method in class javax.rad.io.RemoteFileHandle
Gets the ObjectCache key.
getTimeout() - Method in class javax.rad.remote.AbstractConnection
Gets the timeout of the connection.
getTitle() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the title.
getTitle() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Gets the title of the frame.
getTitle() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Gets the title of the frame.
getTitle() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the title.
getTitle() - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Gets the current window title.
getTitle() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Gets the title of the frame.
getTitle() - Method in class javax.rad.genui.container.AbstractFrame
Gets the title of the frame.
getTitle() - Method in class javax.rad.genui.control.UIChart
Gets the title.
getTitle() - Method in interface javax.rad.ui.container.IFrame
Gets the title of the frame.
getTitle() - Method in interface javax.rad.ui.control.IChart
Gets the title.
getToolBar() - Method in class com.sibvisions.rad.application.Application
Gets the application tool bar.
getToolBar(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Gets the JToolBar at a specific index.
getToolBar() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Gets the internal toolbar.
getToolBar(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Gets the IToolBar from a specific index.
getToolBar(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Gets the IToolBar from a specific index.
getToolBar(int) - Method in class javax.rad.genui.container.AbstractFrame
Gets the IToolBar from a specific index.
getToolBar(int) - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets the IToolBar from a specific index.
getToolBar(int) - Method in class javax.rad.genui.container.UIToolBarPanel
Gets the IToolBar from a specific index.
getToolBar(int) - Method in interface javax.rad.ui.container.IToolBarPanel
Gets the IToolBar from a specific index.
getToolBarArea() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class javax.rad.genui.container.AbstractFrame
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class javax.rad.genui.container.UIToolBarPanel
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in interface javax.rad.ui.container.IToolBarPanel
Gets the area where the toolbar(s) are added.
getToolBarCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Gets the number of JToolBars in this panel.
getToolBarCount() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in class javax.rad.genui.container.AbstractFrame
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in class javax.rad.genui.container.UIToolBarPanel
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in interface javax.rad.ui.container.IToolBarPanel
Gets the number of IToolBars in this panel.
getToolTipText() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns the tooltip string that has been set with setToolTipText.
getToolTipText() - Method in class com.sibvisions.rad.ui.swing.impl.SwingComponent
Returns the tooltip string that has been set with setToolTipText.
getToolTipText() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns the tooltip string that has been set with setToolTipText.
getToolTipText() - Method in class javax.rad.genui.UIComponent
Returns the tooltip string that has been set with setToolTipText.
getToolTipText() - Method in interface javax.rad.ui.IComponent
Returns the tooltip string that has been set with setToolTipText.
getTop() - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
The top margin of the IInsets.
getTop() - Method in class javax.rad.genui.UIInsets
The top margin of the IInsets.
getTop() - Method in interface javax.rad.ui.IInsets
The top margin of the IInsets.
getTopAlignedConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates top aligned constraints for the given column and row.
getTopAlignedConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates top aligned constraints for the given column and row.
getTopAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Returns the top anchor.
getTopAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the top border anchor.
getTopAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Returns the top anchor.
getTopAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the top border anchor.
getTopAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the top border anchor.
getTopAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the top border anchor.
getTopAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Returns the top anchor.
getTopMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the top margin border anchor.
getTopMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the top margin border anchor.
getTopMarginAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the top margin border anchor.
getTopMarginAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the top margin border anchor.
getTopSpaceConstraints(IComponent) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the constraints top of the center constraint.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Gets the translation for this table.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the translation mapping for this table.
getTranslation(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the translation.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the translation mapping for this table.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets the translation mapping for this table.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the translation for this table.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the translation for this table.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class javax.rad.genui.UIComponent
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in interface javax.rad.model.ui.ITranslatable
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in interface javax.rad.ui.control.IChart
Gets the translation for this table.
getTranslation() - Method in interface javax.rad.ui.control.ITable
Gets the translation for this table.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellRenderer
getTreePath() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the tree current tree path.
getTreePath() - Method in interface javax.rad.model.IDataBook
Gets the tree current tree path.
getType() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the type of change.
getType() - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Gets the parameter type.
getType() - Method in class com.sibvisions.rad.ui.awt.impl.AwtCursor
Returns the type for this cursor.
getType() - Method in class com.sibvisions.util.xml.XmlNode
Gets the node type.
getType() - Method in class javax.rad.genui.UICursor
Returns the type for this cursor.
getType() - Method in class javax.rad.server.ResultObject
Gets the type of a remote method call.
getType() - Method in class javax.rad.type.bean.PropertyDefinition
Gets the property type.
getType() - Method in interface javax.rad.ui.ICursor
Returns the type for this cursor.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.BeanSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.BooleanSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ByteArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ByteSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.CharacterSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.CharArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.DateSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.DecimalSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.DoubleSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.EnumSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.FloatArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.FloatSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.IntArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.IntegerSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in interface com.sibvisions.rad.remote.serializer.ITypeSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.LongArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.LongSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.NullSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ObjectSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ShortArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ShortSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.StringSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.util.Reflective.Parameter
Gets the type class.
getTypeClass() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in class javax.rad.model.datatype.BinaryDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in class javax.rad.model.datatype.BooleanDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in interface javax.rad.model.datatype.IDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in class javax.rad.model.datatype.ObjectDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in class javax.rad.model.datatype.StringDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in class javax.rad.model.datatype.TimestampDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in class javax.rad.type.bean.BeanType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.bean.PropertyDefinition
Gets the detailed property type class.
getTypeClass() - Method in class javax.rad.type.BooleanType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.DecimalType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.DoubleType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.FloatType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.IntegerType
Returns the class used by this type.
getTypeClass() - Method in interface javax.rad.type.IType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.LongType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.NullType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.StringType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.UnknownType
Returns the class used by this type.
getTypeFromClass(Class<?>) - Static method in class javax.rad.type.AbstractType
Gets the type for a Class.
getTypeFromObject(Object) - Static method in class javax.rad.type.AbstractType
Gets the type for an Object.
getTypeIdentifier() - Method in class javax.rad.model.datatype.BigDecimalDataType
Gets the data type identifier.
getTypeIdentifier() - Method in class javax.rad.model.datatype.BinaryDataType
Gets the data type identifier.
getTypeIdentifier() - Method in class javax.rad.model.datatype.BooleanDataType
Gets the data type identifier.
getTypeIdentifier() - Method in interface javax.rad.model.datatype.IDataType
Gets the data type identifier.
getTypeIdentifier() - Method in class javax.rad.model.datatype.ObjectDataType
Gets the data type identifier.
getTypeIdentifier() - Method in class javax.rad.model.datatype.StringDataType
Gets the data type identifier.
getTypeIdentifier() - Method in class javax.rad.model.datatype.TimestampDataType
Gets the data type identifier.
getTypeSerializer(int) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Gets the ITypeSerializer for a type value.
getTypeSerializer(Class<?>) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Gets the ITypeSerializer for a type value.
getTypeSerializer(Object) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Gets the ITypeSerializer for a type value.
getUID() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Returns the internal unique identifier for a IChangeableDataRow, which isInserting().
getUID() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the internal unique identifier for a IChangeableDataRow, which isInserting().
getUID() - Method in interface javax.rad.model.IChangeableDataRow
Returns the internal unique identifier for a IChangeableDataRow, which isInserting().
getUIResource() - Method in class javax.rad.genui.UIFactoryResource
Gets the UI resource corresponding with this wrapper object.
getUIResource() - Method in class javax.rad.genui.UIResource
Gets the UI resource corresponding with this wrapper object.
getUKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It gets all columns for each Unique Key and return it.
getUKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
It gets all columns for each Unique Key and return it.
getUKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
It gets all columns for each Unique Key and return it.
getUKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
It gets all columns for each Unique Key and return it.
getUntranslated() - Method in class javax.rad.util.TranslationMap
Gets all the untranslated texts.
getUrl() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the jdbc url String for this database.
getUrl() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
Gets the connection url.
getURL(String) - Method in interface com.sibvisions.util.type.IResourceArchive
Gets the URL for the given resource.
getUserName() - Method in class com.sibvisions.rad.application.Login
Gets the user name.
getUsername() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the user name to connect with.
getUserName() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
Gets the username, needed to establish a valid connection.
getUserName() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the sessions user name.
getUserName() - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Gets the sessions user name.
getUserName() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the sessions user name.
getUserName() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the sessions user name.
getUserName() - Method in class javax.rad.remote.AbstractConnection
Gets the user name which will be used from the remote server to authenticate the connection.
getUserName() - Method in interface javax.rad.server.ISession
Gets the sessions user name.
getValue(int) - Method in class com.sibvisions.rad.model.mem.DataRow
Returns the value of the column by index.
getValue(String) - Method in class com.sibvisions.rad.model.mem.DataRow
Returns the value of the named column.
getValue(String) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the value of the named column.
getValue() - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Gets the current value.
getValue(Object, String) - Static method in class com.sibvisions.util.Reflective
Gets the value from a field.
getValue(Object, Field) - Static method in class com.sibvisions.util.Reflective
Gets the value from a vield.
getValue() - Method in class com.sibvisions.util.Reflective.Parameter
Gets the value.
getValue() - Method in class com.sibvisions.util.xml.XmlNode
Gets the node value.
getValue() - Method in class javax.rad.model.condition.CompareCondition
Returns the value to use in the compare.
getValue(int) - Method in interface javax.rad.model.IDataRow
Returns the value of the column by index.
getValue(String) - Method in interface javax.rad.model.IDataRow
Returns the value of the named column.
getValueAsString(String) - Method in class com.sibvisions.rad.model.mem.DataRow
Returns the value of the named column as String.
getValueAsString(String) - Method in interface javax.rad.model.IDataRow
Returns the value of the named column as String.
getValueAt(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
Gets the value from a cell.
getValues(String[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Returns a Object[] of values from the specified columns in this IDataRow.
getValues(String[]) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns a Object[] of values from the specified columns in this IDataRow.
getValues(String[]) - Method in interface javax.rad.model.IDataRow
Returns a Object[] of values from the specified columns in this IDataRow.
getValuesAsString(String[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Returns the values of the named columns as String[].
getValuesAsString(String[]) - Method in interface javax.rad.model.IDataRow
Returns the values of the named columns as String[].
getVCenterConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates vertical centered constraints for the given column and row.
getVCenterConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates vertical centered constraints for the given column and row.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxStyledCellEditor
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the vertical alignment of the icon.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Gets the vertical alignment of the icon.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the alignment for the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the alignment for the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the alignment along the y axis.
getVerticalAlignment(int) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the vertical IAlignmentConstants alignment from given JVxConstants alignment.
getVerticalAlignment() - Method in class javax.rad.genui.celleditor.UICellEditor
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.celleditor.UIImageViewer
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.component.AbstractUITextField
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.component.UIIcon
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.component.UILabel
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.container.UIGroupPanel
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.layout.UIFlowLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in interface javax.rad.ui.IAlignmentConstants
Returns the alignment along the y axis.
getVerticalAnchors() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns all vertical anchors used by this layout.
getVerticalAnchors() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns all vertical anchors used by this layout.
getVerticalAnchors() - Method in class javax.rad.genui.layout.UIFormLayout
Returns all vertical anchors used by this layout.
getVerticalAnchors() - Method in interface javax.rad.ui.layout.IFormLayout
Returns all vertical anchors used by this layout.
getVerticalComponentAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the component alignment for the x axis.
getVerticalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Gets the vertical gap between components.
getVerticalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the vertical gap.
getVerticalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the vertical gap between components.
getVerticalGap() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Returns the vertical gap between components.
getVerticalGap() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Returns the vertical gap between components.
getVerticalGap() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the vertical gap between components.
getVerticalGap() - Method in class javax.rad.genui.UILayout
Returns the vertical gap between components.
getVerticalGap() - Method in interface javax.rad.ui.ILayout
Returns the vertical gap between components.
getVerticalSwingAlignment(int) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the vertical JVxConstants alignment from given IAlignmentConstants alignment.
getVerticalTextPosition() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the vertical position of the text relative to the icon.
getVerticalTextPosition() - Method in class javax.rad.genui.component.AbstractUIButton
Returns the vertical position of the text relative to the icon.
getVerticalTextPosition() - Method in interface javax.rad.ui.component.IButton
Returns the vertical position of the text relative to the icon.
getViewportView() - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Gets the view port view.
getWhen() - Method in class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Returns the timestamp of when this event occurred.
getWhen() - Method in class javax.rad.ui.event.UIEvent
Returns the timestamp of when this event occurred.
getWHEREClause(ICondition, ServerMetaData, boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the WHERE clause for a UPDATE, DELETE or SELECT statement specified with a Filter.
getWhereClause() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the string to place in the SELECT statement after the last WHERE condition from the Filter or MasterReference (Master-Detail Condition).
getWidth() - Method in class com.sibvisions.rad.ui.awt.impl.AwtDimension
The width of the IDimension.
getWidth() - Method in class com.sibvisions.rad.ui.awt.impl.AwtImage
Determines the width of the image.
getWidth() - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
The width of the IDimension.
getWidth() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getWidth() - Method in class com.sibvisions.rad.ui.swing.impl.SwingImage
Determines the width of the image.
getWidth() - Method in class javax.rad.genui.UIDimension
The width of the IDimension.
getWidth() - Method in class javax.rad.genui.UIImage
Determines the width of the image.
getWidth() - Method in class javax.rad.genui.UIRectangle
The width of the IDimension.
getWidth() - Method in class javax.rad.model.ColumnDefinition
Returns the size of this column, which is used in GUI control to display.
getWidth() - Method in interface javax.rad.ui.IDimension
The width of the IDimension.
getWidth() - Method in interface javax.rad.ui.IImage
Determines the width of the image.
getWorkingDirectory() - Method in class com.sibvisions.util.Execute
Gets the working directory, if set.
getWorkScreens() - Method in interface javax.rad.application.IWorkScreenApplication
Gets all open work screens.
getWrappedException(Throwable) - Static method in class javax.rad.util.EventHandler
Gets the cause of an exception that is a wrapper exception, like InvocationTargetException.
getWrappedExceptionAllowSilent(Throwable) - Static method in class javax.rad.util.EventHandler
Gets the cause of an exception that is a wrapper exception, like InvocationTargetException.
getWritableColumnIndices() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns all writable column name indices.
getWritebackColumns() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the list of write back columns to use in the INSERT, UPDATE statements.
getWritebackIsolationLevel() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the current write back isolation level.
getWritebackIsolationLevel() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Returns the current write back isolation level.
getWritebackIsolationLevel() - Method in interface javax.rad.model.IDataBook
Returns the current write back isolation level.
getWritebackIsolationLevel() - Method in interface javax.rad.model.IDataSource
Returns the current write back isolation level.
getWritebackTable() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the WritebackTable, which is used for the INSERT, UPDATE, DELETE calls.
getWritebackTable(String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Returns the WritebackTable as toUpper, because of the meta data bug in HSQL.
getWritebackTableCatalog() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Gets the catalog name of the writeback table.
getWritebackTableSchema() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Gets the schema name of the writeback table.
getX() - Method in class com.sibvisions.rad.ui.awt.impl.AwtPoint
The X coordinate of the upper-left corner of the IPoint.
getX() - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
The X coordinate of the upper-left corner of the IPoint.
getX(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getX() - Method in class javax.rad.genui.UIPoint
The X coordinate of the upper-left corner of the IPoint.
getX() - Method in class javax.rad.genui.UIRectangle
The X coordinate of the upper-left corner of the IPoint.
getX() - Method in class javax.rad.ui.event.UIMouseEvent
Returns the horizontal x position of the event relative to the source component.
getX() - Method in interface javax.rad.ui.IPoint
The X coordinate of the upper-left corner of the IPoint.
getXAxisTitle() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the x axis title.
getXAxisTitle() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the x axis title.
getXAxisTitle() - Method in class javax.rad.genui.control.UIChart
Gets the x axis title.
getXAxisTitle() - Method in interface javax.rad.ui.control.IChart
Gets the x axis title.
getXColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the x column name.
getXColumnName() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the x column name.
getXColumnName() - Method in class javax.rad.genui.control.UIChart
Gets the x column name.
getXColumnName() - Method in interface javax.rad.ui.control.IChart
Gets the x column name.
getXmlValue(String) - Static method in class com.sibvisions.util.xml.XmlNode
Returns the given value as XML value.
getY() - Method in class com.sibvisions.rad.ui.awt.impl.AwtPoint
The Y coordinate of the upper-left corner of the IPoint.
getY() - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
The Y coordinate of the upper-left corner of the IPoint.
getY(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getY() - Method in class javax.rad.genui.UIPoint
The Y coordinate of the upper-left corner of the IPoint.
getY() - Method in class javax.rad.genui.UIRectangle
The Y coordinate of the upper-left corner of the IPoint.
getY() - Method in class javax.rad.ui.event.UIMouseEvent
Returns the vertical y position of the event relative to the source component.
getY() - Method in interface javax.rad.ui.IPoint
The Y coordinate of the upper-left corner of the IPoint.
getYAxisTitle() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the y axis title.
getYAxisTitle() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the y axis title.
getYAxisTitle() - Method in class javax.rad.genui.control.UIChart
Gets the y axis title.
getYAxisTitle() - Method in interface javax.rad.ui.control.IChart
Gets the y axis title.
getYColumnNames() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the y column names.
getYColumnNames() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the y column names.
getYColumnNames() - Method in class javax.rad.genui.control.UIChart
Gets the y column names.
getYColumnNames() - Method in interface javax.rad.ui.control.IChart
Gets the y column names.
getYesValue(IConfiguration) - Static method in class com.sibvisions.rad.server.config.DBObjects
Gets the yes value for yes/no fields.
gray - Static variable in class javax.rad.genui.UIColor
The color gray.
Greater - Class in javax.rad.model.condition
The Greater condition implements the comparison ">"(greater) of values.
Greater() - Constructor for class javax.rad.model.condition.Greater
Creates a new instance of Greater.
Greater(String, Object) - Constructor for class javax.rad.model.condition.Greater
Creates a new instance of Greater with a defined compare value.
Greater(String, Object, boolean) - Constructor for class javax.rad.model.condition.Greater
Creates a new instance of Greater with a defined compare value.
Greater(IDataRow, String) - Constructor for class javax.rad.model.condition.Greater
Constructs a new Greater Condition, with a column, the IDataRow to check and if null values should be ignored.
Greater(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.Greater
Constructs a new Greater Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
Greater(IDataRow, String, String) - Constructor for class javax.rad.model.condition.Greater
Constructs a new Greater Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
Greater(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.Greater
Constructs a new Greater Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
GreaterEquals - Class in javax.rad.model.condition
The GreaterEquals condition implements the comparison ">="(greater equals) of values.
GreaterEquals() - Constructor for class javax.rad.model.condition.GreaterEquals
Creates a new instance of GreaterEquals.
GreaterEquals(String, Object) - Constructor for class javax.rad.model.condition.GreaterEquals
Creates a new instance of GreaterEquals with a defined compare value.
GreaterEquals(String, Object, boolean) - Constructor for class javax.rad.model.condition.GreaterEquals
Creates a new instance of GreaterEquals with a defined compare value.
GreaterEquals(IDataRow, String) - Constructor for class javax.rad.model.condition.GreaterEquals
Constructs a new GreaterEquals Condition, with a column, the IDataRow to check and if null values should be ignored.
GreaterEquals(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.GreaterEquals
Constructs a new GreaterEquals Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
GreaterEquals(IDataRow, String, String) - Constructor for class javax.rad.model.condition.GreaterEquals
Constructs a new GreaterEquals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
GreaterEquals(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.GreaterEquals
Constructs a new GreaterEquals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
green - Static variable in class javax.rad.genui.UIColor
The color green.
GREEN_CELL - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Green cell.
GroupHashtable<G,K,V> - Class in com.sibvisions.util
The GroupHashtable is a utility class to group multiple key/value pairs with a single group key.
GroupHashtable() - Constructor for class com.sibvisions.util.GroupHashtable
 

H

HAND_CURSOR - Static variable in interface javax.rad.ui.ICursor
The hand cursor type.
handleException(Throwable) - Method in class com.sibvisions.rad.application.Application
Notification for the listener to handle an exception occured in another part of the program.
handleException(Throwable) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Notification for the listener to handle an exception occured in another part of the program.
handleException(Throwable) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Notification for the listener to handle an exception occured in another part of the program.
handleException(Exception) - Method in class com.sibvisions.util.log.jdk.JdkLoggerFactory
Handle an internal exception.
handleException(Throwable) - Method in class javax.rad.application.genui.UILauncher
Notification for the listener to handle an exception occured in another part of the program.
handleException(Throwable) - Method in interface javax.rad.util.event.IExceptionListener
Notification for the listener to handle an exception occured in another part of the program.
hasDataPage(IDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if an IDataPage to specified master row from the master DataBook exists.
hasDataPage(IDataRow, TreePath) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if an IDataPage to specified root row and TreePath from the master DataBook exists.
hasDataPage(IDataRow) - Method in interface javax.rad.model.IDataBook
Returns true if an IDataPage to specified master row from the master DataBook exists.
hashCode() - Method in class com.sibvisions.rad.model.mem.DataRow
hashCode() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
hashCode() - Method in class com.sibvisions.rad.persist.jdbc.Name
hashCode() - Method in class com.sibvisions.rad.ui.awt.impl.AwtResource
hashCode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
hashCode() - Method in class com.sibvisions.util.ArrayUtil
hashCode() - Method in class com.sibvisions.util.IdentityKeyValueList
hashCode() - Method in class com.sibvisions.util.ImmutableArray
hashCode() - Method in class com.sibvisions.util.KeyValueList
hashCode() - Method in class javax.rad.genui.UIResource
hashCode(Object) - Method in class javax.rad.model.datatype.DataType
Returns the hash code of the given object or null if the object is null.
hashCode(Object) - Method in interface javax.rad.model.datatype.IDataType
Returns the hash code of the given object or null if the object is null.
hashCode() - Method in class javax.rad.model.reference.ColumnMapping
hashCode() - Method in class javax.rad.model.reference.StorageReferenceDefinition
hashCode() - Method in class javax.rad.model.TreePath
hashCode() - Method in class javax.rad.persist.ColumnMetaData
hashCode() - Method in class javax.rad.persist.MetaData
hashCode(T) - Method in class javax.rad.type.AbstractType
Returns the hash code of the given object.
hashCode() - Method in class javax.rad.type.bean.AbstractBeanType
hashCode(T) - Method in interface javax.rad.type.IType
Returns the hash code of the given object.
hashCode() - Method in class javax.rad.ui.event.Key
Returns a numeric value for this object that is likely to be unique, making it a good choice as the index value in a hash table.
hasLinkReference(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Gets whether a column has a link reference set.
hasLinkReference(ServerMetaData, String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Gets whether a column has a link reference set.
hasRole(String) - Method in interface javax.rad.application.IWorkScreenApplication
Gets true, of the current user has the given role.
HELP_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) help image (used for toolbar buttons or icons).
HELP_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) help image (used for menuitems or buttons).
hideDetails(Error) - Method in interface com.sibvisions.rad.application.event.IErrorListener
Invoked when details will be hidden.
HORIZONTAL - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Constant for horizontal anchors.
HORIZONTAL - Static variable in interface javax.rad.ui.container.IToolBar
Horizontal orientation.
HORIZONTAL - Static variable in interface javax.rad.ui.layout.IFlowLayout
Constant for horizontal flow layout.
HORIZONTAL - Static variable in interface javax.rad.ui.layout.IFormLayout.IAnchor
Constant for horizontal anchors.
HSQLDBAccess - Class in com.sibvisions.rad.persist.jdbc
The HSQLDBAccess is the implementation for Hypersonic SQL databases.
HSQLDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Constructs a new HSQLDBAccess Object.
HttpConnection - Class in com.sibvisions.rad.remote.http
The HttpConnection communicates with the remote server via http protocol.
HttpConnection(Properties) - Constructor for class com.sibvisions.rad.remote.http.HttpConnection
Creates a new instance of HttpConnection with properties instead of many parameters.
HttpConnection(String) - Constructor for class com.sibvisions.rad.remote.http.HttpConnection
Creates a new instance of HttpConnection with the default serializer.
HttpConnection(ISerializer, String) - Constructor for class com.sibvisions.rad.remote.http.HttpConnection
Creates a new instance of HttpConnection.
HttpsHostnameVerifier - Class in com.sibvisions.rad.remote.http
The HttpsHostnameVerifier is a HostnameVerifier without restrictions.
HttpsHostnameVerifier() - Constructor for class com.sibvisions.rad.remote.http.HttpsHostnameVerifier
 
HttpsTrustManager - Class in com.sibvisions.rad.remote.http
The HttpsTrustManager is a X509TrustManager without restrictions.
HttpsTrustManager() - Constructor for class com.sibvisions.rad.remote.http.HttpsTrustManager
 

I

IAccessController - Interface in com.sibvisions.rad.server.security
The IAccessController defines the general access to server lifecycle objects.
IActionComponent - Interface in javax.rad.ui.component
Platform and technology independent action component definition.
IActionListener - Interface in javax.rad.ui.event
Platform and technology independent action listener definition.
IAlignmentConstants - Interface in javax.rad.ui
Alignment constants definitions.
IApplication - Interface in javax.rad.application
Platform and technology independent application definition.
IApplicationSetup - Interface in javax.rad.application.genui
The IApplicationSetup should be used for the configuration of a new application.
IBean - Interface in javax.rad.type.bean
The definition of a Bean interface.
IBeanType<T> - Interface in javax.rad.type.bean
The IBeaType is the class descriptor for IBeans.
IBorderLayout - Interface in javax.rad.ui.layout
Platform and technology independent BorderLayout definition.
IButton - Interface in javax.rad.ui.component
Platform and technology independent button definition.
ICachedStorage - Interface in javax.rad.persist
The ICachedStorage extends the IStorage with meta data caching features.
ICallable - Interface in javax.rad.util.event
The ICallable will be used to call reflective any method.
ICallBackListener - Interface in javax.rad.remote.event
The ICallBackListener interface enables the asynchronous communication between client and server.
ICellEditor - Interface in javax.rad.model.ui
The ICellEditor provides the generation of the physical editor component, handles correct all events, and gives standard access to edited values.
ICellEditorHandler<C> - Interface in javax.rad.model.ui
The ICellEditorHandler holds the physical editor component, handles correct all events, and stores or restores the values.
ICellEditorListener - Interface in javax.rad.model.ui
The ICellEditorListener will be informed from the ICellEditor, if editing is complete, or canceled.
ICellFormat - Interface in javax.rad.ui.control
Platform and technology independent CellFormat definition.
ICellFormatable - Interface in javax.rad.ui.control
Platform and technology independent cell formatable definition.
ICellFormatter - Interface in com.sibvisions.rad.ui.swing.ext.format
The ICellFormatter allows cell oriented formatting of the displayed information.
ICellFormatter - Interface in javax.rad.ui.control
Platform and technology independent CellFormatter definition.
ICellFormatterEditorListener - Interface in com.sibvisions.rad.ui.swing.ext
This Interface is necessary to give Swing CellEditorHandler access to the ICellFormatter of the Control.
ICellRenderer<C> - Interface in javax.rad.model.ui
This class renders a cell of a GUI control.
IChangeableDataRow - Interface in javax.rad.model
An IChangeableDataRow extends the IDataRow with support for the change state of the row, belonging DataPage and row index and some supporting methods and an unique ID column.
IChart - Interface in javax.rad.ui.control
Platform and technology independent Table definition.
ICheckBox - Interface in javax.rad.ui.component
Platform and technology independent checkbox definition.
ICheckBoxMenuItem - Interface in javax.rad.ui.menu
Platform and technology independent checkbox menuitem definition.
IChoiceCellEditor<C> - Interface in javax.rad.ui.celleditor
Platform and technology independent choice editor definition.
IColor - Interface in javax.rad.ui
Platform and technology independent Color definition.
IComboCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent combo box cell editor definition.
IComponent - Interface in javax.rad.ui
Platform and technology independent component definition.
IComponentListener - Interface in javax.rad.ui.event
Platform and technology independent component listener definition.
ICondition - Interface in javax.rad.model.condition
The ICondition specifies the interface for all Condition's.
IConfiguration - Interface in javax.rad.server
The IConfiguration defines the access to the application or server configuration.
ICONIFIED - Static variable in interface javax.rad.ui.container.IFrame
This state bit indicates that frame is iconified.
iconImage - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
the icon image.
iconImage - Variable in class javax.rad.genui.container.AbstractFrame
the icon image.
IConnectable - Interface in javax.rad.application
Platform and technology independent connectable definition.
IConnection - Interface in javax.rad.remote
The IConnection interface defines all methods for the communication between client and server.
IConnectionConstants - Interface in javax.rad.remote
The IConnectionConstants defines constants for the connection handling between client and server.
IConnectionListener - Interface in javax.rad.remote.event
The IConnectionListener interface should be used to get notifications when communication errors occurs.
IContainer - Interface in javax.rad.ui
Platform and technology independent Container definition.
IContent - Interface in javax.rad.application
Platform and technology independent windowed content definition.
IControl - Interface in javax.rad.model.ui
The IControl inform about changes in the IDataRow/IDataBook and GUI controls need to repaint the data part.
ICursor - Interface in javax.rad.ui
Platform and technology independent Cursor definition.
IDataBook - Interface in javax.rad.model
The IDataBook is a storage independent table, and handles all operations to load, save and manipulate table oriented data.
IDataBook.SelectionMode - Enum in javax.rad.model
The IDataBook selection modes specify which row should be selected after reload or after the master row has changed.
IDataBook.WriteBackIsolationLevel - Enum in javax.rad.model
The IDataBook (and IDataSourrce as Default) write back isolations levels, specify when the changes in the IDataBook should be implicit write back to the storage.
IDataBookListener - Interface in javax.rad.model.event
The IDataBookListener informs about changes in the IDataBook.
IDataPage - Interface in javax.rad.model
A IDataPage is the interface for one data page of a IDataBook.
IDataRow - Interface in javax.rad.model
An IDataRow is a list of columns.
IDataRowListener - Interface in javax.rad.model.event
The IDataRowListener is used to inform about changes in the IDataRow with setValue or setValues.
IDataSource - Interface in javax.rad.model
The IDataSource defines the methods to access any kind of table oriented IDataSource: e.g. a database, XML file, ...
IDataType - Interface in javax.rad.model.datatype
A IDataType is the data type of the ColumnDefinition.
IDateCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent date editor definition.
IDBAccess - Interface in com.sibvisions.rad.persist.jdbc
The IDBAccess defines the methods to access any kind of table oriented storage: e.g. a database, XML file, ...
IdentityKeyValueList<K,V> - Class in com.sibvisions.util
The KeyValueList is a special IdentityHashMap.
IdentityKeyValueList() - Constructor for class com.sibvisions.util.IdentityKeyValueList
 
IDesktopPanel - Interface in javax.rad.ui.container
Platform and technology independent DesktopPanel definition.
IDialogListener - Interface in com.sibvisions.rad.application.event
The IDialogListener informs about Dialog states.
IDimension - Interface in javax.rad.ui
Platform and technology independent Dimension implementation.
IDirectServer - Interface in com.sibvisions.rad.server
The IDirectServer interface defines a way to handle callbacks direct without callback-ID mapping.
IEditor - Interface in javax.rad.ui.control
Platform and technology independent Editor definition.
IEditorControl - Interface in javax.rad.model.ui
The IEditorControl is an IControl that displays the value of one column in an IDataRow.
IErrorListener - Interface in com.sibvisions.rad.application.event
The IErrorListener informs about Error states.
IExceptionListener - Interface in javax.rad.util.event
The IExceptionListener will be used to handle program exceptions.
IExecuteListener - Interface in com.sibvisions.util.event
Defines execution events.
IFactory - Interface in javax.rad.ui
UIFactory Interface to create Platform and technology independent Components.
IFileHandle - Interface in javax.rad.io
The IFileHandle is a storage independent file handle.
IFileHandleReceiver - Interface in javax.rad.application
The IFileHandleListener get's a IFileHandle.
IFlowLayout - Interface in javax.rad.ui.layout
Platform and technology independent flow layout definition.
IFont - Interface in javax.rad.ui
Platform and technology independent Font definition.
IFormLayout - Interface in javax.rad.ui.layout
Platform and technology independent form oriented layout definition.
IFormLayout.IAnchor - Interface in javax.rad.ui.layout
The Anchor gives the possible horizontal and vertical positions.
IFormLayout.IConstraints - Interface in javax.rad.ui.layout
The Constraint stores the top, left, bottom and right Anchor for layouting a component.
IFrame - Interface in javax.rad.ui.container
Platform and technology independent Frame definition.
IGroupPanel - Interface in javax.rad.ui.container
Platform and technology independent GroupPanel definition.
IIcon - Interface in javax.rad.ui.component
Platform and technology independent Icon definition.
IImage - Interface in javax.rad.ui
Platform and technology independent image definition.
IImage.ImageType - Enum in javax.rad.ui
the save image types.
IImageViewer<C> - Interface in javax.rad.ui.celleditor
Platform and technology independent choice editor definition.
IInplaceCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent in place cell editor definition.
IInsets - Interface in javax.rad.ui
Platform and technology independent Insets definition.
IInternalFrame - Interface in javax.rad.ui.container
Platform and technology independent InternalFrame definition.
IKeyListener - Interface in javax.rad.ui.event
Platform and technology independent key listener definition.
ILabel - Interface in javax.rad.ui.component
Platform and technology independent Label definition.
ILauncher - Interface in javax.rad.application
The ILauncher defines a platform and technology independent IApplication launcher.
ILayout<CO> - Interface in javax.rad.ui
Platform and technology independent layout definition.
ILifeCycleObject - Interface in com.sibvisions.rad.server
The ILifeCycleObject interface is a marker interface for server-side lifecycle objects.
ILinkedCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent linked editor definition.
ILogger - Interface in com.sibvisions.util.log
The ILogger defines methods for logging within an application.
ILogger.LogLevel - Enum in com.sibvisions.util.log
the log level enum.
image - Variable in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
the IconImage.
IMAGE_VIEWER - Static variable in class com.sibvisions.rad.application.ApplicationUtil
The Image Viewer.
ImageUtil - Class in com.sibvisions.util.type
The ImageUtil provides useful image operation/manipulation methods.
ImageUtil.ImageFormat - Enum in com.sibvisions.util.type
The image formats.
IMasterSession - Interface in com.sibvisions.rad.server
The IMasterSession defines a master session.
IMenu - Interface in javax.rad.ui.menu
Platform and technology independent menu definition.
IMenuBar - Interface in javax.rad.ui.menu
Platform and technology independent menu bar definition.
IMenuItem - Interface in javax.rad.ui.menu
Platform and technology independent MenuItem definition.
IMessageConstants - Interface in javax.rad.application
The IMessageConstants defines constant values for message handling of IApplication implementations.
imgBack - Variable in class javax.rad.genui.container.UIPanel
the background image.
imgOver - Variable in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
the mouse over image.
imgPressed - Variable in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
the mouse pressed image.
ImmutableArray<V> - Class in com.sibvisions.util
The ImmutableArray gives the functionality of immutable arrays.
ImmutableArray(V...) - Constructor for class com.sibvisions.util.ImmutableArray
Constructs a new Array.
IMouseListener - Interface in javax.rad.ui.event
Platform and technology independent mouse listener definition.
IMPORT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) import image (used for toolbar buttons or icons).
IMPORT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) import image (used for menuitems or buttons).
INamedObject - Interface in javax.rad.util
INamedObject is the base for all classes or interfaces with the property "name".
INavigationControl - Interface in javax.rad.ui.control
The IControl inform about changes in the IDataRow/IDataBook and GUI controls need to repaint the data part.
indexOf(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Gets the nth position of an IComponent in this container.
indexOf(Object) - Method in class com.sibvisions.util.ArrayUtil
indexOf(Object, int) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(T[], T, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(boolean[], boolean) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(boolean[], boolean, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(int[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(long[], long) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(long[], long, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(float[], float) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(float[], float, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(double[], double) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(double[], double, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(V) - Method in class com.sibvisions.util.ImmutableArray
Gets the index of the given value.
indexOf(String, String) - Method in class com.sibvisions.util.xml.XmlNode
Returns the index of the first occurrence of the specified node with the given value, or -1 if this node does not contain the specified node with the given value.
indexOf(String, String, int) - Method in class com.sibvisions.util.xml.XmlNode
Returns the index of the first occurrence of the specified node with the given value, or -1 if this node does not contain the specified node with the given value.
indexOf(IComponent) - Method in class javax.rad.genui.menu.UIMenu
Gets the nth position of an IComponent in this container.
indexOf(IComponent) - Method in class javax.rad.genui.UIContainer
Gets the nth position of an IComponent in this container.
indexOf(IComponent) - Method in interface javax.rad.ui.IContainer
Gets the nth position of an IComponent in this container.
indexOfReference(Object) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element, or -1 if the list does not contain this element.
indexOfReference(Object, int) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element started at pIndex, or -1 if the list does not contain this element.
indexOfReference(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element, or -1 if the list does not contain this element.
indexOfReference(T[], T, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element started at pIndex, or -1 if the list does not contain this element.
indexOfReference(List<T>, T) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element, or -1 if the list does not contain this element.
indexOfReference(List<T>, T, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element started at pIndex, or -1 if the list does not contain this element.
indexOfToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in class javax.rad.genui.container.AbstractFrame
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in class javax.rad.genui.container.UIToolBarPanel
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in interface javax.rad.ui.container.IToolBarPanel
Gets the nth position of an IToolBar in this panel.
info(Object...) - Method in class com.sibvisions.rad.persist.AbstractStorage
Logs information.
info(Object...) - Method in interface com.sibvisions.util.log.ILogger
Logs information with ILogger.LogLevel.INFO.
info(Object...) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Logs information with ILogger.LogLevel.INFO.
info(Object...) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Logs information with ILogger.LogLevel.INFO.
INFO - Static variable in class com.sibvisions.util.security.SecurityProvider
the provider information.
info(Object...) - Method in class javax.rad.genui.UIComponent
Logs information.
init() - Method in class com.sibvisions.rad.application.About
Initializes the ui components.
init() - Method in class com.sibvisions.rad.application.Login
Initializes the UI components.
init() - Method in class com.sibvisions.rad.application.Message
Initializes the UI components.
init() - Method in class com.sibvisions.rad.server.http.ServletServer
init() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet
Starts an applet.
init() - Method in class com.sibvisions.util.log.jdk.JdkLoggerFactory
Initializes the factory instance.
init() - Method in class com.sibvisions.util.log.LoggerFactory
Initializes the factory instance.
init(String) - Static method in class com.sibvisions.util.log.LoggerFactory
Creates a new instance of LoggerFactory.
init() - Static method in class com.sibvisions.util.security.SecurityProvider
Adds the security provider to the list of known providers, if not already done.
initStatements(Connection) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Initializes all prepared statements with current table and column names.
InjectObject - Class in javax.rad.server
The InjectObject is a POJO which holds an object with a specific name.
InjectObject(String, Object) - Constructor for class javax.rad.server.InjectObject
Creates a new instance of InjectObject for a inject object with a specific name.
INodeFormatter - Interface in com.sibvisions.rad.ui.swing.ext.format
Swing NodeFormatter definition.
INodeFormatter - Interface in javax.rad.ui.control
Platform and technology independent NodeFormatter definition.
InOutParam - Class in com.sibvisions.rad.persist.jdbc.param
The InOutParam defines an input and output parameter for JDBC calls.
InOutParam(int) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InOutParam
Creates a new instance of InOutParam for the given sql type.
InOutParam(int, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InOutParam
Creates a new instance of InOutParam for the given value and sql type.
InParam - Class in com.sibvisions.rad.persist.jdbc.param
The InParam defines a simple input parameter.
InParam(Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam with the given value.
InParam(int) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam for the given sql type.
InParam(int, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam for the given value and sql type.
insert(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
It inserts a new IDataRow.
insert(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
It inserts a new IChangeableDataRow in the MemDataPage at the specified index.
insert(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Inserts a new row.
insert(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the newly inserted row for this IStorage.
insert(T) - Method in class com.sibvisions.rad.persist.AbstractStorage
Inserts the new bean/POJO and returns a bean/POJO with current values from the storage.
insert(String, ServerMetaData, Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the newly inserted row from the write back table.
insert(String, ServerMetaData, Object[]) - Method in interface com.sibvisions.rad.persist.jdbc.IDBAccess
Returns the newly inserted row from the write back table.
insert(MutableTreeNode, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
insert(int, XmlNode) - Method in class com.sibvisions.util.xml.XmlNode
Inserts a XmlNode as a known sub node at a defined position, in the sub node list.
insert(boolean) - Method in interface javax.rad.model.IDataBook
It inserts a new IDataRow.
insert(Object[]) - Method in interface javax.rad.persist.IStorage
Returns the newly inserted row for this IStorage.
insertAnsiSQL(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the newly inserted row from a Ansi SQL Database.
insertDatabaseSpecific(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the newly inserted row from an Database specific insert statement.
insertDatabaseSpecific(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Returns the newly inserted row from an Database specific insert statement.
insertDatabaseSpecific(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
Returns the newly inserted row from an Database specific insert statement.
insertDatabaseSpecific(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Returns the newly inserted row from an Database specific insert statement.
insertDatabaseSpecific(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Returns the newly inserted row from an Database specific insert statement.
INSERTING - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal state for INSERTING.
insertNode(String, Object) - Method in class com.sibvisions.util.xml.XmlNode
Inserts a specific XmlNode at a defined position based on the current XmlNode.
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullDocumentFilter
insertTab(String, Icon, Component, String, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
insertUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
insertUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
insertUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
insertUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
install(JTextComponent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
installActions(JTextComponent) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Installs copy/paste/cut actions for the given text component.
IntArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Integer arrays.
IntArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.IntArraySerializer
 
IntegerSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Integer.
IntegerSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.IntegerSerializer
 
IntegerType - Class in javax.rad.type
The IntegerType is a platform independent definition of integer.
IntegerType() - Constructor for class javax.rad.type.IntegerType
Constructs a new IntegerType.
intern(T) - Static method in class com.sibvisions.util.Internalize
Internalizes any Immutable Object.
INTERNAL_OFFSET - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal Offset in the AbstractStorage Array for the Inserting, etc.. states.
internalFrameActivated(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
internalFrameClosed(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Removes the internal frame from it's parent.
internalFrameClosing(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
internalFrameDeactivated(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
internalFrameDeiconified(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
internalFrameIconified(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
internalFrameOpened(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Internalize - Class in com.sibvisions.util
Intern functionality for all immutable Objects.
InternalToolBarPanel - Class in javax.rad.genui.container
The InternalToolBarPanel is an UIContainer for IToolBars.
InternalToolBarPanel(UIContainer<? extends IToolBarPanel>) - Constructor for class javax.rad.genui.container.InternalToolBarPanel
Creates a new instance of InternalToolBarPanel with an owner.
internNoSync(T) - Static method in class com.sibvisions.util.Internalize
Internalizes any Immutable Object.
intervalAdded(ListDataEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
intervalRemoved(ListDataEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
INumberCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent number editor definition.
INVALID_EDITOR_BACKGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control read only background color.
invalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
invalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
invalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
invalidateLayout(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
invalidateLayout(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
invalidEditorBackground - Static variable in class javax.rad.genui.UIColor
The color for invalid editor background color.
invoke(ISession, String, String, Object...) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Invokes a method from a specific life-cycle object.
invoke(String, Object...) - Method in class com.sibvisions.rad.server.GenericBean
Invokes a method of this object via reflective call.
invoke(Object, Method, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes a method with parameters.
invoke(ISession, String, String, Object...) - Method in class javax.rad.server.AbstractObjectProvider
Invokes a method from a specific life-cycle object.
invoke(Object...) - Method in interface javax.rad.util.event.ICallable
Method that is invoked.
invokeAndWait(Runnable) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Causes pRunnable.run() to be executed synchronously on the event dispatching thread.
invokeAndWait(Runnable) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed synchronously on the event dispatching thread.
invokeAndWait(Object, String) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed synchronously on the event dispatching thread.
invokeAndWait(Runnable) - Method in interface javax.rad.ui.IFactory
Causes pRunnable.run() to be executed synchronously on the event dispatching thread.
invokeCancelEditingControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Its invokes for each IComponent the cancelEditing() method.
invokeInThread(Runnable) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Causes pRunnable.run() to be executed asynchronously in a new thread.
invokeInThread(Runnable) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed asynchronously in a new thread.
invokeInThread(Object, String) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed asynchronously in a new thread.
invokeInThread(Runnable) - Method in interface javax.rad.ui.IFactory
Causes pRunnable.run() to be executed asynchronously in a new thread.
invokeLater(Runnable) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Uses InvokerLaterThread, to invoke guarantee even in another Thread, that it will be invoked later.
invokeLater(Runnable) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Causes pRunnable.run() to be executed asynchronously on the event dispatching thread.
invokeLater(Runnable) - Method in class com.sibvisions.util.Reflective
Causes pRunnable.run() to be executed asynchronously on the current event dispatching thread.
invokeLater(Runnable) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed asynchronously on the event dispatching thread.
invokeLater(Object, String) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed asynchronously on the event dispatching thread.
invokeLater(Runnable) - Method in interface javax.rad.ui.IFactory
Causes pRunnable.run() to be executed asynchronously on the event dispatching thread.
invokeLater(Runnable) - Method in class javax.rad.ui.InvokeLaterThread
Executes the given Runnable after this Thread is finished.
InvokeLaterThread - Class in javax.rad.ui
InvokeLaterThread supports invokeLater notification for GUI Controls, when the thread ends.
InvokeLaterThread(IFactory, Runnable) - Constructor for class javax.rad.ui.InvokeLaterThread
Constructs a new InvokeLaterThread.
invokeRepaintListeners() - Method in class com.sibvisions.rad.model.mem.DataRow
Its invokes for each IComponent the notifyRepaint() method.
invokeRepaintListeners() - Method in class javax.rad.model.ColumnDefinition
Notifies all controls from the row definition that this column definition has changed.
invokeSaveEditingControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Its invokes for each IComponent the saveEditing() method.
IObjectAccessController - Interface in com.sibvisions.rad.server.security
The IObjectAccessController defines a security controller for accessing objects and methods.
IPackageSetup - Interface in com.sibvisions.rad
The IPackageSetup class defines package relevant version information and properties.
IPackageSetup - Interface in javax.rad
The IPackageSetup class defines package relevant version information and properties.
IPanel - Interface in javax.rad.ui.container
Platform and technology independent Panel definition.
IPasswordField - Interface in javax.rad.ui.component
Platform and technology independent password field definition.
IPasswordValidator - Interface in com.sibvisions.rad.server.security.validation
The IPasswordValidator will be used from the AbstractSecurityManager and sub classes to validate if the new password during password change is strength enough.
IPoint - Interface in javax.rad.ui
Platform and technology independent point definition.
IPopupMenu - Interface in javax.rad.ui.menu
Platform and technology independent popup menu definition.
IRadioButton - Interface in javax.rad.ui.component
Platform and technology independent radio button definition.
IRectangle - Interface in javax.rad.ui
Platform and technology independent rectangle definition.
IRemoteApplicationListener - Interface in javax.rad.application.genui.event
The IRemoteApplicationListener informs about states in the RemoteApplication.
IRequest - Interface in com.sibvisions.rad.server
Defines an object to provide client request.
IResource - Interface in javax.rad.ui
Platform and technology independent resource should give access to the original used Resource.
IResourceArchive - Interface in com.sibvisions.util.type
The IResourceArchive defines the access to resources which are available in archives.
IResponse - Interface in com.sibvisions.rad.server
Defines an object to assist a servre in sending a response to the client.
IRowDefinition - Interface in javax.rad.model
An IRowDefinition contains all ColumnDefinition's of a IDataRow.
isActive(ISession, String) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Checks if a user is active.
isActive() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Returns whether this IWindow is active.
isActive() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns whether this IWindow is active.
isActive() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Returns whether this IWindow is active.
isActive() - Method in class javax.rad.genui.container.AbstractWindow
Returns whether this IWindow is active.
isActive() - Method in interface javax.rad.ui.container.IWindow
Returns whether this IWindow is active.
isAlive(long) - Method in class com.sibvisions.rad.server.AbstractSession
Checks if the session is alive.
isAlive(long) - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Checks if the session is alive.
isAlive(long) - Method in class com.sibvisions.rad.server.DetachedSession
Checks if the session is alive.
isAlive(long) - Method in class com.sibvisions.rad.server.DirectServerSession
Checks if the session is alive.
isAlive(long) - Method in interface javax.rad.server.ISession
Checks if the session is alive.
isAliveCheckEnabled() - Static method in class javax.rad.remote.MasterConnection
Gets whether the alive check should be used.
isAllFetched() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if all rows are loaded.
isAllFetched() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns true if all rows are loaded.
isAllFetched() - Method in interface javax.rad.model.IDataPage
Returns true if all rows are loaded.
isAllowed(String) - Method in class com.sibvisions.rad.server.security.DBSecurityManager.DBAccessController
Checks the access for creating a session.
isAllowed(String) - Method in interface com.sibvisions.rad.server.security.IAccessController
Checks the access for creating a session.
isAllowedValues() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the allowed value detection mode.
isApplication(String) - Static method in class com.sibvisions.rad.server.config.Configuration
Checks if a given application name exists as application.
isAscending() - Method in class javax.rad.model.SortDefinition
Returns the boolean Array which defines if the corresponding (same index) column is sorted ascending (=true) or descending (=false).
isAutoFillEmptySpace() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets true, empty space is automatically filled with existing columns.
isAutoIncrement() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns true if this ColumnMetaData is an auto increment column.
isAutoIncrement() - Method in class javax.rad.persist.ColumnMetaData
Returns true if this ColumnMetaData is an auto increment column.
isAutoLinkReference() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns if the automatic LinkReference mode is on or off.
isAutomaticDecrypt() - Method in class com.sibvisions.util.xml.XmlWorker
Gets whether automatic decryption is enabled.
isAutoOpenPopup() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxComboCellEditor
Gets true, if the popup is automatically opened.
isAutoOpenPopup() - Method in class javax.rad.genui.celleditor.UIComboCellEditor
Gets true, if the popup is automatically opened.
isAutoOpenPopup() - Method in interface javax.rad.ui.celleditor.IComboCellEditor
Gets true, if the popup is automatically opened.
isAutoQuote(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It returns true if this name should be automated quoted.
isAutoQuote(String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
 
isAutoQuote(String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
 
isAutoQuote(String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
 
isAutoResize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets true, if the JVxTable is in auto resize mode.
isAutoResize() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets true, if the ITable is in auto resize mode.
isAutoResize() - Method in class javax.rad.genui.control.UITable
Gets true, if the ITable is in auto resize mode.
isAutoResize() - Method in interface javax.rad.ui.control.ITable
Gets true, if the ITable is in auto resize mode.
isAutoSize() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns true, if the position of this anchor is calculated automatically.
isAutoSize() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns true, if the position of this anchor is calculated automatically.
isAutoSize() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns true, if the position of this anchor is calculated automatically.
isAutoWrap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the current state of the automatic wrap mode.
isAutoWrap() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the current state of the automatic wrap mode.
isAutoWrap() - Method in class javax.rad.genui.layout.UIFlowLayout
Gets the current state of the automatic wrap mode.
isAutoWrap() - Method in interface javax.rad.ui.layout.IFlowLayout
Gets the current state of the automatic wrap mode.
isAvailable(ISession) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Gets whether a session is known from this session manager.
isBackgroundSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether the background color has been explicitly set for this Component.
isBackgroundSet() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns whether the background color has been explicitly set for this Component.
isBackgroundSet() - Method in class javax.rad.genui.UIComponent
Returns whether the background color has been explicitly set for this Component.
isBackgroundSet() - Method in interface javax.rad.ui.IComponent
Returns whether the background color has been explicitly set for this Component.
isBeforeNotified() - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets whether this component is notified before it was added.
isBeforeNotified() - Method in class javax.rad.genui.UIComponent
Gets whether this component is notified before it was added.
isBorderAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns true, if this anchor is the border anchor.
isBorderAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns true, if this anchor is the border anchor.
isBorderOnMouseEntered() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Gets, if the border should only be shown on mouse entered.
isBorderOnMouseEntered(AbstractButton) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Gets, if the border should only be shown on mouse entered.
isBorderOnMouseEntered() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Gets, if the border should only be shown on mouse entered.
isBorderOnMouseEntered() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets, if the border should only be shown on mouse entered.
isBorderOnMouseEntered() - Method in class javax.rad.genui.component.AbstractUIButton
Gets, if the border should only be shown on mouse entered.
isBorderOnMouseEntered() - Method in interface javax.rad.ui.component.IButton
Gets, if the border should only be shown on mouse entered.
isBorderPainted() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets whether the border will be painted.
isBorderPainted() - Method in class javax.rad.genui.component.AbstractUIButton
Gets whether the border will be painted.
isBorderPainted() - Method in interface javax.rad.ui.component.IButton
Gets whether the border will be painted.
isBorderVisible() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Returns whether the the border of the text field is visible.
isBorderVisible() - Method in class javax.rad.genui.component.AbstractUITextField
Returns whether the the border of the text field is visible.
isBorderVisible() - Method in interface javax.rad.ui.component.ITextField
Returns whether the the border of the text field is visible.
isCachingStorage() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns whether the server storage is a cached storage or a storage without cache.
isCallBack() - Method in class javax.rad.remote.event.CallEvent
Gets whether the call is a callback call.
isCalling() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets whether a call is active.
isCalling() - Method in class com.sibvisions.rad.server.DirectServerConnection
Gets whether a call is active.
isCalling() - Method in class com.sibvisions.rad.util.DirectObjectConnection
Gets whether a call is active.
isCalling() - Method in interface javax.rad.remote.IConnection
Gets whether a call is active.
isCancelOnFailure() - Method in class com.sibvisions.util.db.DBImporter
Gets whether the script execution should be stopped if an error occurs.
isCellEditable(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
isCellEditable(EventObject) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
isChanged(K) - Method in class com.sibvisions.util.ChangedHashtable
Checks if a the value of a property is currently marked as changed.
isChangedColumnName(String) - Method in class javax.rad.model.event.DataRowEvent
Gets true, if the given column name is in the list of changed column names.
isChangePassword(ISession, String) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Checks if the change password flag is set.
isClosable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns whether this internal frame can be closed by some user action.
isClosable() - Method in class javax.rad.genui.container.UIInternalFrame
Returns whether this internal frame can be closed by some user action.
isClosable() - Method in interface javax.rad.ui.container.IInternalFrame
Returns whether this internal frame can be closed by some user action.
isClosableAt(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns whether a tab is closable.
isClosableAt(int) - Method in class javax.rad.genui.container.UITabsetPanel
Returns whether a tab is closable.
isClosableAt(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Returns whether a tab is closable.
isClosed() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns whether this IInternalFrame is currently closed.
isClosed() - Method in class javax.rad.genui.container.UIInternalFrame
Returns whether this IInternalFrame is currently closed.
isClosed() - Method in interface javax.rad.ui.container.IInternalFrame
Returns whether this IInternalFrame is currently closed.
isColumnIgnored(String) - Static method in class javax.rad.model.RowDefinition
Gets whether a column name is ignored through the default ignored column names.
isConnected() - Method in class javax.rad.application.genui.RemoteApplication
Checks if the communication is established.
isConnected() - Method in class javax.rad.application.genui.RemoteWorkScreen
Checks if the communication is established.
isConnected() - Method in interface javax.rad.application.IConnectable
Checks if the communication is established.
IScrollPanel - Interface in javax.rad.ui.container
Platform and technology independent ScrollPanel definition.
isCursorSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether the cursor has been explicitly set for this Component.
isCursorSet() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns whether the cursor has been explicitly set for this Component.
isCursorSet() - Method in class javax.rad.genui.UIComponent
Returns whether the cursor has been explicitly set for this Component.
isCursorSet() - Method in interface javax.rad.ui.IComponent
Returns whether the cursor has been explicitly set for this Component.
isDataPageRefetchPossible() - Method in class com.sibvisions.rad.model.mem.MemDataBook
This function is used for rehashing data pages after insert of the master row.
isDataPageRefetchPossible() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
This function is used for rehashing data pages after insert of the master row.
isDateAxis() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
Gets true, if this displays an DateAxis.
isDefaultAllowedValues() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default allowed value detection mode.
isDefaultAutoLinkReference() - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default automatic LinkReference mode.
isDefaultButton() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
isDefaultButton() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets the value of the defaultButton property, which if true means that this button is the current default button.
isDefaultButton() - Method in class javax.rad.genui.component.AbstractUIButton
Gets the value of the defaultButton property, which if true means that this button is the current default button.
isDefaultButton() - Method in interface javax.rad.ui.component.IButton
Gets the value of the defaultButton property, which if true means that this button is the current default button.
isDefaultDefaultValue() - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default - default value detection mode.
isDefaultValue() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default value detection mode.
isDeleteAllowed() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if delete is allowed on this IDataBook.
isDeleteAllowed() - Method in interface javax.rad.model.IDataBook
Returns true if delete is allowed on this IDataBook.
isDeleteCascade() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if all rows of this detail table should be deleted, when the master row is deleted.
isDeleteCascade() - Method in interface javax.rad.model.IDataBook
Returns true if all rows of this detail table should be deleted, when the master row is deleted.
isDeleteEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if delete is enabled on this IDataBook.
isDeleteEnabled() - Method in interface javax.rad.model.IDataBook
Returns true if delete is enabled on this IDataBook.
isDeleting() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Returns if this row is deleted.
isDeleting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns if this row is deleted.
isDeleting() - Method in interface javax.rad.model.IChangeableDataRow
Returns if this row is deleted.
isDesktopEnvironment() - Method in class javax.rad.application.genui.UILauncher
Gets whether the launcher was started in a desktop environment.
isDetailChanged() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Returns true if under this row in the detail DataBook one or more changed (isInserting/Updating/Deleting() == true) detail rows existing.
isDetailChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if under this row in the detail DataBook one or more changed (isInserting/Updating/Deleting() == true) detail rows existing.
isDetailChanged() - Method in interface javax.rad.model.IChangeableDataRow
Returns true if under this row in the detail DataBook one or more changed (isInserting/Updating/Deleting() == true) detail rows existing.
isDetectEndNode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets if a node should be detected to be an end node or not.
isDetectEndNode() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets if a node should be detected to be an end node or not.
isDetectEndNode() - Method in class javax.rad.genui.control.UITree
Gets if a node should be detected to be an end node or not.
isDetectEndNode() - Method in interface javax.rad.ui.control.ITree
Gets if a node should be detected to be an end node or not.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxImageViewer
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class javax.rad.genui.celleditor.UICellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in interface javax.rad.model.ui.ICellEditor
Defines, if the editor should edit directly in complex controls.
isDispatchEventsEnabled() - Method in class javax.rad.util.EventHandler
Gets whether event dispatching is enabled.
isDisposed() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Checks whether the window is disposed already.
isDisposed() - Method in class javax.rad.genui.container.AbstractWindow
Checks whether the window is disposed already.
isDisposed() - Method in interface javax.rad.ui.container.IWindow
Checks whether the window is disposed already.
isDragable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Returns the drag option of tabs.
isDragable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns whether the tabs are dragable.
isDragable() - Method in class javax.rad.genui.container.UITabsetPanel
Returns whether the tabs are dragable.
isDragable() - Method in interface javax.rad.ui.container.ITabsetPanel
Returns whether the tabs are dragable.
isDumpStreamEnabled() - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Gets whether JSTOM stream dumping is enabled.
ISecurityManager - Interface in com.sibvisions.rad.server.security
The ISecurityManager has methods to check the access of a user to a special application.
isEditable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets if editable or not.
isEditable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets if editable or not.
isEditable() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Returns the boolean indicating whether this ITextField is editable or not.
isEditable() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if editable or not.
isEditable() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets if editable or not.
isEditable() - Method in class javax.rad.genui.component.AbstractUITextField
Returns the boolean indicating whether this ITextField is editable or not.
isEditable() - Method in class javax.rad.genui.control.UITable
Gets if editable or not.
isEditable() - Method in class javax.rad.genui.control.UITree
Gets if editable or not.
isEditable() - Method in interface javax.rad.ui.component.ITextField
Returns the boolean indicating whether this ITextField is editable or not.
isEditable() - Method in interface javax.rad.ui.control.ITable
Gets if editable or not.
isEditable() - Method in interface javax.rad.ui.control.ITree
Gets if editable or not.
isEditorEditable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets true, if the editor is editable.
isEmpty() - Method in class com.sibvisions.util.ArrayUtil
isEmpty() - Method in class com.sibvisions.util.IdentityKeyValueList
Tests if the list is empty.
isEmpty() - Method in class com.sibvisions.util.KeyValueList
Tests if the list is empty.
isEmpty(String) - Static method in class com.sibvisions.util.type.StringUtil
Gets whether the given text contains no characters.
isEnabled() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Determines whether this component is enabled.
isEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Determines whether this component is enabled.
isEnabled(ILogger.LogLevel) - Method in interface com.sibvisions.util.log.ILogger
Checks if the current log level is enabled/allowed to log.
isEnabled(ILogger.LogLevel) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Checks if the current log level is enabled/allowed to log.
isEnabled(ILogger.LogLevel) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Checks if the current log level is enabled/allowed to log.
isEnabled() - Method in class javax.rad.genui.UIComponent
Determines whether this component is enabled.
isEnabled() - Method in interface javax.rad.ui.IComponent
Determines whether this component is enabled.
isEnabledAt(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns if a tab is en- or disabled.
isEnabledAt(int) - Method in class javax.rad.genui.container.UITabsetPanel
Returns if a tab is en- or disabled.
isEnabledAt(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Returns if a tab is en- or disabled.
isEncrypted(String) - Method in class com.sibvisions.util.xml.XmlWorker
Gets whether the node with the given name should be encrypted.
isEnum(ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Gets whether the given column has an enum as datatype.
ISeparator - Interface in javax.rad.ui.menu
Platform and technology independent Menu Separator definition.
ISerializer - Interface in com.sibvisions.rad.remote
The ISerializer interface defines standard methods for serialization and deserialization of objects to and from streams.
isError() - Method in class javax.rad.remote.event.CallBackEvent
Determines if the result object is an exception, thrown by a call.
IServer - Interface in javax.rad.server
The IServer interface defines the methods which are necessary for remote server implementations.
ISession - Interface in javax.rad.server
Provides a way to identify a user and to store information about that user.
ISessionListener - Interface in javax.rad.server.event
The listener interface for receiving session based events.
isExecuting() - Method in class com.sibvisions.rad.server.AbstractSession
Returns whether the session is execution at least one command.
isExitVisible() - Method in class com.sibvisions.rad.application.Application
Gets whether the exit options are visible.
isFocusable() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether this component can be focused.
isFocusable() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns whether this component can be focused.
isFocusable() - Method in class javax.rad.genui.UIComponent
Returns whether this component can be focused.
isFocusable() - Method in interface javax.rad.ui.IComponent
Returns whether this component can be focused.
isFocusStored() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Checks if the frame has stored a focus component.
isFontSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether the font has been explicitly set for this Component.
isFontSet() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns whether the font has been explicitly set for this Component.
isFontSet() - Method in class javax.rad.genui.UIComponent
Returns whether the font has been explicitly set for this Component.
isFontSet() - Method in interface javax.rad.ui.IComponent
Returns whether the font has been explicitly set for this Component.
isForceFocusOnPopup() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets if the focus is forced to be given on the popup.
isForegroundSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether the foreground color has been explicitly set for this Component.
isForegroundSet() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns whether the foreground color has been explicitly set for this Component.
isForegroundSet() - Method in class javax.rad.genui.UIComponent
Returns whether the foreground color has been explicitly set for this Component.
isForegroundSet() - Method in interface javax.rad.ui.IComponent
Returns whether the foreground color has been explicitly set for this Component.
isFulfilled(IDataRow) - Method in class javax.rad.model.condition.And
Returns true, if the ICondition is fulfilled.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.CompareCondition
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataRow) - Method in class javax.rad.model.condition.CompareCondition
Returns true, if the ICondition is fulfilled.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.Equals
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.Greater
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.GreaterEquals
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataRow) - Method in interface javax.rad.model.condition.ICondition
Returns true, if the ICondition is fulfilled.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.Less
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.LessEquals
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.Like
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.LikeIgnoreCase
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.LikeReverse
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.LikeReverseIgnoreCase
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataRow) - Method in class javax.rad.model.condition.Not
Returns true, if the ICondition is fulfilled.
isFulfilled(IDataRow) - Method in class javax.rad.model.condition.Or
Returns true, if the ICondition is fulfilled.
isGlobalMetaDataCacheEnabled() - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets whether the global meta data cache is enabled.
isHeadlessEnvironment() - Method in class javax.rad.application.genui.UILauncher
Gets whether the launcher was started in a headless (without GUI) environment.
isHiddenPackage(String) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Checks if a class or package name is excluded through the hidden package list.
isIconifiable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns whether this internal frame can be iconified by some user action.
isIconifiable() - Method in class javax.rad.genui.container.UIInternalFrame
Returns whether this internal frame can be iconified by some user action.
isIconifiable() - Method in interface javax.rad.ui.container.IInternalFrame
Returns whether this internal frame can be iconified by some user action.
isIgnoreNull() - Method in class javax.rad.model.condition.CompareCondition
Returns if null values will be ignored.
isImageBorderVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the visibility of the image border.
isInactive(long) - Method in class com.sibvisions.rad.server.AbstractSession
Checks if the session is inactive.
isInactive(long) - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Checks if the session is inactive.
isInactive(long) - Method in class com.sibvisions.rad.server.DetachedSession
Checks if the session is inactive.
isInactive(long) - Method in class com.sibvisions.rad.server.DirectServerSession
Checks if the session is inactive.
isInactive(long) - Method in interface javax.rad.server.ISession
Checks if the session is inactive.
isInitialized() - Method in class com.sibvisions.util.log.jdk.JdkLoggerFactory
Returns whether the log manager is initialized through a property file.
isInsertAllowed() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if insert is allowed on this IDataBook.
isInsertAllowed() - Method in interface javax.rad.model.IDataBook
Returns true if insert is allowed on this IDataBook.
isInsertEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if insert is enabled on this IDataBook.
isInsertEnabled() - Method in interface javax.rad.model.IDataBook
Returns true if insert is enabled on this IDataBook.
isInserting() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Returns if this row is new.
isInserting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns if this row is new.
isInserting() - Method in interface javax.rad.model.IChangeableDataRow
Returns if this row is new.
isInsertNewLines() - Method in class com.sibvisions.util.xml.XmlWorker
Gets whether new lines will be inserted for better readable.
isJavaScriptAvailable() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet
Gets whether Javascript is available.
isJnlp() - Static method in class com.sibvisions.rad.ui.Webstart
Gets if the jvm was started as JNLP webstart process.
isKeepBlocking() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Returns the blocking option of the internal frame.
isLaFOpaque() - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets wheter the current Look and Feel draws its own background independent of the background color and opaque setting.
isLeaf() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
isLevelSet() - Method in interface com.sibvisions.util.log.ILogger
Gets whether the log level is set or used from a parent logger.
isLevelSet() - Method in class com.sibvisions.util.log.jdk.JdkLogger
Gets whether the log level is set or used from a parent logger.
isLevelSet() - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Gets whether the log level is set or used from a parent logger.
isLoadBalance() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmHelper
Returns whether the load balance option will be used for authentication.
isLockAndRefetchEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if lock and refetch is enabled.
isMasterLinkColumn(String) - Method in class javax.rad.model.RowDefinition
Gets true, if the column is a LinkReferenceColumn for the MasterReference definition.
isMaximizable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns whether this internal frame can be maximized by some user action.
isMaximizable() - Method in class javax.rad.genui.container.UIInternalFrame
Returns whether this internal frame can be maximized by some user action.
isMaximizable() - Method in interface javax.rad.ui.container.IInternalFrame
Returns whether this internal frame can be maximized by some user action.
isMaximumSizeSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns true if the maximum size has been set to a non-null value otherwise returns false.
isMaximumSizeSet() - Method in class javax.rad.genui.UIComponent
Returns true if the maximum size has been set to a non-null value otherwise returns false.
isMaximumSizeSet() - Method in interface javax.rad.ui.IComponent
Returns true if the maximum size has been set to a non-null value otherwise returns false.
isMemFilter() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if the filter is handled in memory.
isMemFilter() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns true if the filter is handled in memory.
isMemSort() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if the sort is handled in memory.
isMemSort() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns true if the sort is handled in memory.
isMetaDataCacheEnabled() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Gets whether metadata cache is enabled.
isMetaDataCacheEnabled() - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets whether the meta data cache should be used.
isMethodInvocationAllowed(AbstractObjectProvider, ISession, String, Object, String, Object...) - Method in interface com.sibvisions.rad.server.security.IObjectAccessController
Gets whether method invocation is allowed.
isMinimumSizeSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether or not setMinimumSize has been invoked with a non-null value.
isMinimumSizeSet() - Method in class javax.rad.genui.UIComponent
Returns whether or not setMinimumSize has been invoked with a non-null value.
isMinimumSizeSet() - Method in interface javax.rad.ui.IComponent
Returns whether or not setMinimumSize has been invoked with a non-null value.
isMobileEnvironment() - Method in class javax.rad.application.genui.UILauncher
Gets whether the launcher was started in a mobile environment.
isModal() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Returns the modal option of the internal frame.
isModal() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns the modal option of the internal frame.
isModal() - Method in class javax.rad.application.genui.WorkScreen
Returns the modal state of this workscreen.
isModal() - Method in interface javax.rad.application.IWorkScreen
Returns the modal state of this workscreen.
isModal() - Method in class javax.rad.genui.container.UIInternalFrame
Returns the modal option of the internal frame.
isModal() - Method in interface javax.rad.ui.container.IInternalFrame
Returns the modal option of the internal frame.
isModifier(int) - Method in class javax.rad.ui.event.UIEvent
True, if the given modifiers are set.
isMovable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Returns whether the toolbar is movable.
isMovable() - Method in class javax.rad.genui.container.UIToolBar
Returns whether the toolbar is movable.
isMovable() - Method in class javax.rad.model.ColumnDefinition
Returns whether this column can be moved.
isMovable() - Method in interface javax.rad.ui.container.IToolBar
Returns whether the toolbar is movable.
isNavigationKeysEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingDesktopPanel
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in class javax.rad.genui.container.UIDesktopPanel
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in class javax.rad.genui.container.UITabsetPanel
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in interface javax.rad.ui.container.IDesktopPanel
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in interface javax.rad.ui.container.ITabsetPanel
Determines whether the navigation with the keyboard is enabled.
isNewModified() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets wheter the new object was modified after creation.
isNotified() - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets if the InternalToolBarPanel was notified about addNotify.
isNotified() - Method in class javax.rad.genui.UIComponent
Determines whether this UIComponent is displayable.
isNtlmAuthenticated(ISession) - Method in class com.sibvisions.rad.server.security.NtlmDBSecurityManager
Checks if the user was authenticated via ntlm.
isNullable() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Returns if the foreign key is nullable.
isNullable() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns true if values in this column may be null.
isNullable() - Method in class javax.rad.model.ColumnDefinition
Returns true if values in this column may be null.
isNullable() - Method in class javax.rad.persist.ColumnMetaData
Returns true if values in this column may be null.
isObjectAccessAllowed(AbstractObjectProvider, ISession, Map, String, Object) - Method in interface com.sibvisions.rad.server.security.IObjectAccessController
Gets whether access to an object is allowed.
isOldModified() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets wheter the old object was modified after creation.
isOpen() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if the IDataBook is opened.
isOpen() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Returns if the IDataSource is open.
isOpen() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Returns whether the storage is open and ready to use.
isOpen() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns true, if the database is still open.
isOpen() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns if the DBStorage is open.
isOpen(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Checks if the connection to the server is opened.
isOpen(ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Checks if the connection to the server is opened.
isOpen(ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
The connection is always open.
isOpen() - Method in interface javax.rad.model.IDataBook
Returns true if the IDataBook is opened.
isOpen() - Method in interface javax.rad.model.IDataSource
Returns if the IDataSource is open.
isOpen() - Method in class javax.rad.remote.AbstractConnection
Checks if the connection is open.
isOpen(ConnectionInfo) - Method in interface javax.rad.remote.IConnection
Checks if the connection to the server is opened.
isOpen() - Method in class javax.rad.remote.SubConnection
Checks if the connection is open.
isOutOfSync() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets true, if the IDataBook is not yet initialized after a reload.
isOutOfSync() - Method in interface javax.rad.model.IDataBook
Gets true, if the IDataBook is not yet initialized after a reload.
isParameterSet(String) - Method in class com.sibvisions.util.db.DBImporter
Gets whether a parameter is set.
isParamsLogEnabled() - Method in class com.sibvisions.util.Execute
Gets whether parameter logging is enabled.
isPasswordEncryptionEnabled(IConfiguration) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Checks if the password encryption is enabled.
isPasswordValid(ISession, String) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Checks if the user password is valid.
isPasswordValid(ISession, String) - Method in class com.sibvisions.rad.server.security.NtlmDBSecurityManager
Checks if the database password is valid or the user is authenticated via ntlm.
ISplitPanel - Interface in javax.rad.ui.container
Platform and technology independent SplitPanel definition.
isPopupCanceled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
True, if popup is canceled, or popup is set as canceled.
isPopupFocusEvent(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
True, if FocusEvent is caused from the Popup.
isPopupTrigger() - Method in class javax.rad.ui.event.UIMouseEvent
Returns whether or not this mouse event is the popup menu trigger event for the platform.
isPopupVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Returns the visibility of the choice component.
isPreferredSizeSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns true if the preferred size has been set to a non-null value otherwise returns false.
isPreferredSizeSet() - Method in class javax.rad.genui.UIComponent
Returns true if the preferred size has been set to a non-null value otherwise returns false.
isPreferredSizeSet() - Method in interface javax.rad.ui.IComponent
Returns true if the preferred size has been set to a non-null value otherwise returns false.
isQuoted() - Method in class com.sibvisions.rad.persist.jdbc.Name
Returns true if the quoted name should be used.
isReachable(String, int) - Static method in class com.sibvisions.util.type.CommonUtil
Tests if the given port is reachable on the given host.
isReadonly() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if this IDataBook is read only.
isReadOnly() - Method in class javax.rad.model.ColumnDefinition
Returns the read only state of this column.
isReadonly() - Method in interface javax.rad.model.IDataBook
Returns true if this IDataBook is read only.
isRefetch() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns if this DBStorage refetchs after insert and update.
isRelative() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
true, if the anchor is relative.
isRelative() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
true, if the anchor is relative.
isReleased() - Method in class javax.rad.server.SessionContext
Gets the release state of this SessionContext.
isResizable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Indicates whether this frame is resizable by the user.
isResizable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Indicates whether this frame is resizable by the user.
isResizable() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Indicates whether this frame is resizable by the user.
isResizable() - Method in class javax.rad.genui.container.AbstractFrame
Indicates whether this frame is resizable by the user.
isResizable() - Method in class javax.rad.model.ColumnDefinition
Returns whether this column can be resized.
isResizable() - Method in interface javax.rad.ui.container.IFrame
Indicates whether this frame is resizable by the user.
isRunning() - Method in class com.sibvisions.util.Execute
Gets whether the program is still running.
isSaveImmediate() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets it immediate save of changes is enabled.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in class javax.rad.genui.control.UIEditor
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in interface javax.rad.model.ui.ICellEditorListener
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in interface javax.rad.ui.control.IEditor
Tells whether the CellEditor should save immediate.
isSearchTextAnywhere() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
True, if the text is searched anywhere.
isSearchTextAnywhere() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
True, if the text is searched anywhere.
isSearchTextAnywhere() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
True, if the text is searched anywhere.
isSelected() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingToggleButton
Checks if the component is selected.
isSelected() - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingCheckBoxMenuItem
Checks if the component is selected.
isSelected() - Method in class javax.rad.genui.component.AbstractUIToggleButton
Checks if the component is selected.
isSelected() - Method in class javax.rad.genui.menu.UICheckBoxMenuItem
Checks if the component is selected.
isSelected() - Method in interface javax.rad.ui.component.IToggleActionComponent
Checks if the component is selected.
isSelectionVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
isSelfJoined() - Method in class com.sibvisions.rad.model.mem.MemDataBook
True, if this IDataBook is self joined.
isSelfJoined() - Method in interface javax.rad.model.IDataBook
True, if this IDataBook is self joined.
isShowFocusRect() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets if showing the focus rect or not.
isShowFocusRect() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if showing the focus rect or not.
isShowFocusRect() - Method in class javax.rad.genui.control.UITable
Gets if showing the focus rect or not.
isShowFocusRect() - Method in interface javax.rad.ui.control.ITable
Gets if showing the focus rect or not.
isShowGridLines() - Method in class javax.rad.genui.control.UITable
Gets if the horizontal lines or vertical lines are shown.
isShowHorizontalLines() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if showing the vertical lines or not.
isShowHorizontalLines() - Method in class javax.rad.genui.control.UITable
Gets if showing the vertical lines or not.
isShowHorizontalLines() - Method in interface javax.rad.ui.control.ITable
Gets if showing the vertical lines or not.
isShowing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
isShowSelection() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets if showing the selection or not.
isShowSelection() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if showing the selection or not.
isShowSelection() - Method in class javax.rad.genui.control.UITable
Gets if showing the selection or not.
isShowSelection() - Method in interface javax.rad.ui.control.ITable
Gets if showing the selection or not.
isShowVerticalLines() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if showing the vertical lines or not.
isShowVerticalLines() - Method in class javax.rad.genui.control.UITable
Gets if showing the vertical lines or not.
isShowVerticalLines() - Method in interface javax.rad.ui.control.ITable
Gets if showing the vertical lines or not.
isSigned() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns if this ColumnMetaData is signed.
isSigned() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns if the BigDecimalDataType is signed.
isSigned() - Method in class javax.rad.persist.ColumnMetaData
Returns if this ColumnMetaData is signed.
isSortByColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
isSortByColumnName() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
isSortByColumnName() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
isSortOnHeaderEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets true, if it is possible sorting the data by clicking on the header.
isSortOnHeaderEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets true, if it is possible sorting the data by clicking on the header.
isSortOnHeaderEnabled() - Method in class javax.rad.genui.control.UITable
Gets true, if it is possible sorting the data by clicking on the header.
isSortOnHeaderEnabled() - Method in interface javax.rad.ui.control.ITable
Gets true, if it is possible sorting the data by clicking on the header.
isSquareComponents() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the square components mode.
isSquareComponents() - Method in class javax.rad.genui.layout.UIFlowLayout
Gets the square components mode.
isSquareComponents() - Method in interface javax.rad.ui.layout.IFlowLayout
Gets the square components mode.
isStopped() - Static method in class com.sibvisions.util.ThreadHandler
Gets if the current thread is stopped.
isStopped(Thread) - Static method in class com.sibvisions.util.ThreadHandler
Gets if a desired thread is stopped.
isStrikeThrough() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
true, if strike through should be painted.
isStrikeThrough() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughLineBorder
true, if strike through should be painted.
isSupported(MetaData.Feature) - Method in class javax.rad.persist.MetaData
Gets whether a specific feature is supported.
isTableHeaderVisible() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Gets whether the table header is visible.
isTableHeaderVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the visibility of the table header.
isTableHeaderVisible() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the visibility of the table header.
isTableHeaderVisible() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets whether the table header is visible.
isTableHeaderVisible() - Method in class javax.rad.genui.control.UITable
Gets the visibility of the table header.
isTableHeaderVisible() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets whether the table header is visible.
isTableHeaderVisible() - Method in interface javax.rad.ui.control.ITable
Gets the visibility of the table header.
isTableReadonly() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Gets whether the table in the popup readonly.
isTableReadonly() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets whether the table in the popup readonly.
isTableReadonly() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets whether the table in the popup readonly.
isTabMode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Returns if the desktop pane is in tab mode.
isTabMode() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingDesktopPanel
Gets the display mode of the desktop.
isTabMode() - Method in class javax.rad.genui.container.UIDesktopPanel
Gets the display mode of the desktop.
isTabMode() - Method in interface javax.rad.ui.container.IDesktopPanel
Gets the display mode of the desktop.
isTabsDragable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Returns the drag option of tabs in tabbed mode.
isToolBarMovable() - Method in class javax.rad.genui.container.AbstractFrame
Gets whether the toolbars are movable.
isToolBarMovable() - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets whether the toolbars are movable.
isToolBarMovable() - Method in class javax.rad.genui.container.UIToolBarPanel
Gets whether the toolbars are movable.
IStorage - Interface in javax.rad.persist
The IStorage defines the methods to access any kind of table oriented storage: e.g. a database, XML file, ...
IStorageListener - Interface in com.sibvisions.rad.persist.event
The IStorageListener informs about changes in the IStorage.
isTranslationChanged() - Method in class javax.rad.genui.UIComponent
Gets whether the translation was changed.
isTranslationEnabled() - Method in class javax.rad.genui.UIComponent
Gets whether the translation is en- or disabled.
IStyledCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent styled cell editor definition.
isTypeEqual(ServerColumnMetaData, CompareCondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Check if the Type of the column and the value to compare is equal.
ISubSession - Interface in com.sibvisions.rad.server
The ISubSession defines a sub session.
isUpdateAllowed() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if update is allowed on this IDataBook.
isUpdateAllowed() - Method in interface javax.rad.model.IDataBook
Returns true if update is allowed on this IDataBook.
isUpdateEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if update is enabled on this IDataBook.
isUpdateEnabled() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets whether the up-to-date option is enabled.
isUpdateEnabled() - Method in interface javax.rad.model.IDataBook
Returns true if update is enabled on this IDataBook.
isUpdating() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Returns if this row is changed.
isUpdating() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns if this row is changed.
isUpdating() - Method in interface javax.rad.model.IChangeableDataRow
Returns if this row is changed.
isValid() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Checks if the configuration file exists.
isValid(File) - Static method in class com.sibvisions.rad.server.config.Zone
Checks if the zone is valid.
isValid(ISession, Timestamp, Timestamp) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Checks if a user is valid.
isValid() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmAuthInfo
Checks if the authentication information is valid and usable.
isValidationEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Gets true, if only values from the table are allowed.
isValidationEnabled() - Method in class com.sibvisions.util.xml.XmlWorker
Gets the validation state.
isValidationEnabled() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets true, if only values from the table are allowed.
isValidationEnabled() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets true, if only values from the table are allowed.
isValidNode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
Checks, if this node is still valid.
isVisible() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Determines whether this component should be visible when its parent is visible.
isVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
isVisible() - Method in class javax.rad.genui.UIComponent
Determines whether this component should be visible when its parent is visible.
isVisible() - Method in interface javax.rad.ui.IComponent
Determines whether this component should be visible when its parent is visible.
isWebEnvironment() - Method in class javax.rad.application.genui.UILauncher
Gets whether the launcher was started in a web environment.
isWordWrap() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Gets the current state of the word wrap mode.
isWordWrap() - Method in class javax.rad.genui.component.UITextArea
Gets the current state of the word wrap mode.
isWordWrap() - Method in interface javax.rad.ui.component.ITextArea
Gets the current state of the word wrap mode.
isWritable() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns whether this column is writeable.
isWritable() - Method in class javax.rad.model.ColumnDefinition
Returns whether this column will be stored.
isWritable() - Method in class javax.rad.persist.ColumnMetaData
Returns whether this column is writeable.
isWritableColumnChanged() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Returns true if one isWritableColumnChanged() column is changed.
isWritableColumnChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if one isWritableColumnChanged() column is changed.
isWritableColumnChanged() - Method in interface javax.rad.model.IChangeableDataRow
Returns true if one isWritableColumnChanged() column is changed.
isWritebackEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if this data book should write its changes to the storage.
isWritebackEnabled() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns true if this data book should write its changes to the storage.
ITable - Interface in javax.rad.ui.control
Platform and technology independent Table definition.
ITableControl - Interface in javax.rad.model.ui
The ITableControl is an IControl that displays the current page of an IDataBook.
ITabListener - Interface in com.sibvisions.rad.ui.swing.ext.event
The listener interface for receiving "interesting" events on a tabbed pane.
ITabsetListener - Interface in javax.rad.ui.event
Platform and technology independent tabset listener definition.
ITabsetPanel - Interface in javax.rad.ui.container
Platform and technology independent TabSetPanel definition.
ITALIC - Static variable in interface javax.rad.ui.IFont
The italicized style constant.
ITextArea - Interface in javax.rad.ui.component
Platform and technology independent text area definition.
ITextCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent text editor definition.
ITextField - Interface in javax.rad.ui.component
Platform and technology independent text field definition.
IToggleActionComponent - Interface in javax.rad.ui.component
Platform and technology independent toggle action component definition.
IToggleButton - Interface in javax.rad.ui.component
Platform and technology independent toggle button definition.
IToolBar - Interface in javax.rad.ui.container
Platform and technology independent TabSetPanel definition.
IToolBarPanel - Interface in javax.rad.ui.container
Platform and technology independent toolbar panel definition.
ITranslatable - Interface in javax.rad.model.ui
The ITranslatable is the interface for text oriented objects which needs translation support.
ITree - Interface in javax.rad.ui.control
Platform and technology independent tree definition.
ITreeControl - Interface in javax.rad.model.ui
The ITreeControl is an IControl that displays the hierarchy of one or more IDataBooks.
IType<T> - Interface in javax.rad.type
The Type is a platform independent definition of standard types.
ITypeSerializer<T> - Interface in com.sibvisions.rad.remote.serializer
The ITypeSerializer interface defines standard methods for serialization and deserialization of a specific type.
IWindow - Interface in javax.rad.ui.container
Platform and technology independent Window definition.
IWindowListener - Interface in javax.rad.ui.event
Platform and technology independent window listener definition.
IWorkScreen - Interface in javax.rad.application
Platform and technology independent work screen definition.
IWorkScreenApplication - Interface in javax.rad.application
Platform and technology independent definition for an application with work-screens.
IWorkScreenApplication.Modality - Enum in javax.rad.application
The enum for modal content or workscreens.

J

javax.rad - package javax.rad
Contains classes and interfaces which can be used, extended or implemented from all sub packages.
javax.rad.application - package javax.rad.application
Contains all interfaces to develop an application.
javax.rad.application.genui - package javax.rad.application.genui
Contains implementations of the generic application interfaces.
javax.rad.application.genui.event - package javax.rad.application.genui.event
Contains classes for application event handling.
javax.rad.genui - package javax.rad.genui
Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces.
javax.rad.genui.celleditor - package javax.rad.genui.celleditor
Contains a generic implementation of the platform and technology independent celleditor interfaces to design graphical user interfaces.
javax.rad.genui.component - package javax.rad.genui.component
Contains a generic implementation of the platform and technology independent component interfaces to design graphical user interfaces.
javax.rad.genui.container - package javax.rad.genui.container
Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces.
javax.rad.genui.control - package javax.rad.genui.control
Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces.
javax.rad.genui.layout - package javax.rad.genui.layout
Contains a generic implementation of the platform and technology independent layout interfaces to design graphical user interfaces.
javax.rad.genui.menu - package javax.rad.genui.menu
Contains a generic implementation of the platform and technology independent menu interfaces to design graphical user interfaces.
javax.rad.io - package javax.rad.io
Contains storage independent file handling.
javax.rad.model - package javax.rad.model
Contains all model interfaces, abstract base and exception classes.
javax.rad.model.condition - package javax.rad.model.condition
Contains ICondition implementations for different SQL operators.
javax.rad.model.datatype - package javax.rad.model.datatype
Contains all CellType classes.
javax.rad.model.event - package javax.rad.model.event
Contains all model event classes and interfaces.
javax.rad.model.reference - package javax.rad.model.reference
Contains classes for model references.
javax.rad.model.ui - package javax.rad.model.ui
Contains UI relevant interface definitions.
javax.rad.persist - package javax.rad.persist
Contains classes and interfaces needed for java persistence.
javax.rad.remote - package javax.rad.remote
Contains all important interfaces for implementing the client/server communication.
javax.rad.remote.event - package javax.rad.remote.event
Contains all event relevant interfaces and classes for the network communication package.
javax.rad.server - package javax.rad.server
Contains classes and interfaces needed for implementing a remote server.
javax.rad.server.event - package javax.rad.server.event
Contains server and communication event classes.
javax.rad.type - package javax.rad.type
Contains type interfaces and classes for interoperability between technologies.
javax.rad.type.bean - package javax.rad.type.bean
Contains classes for bean handling.
javax.rad.ui - package javax.rad.ui
Contains all interfaces to develop a graphical user interface.
javax.rad.ui.celleditor - package javax.rad.ui.celleditor
Contains all interfaces to develop cell editors.
javax.rad.ui.component - package javax.rad.ui.component
Contains all interfaces to develop components for a graphical user interface.
javax.rad.ui.container - package javax.rad.ui.container
Contains all interfaces to develop containers for a graphical user interface.
javax.rad.ui.control - package javax.rad.ui.control
Contains all interfaces to develop controls for a graphical user interface.
javax.rad.ui.event - package javax.rad.ui.event
Provides classes for dealing with different types of events fired by UI components.
javax.rad.ui.layout - package javax.rad.ui.layout
Contains interfaces and classes for creating platform an technology independent layouts.
javax.rad.ui.menu - package javax.rad.ui.menu
Contains all interfaces to develop menues (menubar, popupmenu, menuitem) for a graphical user interface.
javax.rad.util - package javax.rad.util
Contains API dependent utility classes.
javax.rad.util.event - package javax.rad.util.event
Contains event classes and interfaces.
JdkLineFormatter - Class in com.sibvisions.util.log.jdk
The JdkLineFormatter is a Formatter implementation.
JdkLineFormatter() - Constructor for class com.sibvisions.util.log.jdk.JdkLineFormatter
 
JdkLogger - Class in com.sibvisions.util.log.jdk
The JdkLogger is the ILogger for the java logging API.
JdkLogger(String) - Constructor for class com.sibvisions.util.log.jdk.JdkLogger
Creates a new instance of JdkLogger.
JdkLoggerFactory - Class in com.sibvisions.util.log.jdk
The JdkLoggerFactory is the LoggerFactory implementation for the java logging API.
JdkLoggerFactory() - Constructor for class com.sibvisions.util.log.jdk.JdkLoggerFactory
 
JdkStandardLogger - Class in com.sibvisions.util.log.jdk
The JdkStandardLogger is a special logger for the case that a security manager denies the access to the log properties.
JdkStandardLogger(String) - Constructor for class com.sibvisions.util.log.jdk.JdkStandardLogger
Creates a new instance of JdkStandardLogger.
JSBridge - Class in com.sibvisions.rad.ui.swing.impl
The JSBridge encapsulates the access to javascript functions.
JSBridge(Applet) - Constructor for class com.sibvisions.rad.ui.swing.impl.JSBridge
Creates a new instance of JSBridge for an applet.
JSONUtil - Class in com.sibvisions.rad.server.http.rest
The JSONUtil is an internal utility class for REST handling.
JVX_OS_VERSION - Static variable in interface javax.rad.IPackageSetup
Constant JVx OpenSource version value.
JVxBorderLayout - Class in com.sibvisions.rad.ui.swing.ext.layout
The JVxSequenceLayout can be used as FlowLayout with additional features.
JVxBorderLayout() - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Creates a new instance of JVxBorderLayout.
JVxBorderLayout(int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Creates a new instance of JVxBorderLayout with the desired orientation and gaps.
JVxButton - Class in com.sibvisions.rad.ui.swing.ext
The JVxButton is a JButton extension.
JVxButton() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxButton
Creates a button with no set text or icon.
JVxButton(Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxButton
Creates a button with an icon.
JVxButton(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxButton
Creates a button with text.
JVxButton(Action) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxButton
Creates a button where properties are taken from the Action supplied.
JVxButton(String, Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxButton
Creates a button with initial text and an icon.
JVxCalendarPane - Class in com.sibvisions.rad.ui.swing.ext
The JVxCalendarPane provides Calendar functionality.
JVxCalendarPane() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Creates a new CalendarPane with no date selected.
JVxChart - Class in com.sibvisions.rad.ui.swing.ext
The JVxChart is a simple chart panel which also implements the ITableControl interface.
JVxChart() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChart
Constructs an editor.
JVxChart.DataBookXYDataset - Class in com.sibvisions.rad.ui.swing.ext
This class provides an AbstractIntervalXYDataset implementation for a DataBook.
JVxChart.DataBookXYDataset(IDataBook, String, String[], JVxChart) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
Creates a new JDBCXYDataset (initially empty) with no database connection.
JVxCheckBoxMenuItem - Class in com.sibvisions.rad.ui.swing.ext
A menu item that can be selected or deselected.
JVxCheckBoxMenuItem() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBoxMenuItem
Creates an initially unselected check box menu item with no set text or icon.
JVxCheckBoxMenuItem(Action) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBoxMenuItem
Creates a menu item whose properties are taken from the Action supplied.
JVxCheckBoxMenuItem(Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBoxMenuItem
Creates an initially unselected check box menu item with an icon.
JVxCheckBoxMenuItem(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBoxMenuItem
Creates an initially unselected check box menu item with text.
JVxCheckBoxMenuItem(String, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBoxMenuItem
Creates a check box menu item with the specified text and selection state.
JVxCheckBoxMenuItem(String, Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBoxMenuItem
Creates an initially unselected check box menu item with the specified text and icon.
JVxCheckBoxMenuItem(String, Icon, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBoxMenuItem
Creates a check box menu item with the specified text, icon, and selection state.
JVxChoice - Class in com.sibvisions.rad.ui.swing.ext
A Choice editor can display and switch several values as Image.
JVxChoice() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChoice
Constructs a new JVxChoice component.
JVxChoice(Object[], Image[]) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChoice
Constructs a new JVxChoice with the given allowed values and image names.
JVxChoice.NullCaret - Class in com.sibvisions.rad.ui.swing.ext
Null Caret is a invisible non functional Caret to prevent null pointer exceptions in swing.
JVxChoice.NullCaret() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
Creates a new instance of NullCaret.
JVxChoice.NullDocumentFilter - Class in com.sibvisions.rad.ui.swing.ext
Null Document Filter.
JVxChoice.NullDocumentFilter() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullDocumentFilter
 
JVxChoiceCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxChoiceCellEditor provides the generation of the physical choice editor component, handles correct all events, and gives standard access to edited values.
JVxChoiceCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Constructs a new JVxChoiceCellEditor.
JVxChoiceCellEditor(Object[], String[]) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Constructs a new JVxChoiceCellEditor with the given allowed values and image names.
JVxChoiceRenderer - Class in com.sibvisions.rad.ui.swing.ext.cellrenderer
The JVxChoiceRenderer is a choice renderer.
JVxChoiceRenderer() - Constructor for class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Constructs a new JVxRendererContainer.
JVxComboBase - Class in com.sibvisions.rad.ui.swing.ext
JVxComboBase is a generic component for displaying any editor component combined with any popup component.
JVxComboBase() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Creates a new instance of JVxComboBase with a default editor.
JVxComboBase.GenericComboBoxEditor - Class in com.sibvisions.rad.ui.swing.ext
Generic Editor that allows the changing the EditorComponent.
JVxComboBase.GenericComboBoxEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
Generates a GenericComboBoxEditor with JTextField.
JVxComboBase.GenericComboBoxEditor(JTextComponent) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
Generates a GenericComboBoxEditor with the given editor.
JVxComboCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxComboCellEditor defines popup handling of in place editors.
JVxComboCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxComboCellEditor
Creates a new instance of JVxComboCellEditor.
JVxConstants - Interface in com.sibvisions.rad.ui.swing.ext
A collection of constants generally used for positioning and orienting components on the screen (In memoriam Jeff and Ralph).
JVxDateCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxDateCellEditor provides the generation of the physical Date editor component, handles correct all events, and gives standard access to edited values.
JVxDateCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor
Constructs a new JVxDateCellEditor.
JVxDateCellEditor(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor
Constructs a new JVxDateCellEditor with the given date format.
JVxDateCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.swing.ext.celleditor
Sets the internal changed flag, and informs the CellEditorListener if editing is completed.
JVxDateCellEditor.CellEditorHandler(JVxDateCellEditor, ICellFormatterEditorListener, IDataRow, String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Constructs a new CellEditorHandler.
JVxDateCombo - Class in com.sibvisions.rad.ui.swing.ext
The JVxDateCombo handles DateEditor with CalendarPane.
JVxDateCombo() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxDateCombo
Constructs a JVxDateCombo.
JVxDateCombo(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxDateCombo
Constructs a JVxDateCombo.
JVxDateCombo.DateComboBoxModel - Class in com.sibvisions.rad.ui.swing.ext
The DateComboBoxModel is a generic ComboBoxModel implementation.
JVxDateCombo.DateComboBoxModel(JVxComboBase) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
Constructs an ComboBoxModel.
JVxDesktopManager - Class in com.sibvisions.rad.ui.swing.ext
This class extends the DefaultDesktopManager to follow the MDI model more than the DefaultDesktopManager.
JVxDesktopManager() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxDesktopManager
 
JVxDesktopPane - Class in com.sibvisions.rad.ui.swing.ext
The JVxDesktopPane extends a JDesktopPane and enables the usage of a background image.
JVxDesktopPane() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Creates a new instance of JVxDesktopPane with the JVxDesktopManager.
JVxEditor - Class in com.sibvisions.rad.ui.swing.ext
Editor that implements IControl interface.
JVxEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxEditor
Constructs an editor.
JVxFormLayout - Class in com.sibvisions.rad.ui.swing.ext.layout
The FormLayout is a simple to use Layout which allows complex forms.
JVxFormLayout() - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Constructs a new FormLayout.
JVxFormLayout.Anchor - Class in com.sibvisions.rad.ui.swing.ext.layout
The Anchor gives the possible horizontal and vertical positions.
JVxFormLayout.Anchor(JVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Constructs an anchor relative to pRelatedAnchor auto sized.
JVxFormLayout.Anchor(JVxFormLayout.Anchor, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Constructs an anchor relative to pRelatedAnchor with pPosition pixels.
JVxFormLayout.Anchor(JVxFormLayout.Anchor, JVxFormLayout.Anchor, float) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Constructs an centered anchor between the related and second related anchor.
JVxFormLayout.Anchor(JVxFormLayout.Anchor, JVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Constructs an centered anchor between the related and second related anchor.
JVxFormLayout.Constraint - Class in com.sibvisions.rad.ui.swing.ext.layout
The Constraint stores the top, left, bottom and right Anchor for layouting a component.
JVxFormLayout.Constraint(JVxFormLayout.Anchor, JVxFormLayout.Anchor, JVxFormLayout.Anchor, JVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Constructs Constraints with the given anchors as bounds.
JVxFormLayout.Constraint(JVxFormLayout.Anchor, JVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Constructs Constraints with the given anchors as bounds.
JVxIcon - Class in com.sibvisions.rad.ui.swing.ext
The JVxIcon is a simple component with an image.
JVxIcon() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxIcon
Creates a new instance of JVxIcon without an image.
JVxIcon(Image) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxIcon
Creates a new instance of JVxIcon based on an Image.
JVxIconRenderer - Class in com.sibvisions.rad.ui.swing.ext.cellrenderer
The JVxIconRenderer is a renderer for an icon.
JVxIconRenderer() - Constructor for class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Constructs a new instance of JVxIconRenderer.
JVxImageViewer - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxImageViewer provides the generation of the physical image viewer component, handles correct all events, and gives standard access to values.
JVxImageViewer() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxImageViewer
Constructs a new JVxChoiceCellEditor.
JVxInplaceCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxInplaceCellEditor provides the styling of cell editors.
JVxInplaceCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxInplaceCellEditor
Creates a new instance of JVxInplaceCellEditor.
JVxInternalFrame - Class in com.sibvisions.rad.ui.swing.ext
The JVxInternalFrame extends a JInternalFrame to support the modal mode and event queue blocking, like modal dialogs.
JVxInternalFrame() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Creates a non-resizable, non-closable, non-maximizable, non-iconifiable JVxInternalFrame with no title.
JVxInternalFrame(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Creates a non-resizable, non-closable, non-maximizable, non-iconifiable JVxInternalFrame with the specified title.
JVxInternalFrame.ModalComponentListener - Class in com.sibvisions.rad.ui.swing.ext
The ModalComponentListener resizes the transparent panel for the modal desktop.
JVxInternalFrame.ModalComponentListener() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame.ModalComponentListener
 
JVxLinkedCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxLinkedCellEditor provides the generation of the physical linked editor component, handles correct all events, and gives standard access to edited values.
JVxLinkedCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Constructs a new JVxLinkedCellEditor.
JVxLinkedCellEditor(ReferenceDefinition) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Constructs a new JVxLinkedCellEditor with the given link reference.
JVxLinkedCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.swing.ext.celleditor
Sets the internal changed Flag, and informs the CellEditorListener if editing is completed.
JVxLinkedCellEditor.CellEditorHandler(JVxLinkedCellEditor, ICellFormatterEditorListener, IDataRow, String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Constructs a new CellEditorHandler.
JVxNumberCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxTextCellEditor provides the generation of the physical number editor component, handles correct all events, and gives standard access to edited values.
JVxNumberCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor
Constructs a new JVxTextCellEditor.
JVxNumberCellEditor(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor
Constructs a new JVxNumberCellEditor with the given number format.
JVxNumberCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.swing.ext.celleditor
Sets the internal changed Flag, and informs the CellEditorListener if editing is completed.
JVxNumberCellEditor.CellEditorHandler(JVxNumberCellEditor, ICellFormatterEditorListener, IDataRow, String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Constructs a new CellEditorHandler.
JVxPanel - Class in com.sibvisions.rad.ui.swing.ext
The JVxPanel is a JPanel with a background image.
JVxPanel() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxPanel
 
JVxRendererContainer - Class in com.sibvisions.rad.ui.swing.ext.cellrenderer
The JVxRendererContainer is a renderer container.
JVxRendererContainer() - Constructor for class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Constructs a new JVxRendererContainer.
JVxScrollPane - Class in com.sibvisions.rad.ui.swing.ext
ScrollPane implementation that get the right minimum size, preferred size and maximum size.
JVxScrollPane(Component, int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Creates a JVxScrollPane that displays the view component in a viewport whose view position can be controlled with a pair of scrollbars.
JVxScrollPane(Component) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Creates a JVxScrollPane that displays the contents of the specified component, where both horizontal and vertical scrollbars appear whenever the component's contents are larger than the view.
JVxScrollPane(int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Creates an empty (no viewport view) JVxScrollPane with specified scrollbar policies.
JVxScrollPane() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Creates an empty (no viewport view) JVxScrollPane where both horizontal and vertical scrollbars appear when needed.
JVxSequenceLayout - Class in com.sibvisions.rad.ui.swing.ext.layout
The JVxSequenceLayout can be used as FlowLayout with additional features.
JVxSequenceLayout() - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Creates a new instance of JVxSequenceLayout with SwingConstants.HORIZONTAL orientation and 5 pixels vertical and horizontal gap.
JVxSequenceLayout(int) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Creates a new instance of JVxSequenceLayout with the desired orientation and 5 pixels vertical and horizontal gap.
JVxSequenceLayout(int, int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Creates a new instance of JVxSequenceLayout with the desired orientation and gaps.
JVxSplitPane - Class in com.sibvisions.rad.ui.swing.ext
SplitPane implementation that allows top, left, right, right and relative anchored divider.
JVxSplitPane() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Creates a new JVxSplitPane configured to arrange the child components side-by-side horizontally with no continuous layout, using two buttons for the components.
JVxSplitPane(int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Creates a new JVxSplitPane configured with the specified orientation and no continuous layout.
JVxSplitPane(int, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Creates a new JVxSplitPane with the specified orientation and redrawing style.
JVxSplitPane(int, Component, Component) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Creates a new JVxSplitPane with the specified orientation and with the specified components that do not do continuous redrawing.
JVxSplitPane(int, boolean, Component, Component) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Creates a new JVxSplitPane with the specified orientation and redrawing style, and with the specified components.
JVxSplitPane.CoveragePanel - Class in com.sibvisions.rad.ui.swing.ext
Coverage Panel is needed to change minimum size other than defined in from the given component.
JVxSplitPane.CoveragePanel() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane.CoveragePanel
Constructs a new CoveragePanel.
JVxStyledCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxStyledCellEditor provides the styling of cell editors.
JVxStyledCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxStyledCellEditor
Constructs a new instance of JVxStyledCellEditor.
JVxTabbedPane - Class in com.sibvisions.rad.ui.swing.ext
The JVxTabbedPane extends the JTabbedPane and allows special tab options, like closing.
JVxTabbedPane() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Creates a new instance of JVxTabbedPane with default settings.
JVxTable - Class in com.sibvisions.rad.ui.swing.ext
Scrollable JTable that implements ITableControl interface.
JVxTable() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable
Constructs a JVxTable.
JVxTable.CellEditorPane - Class in com.sibvisions.rad.ui.swing.ext
CellEditorPane provides different editor sizes as the cell has.
JVxTable.CellEditorPane(JVxTable) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
Constructs a new CellEditorPane.
JVxTable.CellEditorPane(JVxTable, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
Constructs a new CellEditorPane.
JVxTable.DataBookTableColumnModel - Class in com.sibvisions.rad.ui.swing.ext
Implements the JTable model interfaces with the given IDataBook.
JVxTable.DataBookTableColumnModel(JVxTable) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
Generates the TableColumnModel for the given JVxTable.
JVxTable.DataBookTableModel - Class in com.sibvisions.rad.ui.swing.ext
Implements the TableModel interfaces with the given IDataBook.
JVxTable.DataBookTableModel(JVxTable, IDataBook) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
Generates the TableModels with the given IDataBook.
JVxTable.GenericTableCellHandler - Class in com.sibvisions.rad.ui.swing.ext
The GenericTableCellEditor is a wrapper, that provides ICellEditor functionality.
JVxTable.GenericTableCellHandler(JVxTable, String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
Constructs a new GenericTableCellEditor.
JVxTable.StrikeThroughEmptyBorder - Class in com.sibvisions.rad.ui.swing.ext
EmptyBorder with strike through functionality.
JVxTable.StrikeThroughEmptyBorder() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
Constructs a new StrikeThroughEmptyBorder.
JVxTable.StrikeThroughLineBorder - Class in com.sibvisions.rad.ui.swing.ext
LineBorder with strike through functionality.
JVxTable.StrikeThroughLineBorder() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughLineBorder
Constructs a new StrikeThroughLineBorder.
JVxTextCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxTextCellEditor provides the generation of the physical text editor component, handles correct all events, and gives standard access to edited values.
JVxTextCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor
Constructs a new JVxTextCellEditor.
JVxTextCellEditor(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor
Constructs a new JVxTextCellEditor with the given content type.
JVxTextCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.swing.ext.celleditor
Sets the internal changed flag, and informs the CellEditorListener if editing is completed.
JVxTextCellEditor.CellEditorHandler(JVxTextCellEditor, ICellFormatterEditorListener, IDataRow, String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Constructs a new CellEditorHandler.
JVxToggleButton - Class in com.sibvisions.rad.ui.swing.ext
The JVxToggleButton is a JToggleButton extension.
JVxToggleButton() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates an initially unselected toggle button without setting the text or image.
JVxToggleButton(Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates an initially unselected toggle button with the specified image but no text.
JVxToggleButton(Icon, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates a toggle button with the specified image and selection state, but no text.
JVxToggleButton(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates an unselected toggle button with the specified text.
JVxToggleButton(String, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates a toggle button with the specified text and selection state.
JVxToggleButton(Action) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates a toggle button where properties are taken from the Action supplied.
JVxToggleButton(String, Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates a toggle button that has the specified text and image, and that is initially unselected.
JVxToggleButton(String, Icon, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates a toggle button with the specified text, image, and selection state.
JVxToolBar - Class in com.sibvisions.rad.ui.swing.ext
The JVxToolBar is an extended JToolBar.
JVxToolBar() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToolBar
Creates a new instance of JToolBar with SwingConstants.HORIZONTAL orientation.
JVxToolBar(int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToolBar
Creates a new instance of JToolBar with an user-defined orientation.
JVxToolBar(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToolBar
Creates a new instance of JToolBar with an user-defined toolbar name and SwingConstants.HORIZONTAL orientation.
JVxToolBar(String, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToolBar
Creates a new instance of JToolBar with an user-defined toolbar name and orientation.
JVxToolBarPanel - Class in com.sibvisions.rad.ui.swing.ext
The JVxToolBarPanel is a special JPanel extension with a content pane and toolbar areas around it.
JVxToolBarPanel() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Creates a new instance of JVxToolBarPanel.
JVxToolBarPanel.ToolBarArea - Enum in com.sibvisions.rad.ui.swing.ext
the possible toolbar areas.
JVxTree - Class in com.sibvisions.rad.ui.swing.ext
Scrollable JTree that implements IControl interface.
JVxTree() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTree
Constructs a JVxTable.
JVxTree.DataPageNode - Class in com.sibvisions.rad.ui.swing.ext
DataPageNode implements MutableTreeNode.
JVxTree.DataPageNode(JVxTree, IDataBook[]) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
Constructs a new root DataPageNode.
JVxTree.DataRowTreeCellEditor - Class in com.sibvisions.rad.ui.swing.ext
DataRowTreeCellRenderer renders the tree columns.
JVxTree.DataRowTreeCellEditor(JTree, DefaultTreeCellRenderer) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellEditor
Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and a default editor.
JVxTree.DataRowTreeCellEditor(JTree, DefaultTreeCellRenderer, TreeCellEditor) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellEditor
Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and the specified editor.
JVxTree.DataRowTreeCellRenderer - Class in com.sibvisions.rad.ui.swing.ext
DataRowTreeCellRenderer renders the tree columns.
JVxTree.DataRowTreeCellRenderer() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellRenderer
 
JVxUtil - Class in com.sibvisions.rad.ui.swing.ext
The JVxUtil is a utility class with often used functionality encapsulated in useful methods.
JVxUtil() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxUtil
Invisible constructor, because the JVxUtil class is a utility class.

K

Key - Class in com.sibvisions.rad.persist.jdbc
It stores all relevant information to a Primary or Unique Key.
Key(String) - Constructor for class com.sibvisions.rad.persist.jdbc.Key
Construct a Select cache object.
Key - Class in javax.rad.ui.event
Stores Key Event Data for Accelerator.
KEY_FIRST - Static variable in class javax.rad.ui.event.UIKeyEvent
The first number in the range of ids used for mouse events.
KEY_LAST - Static variable in class javax.rad.ui.event.UIKeyEvent
The last number in the range of ids used for mouse events.
KEY_PRESSED - Static variable in class javax.rad.ui.event.UIKeyEvent
The "key pressed" event.
KEY_RELEASED - Static variable in class javax.rad.ui.event.UIKeyEvent
The "key released" event.
KEY_TYPED - Static variable in class javax.rad.ui.event.UIKeyEvent
The "key typed" event.
KeyHandler - Class in javax.rad.ui.event
The KeyHandler is a EventHandler that handles IKeyListener.
KeyHandler(String) - Constructor for class javax.rad.ui.event.KeyHandler
Constructs a new KeyHandler.
keyPressed(KeyEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
keyPressed(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
keyPressed(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
keyPressed(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
keyPressed(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
keyPressed(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
keyPressed(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
keyPressed(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
keyPressed(UIKeyEvent) - Method in interface javax.rad.ui.event.IKeyListener
Invoked when a key has been pressed.
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
keyReleased(UIKeyEvent) - Method in interface javax.rad.ui.event.IKeyListener
Invoked when a key has been released.
keys(G) - Method in class com.sibvisions.util.GroupHashtable
Returns an enumeration of the keys associated with a group, in this hashtable.
keys() - Method in class com.sibvisions.util.OrderedHashtable
Returns an enumeration of the keys in this hashtable.
keys() - Method in class javax.rad.util.TranslationMap
Gets all translation map texts.
keySet() - Method in class com.sibvisions.util.IdentityKeyValueList
Returns a Set view of the keys contained in this list.
keySet() - Method in class com.sibvisions.util.KeyValueList
Returns a Set view of the keys contained in this list.
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
keyTyped(UIKeyEvent) - Method in interface javax.rad.ui.event.IKeyListener
Invoked when a key has been typed.
KeyValueList<K,V> - Class in com.sibvisions.util
The KeyValueList mapps multiple values to a single key.
KeyValueList() - Constructor for class com.sibvisions.util.KeyValueList
 

L

last() - Method in class com.sibvisions.util.ArrayUtil
Gets the last element.
lastIndexOf(Object) - Method in class com.sibvisions.util.ArrayUtil
lastIndexOf(Object, int) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(T[], T, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(List<T>, T) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(List<T>, T, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(boolean[], boolean) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(boolean[], boolean, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(int[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(long[], long) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(long[], long, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(float[], float) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(float[], float, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(double[], double) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(double[], double, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOfReference(Object) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the reference from the specified element, or -1 if the list does not contain this element.
lastIndexOfReference(Object, int) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOfReference(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the reference from the specified element, or -1 if the list does not contain this element.
lastIndexOfReference(T[], T, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element started at pIndex, or -1 if the list does not contain this element.
lastModified() - Method in class javax.rad.util.TranslationMap
Gets the last modified time.
layoutContainer(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
layoutContainer(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
layoutContainer(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
length() - Method in class javax.rad.model.TreePath
Gets the length of the array.
Less - Class in javax.rad.model.condition
The Less condition implements the comparison "<"(less) of values.
Less() - Constructor for class javax.rad.model.condition.Less
Creates a new instance of Less.
Less(String, Object) - Constructor for class javax.rad.model.condition.Less
Creates a new instance of Less with a defined compare value.
Less(String, Object, boolean) - Constructor for class javax.rad.model.condition.Less
Creates a new instance of Less with a defined compare value.
Less(IDataRow, String) - Constructor for class javax.rad.model.condition.Less
Constructs a new Less Condition, with a column, the IDataRow to check and if null values should be ignored.
Less(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.Less
Constructs a new Less Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
Less(IDataRow, String, String) - Constructor for class javax.rad.model.condition.Less
Constructs a new Less Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
Less(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.Less
Constructs a new Less Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
LessEquals - Class in javax.rad.model.condition
The LessEquals condition implements the comparison "<="(less equals) of values.
LessEquals() - Constructor for class javax.rad.model.condition.LessEquals
Creates a new instance of LessEquals.
LessEquals(String, Object) - Constructor for class javax.rad.model.condition.LessEquals
Creates a new instance of LessEquals with a defined compare value.
LessEquals(String, Object, boolean) - Constructor for class javax.rad.model.condition.LessEquals
Creates a new instance of LessEquals with a defined compare value.
LessEquals(IDataRow, String) - Constructor for class javax.rad.model.condition.LessEquals
Constructs a new LessEquals Condition, with a column, the IDataRow to check and if null values should be ignored.
LessEquals(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.LessEquals
Constructs a new LessEquals Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
LessEquals(IDataRow, String, String) - Constructor for class javax.rad.model.condition.LessEquals
Constructs a new LessEquals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
LessEquals(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.LessEquals
Constructs a new LessEquals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
LIFECYCLENAME - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the life-cycle object name.
lightGray - Static variable in class javax.rad.genui.UIColor
The color light gray.
like(String, String) - Static method in class com.sibvisions.util.type.FileUtil
Fast like search in path with wildcard(**, * and ?)
like(String, String) - Static method in class com.sibvisions.util.type.StringUtil
Fast like search in Strings with wildcard(* and ?)
Like - Class in javax.rad.model.condition
The Like condition implements the comparison of values with wildcards. *,?
Like() - Constructor for class javax.rad.model.condition.Like
Creates a new instance of Like.
Like(String, Object) - Constructor for class javax.rad.model.condition.Like
Creates a new instance of Like with a defined compare value.
Like(String, Object, boolean) - Constructor for class javax.rad.model.condition.Like
Creates a new instance of Like with a defined compare value.
Like(IDataRow, String) - Constructor for class javax.rad.model.condition.Like
Constructs a new Like Condition, with a column, the IDataRow to check and if null values should be ignored.
Like(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.Like
Constructs a new Like Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
Like(IDataRow, String, String) - Constructor for class javax.rad.model.condition.Like
Constructs a new Like Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
Like(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.Like
Constructs a new Like Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
LikeIgnoreCase - Class in javax.rad.model.condition
The LikeIgnoreCase condition implements the comparison of values with wildcards and ignors case. *,?
LikeIgnoreCase() - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Creates a new instance of LikeIgnoreCase.
LikeIgnoreCase(String, Object) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Creates a new instance of LikeIgnoreCase with a defined compare value.
LikeIgnoreCase(String, Object, boolean) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Creates a new instance of LikeIgnoreCase with a defined compare value.
LikeIgnoreCase(IDataRow, String) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check and if null values should be ignored.
LikeIgnoreCase(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
LikeIgnoreCase(IDataRow, String, String) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
LikeIgnoreCase(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
LikeReverse - Class in javax.rad.model.condition
The LikeReverse condition implements the comparison of values with wildcards. *,?
LikeReverse() - Constructor for class javax.rad.model.condition.LikeReverse
Creates a new instance of LikeReverse.
LikeReverse(String, Object) - Constructor for class javax.rad.model.condition.LikeReverse
Creates a new instance of LikeReverse with a defined compare value.
LikeReverse(String, Object, boolean) - Constructor for class javax.rad.model.condition.LikeReverse
Creates a new instance of LikeReverse with a defined compare value.
LikeReverse(IDataRow, String) - Constructor for class javax.rad.model.condition.LikeReverse
Constructs a new LikeReverse Condition, with a column, the IDataRow to check and if null values should be ignored.
LikeReverse(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.LikeReverse
Constructs a new LikeReverse Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
LikeReverse(IDataRow, String, String) - Constructor for class javax.rad.model.condition.LikeReverse
Constructs a new LikeReverse Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
LikeReverse(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.LikeReverse
Constructs a new LikeReverse Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
LikeReverseIgnoreCase - Class in javax.rad.model.condition
The LikeReverseIgnoreCase condition implements the comparison of values with wildcards and ignors case. *,?
LikeReverseIgnoreCase() - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Creates a new instance of LikeReverseIgnoreCase.
LikeReverseIgnoreCase(String, Object) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Creates a new instance of LikeReverseIgnoreCase with a defined compare value.
LikeReverseIgnoreCase(String, Object, boolean) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Creates a new instance of LikeReverseIgnoreCase with a defined compare value.
LikeReverseIgnoreCase(IDataRow, String) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check and if null values should be ignored.
LikeReverseIgnoreCase(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
LikeReverseIgnoreCase(IDataRow, String, String) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
LikeReverseIgnoreCase(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
lineColor - Variable in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
true, if strike through should be painted.
list(InputStream) - Method in class com.sibvisions.util.db.DBImporter
Gets all statements from the given stream.
listApplicationNames(Configuration.ApplicationListOption) - Static method in class com.sibvisions.rad.server.config.Configuration
Gets a list of all available application names.
ListSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for any kind of List.
ListSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ListSerializer
Constructs a new instance of ListSerializer with support for ArrayList, ArrayUtil and Vector.
listZipEntries(InputStream) - Static method in class com.sibvisions.util.type.FileUtil
Gets a list of all entries from a zip archive.
lLastTranslationModified - Variable in class javax.rad.genui.UIComponent
the time of the last translation modification.
loadData(MemDataBook, ICondition) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Loads the relevant data into the internal data book.
LocaleUtil - Class in com.sibvisions.util.type
The DateUtil is a utility class for date conversion and for formatting dates as string.
lockRow(String, ServerMetaData, ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It locks the specified row in the storage.
lockRow(String, ServerMetaData, ICondition) - Method in interface com.sibvisions.rad.persist.jdbc.IDBAccess
It locks the specified row in the storage.
lockRowInternal(String, ServerMetaData, ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It locks the current row and return how many rows are affected.
log - Variable in class com.sibvisions.rad.server.AbstractSession
the log instance.
logger - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
The logger for protocol the performance.
LoggerFactory - Class in com.sibvisions.util.log
The LoggerFactory is a factory for creating ILogger instances, for the configured log technology.
LoggerFactory() - Constructor for class com.sibvisions.util.log.LoggerFactory
Invisible constructor, because the LoggerFactory is a utility class.
Login - Class in com.sibvisions.rad.application
The Login creates and layouts the UI components for the login screen of the Application application.
Login(UIDesktopPanel, IConnectable) - Constructor for class com.sibvisions.rad.application.Login
Creates a new instance of the login UI.
LOGIN_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) login image (used for toolbar buttons or icons).
LOGIN_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) login image (used for menuitems or buttons).
logon(String, String, String) - Method in class com.sibvisions.rad.server.security.ntlm.NtlmHelper
Logs on to a domaincontroller with username and password.
logon() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmHelper
Logs on to a domaincontroller with the current credentials.
logon(NtlmSession, NtlmPasswordAuthentication) - Method in class com.sibvisions.rad.server.security.ntlm.NtlmHelper
Logs on to a domaincontroller with prevalidated credentials.
logout(ISession) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Performs a manual or automatic logout.
logout(ISession) - Method in interface com.sibvisions.rad.server.security.ISecurityManager
Performs a manual or automatic logout.
logout(ISession) - Method in class com.sibvisions.rad.server.security.XmlSecurityManager
Performs a manual or automatic logout.
LOGOUT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) logout image (used for toolbar buttons or icons).
LOGOUT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) logout image (used for menuitems or buttons).
LongArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Long arrays.
LongArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.LongArraySerializer
 
LONGNVARCHAR - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
A jdbc VARCHAR DB column data type constant.
LongSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Long.
LongSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.LongSerializer
 
LongType - Class in javax.rad.type
The LongType is a platform independent definition of long.
LongType() - Constructor for class javax.rad.type.LongType
Constructs a new LongType.

M

magenta - Static variable in class javax.rad.genui.UIColor
The color magenta.
Mail - Class in com.sibvisions.util
The Mail class is a utility class for sending mails.
Mail(String, String) - Constructor for class com.sibvisions.util.Mail
Creates a new instance of Mail with a specific mailserver and smtp port.
Mail(String, String, String, String) - Constructor for class com.sibvisions.util.Mail
Creates a new instance of Mail with a specific mailserver, smtp port and authentication credentials.
main(String[]) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Starts the application as frame.
MapSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for any kind of Map.
MapSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.MapSerializer
Constructs a new instance of MapSerializer with support for HashMap, Hashtable and Properties.
MasterConnection - Class in javax.rad.remote
The MasterConnection provides sub connections and an alive check for all known connections.
MasterConnection(IConnection) - Constructor for class javax.rad.remote.MasterConnection
Creates a new instance of AppliationConnection with an IConnection implementation.
MAX_IMAGESIZE - Static variable in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuItem
the maximum size of menu images.
MAXIMIZED_BOTH - Static variable in interface javax.rad.ui.container.IFrame
This state bit mask indicates that frame is fully maximized (that is both horizontally and vertically).
MAXIMIZED_HORIZ - Static variable in interface javax.rad.ui.container.IFrame
This state bit indicates that frame is maximized in the horizontal direction.
MAXIMIZED_VERT - Static variable in interface javax.rad.ui.container.IFrame
This state bit indicates that frame is maximized in the vertical direction.
maximumLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
maximumLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
maxValue - Variable in class javax.rad.type.AbstractNumberType
The maximal allowed value.
MD2 - Static variable in class com.sibvisions.util.SecureHash
the MD2 hash algorithm.
MD4 - Static variable in class com.sibvisions.util.SecureHash
the MD4 hash algorithm.
MD4MessageDigest - Class in com.sibvisions.util.security
Implementation of the MD4 Message-Digest Algorithm based upon the reference implementation in RFC1320.
MD4MessageDigest() - Constructor for class com.sibvisions.util.security.MD4MessageDigest
Creates a new instance of MD4MessageDigest.
MD5 - Static variable in class com.sibvisions.util.SecureHash
the MD5 hash algorithm.
MemDataBook - Class in com.sibvisions.rad.model.mem
The MemDataBook is a storage independent table, and handles all operations to load, save and manipulate table oriented data.
MemDataBook() - Constructor for class com.sibvisions.rad.model.mem.MemDataBook
Contructs a new MemDataBook with an empty RowDefinition.
MemDataBook(RowDefinition) - Constructor for class com.sibvisions.rad.model.mem.MemDataBook
Constructs a new MemDataBook with the given RowDefinition.
MemDataPage - Class in com.sibvisions.rad.model.mem
A MemDataPage is the memory implementation for a data page of an IDataBook.
MemDataPage(MemDataBook, IDataRow) - Constructor for class com.sibvisions.rad.model.mem.MemDataPage
Construct a new MemDataPage for the specified IDataBook and the corresponding master row.
MemDataSource - Class in com.sibvisions.rad.model.mem
The MemDataSource is a base class for all DataSources.
MemDataSource() - Constructor for class com.sibvisions.rad.model.mem.MemDataSource
Creates a MemDataSource.
Memory - Class in com.sibvisions.util
The Memory class is a utility class for memory optimization and information.
menuBar - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
the menu bar.
menuBar - Variable in class javax.rad.genui.container.AbstractFrame
the menu bar.
Message - Class in com.sibvisions.rad.application
The Message class is an UIInternalFrame to display messages on the screen.
Message(UIDesktopPanel, int, int, String, String, String) - Constructor for class com.sibvisions.rad.application.Message
Creates a new instance of Message.
MESSAGE_BUTTON_OK - Static variable in interface javax.rad.application.IMessageConstants
the type for ok button.
MESSAGE_BUTTON_OK_CANCEL - Static variable in interface javax.rad.application.IMessageConstants
the type for ok, cancel buttons.
MESSAGE_BUTTON_YES_NO - Static variable in interface javax.rad.application.IMessageConstants
the type for yes, no buttons.
MESSAGE_ERROR_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 32x32 px) error image, for messages (used for toolbar buttons or icons).
MESSAGE_ERROR_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) error image, for messages (used for menuitems or buttons).
MESSAGE_ICON_ERROR - Static variable in interface javax.rad.application.IMessageConstants
the type for error icon.
MESSAGE_ICON_INFO - Static variable in interface javax.rad.application.IMessageConstants
the type for information icon.
MESSAGE_ICON_QUESTION - Static variable in interface javax.rad.application.IMessageConstants
the type for question icon.
MESSAGE_ICON_WARNING - Static variable in interface javax.rad.application.IMessageConstants
the type for warning icon.
MESSAGE_INFO_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 32x32 px) information image, for messages (used for toolbar buttons or icons).
MESSAGE_INFO_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) information image, for messages (used for menuitems or buttons).
MESSAGE_QUESTION_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 32x32 px) question image, for messages (used for toolbar buttons or icons).
MESSAGE_QUESTION_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) question image, for messages (used for menuitems or buttons).
MESSAGE_WARNING_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 32x32 px) warning image, for messages (used for toolbar buttons or icons).
MESSAGE_WARNING_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) warning image, for messages (used for menuitems or buttons).
MET_SESSION_CREATE - Static variable in interface javax.rad.remote.IConnection
Constant for the session create method.
MET_SESSION_DESTROY - Static variable in interface javax.rad.remote.IConnection
Constant for the session destroy method.
MET_SESSION_GET_PROPERTIES - Static variable in interface javax.rad.remote.IConnection
Constant for the get properties method.
MET_SESSION_GET_PROPERTY - Static variable in interface javax.rad.remote.IConnection
Constant for the get property method.
MET_SESSION_SET_NEW_PASSWORD - Static variable in interface javax.rad.remote.IConnection
Constant for the set new password method.
MET_SESSION_SET_PROPERTY - Static variable in interface javax.rad.remote.IConnection
Constant for the set property method.
MET_SESSION_SETCHECKALIVE - Static variable in interface javax.rad.remote.IConnection
Constant for the set and check of the session alive state.
MET_SESSION_SUBSESSION_CREATE - Static variable in interface javax.rad.remote.IConnection
Constant for the sub session create method.
META_MASK - Static variable in class javax.rad.ui.event.UIEvent
The Meta key modifier constant.
MetaData - Class in javax.rad.persist
The MetaData is a description of all columns as ColumnMetaData, the Primary Key columns, Representation columns and auto increment columns.
MetaData() - Constructor for class javax.rad.persist.MetaData
 
MetaData.Feature - Enum in javax.rad.persist
Supported features.
METADATA_CACHEOPTION - Static variable in interface javax.rad.remote.IConnectionConstants
the key for session controlled metadata cache option (server-side) (no PREFIX_SESSION to suppress direct calls).
METADATA_CACHEROLE - Static variable in interface javax.rad.remote.IConnectionConstants
the key for client-side metadata caching.
MetaDataCacheOption - Enum in javax.rad.model
The MetaDataCacheOption is the enum type for client and server-side metadata cache options.
minimumLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
minimumLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
minimumLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the minimum layout size.
minValue - Variable in class javax.rad.type.AbstractNumberType
The minimal allowed value.
MODE_CHANGE_PASSWORD - Static variable in class com.sibvisions.rad.application.Login
the mode for password change UI.
MODE_COMPRESSED - Static variable in interface javax.rad.remote.IConnection
Constant type for compressed communication.
MODE_LOGIN - Static variable in class com.sibvisions.rad.application.Login
the mode for standard login UI.
MODE_UNCOMPRESSED - Static variable in interface javax.rad.remote.IConnection
Constant type for uncompressed communication.
ModelEventHandler<L> - Class in javax.rad.model.event
The ModelEventHandler is a EventHandler that handles Events, and throws ModelExceptions.
ModelEventHandler(Class<L>) - Constructor for class javax.rad.model.event.ModelEventHandler
Constructs a new EventHandler, the listener type may only have 1 method.
ModelException - Exception in javax.rad.model
The ModelException is used to throw model depending Exception's.
ModelException(String) - Constructor for exception javax.rad.model.ModelException
Constructs the ModelException with the specified error message.
ModelException(Throwable) - Constructor for exception javax.rad.model.ModelException
Constructs the ModelException with the specified error message.
ModelException(String, Throwable) - Constructor for exception javax.rad.model.ModelException
Constructs the ModelException with the specified error message and main cause.
Monitoring - Class in com.sibvisions.rad.server
The Monitoring class will be used as server-side object for administer the communication server.
Monitoring(Server) - Constructor for class com.sibvisions.rad.server.Monitoring
Creates an instance of Monitoring for a special communication server.
MONOSPACED - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "Monospaced".
MOUSE_CLICKED - Static variable in class javax.rad.ui.event.UIMouseEvent
The "mouse clicked" event.
MOUSE_ENTERED - Static variable in class javax.rad.ui.event.UIMouseEvent
The "mouse entered" event.
MOUSE_EXITED - Static variable in class javax.rad.ui.event.UIMouseEvent
The "mouse exited" event.
MOUSE_FIRST - Static variable in class javax.rad.ui.event.UIMouseEvent
The first number in the range of ids used for mouse events.
MOUSE_LAST - Static variable in class javax.rad.ui.event.UIMouseEvent
The last number in the range of ids used for mouse events.
MOUSE_PRESSED - Static variable in class javax.rad.ui.event.UIMouseEvent
The "mouse pressed" event.
MOUSE_RELEASED - Static variable in class javax.rad.ui.event.UIMouseEvent
The "mouse released" event.
mouseClicked(MouseEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
mouseClicked(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
mouseClicked(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
mouseClicked(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
mouseClicked(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
mouseClicked(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
mouseClicked(UIMouseEvent) - Method in interface javax.rad.ui.event.IMouseListener
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseEntered(MouseEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
mouseEntered(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
mouseEntered(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
mouseEntered(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
mouseEntered(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
mouseEntered(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
mouseEntered(UIMouseEvent) - Method in interface javax.rad.ui.event.IMouseListener
Invoked when the mouse enters a component.
mouseExited(MouseEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
mouseExited(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
mouseExited(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
mouseExited(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
mouseExited(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
mouseExited(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
mouseExited(UIMouseEvent) - Method in interface javax.rad.ui.event.IMouseListener
Invoked when the mouse exits a component.
MouseHandler - Class in javax.rad.ui.event
The MouseHandler is a RuntimeEventHandler that handles IMouseListener.
MouseHandler(String) - Constructor for class javax.rad.ui.event.MouseHandler
Constructs a new MouseHandler.
mousePressed(MouseEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
mousePressed(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
mousePressed(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
mousePressed(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
mousePressed(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
mousePressed(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
mousePressed(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
mousePressed(UIMouseEvent) - Method in interface javax.rad.ui.event.IMouseListener
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
mouseReleased(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
mouseReleased(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
mouseReleased(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
mouseReleased(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
mouseReleased(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
mouseReleased(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
mouseReleased(UIMouseEvent) - Method in interface javax.rad.ui.event.IMouseListener
Invoked when a mouse button has been released on a component.
move(File, File) - Static method in class com.sibvisions.util.type.FileUtil
Moves the given source file to another location.
move(File, File, FileUtil.CopyMode) - Static method in class com.sibvisions.util.type.FileUtil
Moves the given source file to another location.
MOVE_BOTTOM_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move bottom image (used for toolbar buttons or icons).
MOVE_BOTTOM_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move bottom image (used for menuitems or buttons).
MOVE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The move cursor type.
MOVE_DOWN_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move down image (used for toolbar buttons or icons).
MOVE_DOWN_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move down image (used for menuitems or buttons).
MOVE_FIRST_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move first image (used for toolbar buttons or icons).
MOVE_FIRST_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move first image (used for menuitems or buttons).
MOVE_LAST_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move last image (used for toolbar buttons or icons).
MOVE_LAST_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move last image (used for menuitems or buttons).
MOVE_NEXT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move next image (used for toolbar buttons or icons).
MOVE_NEXT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move next image (used for menuitems or buttons).
MOVE_PREVIOUS_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move previous image (used for toolbar buttons or icons).
MOVE_PREVIOUS_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move previous image (used for menuitems or buttons).
MOVE_TOP_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move top image (used for toolbar buttons or icons).
MOVE_TOP_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move top image (used for menuitems or buttons).
MOVE_UP_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move up image (used for toolbar buttons or icons).
MOVE_UP_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move up image (used for menuitems or buttons).
moveColumn(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
moveColumnName(int, int) - Method in class javax.rad.model.ColumnView
Moves the column name from an index to an index.
moveDot(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
moveTab(TabEvent) - Method in interface com.sibvisions.rad.ui.swing.ext.event.ITabListener
Invoked when a tab was moved from one index to another index.
moveTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Invoked when a tab was moved from one index to another index.
moveTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Invoked when a tab was moved from one index to another index.
MSSQLDBAccess - Class in com.sibvisions.rad.persist.jdbc
The MSSQLDBAccess is the implementation for MS SQL databases.
MSSQLDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
Constructs a new MSSQLDBAccess Object.
MULTILINE_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Multiline (text area) cell editor.
MySQLDBAccess - Class in com.sibvisions.rad.persist.jdbc
The MySQLDBAccess is the implementation for MySQL databases.
MySQLDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Constructs a new MySQLDBAccess Object.

N

N_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The north-resize cursor type.
Name - Class in com.sibvisions.rad.persist.jdbc
A ServerColumnMetaData is a description of the data type and other attributes of a table storage column.
Name() - Constructor for class com.sibvisions.rad.persist.jdbc.Name
Constructs a Name object.
Name(String, String) - Constructor for class com.sibvisions.rad.persist.jdbc.Name
Constructs a Name with a specific real name.
NAME - Static variable in class com.sibvisions.util.security.SecurityProvider
the provider name.
name - Variable in class javax.rad.type.bean.PropertyDefinition
The property name.
NAME_COMMENT - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the name of comment nodes.
NAME_DOCTYPE - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value the name of the doctype node (<?
NAME_TEXTPART - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the name of comment nodes.
NAME_XMLDECLARATION - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value the name of the declaration node (<?
NAVIGATION_CELL_AND_FOCUS - Static variable in interface javax.rad.ui.control.INavigationControl
Navigation mode cell and focus.
NAVIGATION_CELL_AND_ROW_AND_FOCUS - Static variable in interface javax.rad.ui.control.INavigationControl
Navigation mode cell and row and focus.
NAVIGATION_NONE - Static variable in interface javax.rad.ui.control.INavigationControl
Navigation mode none.
NAVIGATION_ROW_AND_FOCUS - Static variable in interface javax.rad.ui.control.INavigationControl
Navigation mode row and focus.
NCHAR - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
A jdbc VARCHAR DB column data type constant.
NCLOB - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
A jdbc BLOB DB column data type constant.
NE_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The north-east-resize cursor type.
newInstance() - Method in class javax.rad.type.bean.BeanType
Creates a new instance of the bean.
NEWLINE - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Constraint for starting a new row for the given component.
NEWLINE - Static variable in interface javax.rad.ui.layout.IFormLayout
Constraint for starting a new row for the given component.
NEWPASSWORD - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the new password.
NonClosingInputStream - Class in com.sibvisions.util.io
The NonClosingInputstream is an InputStream wrapper that is not closable.
NonClosingInputStream(InputStream) - Constructor for class com.sibvisions.util.io.NonClosingInputStream
Creates a new instance of NonClosingInputStream.
NORMAL - Static variable in interface javax.rad.ui.container.IFrame
Frame is in the "normal" state.
NORTH - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The north layout constraint (top of container).
NORTH - Static variable in interface javax.rad.ui.layout.IBorderLayout
The north layout constraint (top of container).
Not - Class in javax.rad.model.condition
The Not condition implements the NOT operator.
Not() - Constructor for class javax.rad.model.condition.Not
Creates a new instance of Not.
Not(ICondition) - Constructor for class javax.rad.model.condition.Not
Creates a new instance of Not.
notifyActivate() - Method in class javax.rad.application.genui.WorkScreen
Notifies the IWorkScreen, that it will be "visible again".
notifyActivate() - Method in interface javax.rad.application.IWorkScreen
Notifies the IWorkScreen, that it will be "visible again".
notifyDestroy() - Method in class com.sibvisions.rad.application.Application
Notifies the IContent, that it will be destroyed.
notifyDestroy() - Method in class com.sibvisions.rad.application.Error
Notifies the IContent, that it will be destroyed.
notifyDestroy() - Method in class com.sibvisions.rad.application.Message
Notifies the IContent, that it will be destroyed.
notifyDestroy() - Method in class javax.rad.application.genui.Content
Notifies the IContent, that it will be destroyed.
notifyDestroy() - Method in interface javax.rad.application.IContent
Notifies the IContent, that it will be destroyed.
notifyDetailChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It sets the selected row in master, that one or more details rows (from DetailDataBooks) are changed.
notifyDetailChanged() - Method in interface javax.rad.model.IDataBook
It sets the selected row in master, that one or more details rows (from DetailDataBooks) are changed.
notifyMasterChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Has to be called from the master, if the master changed, to notify all detail IDataBooks.
notifyMasterChanged() - Method in interface javax.rad.model.IDataBook
Has to be called from the master, if the master changed, to notify all detail IDataBooks.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.genui.control.UIChart
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.genui.control.UIEditor
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.genui.control.UITable
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.genui.control.UITree
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.model.ColumnView
Invokes for each IControl the notifyRepaint() method.
notifyRepaint() - Method in interface javax.rad.model.ui.IControl
The control need to check if the part is visible and then repaint the part.
notifyRepaintControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Its invokes for each IComponent the notifyRepaint() method.
notifyVisible() - Method in class com.sibvisions.rad.application.Application
Notifies the IContent, that it is now positioned and showing.
notifyVisible() - Method in class com.sibvisions.rad.application.Dialog
Notifies the IContent, that it is now positioned and showing.
notifyVisible() - Method in class com.sibvisions.rad.application.Error
Notifies the IContent, that it is now positioned and showing.
notifyVisible() - Method in class com.sibvisions.rad.application.Message
Notifies the IContent, that it is now positioned and showing.
notifyVisible() - Method in class javax.rad.application.genui.Content
Notifies the IContent, that it is now positioned and showing.
notifyVisible() - Method in interface javax.rad.application.IContent
Notifies the IContent, that it is now positioned and showing.
NtlmAuthInfo - Class in com.sibvisions.rad.server.security.ntlm
The NtlmAuthInfo holds the ntlm relevant objects for an authenticated client.
NtlmDBSecurityManager - Class in com.sibvisions.rad.server.security
The NtlmDBSecurityManager extends the DBSecurityManager and allows a client to authenticate with its domain credentials.
NtlmDBSecurityManager() - Constructor for class com.sibvisions.rad.server.security.NtlmDBSecurityManager
 
NtlmHelper - Class in com.sibvisions.rad.server.security.ntlm
The NtlmHelper provides ntlm authentication through jcifs.
NtlmSession - Class in com.sibvisions.rad.server.security.ntlm
The Session holds the challenge and domain controller for later authentication.
NullSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for null.
NullSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.NullSerializer
 
NullType - Class in javax.rad.type
The NullType is a platform independent definition for null.
NullType() - Constructor for class javax.rad.type.NullType
Constructs a new NullType.
NumberFormatter - Class in com.sibvisions.rad.ui.swing.ext.text
The NumberFormatter can handle null values and empty Strings and handle complex number formats.
NumberFormatter() - Constructor for class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Constructs a new NumberFormatter with default number format.
NumberFormatter(NumberFormat) - Constructor for class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Constructs a new NumberFormatter with a specific number format.
NumberUtil - Class in com.sibvisions.util.type
The NumberUtil is a utility class for number conversion and for formatting numbers as string.
NumberUtil() - Constructor for class com.sibvisions.util.type.NumberUtil
Constructs a new instance of NumberUtil with default number format.
NumberUtil(NumberFormat) - Constructor for class com.sibvisions.util.type.NumberUtil
Constructs a new instance of NumberUtil that supports empty Strings and null values.
NumberUtil(String) - Constructor for class com.sibvisions.util.type.NumberUtil
Constructs a new instance of NumberUtil that supports empty Strings and null values.
NVARCHAR - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
A jdbc VARCHAR DB column data type constant.
nvl(T, T) - Static method in class com.sibvisions.util.type.CommonUtil
Gets an alternative value for a null object.
NW_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The north-west-resize cursor type.

O

oaStorage - Variable in class com.sibvisions.rad.model.mem.DataRow
The storage for this DataRow.
OBJ_SESSION - Static variable in interface javax.rad.remote.IConnection
Constant for the internal session handler.
OBJECT_CACHE_KEY - Static variable in class javax.rad.io.RemoteFileHandle
Placeholder for the ObjectCache key.
ObjectCache - Class in com.sibvisions.util
The ObjectCache is a utility class to cache/store objects for a period of time.
ObjectCache() - Constructor for class com.sibvisions.util.ObjectCache
Invisible constructor, because the ObjectCache is a utility class.
objectCalled(CallEvent) - Method in class com.sibvisions.rad.application.Application
An object was called.
objectCalled(CallEvent) - Method in interface javax.rad.remote.event.IConnectionListener
An object was called.
ObjectDataType - Class in javax.rad.model.datatype
A ObjectDataType is the data type class of a Java Object as ColumnDefinition.
ObjectDataType() - Constructor for class javax.rad.model.datatype.ObjectDataType
Constructs a BinaryDataType with the maximum Integer size.
ObjectSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Object.
ObjectSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ObjectSerializer
 
OK_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) ok image (used for toolbar buttons or icons).
OK_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) ok image (used for menuitems or buttons).
OLDPASSWORD - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the old password.
open() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Opens the IDataBook.
open() - Method in class com.sibvisions.rad.model.mem.MemDataSource
It opens the IDataSource.
open() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Opens the IDataBook.
open() - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
It opens the IDataSource.
open() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Opens the storage.
open() - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
It opens the database and stores the Connection object.
open() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It opens the database and stores the Connection object.
open() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Opens the DBStorage and checks if the DBAssess is !
open() - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
It opens the database and stores the Connection object.
open() - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
It opens the database and stores the Connection object.
open() - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
It opens the database and stores the Connection object.
open(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Opens the connection to the server.
open(ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Opens the connection to the server.
open(UILauncher, Frame, IFileHandleReceiver, String) - Method in class com.sibvisions.rad.ui.swing.impl.FileChooser
Shows an "open" dialog.
open(ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Sets a random connection ID.
open(File) - Static method in class com.sibvisions.util.FileViewer
Opens a document with the platform dependent viewer.
open(String) - Static method in class com.sibvisions.util.FileViewer
Opens a document with the platform dependent viewer.
open() - Method in interface javax.rad.model.IDataBook
Opens the IDataBook.
open() - Method in interface javax.rad.model.IDataSource
It opens the IDataSource.
open() - Method in class javax.rad.remote.AbstractConnection
Opens the connection.
open(ConnectionInfo) - Method in interface javax.rad.remote.IConnection
Opens the connection to the server.
open() - Method in class javax.rad.remote.MasterConnection
Opens the connection.
open() - Method in class javax.rad.remote.SubConnection
Opens the connection.
openComboBox() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Opens the combo box, if possible.
openConnection(ISession) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Opens a database connection to the database of an application.
openContent(IComponent, String, boolean, IContent) - Method in interface javax.rad.application.IWorkScreenApplication
Opens a content in an internal frame.
openContent(IComponent, String, boolean, String, Object...) - Method in interface javax.rad.application.IWorkScreenApplication
Opens content in an internal frame.
openInternal(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Opens the DBStorage and checks if the DBAccess is !
openInternalFrame(Application, String, boolean, IComponent) - Static method in class com.sibvisions.rad.application.Dialog
Opens the dialog as internal frame.
openSub(ConnectionInfo, ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Opens a new sub connection.
openSub(ConnectionInfo, ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Opens a new sub connection.
openSub(ConnectionInfo, ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Sets a random connection ID for the sub connection.
openSub(ConnectionInfo, ConnectionInfo) - Method in interface javax.rad.remote.IConnection
Opens a new sub connection.
openWindow(String, String, int, int, int, int, boolean) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Opens a new browser window.
openWorkScreen(String) - Method in class javax.rad.application.genui.RemoteWorkScreenApplication
Opens a work screen with modality mode of the work screen.
openWorkScreen(String, Hashtable<String, Object>) - Method in class javax.rad.application.genui.RemoteWorkScreenApplication
Opens a work screen with modality mode of the work screen.
openWorkScreen(String, IWorkScreenApplication.Modality, Hashtable<String, Object>) - Method in interface javax.rad.application.IWorkScreenApplication
Opens a work screen.
OperatorCondition - Class in javax.rad.model.condition
The OperatorCondition is the default implementation for logical operators.
OperatorCondition() - Constructor for class javax.rad.model.condition.OperatorCondition
 
or(ICondition) - Method in class javax.rad.model.condition.BaseCondition
It connects with an logic OR the specified ICondition.
or(ICondition) - Method in interface javax.rad.model.condition.ICondition
It connects with an logic OR the specified ICondition.
Or - Class in javax.rad.model.condition
The Or condition implements the OR operator.
Or() - Constructor for class javax.rad.model.condition.Or
Creates a new instance of Or.
Or(ICondition...) - Constructor for class javax.rad.model.condition.Or
Creates a new instance of Or.
OracleDBAccess - Class in com.sibvisions.rad.persist.jdbc
The OracleDBAccess is the implementation for Oracle databases.
OracleDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Constructs a new OracleDBAccess Object.
orange - Static variable in class javax.rad.genui.UIColor
The color orange.
ORANGE_CELL - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Orange cell.
OrderedHashtable<K,V> - Class in com.sibvisions.util
The OrderedHashtable extends a Hashtable and keeps the add order.
OrderedHashtable() - Constructor for class com.sibvisions.util.OrderedHashtable
Creates a new instance of OrderedHashtable with a default initial capacity (11) and load factor (0.75).
OrderedHashtable(int) - Constructor for class com.sibvisions.util.OrderedHashtable
Creates a new instance of OrderedHashtable with the specified initial capacity and default load factor (0.75).
OrderedHashtable(int, float) - Constructor for class com.sibvisions.util.OrderedHashtable
Creates a new instance of OrderedHashtable with the specified initial capacity and the specified load factor.
OrderedHashtable(Map<? extends K, ? extends V>) - Constructor for class com.sibvisions.util.OrderedHashtable
Creates a new instance of OrderedHashtable with the same mappings as the given Map.
OutParam - Class in com.sibvisions.rad.persist.jdbc.param
The OutParam is a simple output parameter for JDBC calls.
OutParam(int) - Constructor for class com.sibvisions.rad.persist.jdbc.param.OutParam
Creates a new instance of OutParam for the given sql type.

P

pack() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
pack() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class javax.rad.genui.container.AbstractWindow
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in interface javax.rad.ui.container.IWindow
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
padLeft(Object, int) - Static method in class com.sibvisions.util.type.StringUtil
It formats a string with left Padding over pWidth characters.
padRight(Object, int) - Static method in class com.sibvisions.util.type.StringUtil
It formats a string with right Padding over pWidth characters.
paint(Graphics) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughLineBorder
paintComponent(Graphics) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
paintComponent(Graphics) - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
paintComponent(Graphics) - Method in class com.sibvisions.rad.ui.swing.ext.JVxPanel
Paints the background image if set.
PARAM_ACTION_NAME - Static variable in class com.sibvisions.rad.server.http.rest.RESTAdapter
the name of the "action" parameter.
PARAM_APP_NAME - Static variable in class com.sibvisions.rad.server.http.rest.RESTAdapter
the name of the "application name" parameter.
PARAM_APPLICATION - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for the application name.
PARAM_APPLICATIONLANGUAGE - Static variable in interface javax.rad.application.ILauncher
the parameter name for the application language.
PARAM_APPLICATIONNAME - Static variable in interface javax.rad.application.ILauncher
the parameter name for the application name.
PARAM_CANCELBUTTON - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for the upload button text.
PARAM_CLOSE - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for closing the window.
PARAM_CODEBASE - Static variable in interface javax.rad.application.ILauncher
the parameter name for the codebase.
PARAM_CONURL - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the connection URL from the client.
PARAM_DOWNLOADBUTTON - Static variable in class com.sibvisions.rad.server.http.DownloadServlet
the URL parameter for the download button text.
PARAM_ENVIRONMENT - Static variable in interface javax.rad.application.ILauncher
the parameter name for the launcher environment.
PARAM_INFOTEXT - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for the info text.
PARAM_KEY - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for accessing the ObjectCache.
PARAM_LCO_CLASS - Static variable in class com.sibvisions.rad.server.http.rest.RESTAdapter
the name of the "lifecycle class" parameter.
PARAM_LOGFACTORY - Static variable in interface javax.rad.application.ILauncher
the parameter name for the full qualified class name of the logfactory.
PARAM_MENU_EXIT_VISIBLE - Static variable in class com.sibvisions.rad.application.Application
the parameter name for showing the exit button.
PARAM_OBJECT_NAME - Static variable in class com.sibvisions.rad.server.http.rest.RESTAdapter
the name of the "object" parameter.
PARAM_ONLOAD - Static variable in class com.sibvisions.rad.server.http.DownloadServlet
the URL parameter for the onload download option.
PARAM_PK - Static variable in class com.sibvisions.rad.server.http.rest.RESTAdapter
the name of the "primary key" parameter.
PARAM_RESOURCE - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for accessing resource files.
PARAM_SERVERBASE - Static variable in interface javax.rad.application.ILauncher
the parameter name for the server base.
PARAM_SETUP_CLASS - Static variable in class javax.rad.application.genui.Application
the parameter name for the setup class.
PARAM_TITLE - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for the title.
PARAM_UIFACTORY - Static variable in interface javax.rad.application.ILauncher
the parameter name for the full qualified class name of the UI factory.
PARAM_UPLOADBUTTON - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for the upload button text.
PARAM_WAIT - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for waiting and aborting.
PARAM_WEBSTART - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for the webstart info.
parent - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Container where the component is added.
parent - Variable in class javax.rad.genui.UIComponent
the UIParent of this UICompoennt.
parse(String) - Method in class com.sibvisions.util.type.DateUtil
Parses the date from text.
parse(String) - Method in class com.sibvisions.util.type.NumberUtil
Parses the number from text.
parseInteger(String, String) - Static method in class com.sibvisions.util.type.StringUtil
Gets the int values from a string with delimiters.
PASSWORD - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the password.
PASSWORD_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Passwort cell editor.
PASTE_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) paste image (used for toolbar buttons or icons).
PASTE_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) paste image (used for menuitems or buttons).
pink - Static variable in class javax.rad.genui.UIColor
The color pink.
PLACEMENT_BOTTOM - Static variable in interface javax.rad.ui.container.ITabsetPanel
the constant value for bottom tab placement.
PLACEMENT_LEFT - Static variable in interface javax.rad.ui.container.ITabsetPanel
the constant value for left tab placement.
PLACEMENT_RIGHT - Static variable in interface javax.rad.ui.container.ITabsetPanel
the constant value for right tab placement.
PLACEMENT_TOP - Static variable in interface javax.rad.ui.container.ITabsetPanel
the constant value for top tab placement.
PLAIN - Static variable in interface javax.rad.ui.IFont
The plain style constant.
popupMenuCanceled(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
popupMenuCanceled(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
popupMenuCanceled(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
postCreateSession(ISession) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Configures a session after it is created.
postCreateSubSession(ISession, ISession) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Configures a sub session after it is created.
PostgreSQLDBAccess - Class in com.sibvisions.rad.persist.jdbc
The PostgreSQLDBAccess is the implementation for Postgres databases.
PostgreSQLDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Constructs a new OracleDBAccess Object.
precision - Variable in class javax.rad.type.AbstractNumberType
The precision.
preConfigure() - Method in class com.sibvisions.rad.application.Application
This method will be used from subclasses to configure the UI before the UI will be created.
preferredLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
preferredLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
preferredLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
PREFIX_CLIENT - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for client properties.
PREFIX_ENVPROP - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for environment properties.
PREFIX_HTTP - Static variable in class com.sibvisions.rad.remote.http.HttpConnection
the prefix for request properties.
PREFIX_REQUEST - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for request properties.
PREFIX_SERVER - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for server properties.
PREFIX_SESSION - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for session properties.
PREFIX_SYSPROP - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for system properties.
prepareException(Throwable) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Hides the StackTraceElements of "com.sibvisions.rad.*" when the given exception is a SecurityException.
prepareException(Throwable, boolean) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Hides the StackTraceElements of "com.sibvisions.rad.*" when the given exception is a SecurityException.
printFields(Object, boolean) - Static method in class com.sibvisions.util.Reflective
Prints out the fields and field values from a specific object.
printMethods(Object, boolean) - Static method in class com.sibvisions.util.Reflective
Prints out the methods and return values from a specific object.
printStackTrace(PrintStream) - Method in exception javax.rad.util.SilentAbortException
printStackTrace(PrintWriter) - Method in exception javax.rad.util.SilentAbortException
process(IRequest, IResponse) - Method in class com.sibvisions.rad.server.Server
Processes client requests which uses the communication protocol.
processActionEvent(ActionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Notifies all listeners that have registered interest for notification on this event type.
processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
processKeyEvent(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
processMouseEvent(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
processMouseEvent(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Handles the MouseEvent.MOUSE_PRESSED, MouseEvent.MOUSE_RELEASED and MouseEvent.MOUSE_EXITED events.
processMouseMotionEvent(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Handles the MouseEvent.MOUSE_MOVED event and set the rollover for the close button of tabs.
PROP_AUTHENTICATION_TYPE - Static variable in interface com.sibvisions.rad.server.IRequest
the property name for the authentication type.
PROP_COOKIE - Static variable in interface com.sibvisions.rad.server.IRequest
the property name for cookies.
PROP_REMOTE_ADDRESS - Static variable in interface com.sibvisions.rad.server.IRequest
the property name for the remote host address.
PROP_REMOTE_HOST - Static variable in interface com.sibvisions.rad.server.IRequest
the property name for the remote hostname.
PROP_REMOTE_USER - Static variable in interface com.sibvisions.rad.server.IRequest
the property name for the remote user.
PROP_SERIALIZER - Static variable in class com.sibvisions.rad.remote.AbstractSerializedConnection
the property name for the serializer.
PROP_SERVICE - Static variable in class com.sibvisions.rad.remote.http.HttpConnection
the property name for the servlet url.
PROP_URI - Static variable in interface com.sibvisions.rad.server.IRequest
the property name for request uri.
PROPERTY_APPLICATION - Static variable in class com.sibvisions.rad.ui.swing.impl.SwingApplet
the property name for the application (client properties).
PROPERTY_APPLICATION - Static variable in class com.sibvisions.rad.ui.swing.impl.SwingApplication
the property name for the application (client properties).
PROPERTY_CLASSES - Static variable in interface javax.rad.remote.IConnectionConstants
allowed transferable connection property classes.
propertyChange(PropertyChangeEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
propertyChange(PropertyChangeEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
propertyChanged(PropertyEvent) - Method in class com.sibvisions.rad.application.Application
A property was changed.
propertyChanged(PropertyEvent) - Method in interface javax.rad.remote.event.IConnectionListener
A property was changed.
PropertyDefinition - Class in javax.rad.type.bean
The PropertyDefinition is the property descriptor for a property in IBeanType.
PropertyDefinition(String) - Constructor for class javax.rad.type.bean.PropertyDefinition
Constructs a new PropertyDefinition.
PropertyDefinition(String, IType<?>) - Constructor for class javax.rad.type.bean.PropertyDefinition
Constructs a new PropertyDefinition for a property name and the property type.
PropertyDefinition(String, IType<?>, Class<?>) - Constructor for class javax.rad.type.bean.PropertyDefinition
Constructs a new PropertyDefinition for a property name and the property type.
propertyDefinitions - Variable in class javax.rad.type.bean.AbstractBeanType
The property definitions.
PropertyEvent - Class in javax.rad.remote.event
The PropertyEvent class is the event for property changes.
PropertyEvent(String, Object, Object) - Constructor for class javax.rad.remote.event.PropertyEvent
Creates a new instance of PropertyEvent with the given event information.
propertyNames - Variable in class javax.rad.type.bean.AbstractBeanType
The cached property names.
publish(LogRecord) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Prints out the log record.
publish(LogRecord) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Prints out the log record to System.out.
put(String, Object) - Method in class com.sibvisions.rad.server.AbstractSession
Puts an object to the life-cycle object.
put(String, Object) - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Puts an object to the life-cycle object.
put(String, Object) - Method in class com.sibvisions.rad.server.DetachedSession
Puts an object to the life-cycle object.
put(String, Object) - Method in class com.sibvisions.rad.server.DirectServerSession
Puts an object to the life-cycle object.
put(String, Object) - Method in class com.sibvisions.rad.server.GenericBean
Sets the value of the property name.
put(String, Object) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Puts an object to the list of known objects.
put(K, V) - Method in class com.sibvisions.util.ChangedHashtable
Maps the specified key to the specified value in this hashtable.
put(K, V, boolean) - Method in class com.sibvisions.util.ChangedHashtable
Maps the specified key to the specified value in this hashtable with optional tracking of changes.
put(K, V, boolean, boolean) - Method in class com.sibvisions.util.ChangedHashtable
Maps the specified key to the specified value in this hashtable with optional tracking of changes.
put(G, K, V) - Method in class com.sibvisions.util.GroupHashtable
Associates the specified value with the specified key to the group.
put(K, V) - Method in class com.sibvisions.util.IdentityKeyValueList
Adds the specified pValue to a list of values which are mapped to the pKey.
put(K, V, boolean) - Method in class com.sibvisions.util.IdentityKeyValueList
Adds the specified pValue to a list of values which are mapped to the pKey.
put(K, V) - Method in class com.sibvisions.util.KeyValueList
Adds the specified pValue to a list of values which are mapped to the pKey.
put(K, V, boolean) - Method in class com.sibvisions.util.KeyValueList
Adds the specified pValue to a list of values which are mapped to the pKey.
put(Object, long) - Static method in class com.sibvisions.util.ObjectCache
Puts an object to the cache, with a timeout for expiration.
put(Object, Object, long) - Static method in class com.sibvisions.util.ObjectCache
Puts an object to the cache, with a specific key and timeout for expiration.
put(K, V) - Method in class com.sibvisions.util.OrderedHashtable
Maps the specified pKey to the specified pValue in this hashtable.
put(String, Object) - Method in interface javax.rad.server.ISession
Puts an object to the life-cycle object.
put(String, Object) - Method in class javax.rad.type.bean.AbstractBean
Sets the value of the property name.
put(int, Object) - Method in class javax.rad.type.bean.AbstractBean
Sets the value of a property.
put(int, Object) - Method in class javax.rad.type.bean.Bean
Sets the value of a property.
put(Object, int, Object) - Method in class javax.rad.type.bean.BeanType
Sets the value for a bean.
put(Object, String, Object) - Method in class javax.rad.type.bean.BeanType
Sets the value for a bean.
put(String, Object) - Method in interface javax.rad.type.bean.IBean
Sets the value of the property name.
put(String, String) - Method in class javax.rad.util.TranslationMap
Puts a new translation.
putAll(K, Collection<V>) - Method in class com.sibvisions.util.IdentityKeyValueList
Adds the specified pValue collection to a list of values which are mapped to the pKey.
putAll(K, Collection<V>) - Method in class com.sibvisions.util.KeyValueList
Adds the specified pValue collection to a list of values which are mapped to the pKey.
putGlobalMetaData(AbstractConnection, String, MetaData) - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Puts the column meta data to the global client cache.
putMetaData(String, MetaData) - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Puts the column meta data to the client cache.
putMetaDataToCache(String, String, MetaData) - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Puts meta data to the cache.
putObject(InjectObject) - Method in class com.sibvisions.rad.server.AbstractSession
Puts an object to the cache.
putObject(ISession, String, Object) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Puts an object to the life-cycle object container for an ISession.
putObject(String, Object) - Method in class javax.rad.application.genui.UILauncher
Puts an external object in the internal object store.
putObject(ISession, String, Object) - Method in class javax.rad.server.AbstractObjectProvider
Puts an object to the life-cycle object container for an ISession.
putObject(InjectObject) - Method in class javax.rad.server.SessionContext
Puts an object to this SessionContext.
putObject(String, Object) - Method in class javax.rad.server.SessionContext
Puts an object with a specific name to this SessionContext.

Q

QUOTE - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
JVx generell DB quote character. will be translated in the DB specific.
quote(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Quotes a named DB object with our internal quote character, if it should be quoted in this database.
quote(String, char) - Static method in class com.sibvisions.util.type.StringUtil
Adds a quote character to the begin and end of text.
quoteAllways(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Quotes a named DB object with the JVx DB QUOTE character.

R

raise(Throwable) - Static method in class javax.rad.util.ExceptionHandler
Notifies the handler that an exception occured.
rdRowDefinition - Variable in class com.sibvisions.rad.model.mem.DataRow
The RowDefinition of this DataRow.
read(DataInputStream) - Method in class com.sibvisions.rad.remote.ByteSerializer
Reads in an object from a serialized DataInputStream.
read(DataInputStream) - Method in interface com.sibvisions.rad.remote.ISerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BeanSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BooleanSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ByteArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ByteSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.CharacterSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.CharArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DateSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DecimalSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DoubleSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.EnumSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.FloatArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.FloatSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.IntArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.IntegerSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in interface com.sibvisions.rad.remote.serializer.ITypeSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.LongArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.LongSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.NullSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ObjectSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ShortArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ShortSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.StringSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
Reads in a serialized object from a stream.
read(DataInputStream) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Reads in a serialized object from a stream.
read(DataInputStream, TypeCache) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Reads in a serialized object from a stream.
read(File) - Method in class com.sibvisions.util.xml.XmlWorker
Parses a xml file and create a XmlNode structure.
read(InputStream) - Method in class com.sibvisions.util.xml.XmlWorker
Parses a xml file and create a XmlNode structure.
readSize(DataInputStream, int, int, int) - Method in class com.sibvisions.rad.remote.serializer.AbstractSizedSerializer
Reads the content length based on the type identifier.
receiveFileHandle(IFileHandle) - Method in interface javax.rad.application.IFileHandleReceiver
Receives a IFileHandle.
red - Static variable in class javax.rad.genui.UIColor
The color red.
RED_CELL - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Red cell.
REDO_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) redo image (used for toolbar buttons or icons).
REDO_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) redo image (used for menuitems or buttons).
ReferenceDefinition - Class in javax.rad.model.reference
The ReferenceDefinition specifies the relation between a detail DataBook and the master DataBook.
ReferenceDefinition() - Constructor for class javax.rad.model.reference.ReferenceDefinition
Constructs the ReferenceDefinition without parameters.
ReferenceDefinition(String[], IDataBook, String[]) - Constructor for class javax.rad.model.reference.ReferenceDefinition
Constructs the ReferenceDefinition with the specified parameters.
refetch(T) - Method in class com.sibvisions.rad.persist.AbstractStorage
Refetchs the specified bean/POJO and returns a bean/POJO with current values from the storage.
refetchRow(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
It refetchs the specified row and returns it as Object[] from the storage.
refetchRow(Object[], boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Refetch and optional locks the specified DataRow via PK.
refetchRow(Object[]) - Method in interface javax.rad.persist.IStorage
It refetchs the specified row and returns it as Object[] from the storage.
Reflective - Class in com.sibvisions.util
This is a utility class to call different methods of classes via java.lang.reflect package.
Reflective() - Constructor for class com.sibvisions.util.Reflective
Creates a new instance of Reflective to ensure thread safety.
Reflective.Parameter - Class in com.sibvisions.util
The Parameter class is a placeholder for parameters.
Reflective.Parameter(Object) - Constructor for class com.sibvisions.util.Reflective.Parameter
Ctreates a new instance of Parameter.
Reflective.Parameter(Class<?>, Object) - Constructor for class com.sibvisions.util.Reflective.Parameter
Creates a new instance of Parameter.
refreshMetaData() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Refreshs the MetaData with initial settings.
REGISTER_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) register image (used for toolbar buttons or icons).
REGISTER_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) register image (used for menuitems or buttons).
registerDBAccessClass(String, Class<? extends DBAccess>) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Registers the Class for the jdbc url prefix.
registerList(Class<? extends List>) - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Registers a list type.
registerMap(Class<? extends Map>) - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Registers a list type.
registerThreadFactoryInstance(IFactory) - Static method in class javax.rad.genui.UIFactoryManager
Registers the IFactory instance for the current Thread.
registerType(IType<?>) - Static method in class javax.rad.type.AbstractType
Registers a type.
registerTypeSerializer(ITypeSerializer) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Registers a type serializer.
release() - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Releases all used resources.
release() - Method in interface com.sibvisions.rad.server.security.ISecurityManager
Releases all used resources.
release() - Method in class com.sibvisions.rad.server.security.XmlSecurityManager
Releases all used resources.
release() - Method in class javax.rad.server.SessionContext
Release any resources associated with this SessionContext instance.
releaseSecurityManager(String) - Method in class com.sibvisions.rad.server.Monitoring
Releases the security manger for a specific application.
reload() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It refreshs all IDataRow's in the IDataBook, like the was before the changes, get the data again from the storage It selects the same row (over primary key) if the SelectionMode == CURRENT_ROW in the IDataBook.
reload(IDataBook.SelectionMode) - Method in class com.sibvisions.rad.model.mem.MemDataBook
It refreshs all IDataRow's in the IDataBook, like the was before the changes, get the data again from the storage and selects the row with the specified SelectionMode.
reload() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Discards all changes and loads the configuration file.
reload() - Method in class javax.rad.application.genui.WorkScreen
Reloads the workscreen and discard changes.
reload() - Method in interface javax.rad.application.IWorkScreen
Reloads the workscreen and discard changes.
reload() - Method in interface javax.rad.model.IDataBook
It refreshs all IDataRow's in the IDataBook, like the was before the changes, get the data again from the storage It selects the same row (over primary key) if the SelectionMode == CURRENT_ROW in the IDataBook.
reload(IDataBook.SelectionMode) - Method in interface javax.rad.model.IDataBook
It refreshs all IDataRow's in the IDataBook, like the was before the changes, get the data again from the storage and selects the row with the specified SelectionMode.
RELOAD_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) reload image (used for toolbar buttons or icons).
RELOAD_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) reload image (used for menuitems or buttons).
reloadAllDataBooks() - Method in class com.sibvisions.rad.model.mem.MemDataSource
It removes all changes from all IDataBook's till last storeAllDataBooks() call.
reloadAllDataBooks() - Method in interface javax.rad.model.IDataSource
It removes all changes from all IDataBook's till last storeAllDataBooks() call.
reloadDataPage(IDataBook.SelectionMode) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Reload the current DataPage with the pSelectionMode.
RemoteApplication - Class in javax.rad.application.genui
The RemoteApplication extends the Application with an AbstractConnection.
RemoteApplication(UILauncher) - Constructor for class javax.rad.application.genui.RemoteApplication
Creates a new instance of RemoteApplication with a desired launcher.
RemoteApplication(UILauncher, AbstractConnection) - Constructor for class javax.rad.application.genui.RemoteApplication
Creates a new instance of RemoteApplication with a desired launcher and connection.
RemoteApplicationHandler - Class in javax.rad.application.genui.event
The RemoteApplicationHandler is a RuntimeEventHandler that handles IRemoteApplicationListener.
RemoteApplicationHandler(String) - Constructor for class javax.rad.application.genui.event.RemoteApplicationHandler
Constructs a new RemoteApplicationHandler.
RemoteDataBook - Class in com.sibvisions.rad.model.remote
The RemoteDataBook is a storage independent table, and handles all operations based on the the MemDatabook base class.
RemoteDataBook() - Constructor for class com.sibvisions.rad.model.remote.RemoteDataBook
Creates a new instance of RemoteDataBook.
RemoteDataPage - Class in com.sibvisions.rad.model.remote
A RemoteDataPage extends the MemDataPage with storage operations.
RemoteDataPage(MemDataBook, IDataRow) - Constructor for class com.sibvisions.rad.model.remote.RemoteDataPage
Constructs a new RemoteDataPage for the specified IDataBook and the corresponding master row.
RemoteDataSource - Class in com.sibvisions.rad.model.remote
The RemoteDataSource is a remote DataSource for all RemoteDataBook's, which uses a connection to the server to forward the storage operation to server objects.
RemoteDataSource() - Constructor for class com.sibvisions.rad.model.remote.RemoteDataSource
It constructs a new RemoteDataSource.
RemoteDataSource(AbstractConnection) - Constructor for class com.sibvisions.rad.model.remote.RemoteDataSource
It constructs a new RemoteDataSource with the given AbstractConnection.
RemoteDataSource.MetaDataCacheRole - Enum in com.sibvisions.rad.model.remote
The meta data cache roles.
RemoteFileHandle - Class in javax.rad.io
RemoteFileHandle handles data that is stored in the ObjectCache.
RemoteFileHandle() - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String, Object) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String, URL) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String, Object, URL) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String, InputStream) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String, Object, InputStream) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(File) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle with the given file as content.
RemoteWorkScreen - Class in javax.rad.application.genui
The RemoteWorkScreen extends the WorkScreen with an AbstractConnection.
RemoteWorkScreen(IWorkScreenApplication) - Constructor for class javax.rad.application.genui.RemoteWorkScreen
Creates a new instance of RemoteWorkScreen for a parent application.
RemoteWorkScreen(IWorkScreenApplication, AbstractConnection) - Constructor for class javax.rad.application.genui.RemoteWorkScreen
Creates a new instance of RemoteWorkScreen with a desired launcher and connection.
RemoteWorkScreenApplication - Class in javax.rad.application.genui
The RemoteWorkScreenApplication is a RemoteApplication with IWorkScreenApplication implemented.
RemoteWorkScreenApplication(UILauncher) - Constructor for class javax.rad.application.genui.RemoteWorkScreenApplication
Creates a new instance of RemoteApplication with a desired launcher.
RemoteWorkScreenApplication(UILauncher, AbstractConnection) - Constructor for class javax.rad.application.genui.RemoteWorkScreenApplication
Creates a new instance of RemoteApplication with a desired launcher and connection.
remove(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Removes the IComponent, specified by index, from this container.
remove(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Removes the specified component from this container.
remove(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Removes a component from the desktop or the content pane.
remove(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
remove(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane.CoveragePanel
remove(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane.CoveragePanel
remove(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
remove(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
remove(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
remove(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
remove(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
remove(MutableTreeNode) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
remove(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Removes the IComponent, specified by index, from this container.
remove(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Removes the IComponent, specified by index, from this container.
remove(String) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Removes an object from the list of known objects.
remove(Object) - Method in class com.sibvisions.util.ArrayUtil
remove(int) - Method in class com.sibvisions.util.ArrayUtil
remove(T[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Removes the given element of given array.
remove(boolean[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(long[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(float[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(double[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(Object) - Method in class com.sibvisions.util.ChangedHashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object, boolean) - Method in class com.sibvisions.util.ChangedHashtable
Removes the key (and its corresponding value) from this hashtable with optional tracking of changes.
remove(Object, boolean, boolean) - Method in class com.sibvisions.util.ChangedHashtable
Removes the key (and its corresponding value) from this hashtable with optional tracking of changes.
remove(G) - Method in class com.sibvisions.util.GroupHashtable
Removes the mapping of an entire group if it is present.
remove(G, K) - Method in class com.sibvisions.util.GroupHashtable
Removes the mapping for a key from its group if it is present.
remove(K, V) - Method in class com.sibvisions.util.IdentityKeyValueList
Removes a specific pValue from a list of values which is mapped to the pKey.
remove(K) - Method in class com.sibvisions.util.IdentityKeyValueList
Removes the key (and its corresponding value) from this list.
remove(ImmutableArray<V>) - Method in class com.sibvisions.util.ImmutableArray
Removes the given ImmutableArray to this ImmutableArray.
remove(V...) - Method in class com.sibvisions.util.ImmutableArray
Removes the given array to this ImmutableArray.
remove(int) - Method in class com.sibvisions.util.ImmutableArray
Removes one element at the given index.
remove(int, int) - Method in class com.sibvisions.util.ImmutableArray
Removes the given amount of elements at the given index.
remove(K, V) - Method in class com.sibvisions.util.KeyValueList
Removes a specific pValue from a list of values which is mapped to the pKey.
remove(K) - Method in class com.sibvisions.util.KeyValueList
Removes the key (and its corresponding value) from this list.
remove(Object) - Static method in class com.sibvisions.util.ObjectCache
Removes an object from the cache.
remove(Object) - Method in class com.sibvisions.util.OrderedHashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Thread) - Static method in class com.sibvisions.util.ThreadHandler
Removes a thread from the "known" thread list.
remove(XmlNode) - Method in class com.sibvisions.util.xml.XmlNode
Remove a sub XmlNode from the known sub nodes.
remove(int) - Method in class javax.rad.genui.container.UISplitPanel
Removes the IComponent, specified by index, from this container.
remove(int) - Method in class javax.rad.genui.container.UITabsetPanel
Removes the IComponent, specified by index, from this container.
remove(int) - Method in class javax.rad.genui.menu.UIMenu
Removes the IComponent, specified by index, from this container.
remove(IComponent) - Method in class javax.rad.genui.menu.UIMenu
Removes the specified component from this container.
remove(int) - Method in class javax.rad.genui.UIContainer
Removes the IComponent, specified by index, from this container.
remove(IComponent) - Method in class javax.rad.genui.UIContainer
Removes the specified component from this container.
remove(ICondition) - Method in class javax.rad.model.condition.OperatorCondition
Removes an operand from the operator condition.
remove(int) - Method in interface javax.rad.ui.IContainer
Removes the IComponent, specified by index, from this container.
remove(IComponent) - Method in interface javax.rad.ui.IContainer
Removes the specified component from this container.
REMOVE_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) remove image (used for toolbar buttons or icons).
REMOVE_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) remove image (used for menuitems or buttons).
removeAccess(String) - Method in class com.sibvisions.rad.server.security.DBSecurityManager.DBAccessController
Removes access for a specific life-cycle object.
removeAccess(String) - Method in interface com.sibvisions.rad.server.security.IAccessController
Removes access for a specific life-cycle object.
removeActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Removes an ActionListener from the button.
removeActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Removes an ActionListener.
removeActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
removeAll() - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Removes all the components from this container.
removeAll() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Removes all the components from the desktop and the content pane, if attached.
removeAll() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane.CoveragePanel
removeAll() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
removeAll(E[]) - Method in class com.sibvisions.util.ArrayUtil
Removes from this collection all of its elements that are contained in the specified array.
removeAll(T[], T[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the elements of a given array from the given source array.
removeAll() - Method in class com.sibvisions.util.ImmutableArray
Removes all elements.
removeAll() - Method in class javax.rad.genui.menu.UIMenu
Removes all the components from this container.
removeAll() - Method in class javax.rad.genui.UIContainer
Removes all the components from this container.
removeAll() - Method in interface javax.rad.ui.IContainer
Removes all the components from this container.
removeAllDefaultChoiceCellEditors() - Static method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Removes all default choice cell editors.
removeAllListeners() - Method in class javax.rad.util.EventHandler
Removes all known listeners.
removeAllResourceArchives() - Static method in class com.sibvisions.util.type.ResourceUtil
Removes all resource archives from the list of known archives.
removeAllToolBars() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Removes all toolbars from this panel.
removeAllToolBars() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Removes all toolbars from this panel.
removeAllToolBars() - Method in class javax.rad.genui.container.AbstractFrame
Removes all toolbars from this panel.
removeAllToolBars() - Method in class javax.rad.genui.container.UIToolBarPanel
Removes all toolbars from this panel.
removeAllToolBars() - Method in interface javax.rad.ui.container.IToolBarPanel
Removes all toolbars from this panel.
removeButton(IButton) - Method in class com.sibvisions.rad.application.Dialog
Removes a button.
removeCellEditorListener(CellEditorListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
removeChangeListener(ChangeListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
removeCharacters(String, char[]) - Static method in class com.sibvisions.util.type.StringUtil
Removes specific characters from a string.
removeColumn(TableColumn) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
removeColumnModelListener(TableColumnModelListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
removeColumnName(int) - Method in class javax.rad.model.ColumnView
Removes the column name at the specific index.
removeColumnNames(String...) - Method in class javax.rad.model.ColumnView
Removes the column names.
removeConnectionListener(IConnectionListener) - Method in class javax.rad.remote.AbstractConnection
Removes an IConnectionListener from the list of registered listeners.
removeControl(IControl) - Method in class com.sibvisions.rad.model.mem.DataRow
Removes the IControl from the IDataRow.
removeControl(IControl) - Method in interface javax.rad.model.IDataRow
Removes the IControl from the IDataRow.
removeControl(IControl) - Method in interface javax.rad.model.IRowDefinition
Removes the IControl from the IRowDefinition.
removeControl(IControl) - Method in class javax.rad.model.RowDefinition
Removes the IControl from the IRowDefinition.
removeDataBook(IDataBook) - Method in class com.sibvisions.rad.model.mem.MemDataSource
Unregister a IDataBook at the IDataSource.
removeDataBook(IDataBook) - Method in interface javax.rad.model.IDataSource
Unregister a IDataBook at the IDataSource.
removeDataBook(IDataBook) - Method in interface javax.rad.model.IRowDefinition
It removes the DataBook reference to this IRowDefinition, which used this IRowDefintion before.
removeDataBook(IDataBook) - Method in class javax.rad.model.RowDefinition
It removes the DataBook reference to this IRowDefinition, which used this IRowDefintion before.
removeDataPage(IDataRow, TreePath) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Removes the DataPage to the specified master DataRow or TreePath.
removeDataPage(IDataRow, TreePath) - Method in interface javax.rad.model.IDataBook
Removes the DataPage to the specified master DataRow or TreePath.
removeDBSpecificQuotes(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Removes the DB specific quotes of a named DB object.
removeDefaultChoiceCellEditor(IChoiceCellEditor) - Static method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Removes a choice cell editor from the list of default choice cell editors.
removeDetailDataBook(IDataBook) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Unregister a detail IDataBook from this master IDataBook.
removeDetailDataBook(IDataBook) - Method in interface javax.rad.model.IDataBook
Unregister a detail IDataBook from this master IDataBook.
removeEncryptedNode(String) - Method in class com.sibvisions.rad.server.config.Zone
Remose a node from the list of encrypted nodes.
removeExceptionListener(IExceptionListener) - Static method in class javax.rad.util.ExceptionHandler
Removes a listener from the handler.
removeExtension(String) - Static method in class com.sibvisions.util.type.FileUtil
Removes the file extension from a file name.
removeFeature(MetaData.Feature) - Method in class javax.rad.persist.MetaData
Removes support for a feature.
removeFirst() - Method in class com.sibvisions.util.ImmutableArray
Removes the first element.
removeFirst(int) - Method in class com.sibvisions.util.ImmutableArray
Removes the given amount at the beginning.
removeFromParent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
removeHiddenPackage(String) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Removes a package name from the hidden package list.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingScrollPanel
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenu
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Internal function, for adding physical component and supporting layers.
removeItemListener(ItemListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
removeLast() - Method in class com.sibvisions.util.ArrayUtil
Removes the last element.
removeLast(T[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(boolean[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(int[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(long[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(float[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(double[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast() - Method in class com.sibvisions.util.ImmutableArray
Removes the last element.
removeLast(int) - Method in class com.sibvisions.util.ImmutableArray
Removes the given amount at the end.
removeLayoutComponent(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
removeLayoutComponent(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
removeLayoutComponent(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
removeLinkReference(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Removes the link reference for an server side Dropdown list (automatic linked celleditor).
removeListener(IExecuteListener) - Method in class com.sibvisions.util.Execute
Removes an execution listener.
removeListener(int) - Method in class javax.rad.util.EventHandler
Removes the listener at the position.
removeListener(Object) - Method in class javax.rad.util.EventHandler
Removes all listener methods added with the given object, or the listener, if an interface was added.
removeListener(Object, String) - Method in class javax.rad.util.EventHandler
Removes the listener added with the method.
removeMetaData(String) - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Removes all metadata for the given group.
removeNode(String) - Method in class com.sibvisions.util.xml.XmlNode
Removes a specific (sub) XmlNode based on the current XmlNode.
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Notifies this component that it no longer has a parent component.
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
removeNotify() - Method in class javax.rad.genui.container.AbstractFrame
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeNotify() - Method in class javax.rad.genui.container.InternalToolBarPanel
Notification to forward removeNotify to all sub toolbars.
removeNotify() - Method in class javax.rad.genui.container.UIToolBarPanel
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeNotify() - Method in class javax.rad.genui.menu.UIMenu
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeNotify() - Method in class javax.rad.genui.UIComponent
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeNotify() - Method in class javax.rad.genui.UIContainer
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeObject(InjectObject) - Method in class com.sibvisions.rad.server.AbstractSession
Removes an object from the cache.
removeObject(InjectObject) - Method in class javax.rad.server.SessionContext
Removes an inject object from this SessionContext.
removeObject(String) - Method in class javax.rad.server.SessionContext
Removes an inject object from this SessionContext.
removeQuotes(String) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Removes the JVx DB Quotes of a named DB object.
removeQuotes(String, String) - Static method in class com.sibvisions.util.type.StringUtil
Removes the begin and end quote of strings, e.g.
removeQuotes(String, String, String) - Static method in class com.sibvisions.util.type.StringUtil
Removes the begin and end quote of strings, e.g.
removeRange(int, int) - Method in class com.sibvisions.util.ArrayUtil
Removes the elements between pFromIndex inclusive and pToIndex exclusive of this ArrayUtil instance.
removeRange(T[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array.
removeRange(boolean[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array.
removeRange(int[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array.
removeRange(long[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array.
removeRange(float[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array.
removeRange(double[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array.
removeReference(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Removes the given element of given array.
removeResourceArchive(IResourceArchive) - Static method in class com.sibvisions.util.type.ResourceUtil
Removes a resource archive from the list of known archives.
removeRowDefinition(IRowDefinition) - Method in class javax.rad.model.ColumnView
Removes an IRowDefinition.
removeSessionListener(ISessionListener) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Removes an ISessionListener from the list of known listeners.
removeSessionListener(ISessionListener) - Method in class javax.rad.server.AbstractSessionManager
Removes an ISessionListener from the list of known listeners.
removeSubConnection(SubConnection) - Method in class javax.rad.remote.MasterConnection
Removes a sub connection from the internal list of sub connections.
removeTabAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
removeTabListener(ITabListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Removes the specified ITabListener so that it no longer receives tab events from this tabbed pane.
removeToolBar(JToolBar) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Removes a toolbar from this panel.
removeToolBar(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Removes a toolbar from this panel.
removeToolBar(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Removes a toolbar from this panel.
removeToolBar(int) - Method in class javax.rad.genui.container.AbstractFrame
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in class javax.rad.genui.container.AbstractFrame
Removes a toolbar from this panel.
removeToolBar(int) - Method in class javax.rad.genui.container.InternalToolBarPanel
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in class javax.rad.genui.container.InternalToolBarPanel
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in class javax.rad.genui.container.UIToolBarPanel
Removes a toolbar from this panel.
removeToolBar(int) - Method in class javax.rad.genui.container.UIToolBarPanel
Removes a toolbar from this panel.
removeToolBar(int) - Method in interface javax.rad.ui.container.IToolBarPanel
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in interface javax.rad.ui.container.IToolBarPanel
Removes a toolbar from this panel.
removeToolBarIntern(JToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Removes the toolbar from the panel.
removeUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
removeUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
removeUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
removeUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
removeUrl(URL) - Method in class com.sibvisions.rad.remote.http.HttpsHostnameVerifier
Removes an URL from the list of allowed connections.
removeUrl(URL) - Method in class com.sibvisions.rad.remote.http.HttpsTrustManager
Removes an URL from te list of allowed connections.
reopen(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Closes and opens the connection to the server.
reopen(ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Closes and opens the connection to the server.
reopen(ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Not supported.
reopen() - Method in class javax.rad.remote.AbstractConnection
Reopens the connection.
reopen(ConnectionInfo) - Method in interface javax.rad.remote.IConnection
Closes and opens the connection to the server.
reopen() - Method in class javax.rad.remote.MasterConnection
Reopens this and all sub connections.
repaint(long, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
repaint() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
repaint() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
repaint() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullDocumentFilter
replace(File, File, Hashtable<String, String>, String) - Static method in class com.sibvisions.util.type.FileUtil
Replaces key/value mappings read from the given input file and writes the result to the given output file.
replace(File, File, Hashtable<String, String>, String, String) - Static method in class com.sibvisions.util.type.FileUtil
Replaces key/value mappings read from the given input file and writes the result to the given output file.
replace(InputStream, OutputStream, Hashtable<String, String>, String, String) - Static method in class com.sibvisions.util.type.FileUtil
Replaces key/value mappings read from the given input stream and writes the result to the given output stream.
replace(String, String, String) - Static method in class com.sibvisions.util.type.StringUtil
Returns a new string resulting from replacing all occurrences of pOld in this string with pNew.
replaceAllowed(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Replaces only the allowed text.
replaceParameter(String, ILauncher) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Replaces a parameter placeholder with the desired parameter.
requestFocus() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
requestFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
requestFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
requestFocus() - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Requests the focus.
requestFocus() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus() - Method in class javax.rad.genui.UIComponent
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus() - Method in interface javax.rad.ui.IComponent
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
reset() - Method in class com.sibvisions.util.SecureHash
Resets the digest.
reshape(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Deprecated. 
resolve(String) - Static method in enum com.sibvisions.rad.model.remote.RemoteDataSource.MetaDataCacheRole
Resolves the cache role specified by a string.
resolve(String) - Static method in enum javax.rad.model.MetaDataCacheOption
Resolves the cache option specified by a string.
resource - Variable in class com.sibvisions.rad.ui.awt.impl.AwtResource
Encapsulated resource.
ResourceServlet - Class in com.sibvisions.rad.server.http
The ResourceServlet is a simple HttpServlet for accessing resource templates.
ResourceServlet() - Constructor for class com.sibvisions.rad.server.http.ResourceServlet
 
ResourceUtil - Class in com.sibvisions.util.type
The ResourceUtil contains resource and class dependent utility methods.
RESTAdapter - Class in com.sibvisions.rad.server.http.rest
The RESTAdapter class enables access to application life-cycle objects of JVx.
RESTAdapter() - Constructor for class com.sibvisions.rad.server.http.rest.RESTAdapter
 
restore() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
It clears all changes in the ChangeableDataRow, and use the original values before the changes.
restore(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Restores the specified row in the MemDataPage.
restoreAllDataBooks() - Method in class com.sibvisions.rad.model.mem.MemDataSource
It removes all changes from all IDataBook's till last storeAllDataBooks() call.
restoreAllDataBooks() - Method in interface javax.rad.model.IDataSource
It removes all changes from all IDataBook's till last storeAllDataBooks() call.
restoreAllRows() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It restores all IDataRow's, like the was before the changes.
restoreAllRows() - Method in interface javax.rad.model.IDataBook
It restores all IDataRow's, like the was before the changes.
restoreDataPage() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Restores all rows in the current DataPage.
restoreFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Sets the focus to an already stored component or does nothing if no focus component is stored.
restoreSelectedRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It restores the selected IDataRow, like the was before the changes.
restoreSelectedRow() - Method in interface javax.rad.model.IDataBook
It restores the selected IDataRow, like the was before the changes.
ResultObject - Class in javax.rad.server
The ResultObject encapsulates the return type and value of a remote call.
ResultObject(byte, Object) - Constructor for class javax.rad.server.ResultObject
Creates a new instance of ResultObject.
ResultObject(byte, Object, Object) - Constructor for class javax.rad.server.ResultObject
Creates a new instance of ResultObject for an asynchronous call.
revalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
revalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
revalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
revalidateAll(Component) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Searches the parent tree until a parent without layout was found.
rollback() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Rollback the DB transaction.
RowDefinition - Class in javax.rad.model
A RowDefinition contains all ColumnDefintion's of a DataRow.
RowDefinition() - Constructor for class javax.rad.model.RowDefinition
 
run() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
run() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
The run method is invoked from AWT EventQueue.
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
The run method is invoked from AWT EventQueue.
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
The run method is invoked from AWT EventQueue.
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
The run method is invoked from AWT EventQueue.
run() - Method in class com.sibvisions.util.Memory
Triggers the finalization of objects and the garbage collector.
run() - Method in class javax.rad.ui.InvokeLaterThread
RuntimeEventHandler<L> - Class in javax.rad.util
The RuntimeEventHandler is a EventHandler that handles Events, and informs the ExceptionHandler.
RuntimeEventHandler(Class<L>, Class...) - Constructor for class javax.rad.util.RuntimeEventHandler
Constructs a new EventHandler, the listener type may only have 1 method.
RuntimeEventHandler(Class<L>, String, Class...) - Constructor for class javax.rad.util.RuntimeEventHandler
Constructs a new EventHandler.

S

S_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The south-resize cursor type.
SANS_SERIF - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "SansSerif".
save() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Saves the changes to the file.
save(File, byte[]) - Static method in class com.sibvisions.util.type.FileUtil
Saves the given content into a file.
save(File, InputStream) - Static method in class com.sibvisions.util.type.FileUtil
Saves the given stream into a file.
save() - Method in class javax.rad.application.genui.WorkScreen
Saves the workscreen changes.
save() - Method in interface javax.rad.application.IWorkScreen
Saves the workscreen changes.
SAVE_ALL_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) save all image (used for toolbar buttons or icons).
SAVE_ALL_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) save all image (used for menuitems or buttons).
SAVE_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) save image (used for toolbar buttons or icons).
SAVE_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) save image (used for menuitems or buttons).
saveAllDataBooks() - Method in class com.sibvisions.rad.model.mem.MemDataSource
It saves all changes from all IDataBook's to the IDataSource.
saveAllDataBooks() - Method in interface javax.rad.model.IDataSource
It saves all changes from all IDataBook's to the IDataSource.
saveAllRows() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It stores all changes in the IDataRow's to the IDataSource.
saveAllRows() - Method in interface javax.rad.model.IDataBook
It stores all changes in the IDataRow's to the IDataSource.
saveAs(OutputStream, IImage.ImageType) - Method in class com.sibvisions.rad.ui.awt.impl.AwtImage
Saves the current image as file.
saveAs(UILauncher, Frame, IFileHandle, String) - Method in class com.sibvisions.rad.ui.swing.impl.FileChooser
Shows a "Save as" dialog.
saveAs(OutputStream, IImage.ImageType) - Method in class com.sibvisions.rad.ui.swing.impl.SwingImage
Saves the current image as file.
saveAs(OutputStream, IImage.ImageType) - Method in class javax.rad.genui.UIImage
Saves the current image as file.
saveAs(OutputStream, IImage.ImageType) - Method in interface javax.rad.ui.IImage
Saves the current image as file.
saveDataPage() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Saves all rows in the current DataPage.
saveDataPage() - Method in interface javax.rad.model.IDataBook
Saves all rows in the current DataPage.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Saves the changes made from the CellEditorComponent DataBook.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Saves the changes made from the CellEditorComponent DataBook.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Saves the changes made from the CellEditorComponent DataBook.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Saves the changes made from the CellEditorComponent DataBook.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class javax.rad.genui.control.UIChart
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class javax.rad.genui.control.UIEditor
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class javax.rad.genui.control.UITable
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class javax.rad.genui.control.UITree
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in interface javax.rad.model.ui.ICellEditorHandler
Saves the changes made from the CellEditorComponent DataBook.
saveEditing() - Method in interface javax.rad.model.ui.IControl
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditingControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Its invokes for each IComponent the saveEditing() method.
saveFileHandle(IFileHandle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Technology independent saveFileHandle.
saveFileHandle(IFileHandle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Technology independent saveFileHandle.
saveFileHandle(IFileHandle, String) - Method in class javax.rad.application.genui.UILauncher
Technology independent saveFileHandle.
saveFileHandle(IFileHandle) - Method in class javax.rad.application.genui.UILauncher
Technology independent saveFileHandle.
saveFileHandle(IFileHandle, String) - Method in interface javax.rad.application.ILauncher
Technology independent saveFileHandle.
saveSelectedRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It stores all changes in the selected IDataRow.
saveSelectedRow() - Method in interface javax.rad.model.IDataBook
It stores all changes in the selected IDataRow.
scaleImage(IFileHandle, int, int) - Static method in class com.sibvisions.rad.application.ApplicationUtil
It reads the file handle and scales the image to the determined width and height.
ScreenUtil - Class in com.sibvisions.util.type
The ScreenUtil contains utility methods which solves common screen problems.
scrollToSelectedCell() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Scrolls the selected Cell in the visible Region of the JVxTable.
SE_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The south-east-resize cursor type.
search(String, boolean, String...) - Method in class com.sibvisions.util.FileSearch
Searches files and directories.
search(File, boolean, String...) - Method in class com.sibvisions.util.FileSearch
Searches files and directories.
SEARCH_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) search image (used for toolbar buttons or icons).
SEARCH_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) search image (used for menuitems or buttons).
searchFirstFile(File, String...) - Static method in class com.sibvisions.util.FileSearch
Searches the first file which fits the given pattern(s).
searchNext(ICondition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Searches the given condition.
searchNext(ICondition, int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Searches the given condition starting at the given position.
searchNext(ICondition) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Searches the given condition.
searchNext(ICondition, int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Searches the given condition starting at the given position.
searchNext(ICondition) - Method in interface javax.rad.model.IDataPage
Searches the given condition.
searchNext(ICondition, int) - Method in interface javax.rad.model.IDataPage
Searches the given condition starting at the given position.
searchPrevious(ICondition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Searches the given condition.
searchPrevious(ICondition, int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Searches the given condition starting at the given position.
searchPrevious(ICondition) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Searches the given condition.
searchPrevious(ICondition, int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Searches the given condition starting at the given position.
searchPrevious(ICondition) - Method in interface javax.rad.model.IDataPage
Searches the given condition.
searchPrevious(ICondition, int) - Method in interface javax.rad.model.IDataPage
Searches the given condition starting at the given position.
SECOND_COMPONENT - Static variable in interface javax.rad.ui.container.ISplitPanel
Used to add a Component to the right/bottom of the other Component.
SecureHash - Class in com.sibvisions.util
The SecureHash class provides the functionality of a message digest algorithm, such as MD5 or SHA.
SecureHash(String) - Constructor for class com.sibvisions.util.SecureHash
Creates a new instance of SecureHash for a specific hash algorithm.
SecurityManagerVerifier - Class in com.sibvisions.rad.server.http.rest
The SecurityManagerVerifier uses the security mangaer of an application to authenticate a user.
SecurityManagerVerifier() - Constructor for class com.sibvisions.rad.server.http.rest.SecurityManagerVerifier
 
SecurityProvider - Class in com.sibvisions.util.security
The SecurityProvider is a Provider that mapps all additional message digests and offers them through Security.
SecurityProvider() - Constructor for class com.sibvisions.util.security.SecurityProvider
Creates a new instance of SecurityProvider.
SecurityProvider(String, double, String) - Constructor for class com.sibvisions.util.security.SecurityProvider
Crates a new instance of SecurityProvider with the given information.
selectAll() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
selectAll() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Selects the whole text, and sets the caret position to the end.
selectAll() - Method in class javax.rad.genui.component.AbstractUITextField
Selects the whole text, and sets the caret position to the end.
selectAll() - Method in interface javax.rad.ui.component.ITextField
Selects the whole text, and sets the caret position to the end.
selectDirectory(UILauncher, Frame, IFileHandleReceiver, String) - Method in class com.sibvisions.rad.ui.swing.impl.FileChooser
Shows an "open directory" dialog.
selectedItemChanged() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
selectNext(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next.
selectNextCell(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next cell.
selectNextCellAndRow(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next cell and row.
selectNextIndex() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Selects the next index.
selectNextPage(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next row.
selectNextRow(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next row.
selectPrevious(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next.
selectPreviousCell(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the previous cell.
selectPreviousCellAndRow(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the previous cell and row.
selectPreviousPage(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the previous cell.
selectPreviousRow(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the previous cell.
selectTab(TabEvent) - Method in interface com.sibvisions.rad.ui.swing.ext.event.ITabListener
Invoked when a tab is the curent selected tab.
selectTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Invoked when a tab is the curent selected tab.
selectTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Invoked when a tab is the curent selected tab.
selectTreePath() - Method in class javax.rad.model.TreePathFinder
Selects this tree path in all IDataBook's specified by this TreePathFinder.
send(byte[]) - Method in class com.sibvisions.util.Execute
Sends the given data to the executed program.
send(String, String, String, String, String) - Method in class com.sibvisions.util.Mail
Sends a plain text mail.
send(String, String, String, String, String, String, Object) - Method in class com.sibvisions.util.Mail
Sends a plain text mail.
sendFile(String, String, Hashtable<String, String>, HttpServletResponse) - Method in class com.sibvisions.rad.server.http.ResourceServlet
Sends the content of a file to the client.
separate(String, String, String, boolean) - Static method in class com.sibvisions.util.type.StringUtil
Separates the given text in parts.
separateList(String, String, boolean) - Static method in class com.sibvisions.util.type.StringUtil
Separates a string of values with a configurable delimiter.
SERIF - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "Serif".
Server - Class in com.sibvisions.rad.server
The Server is the general remote server implementation.
Server() - Constructor for class com.sibvisions.rad.server.Server
Creates a new Server instance.
SERVER_VERSION - Static variable in interface com.sibvisions.rad.IPackageSetup
Constant version value.
ServerColumnMetaData - Class in com.sibvisions.rad.persist.jdbc
A ServerColumnMetaData is a description of the data type and other attributes of a table storage column.
ServerColumnMetaData() - Constructor for class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Constructs a ServerColumnMetaData with defaults.
ServerColumnMetaData(Name) - Constructor for class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Constructs a ServerColumnMetaData with a specific name.
ServerMetaData - Class in com.sibvisions.rad.persist.jdbc
The ServerMetaData is a description of all columns as ServerColumnMetaData, the Primary Key columns, Representation columns and auto increment columns.
ServerMetaData() - Constructor for class com.sibvisions.rad.persist.jdbc.ServerMetaData
Creates a new instance of ServerMetaData with new MetaData.
ServerMetaData.PrimaryKeyType - Enum in com.sibvisions.rad.persist.jdbc
the possible types for the pk columns.
ServerZone - Class in com.sibvisions.rad.server.config
The ServerZone class encapsulates the access to the server configuration.
ServerZone() - Constructor for class com.sibvisions.rad.server.config.ServerZone
Creates a new instance of ServerZone.
ServletServer - Class in com.sibvisions.rad.server.http
The ServletServer handles the communication via http from remote clients.
ServletServer() - Constructor for class com.sibvisions.rad.server.http.ServletServer
 
session - Variable in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
the "hidden" session.
SessionContext - Class in javax.rad.server
A SessionContext contains all of the per-request state information related to the processing of a single server call.
SessionContext() - Constructor for class javax.rad.server.SessionContext
 
sessionCreated(ISession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Invoked when a session was created and is ready to use.
sessionCreated(ISession) - Method in class com.sibvisions.rad.server.Monitoring
Invoked when a session was created and is ready to use.
sessionCreated(ISession) - Method in interface javax.rad.server.event.ISessionListener
Invoked when a session was created and is ready to use.
sessionDestroyed(ISession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Invoked when a session was destroyed an can not be used anymore.
sessionDestroyed(ISession) - Method in class com.sibvisions.rad.server.Monitoring
Invoked when a session was destroyed an can not be used anymore.
sessionDestroyed(ISession) - Method in interface javax.rad.server.event.ISessionListener
Invoked when a session was destroyed an can not be used anymore.
SessionExpiredException - Exception in javax.rad.remote
The SessionExpiredException is a CommunicationException for expired sessions/connections.
SessionExpiredException() - Constructor for exception javax.rad.remote.SessionExpiredException
Constructs a new SessionExpiredException with null as its detail message.
SessionExpiredException(Throwable) - Constructor for exception javax.rad.remote.SessionExpiredException
Constructs a new SessionExpiredException with the specified cause and a detail message of (cause==null ?
SessionExpiredException(String) - Constructor for exception javax.rad.remote.SessionExpiredException
Constructs a new SessionExpiredException with the specified detail message.
SessionExpiredException(String, Throwable) - Constructor for exception javax.rad.remote.SessionExpiredException
Constructs a new SessionExpiredException with the specified detail message and cause.
SESSIONTIMEOUT - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the session timeout.
set(String, Object) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Sets a named member of a JavaScript object.
set(int, E) - Method in class com.sibvisions.util.ArrayUtil
set(int, V) - Method in class com.sibvisions.util.ImmutableArray
Sets the value of a given index.
set(Object, String, Object) - Static method in class com.sibvisions.util.Reflective
Invokes the set method of the given property.
set(Object, String, Object) - Static method in class com.sibvisions.util.type.BeanUtil
Sets the property value to the given bean or sub bean.
set(int, int) - Method in class javax.rad.model.TreePath
Sets the value of a given index.
setAccelerator(KeyStroke) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets the key combination which invokes the menu item's action listeners without navigating the menu hierarchy.
setAccelerator(AbstractButton, KeyStroke) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets the key combination which invokes the menu item's action listeners without navigating the menu hierarchy.
setAccelerator(KeyStroke) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Sets the key combination which invokes the menu item's action listeners without navigating the menu hierarchy.
setAccelerator(Key) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the key combination which invokes the component's action listeners without selecting.
setAccelerator(Key) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the key combination which invokes the component's action listeners without selecting.
setAccelerator(Key) - Method in interface javax.rad.ui.component.IActionComponent
Sets the key combination which invokes the component's action listeners without selecting.
setActionCommand(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Sets the action command for this button.
setActionCommand(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the action command that should be included in the event sent to action listeners.
setActionCommand(String) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the command name for the action event fired by this action component.
setActionCommand(String) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the command name for the action event fired by this action component.
setActionCommand(String) - Method in interface javax.rad.ui.component.IActionComponent
Sets the command name for the action event fired by this action component.
setAdditionalCondition(ICondition) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Sets the additional condition, that is combined with And.
setAdditionalCondition(ICondition) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets the additional condition, that is combined with And.
setAdditionalCondition(ICondition) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets the additional condition, that is combined with And.
setAfterWhereClause(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the string to place in the SELECT statement after the WHERE clause and before the ORDER BY clause.
setAliveCheckEnabled(boolean) - Static method in class javax.rad.remote.MasterConnection
Sets whether alive check should be used.
setAliveInterval(long) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the desired client-side communication interval for this session.
setAliveInterval(long) - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Sets the desired client-side communication interval for this session.
setAliveInterval(long) - Method in class com.sibvisions.rad.server.DetachedSession
Sets the desired client-side communication interval for this session.
setAliveInterval(long) - Method in class com.sibvisions.rad.server.DirectServerSession
Sets the desired client-side communication interval for this session.
setAliveInterval(long) - Method in class javax.rad.remote.MasterConnection
Sets the interval of the alive thread.
setAliveInterval(long) - Method in interface javax.rad.server.ISession
Sets the desired client-side communication interval for this session.
setAllFetched(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Sets that the MemDataPage has all fetched.
setAllowedValues(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the allowed value detection en- or disabled.
setAllowedValues(Object[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the allowed values for this column.
setAllowedValues(Object[]) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Sets all allowed values.
setAllowedValues(Object[]) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets all allowed values.
setAllowedValues(Object[]) - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Sets all allowed values.
setAllowedValues(Object[]) - Method in class javax.rad.model.ColumnDefinition
Sets the allowed values for this column.
setAllowedValues(Object[]) - Method in class javax.rad.persist.ColumnMetaData
Sets the allowed values for this column.
setAllowedValues(Object[]) - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Sets all allowed values.
setAnchorConfiguration(String) - Method in class javax.rad.genui.layout.UIFormLayout
Sets the anchor configuration for default anchors.
setAndCheckAlive(ConnectionInfo, ConnectionInfo[]) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Sets the alive state for a connection, on the server, and validates the alive state of subconnections.
setAndCheckAlive(ConnectionInfo, ConnectionInfo[]) - Method in class com.sibvisions.rad.server.DirectServerConnection
Sets the alive state for a connection, on the server, and validates the alive state of subconnections.
setAndCheckAlive(Object, Object...) - Method in class com.sibvisions.rad.server.Server
Sets the alive state for a session and validates the alive state of sub sessions.
setAndCheckAlive(ConnectionInfo, ConnectionInfo[]) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Returns null.
setAndCheckAlive(ConnectionInfo, ConnectionInfo[]) - Method in interface javax.rad.remote.IConnection
Sets the alive state for a connection, on the server, and validates the alive state of subconnections.
setAndCheckAlive() - Method in class javax.rad.remote.MasterConnection
Sends the alive information to the server and checks all sub connections if they are still valid.
setAndCheckAlive(Object, Object...) - Method in interface javax.rad.server.IServer
Sets the alive state for a session and validates the alive state of sub sessions.
setApplicatioName(String) - Method in class com.sibvisions.rad.server.security.ntlm.NtlmHelper
Sets the application name where the configuration will be found.
setApplicationName(String) - Method in class javax.rad.remote.AbstractConnection
Sets the application name which will be used from the remote server to authenticate the connection, when the connection is not open.
setArea(JVxToolBarPanel.ToolBarArea) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Sets the area in which the toolbars will be added.
setAscending(boolean...) - Method in class javax.rad.model.SortDefinition
Sets the the boolean Array which defines if the corresponding (same index) column is sorted ascending (=true) or descending (=false).
setAsProperties(Properties) - Method in class javax.rad.util.TranslationMap
Sets this TranslationMap as Properties.
setAutoFillEmptySpace(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Set true, empty space is automatically filled with existing columns.
setAutoIncrement(boolean) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets if this ColumnMetaData is an auto increment column.
setAutoIncrement(boolean) - Method in class javax.rad.persist.ColumnMetaData
Sets if this ColumnMetaData is an auto increment column.
setAutoIncrementColumnNames(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the auto increment column names.
setAutoIncrementColumnNames(String[]) - Method in class javax.rad.persist.MetaData
Sets the auto increment column names.
setAutoLinkReference(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets if the automatic link reference detection is en- or disabled.
setAutomaticDecrypt(boolean) - Method in class com.sibvisions.util.xml.XmlWorker
Sets whether automatic decryption should be used.
setAutomaticLinkColumnNameTranslation(TranslationMap) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the TranslationMap for the automatic link column name custom Translation. its used in the getAutomaticLinkColName(ForeignKey pForeignKey) to change the column, thats determined.
setAutoOpenPopup(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxComboCellEditor
Gets true, if the popup is automatically opened.
setAutoOpenPopup(boolean) - Method in class javax.rad.genui.celleditor.UIComboCellEditor
Gets true, if the popup is automatically opened.
setAutoOpenPopup(boolean) - Method in interface javax.rad.ui.celleditor.IComboCellEditor
Gets true, if the popup is automatically opened.
setAutoResize(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets true, if the JVxTable is in auto resize mode.
setAutoResize(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets true, if the ITable is in auto resize mode.
setAutoResize(boolean) - Method in class javax.rad.genui.control.UITable
Sets true, if the ITable is in auto resize mode.
setAutoResize(boolean) - Method in interface javax.rad.ui.control.ITable
Sets true, if the ITable is in auto resize mode.
setAutoSize(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Sets, if the position of this anchor is calculated automatically.
setAutoSize(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Sets, if the position of this anchor is calculated automatically.
setAutoSize(boolean) - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Sets, if the position of this anchor is calculated automatically.
setAutoWrap(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the automatic wrap mode.
setAutoWrap(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the automatic wrap mode.
setAutoWrap(boolean) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the automatic wrap mode.
setAutoWrap(boolean) - Method in interface javax.rad.ui.layout.IFlowLayout
Sets the automatic wrap mode.
setBackground(IColor) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the background color of this component.
setBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
setBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
setBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the background of the table and the viewport.
setBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
setBackground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the background color of this component.
setBackground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Sets the background color of this component.
setBackground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingComponent
Sets the background color of this component.
setBackground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the background color of this component.
setBackground(IColor) - Method in class javax.rad.genui.UIComponent
Sets the background color of this component.
setBackground(IColor) - Method in interface javax.rad.ui.IComponent
Sets the background color of this component.
setBackgroundImage(ImageIcon) - Method in class com.sibvisions.rad.ui.swing.ext.JVxPanel
Sets the background image.
setBackgroundImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingPanel
Sets a background image for the panel.
setBackgroundImage(IImage) - Method in class javax.rad.genui.container.UIPanel
Sets a background image for the panel.
setBackgroundImage(IImage) - Method in interface javax.rad.ui.container.IPanel
Sets a background image for the panel.
setBeforeQueryColumns(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the string to place in the SELECT statement between the SELECT and the first query column.
setBlinkRate(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
setBlockFetchColumnNames(String[]) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets the block fetch columns.
setBorder(Border) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
setBorderOnMouseEntered(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets, if the border should only be shown on mouse entered.
setBorderOnMouseEntered(AbstractButton, boolean) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets, if the border should only be shown on mouse entered.
setBorderOnMouseEntered(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Sets, if the border should only be shown on mouse entered.
setBorderOnMouseEntered(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets, if the border should only be shown on mouse entered.
setBorderOnMouseEntered(boolean) - Method in class javax.rad.genui.component.AbstractUIButton
Sets, if the border should only be shown on mouse entered.
setBorderOnMouseEntered(boolean) - Method in interface javax.rad.ui.component.IButton
Sets, if the border should only be shown on mouse entered.
setBorderPainted(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets whether the border will be painted.
setBorderPainted(boolean) - Method in class javax.rad.genui.component.AbstractUIButton
Sets whether the border will be painted.
setBorderPainted(boolean) - Method in interface javax.rad.ui.component.IButton
Sets whether the border will be painted.
setBorderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Sets the border of the text field visible or invisible.
setBorderVisible(boolean) - Method in class javax.rad.genui.component.AbstractUITextField
Sets the border of the text field visible or invisible.
setBorderVisible(boolean) - Method in interface javax.rad.ui.component.ITextField
Sets the border of the text field visible or invisible.
setBottom(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
Sets the bottom margin of the IInsets.
setBottom(int) - Method in class javax.rad.genui.UIInsets
Sets the bottom margin of the IInsets.
setBottom(int) - Method in interface javax.rad.ui.IInsets
Sets the bottom margin of the IInsets.
setBottomAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Sets the bottom anchor.
setBottomAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Sets the bottom anchor.
setBottomAnchor(IFormLayout.IAnchor) - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Sets the bottom anchor.
setBounds(IRectangle) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Moves and resizes this component to conform to the new bounding rectangle pBounds.
setBounds(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
setBounds(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
setBounds(IRectangle) - Method in class javax.rad.genui.UIComponent
Moves and resizes this component to conform to the new bounding rectangle pBounds.
setBounds(int, int, int, int) - Method in class javax.rad.genui.UIComponent
Set the bounds with primitive types.
setBounds(IRectangle) - Method in interface javax.rad.ui.IComponent
Moves and resizes this component to conform to the new bounding rectangle pBounds.
setBufferCharacterCount(int) - Method in class com.sibvisions.util.Execute
Sets the output buffer character count.
setButtonEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the Button enabled or not.
setButtonMode(Dialog.ButtonMode) - Method in class com.sibvisions.rad.application.Dialog
Sets the button mode.
setCancelOnFailure(boolean) - Method in class com.sibvisions.util.db.DBImporter
Sets whether the complete script should be executed independent of errors.
setCatalog(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
Sets the catalog name.
setCellEditor(ICellEditor) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the CellEditor that edits the given column in the given DataRow.
setCellEditor(ICellEditor) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the CellEditor that edits the given column in the given DataRow.
setCellEditor(ICellEditor) - Method in class javax.rad.genui.control.UIEditor
Sets the CellEditor that edits the given column in the given DataRow.
setCellEditor(ICellEditor) - Method in class javax.rad.model.datatype.DataType
Sets the CellEditor for this IDataType.
setCellEditor(ICellEditor) - Method in interface javax.rad.model.datatype.IDataType
Sets the CellEditor for this IDataType.
setCellEditor(ICellEditor) - Method in interface javax.rad.model.ui.IEditorControl
Sets the CellEditor that edits the given column in the given DataRow.
setCellEditor(ICellEditor) - Method in interface javax.rad.ui.control.IEditor
Sets the CellEditor that edits the given column in the given DataRow.
setCellEditorHandler(ICellEditorHandler) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the current used ICellEditorHandler for editing.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the CellFormatter.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the CellFormatter.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets the CellFormatter.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in class javax.rad.genui.control.UIEditor
Sets the cell formatter.
setCellFormatter(Object, String) - Method in class javax.rad.genui.control.UIEditor
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in class javax.rad.genui.control.UITable
Sets the cell formatter.
setCellFormatter(Object, String) - Method in class javax.rad.genui.control.UITable
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in class javax.rad.genui.control.UITree
Sets the cell formatter.
setCellFormatter(Object, String) - Method in class javax.rad.genui.control.UITree
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in interface javax.rad.ui.control.ICellFormatable
Sets the cell formatter.
setCellRenderer(ICellRenderer) - Method in class javax.rad.model.datatype.DataType
Sets the CellRenderer for this IDataType.
setCellRenderer(ICellRenderer) - Method in interface javax.rad.model.datatype.IDataType
Sets the CellRenderer for this IDataType.
setChartStyle(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the style of the chart.
setChartStyle(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the chart style.
setChartStyle(int) - Method in class javax.rad.genui.control.UIChart
Sets the chart style.
setChartStyle(int) - Method in interface javax.rad.ui.control.IChart
Sets the chart style.
setClipboard(String) - Static method in class com.sibvisions.rad.ui.Webstart
Sets the given text to the clipboard.
setClosable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setClosable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets whether this internal frame can be closed by some user action.
setClosable(boolean) - Method in class javax.rad.genui.container.UIInternalFrame
Sets whether this internal frame can be closed by some user action.
setClosable(boolean) - Method in interface javax.rad.ui.container.IInternalFrame
Sets whether this internal frame can be closed by some user action.
setClosableAt(int, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Set/Unset the closable option for a tab.
setClosableAt(int, boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets a tab closable.
setClosableAt(int, boolean) - Method in class javax.rad.genui.container.UITabsetPanel
Sets a tab closable.
setClosableAt(int, boolean) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets a tab closable.
setClosableAtIfExists(int, boolean) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the tab closable, if it exists.
setColumnMetaData(ServerColumnMetaData[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
Sets the column meta data.
setColumnMetaData(ColumnMetaData[]) - Method in class javax.rad.persist.MetaData
Sets all MetaData columns.
setColumnName(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the column edited by this control.
setColumnName(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the column name displayed by this control.
setColumnName(String) - Method in class javax.rad.genui.control.UIEditor
Sets the column name displayed by this control.
setColumnName(String) - Method in class javax.rad.model.condition.CompareCondition
Sets the column name to use in the compare.
setColumnName(String) - Method in interface javax.rad.model.ui.IEditorControl
Sets the column name displayed by this control.
setColumnNames(String...) - Method in class javax.rad.model.ColumnView
Sets the String[] of all column names.
setColumnNames(String[]) - Method in class javax.rad.model.reference.ColumnMapping
Sets the source column names of the ColumnMapping.
setColumnNames(String[]) - Method in class javax.rad.model.reference.ReferenceDefinition
Sets the source (detail) ColumnDefinition's to use in this ReferenceDefinition.
setColumns(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.Key
Sets the key columns.
setColumns(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Sets the number of columns in this ITextField, and then invalidate the layout.
setColumns(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextField
Sets the number of columns in this ITextField, and then invalidate the layout.
setColumns(int) - Method in class javax.rad.genui.component.AbstractUITextField
Sets the number of columns in this ITextField, and then invalidate the layout.
setColumns(String...) - Method in class javax.rad.model.SortDefinition
Sets the columns to sort.
setColumns(int) - Method in interface javax.rad.ui.component.ITextField
Sets the number of columns in this ITextField, and then invalidate the layout.
setColumnsToStore(PreparedStatement, ServerColumnMetaData[], int[], Object[], Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the values of all changed columns to store from the value Object[]s into the PreparedStatement and returns the last used parameter index.
setColumnsToStore(PreparedStatement, ServerColumnMetaData[], int[], Object[], Object[]) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Sets the values of all changed columns to store from the value Object[]s into the PreparedStatement and returns the last used parameter index.
setColumnView(ColumnView) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the ColumnView displayed by this control.
setColumnView(ColumnView) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the ColumnView displayed by this control.
setColumnView(ColumnView) - Method in class javax.rad.genui.control.UITable
Sets the ColumnView displayed by this control.
setColumnView(Class<? extends IControl>, ColumnView) - Method in interface javax.rad.model.IRowDefinition
Sets the column view to use for GUI controls.
setColumnView(Class<? extends IControl>, ColumnView) - Method in class javax.rad.model.RowDefinition
Sets the column view to use for GUI controls.
setColumnView(ColumnView) - Method in interface javax.rad.ui.control.ITable
Sets the ColumnView displayed by this control.
setCommand(String) - Method in class com.sibvisions.util.db.AbstractCommand
Sets the whole command, with name and parameters.
setComment(String) - Method in class javax.rad.model.ColumnDefinition
Sets the comment for this column.
setComponentAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the alignment between the components.
setComponentAlignment(int) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the alignment between the components.
setComponentAlignment(int) - Method in interface javax.rad.ui.layout.IFlowLayout
Sets the alignment between the components.
setConditions(ICondition[]) - Method in class javax.rad.model.condition.OperatorCondition
Sets all IConditions of this OperatorCondition.
setConnected() - Method in class javax.rad.model.reference.ReferenceDefinition
Sets the ReferenceDefinition connected to the source IDataBook.
setConnection(AbstractConnection) - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Sets the AbstractConnection to the server IStorage object.
setConnection(Connection) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the internal conncetion to the database.
setConnection(AbstractConnection) - Method in class javax.rad.application.genui.RemoteApplication
Sets the communication connection.
setConnection(AbstractConnection) - Method in class javax.rad.application.genui.RemoteWorkScreen
Sets the communication connection.
setConnection(AbstractConnection) - Method in interface javax.rad.application.IConnectable
Sets the communication connection.
setConnectionId(Object) - Method in class javax.rad.remote.ConnectionInfo
Sets the connection identifier.
setConnectionTimeout(int) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Sets the timeout for the connection establishment.
setConstraint(Component, JVxFormLayout.Constraint) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the constraints for given component.
setConstraints(IComponent, String) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Gets the constraints for the specified IComponent.
setConstraints(IComponent, Object) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the constraints for the specified IComponent.
setConstraints(IComponent, IFormLayout.IConstraints) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Gets the constraints for the specified IComponent.
setConstraints(IComponent, CO) - Method in class javax.rad.genui.UILayout
Gets the constraints for the specified IComponent.
setConstraints(IComponent, CO) - Method in interface javax.rad.ui.ILayout
Gets the constraints for the specified IComponent.
setContent(XmlNode) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets the internal data node.
setContent(byte[]) - Method in class javax.rad.io.FileHandle
Sets a new content with a byte array.
setContent(InputStream) - Method in class javax.rad.io.FileHandle
Sets a new content with a InputStream.
setContent(File) - Method in class javax.rad.io.FileHandle
Sets a new content with a File.
setContent(byte[]) - Method in class javax.rad.io.RemoteFileHandle
Sets a new content with a byte array.
setContent(InputStream) - Method in class javax.rad.io.RemoteFileHandle
Sets a new content with a InputStream.
setContent(File) - Method in class javax.rad.io.RemoteFileHandle
Sets a new content with a File.
setContent(URL) - Method in class javax.rad.io.RemoteFileHandle
Sets a new content with a URL.
setContentType(String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor
Sets the content type used for editing the text.
setContentType(String) - Method in class com.sibvisions.util.Mail
Sets the content type.
setContentType(String) - Method in class javax.rad.genui.celleditor.UITextCellEditor
Sets the content type used for editing the text.
setContentType(String) - Method in interface javax.rad.ui.celleditor.ITextCellEditor
Sets the content type used for editing the text.
setCookie(String, String, long) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Sets the value for a cookie.
setCurrentInstance(SessionContext) - Method in class javax.rad.server.SessionContext
Sets the current SessionContext instance.
setCursor(ICursor) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the cursor image to the specified cursor.
setCursor(Cursor) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
setCursor(ICursor) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Sets the cursor of the glass pane as "global" cursor.
setCursor(ICursor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the cursor image to the specified cursor.
setCursor(ICursor) - Method in class javax.rad.application.genui.Application
Sets the cursor of the launcher.
setCursor(ICursor) - Method in class javax.rad.genui.UIComponent
Sets the cursor image to the specified cursor.
setCursor(ICursor) - Method in interface javax.rad.ui.IComponent
Sets the cursor image to the specified cursor.
setDatabaseSpecificType(ResultSetMetaData, int, ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Enables the database specific implementation to change the metadata before the default settings are made.
setDatabaseSpecificType(ResultSetMetaData, int, ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Enables the database specific implementation to change the metadata before the default settings are made.
setDatabaseSpecificType(ResultSetMetaData, int, ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Enables the database specific implementation to change the metadata before the default settings are made.
setDataBook(IDataBook) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the DataBook shown by this control.
setDataBook(IDataBook) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the DataBook displayed by this control.
setDataBook(IDataBook) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the DataBook displayed by this control.
setDataBook(IDataBook) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the DataBook displayed by this control.
setDataBook(IDataBook) - Method in class javax.rad.genui.control.UIChart
Sets the DataBook displayed by this control.
setDataBook(IDataBook) - Method in class javax.rad.genui.control.UITable
Sets the DataBook displayed by this control.
setDataBook(IDataBook) - Method in interface javax.rad.model.ui.ITableControl
Sets the DataBook displayed by this control.
setDataBooks(IDataBook...) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets the DataBooks displayed by this control.
setDataBooks(IDataBook...) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets the DataBooks displayed by this control.
setDataBooks(IDataBook...) - Method in class javax.rad.genui.control.UITree
Sets the DataBooks displayed by this control.
setDataBooks(IDataBook...) - Method in interface javax.rad.model.ui.ITreeControl
Sets the DataBooks displayed by this control.
setDataRow(int, ChangeableDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Sets the internal storage for the specified DataRow Object[].
setDataRow(IDataRow) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the DataRow edited by this control.
setDataRow(IDataRow) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the DataRow displayed by this control.
setDataRow(IDataRow) - Method in class javax.rad.genui.control.UIEditor
Sets the DataRow displayed by this control.
setDataRow(IDataRow) - Method in interface javax.rad.model.ui.IEditorControl
Sets the DataRow displayed by this control.
setDataSource(IDataSource) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the IDataSource for this IDataBook.
setDataSource(IDataSource) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets the IDataSource for this IDataBook.
setDataSource(IDataSource) - Method in interface javax.rad.model.IDataBook
Sets the IDataSource for this IDataBook.
setDataType(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the used data type this ColumnMetaData.
setDataType(IDataType) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the used data type this ServerColumnMetaData.
setDataType(IDataType) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Sets the data type.
setDataType(IDataType) - Method in class javax.rad.model.ColumnDefinition
Sets the IDataType for this ColumnDefinition.
setDataType(int) - Method in class javax.rad.persist.ColumnMetaData
Sets the used data type for this ColumnMetaData.
setDate(Date) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Sets the current selected date and time.
setDateFormat(String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor
Sets the date format used for editing the date.
setDateFormat(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo
Sets the date format used for editing the date.
setDateFormat(DateFormat) - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Gets the date format.
setDateFormat(DateFormat) - Method in class com.sibvisions.util.type.DateUtil
Gets the date format.
setDateFormat(String) - Method in class javax.rad.genui.celleditor.UIDateCellEditor
Sets the date format used for editing the date.
setDateFormat(String) - Method in class javax.rad.model.datatype.TimestampDataType
Sets the current DateFormat.
setDateFormat(String) - Method in interface javax.rad.ui.celleditor.IDateCellEditor
Sets the date format used for editing the date.
setDatePattern(String) - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Gets the date format pattern.
setDatePattern(String) - Method in class com.sibvisions.util.type.DateUtil
Gets the date format pattern.
setDBAccess(IDBAccess) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Set the IDBAccess of this DBStorage .
setDBProperties(Properties) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets DB specific initial parameters for the Connection creation.
setDBProperty(String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets a specific database property.
setDefault(Locale) - Static method in class com.sibvisions.util.type.LocaleUtil
Gets the default locale.
setDefaultAllowedValues(boolean) - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the default allowed value detection en- or disabled.
setDefaultAutoLinkReference(boolean) - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the default automatic link reference detection mode.
setDefaultButton(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets this button as default button for the "parent" root pane.
setDefaultButton(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the defaultButton property.
setDefaultButton(boolean) - Method in class javax.rad.genui.component.AbstractUIButton
Sets the defaultButton property.
setDefaultButton(boolean) - Method in interface javax.rad.ui.component.IButton
Sets the defaultButton property.
setDefaultCellEditor(Class<?>, ICellEditor) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Sets the default ICellEditor for the given class.
setDefaultCellEditor(Class<?>, ICellEditor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Sets the default ICellEditor for the given class.
setDefaultCellEditor(Class, ICellEditor) - Static method in class javax.rad.genui.celleditor.UICellEditor
Sets the default ICellEditor for the given class.
setDefaultCellEditor(Class<?>, ICellEditor) - Method in interface javax.rad.ui.IFactory
Sets the default ICellEditor for the given class.
setDefaultClassLoader(ClassLoader) - Static method in class com.sibvisions.util.type.ResourceUtil
Sets the default class loader.
setDefaultDefaultValue(boolean) - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the default - default value detection en- or disabled.
setDefaultIgnoredColumnNames(String...) - Static method in class javax.rad.model.RowDefinition
Sets a list of columns which are excluded from the table columns when no specific table columns are set.
setDefaultImage(Image) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the default image that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxImageViewer
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in class javax.rad.genui.celleditor.UIImageViewer
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in interface javax.rad.ui.celleditor.IImageViewer
Sets the default image name that is shown if selectedIndex is -1.
setDefaultListener(L) - Method in class javax.rad.util.EventHandler
Sets the default listener.
setDefaultListener(Object, String) - Method in class javax.rad.util.EventHandler
Sets the default listener.
setDefaultNumberCellEditor(ICellEditor) - Method in class javax.rad.genui.celleditor.UINumberCellEditor
Sets the default ICellEditor for Number class.
setDefaults() - Static method in class javax.rad.genui.UIImage
Sets te default image mappings.
setDefaultSchema(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the user-defined default schema.
setDefaultSort(SortDefinition) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Sets the default sort definition.
setDefaultSort(SortDefinition) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the default sort.
setDefaultValue(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the default value detection en- or disabled.
setDefaultValue(Object) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the default value of this column.
setDefaultValue(Object) - Method in class javax.rad.model.ColumnDefinition
Sets the default value of this column.
setDefaultValue(Object) - Method in class javax.rad.persist.ColumnMetaData
Sets the default value of this column.
setDefaultValues() - Method in class com.sibvisions.rad.model.mem.DataRow
Sets the Default Values from the RowDefinition to the DataRow.
setDeleteCascade(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if all rows of this detail table should be deleted, when the master row is deleted.
setDeleteCascade(boolean) - Method in interface javax.rad.model.IDataBook
Sets if all rows of this detail table should be deleted, when the master row is deleted.
setDeleteEnabled(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets whether delete is enabled on this IDataBook.
setDeleteEnabled(boolean) - Method in interface javax.rad.model.IDataBook
Sets whether delete is enabled on this IDataBook.
setDeleting() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
It marks this ChangeableDataRow as DELETING.
setDetailChanged(boolean) - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
True, If under this row in the detail DataBook one or more changed (isInserting/Updating/Deleting() == true) detail rows existing.
setDetailChanged(int, boolean) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Set that the details to this row are changed.
setDetectedType(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the detected type of this column.
setDetectEndNode(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets if a node should be detected to be an end node or not.
setDetectEndNode(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets if a node should be detected to be an end node or not.
setDetectEndNode(boolean) - Method in class javax.rad.genui.control.UITree
Sets if a node should be detected to be an end node or not.
setDetectEndNode(boolean) - Method in interface javax.rad.ui.control.ITree
Sets if a node should be detected to be an end node or not.
setDisabledIconAt(int, Icon) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setDispatchEventsEnabled(boolean) - Method in class javax.rad.util.EventHandler
Sets whether event dispatching is en- or disabled.
setDividerAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Sets the divider alignment.
setDividerAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the divider alignment.
setDividerAlignment(int) - Method in class javax.rad.genui.container.UISplitPanel
Sets the divider alignment.
setDividerAlignment(int) - Method in interface javax.rad.ui.container.ISplitPanel
Sets the divider alignment.
setDividerLocation(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
setDividerPosition(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the position of the divider.
setDividerPosition(int) - Method in class javax.rad.genui.container.UISplitPanel
Sets the position of the divider.
setDividerPosition(int) - Method in interface javax.rad.ui.container.ISplitPanel
Sets the position of the divider.
setDividerSize(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
setDocumentLocator(Locator) - Method in class com.sibvisions.util.xml.XmlWorker
Caches the document locator for line numbering.
setDot(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
setDownloadURLSpec(String) - Static method in class javax.rad.io.RemoteFileHandle
Sets the download URL, that specifies where to get the content from server.
setDragable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Sets the drag option for tabs.
setDragable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets a tabs dragable.
setDragable(boolean) - Method in class javax.rad.genui.container.UITabsetPanel
Sets a tabs dragable.
setDragable(boolean) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets a tabs dragable.
setDriver(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the database driver name as String.
setDumpStream(PrintStream) - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Sets the dump stream.
setDumpStreamEnabled(boolean) - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Sets whether the JSON stream should be dumped.
setEchoChar(char) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingPasswordField
Sets the echo character for this JPasswordField.
setEchoChar(char) - Method in class javax.rad.genui.component.UIPasswordField
Sets the echo character for this JPasswordField.
setEchoChar(char) - Method in interface javax.rad.ui.component.IPasswordField
Sets the echo character for this JPasswordField.
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets if editable or not.
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets if editable or not.
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Sets the specified boolean to indicate whether or not this ITextField should be editable.
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets if editable or not.
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets if editable or not.
setEditable(boolean) - Method in class javax.rad.genui.component.AbstractUITextField
Sets the specified boolean to indicate whether or not this ITextField should be editable.
setEditable(boolean) - Method in class javax.rad.genui.control.UITable
Sets if editable or not.
setEditable(boolean) - Method in class javax.rad.genui.control.UITree
Sets if editable or not.
setEditable(boolean) - Method in interface javax.rad.ui.component.ITextField
Sets the specified boolean to indicate whether or not this ITextField should be editable.
setEditable(boolean) - Method in interface javax.rad.ui.control.ITable
Sets if editable or not.
setEditable(boolean) - Method in interface javax.rad.ui.control.ITree
Sets if editable or not.
setEditor(ComboBoxEditor) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setEditorComponent(JTextComponent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the editor component.
setEditorEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets true, if the editor is editable.
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Enables or disables this component, depending on the value of the parameter pEnable.
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Enables or disables this component, depending on the value of the parameter pEnable.
setEnabled(boolean) - Method in class javax.rad.genui.component.AbstractUITextField
Enables or disables this component, depending on the value of the parameter pEnable.
setEnabled(boolean) - Method in class javax.rad.genui.UIComponent
Enables or disables this component, depending on the value of the parameter pEnable.
setEnabled(boolean) - Method in interface javax.rad.ui.IComponent
Enables or disables this component, depending on the value of the parameter pEnable.
setEnabledAt(int, boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets a tab en- or disabled.
setEnabledAt(int, boolean) - Method in class javax.rad.genui.container.UITabsetPanel
Sets a tab en- or disabled.
setEnabledAt(int, boolean) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets a tab en- or disabled.
setEnabledAtIfExists(int, boolean) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the tab enabled, if it exists.
setEncrypted(String, boolean) - Method in class com.sibvisions.util.xml.XmlWorker
Sets the encryption mode of a node.
setEnterNavigationMode(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the ENTER navigation mode.
setEnterNavigationMode(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the ENTER navigation mode.
setEnterNavigationMode(int) - Method in class javax.rad.genui.control.UITable
Sets the ENTER navigation mode.
setEnterNavigationMode(int) - Method in interface javax.rad.ui.control.INavigationControl
Sets the ENTER navigation mode.
setError(String) - Method in class com.sibvisions.rad.application.Login
Sets an error text instead of the welcome text.
setErrorForwarder(PrintStream) - Method in class com.sibvisions.util.Execute
Sets the forwarder for error messages.
setEventSource(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the wanted event source for this component.
setEventSource(IComponent) - Method in class javax.rad.genui.UIComponent
Sets the wanted event source for this component.
setEventSource(IComponent) - Method in interface javax.rad.ui.IComponent
Sets the wanted event source for this component.
setExecuting(boolean) - Method in class com.sibvisions.rad.server.AbstractSession
Sets that the session is executiong a command.
setFactory(IFactory) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the components factory implementation.
setFactoryInstance(IFactory) - Static method in class javax.rad.genui.UIFactoryManager
Sets the global IFactory singleton instance.
setFeatures(MetaData.Feature...) - Method in class javax.rad.persist.MetaData
Sets supported features.
setFetchedRowsForBlock(IDataRow, int) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets the amount of fetched rows per block.
setFileName(String) - Method in class javax.rad.io.FileHandle
Sets the file name of this file handle.
setFileName(String) - Method in class javax.rad.io.RemoteFileHandle
Sets the file name of this file handle.
setFileTypeMap(FileTypeMap) - Method in class com.sibvisions.util.ByteArrayDataSource
Sets the FileTypeMap.
setFilter(ICondition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the filter for this IDataBook.
setFilter(ICondition) - Method in interface javax.rad.model.IDataBook
Sets the filter for this IDataBook.
setFilterParameter(int, PreparedStatement, ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets all Filter parameter values into the PreparedStatement.
setFirstComponent(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the component to the left (or above) the divider.
setFirstComponent(IComponent) - Method in class javax.rad.genui.container.UISplitPanel
Sets the component to the left (or above) the divider.
setFirstComponent(IComponent) - Method in interface javax.rad.ui.container.ISplitPanel
Sets the component to the left (or above) the divider.
setFKColumns(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the foreign key columns.
setFKName(String) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the foreign key name.
setFloatable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBar
setFocusable(boolean) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the focusable state of this component to the specified value.
setFocusable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the focusable state of this component to the specified value.
setFocusable(boolean) - Method in class javax.rad.genui.UIComponent
Sets the focusable state of this component to the specified value.
setFocusable(boolean) - Method in interface javax.rad.ui.IComponent
Sets the focusable state of this component to the specified value.
setFont(IFont) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the IFont of this component.
setFont(Font) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
setFont(Font) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setFont(IFont) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Sets the IFont of this component.
setFont(IFont) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the IFont of this component.
setFont(IFont) - Method in class javax.rad.genui.UIComponent
Sets the IFont of this component.
setFont(IFont) - Method in interface javax.rad.ui.IComponent
Sets the IFont of this component.
setForceFocusOnPopup(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets if the focus is forced to be given on the popup.
setForeground(IColor) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the foreground color of this component.
setForeground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
setForeground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setForeground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Sets the foreground color of this component.
setForeground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the foreground color of this component.
setForeground(IColor) - Method in class javax.rad.genui.UIComponent
Sets the foreground color of this component.
setForeground(IColor) - Method in interface javax.rad.ui.IComponent
Sets the foreground color of this component.
setFrameIcon(Icon) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setFromClause(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the query tables to use in the SELECT statement to get the data from the storage.
setFromClause(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the from clause.
setGlobalCursor(Component, Cursor) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Sets an application global cursor.
setGlobalMetaDataCacheEnabled(boolean) - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Sets the global meta data cache en-/disabled.
setGZIPContent(byte[]) - Method in class javax.rad.io.FileHandle
Sets the gzipped content.
setHeight(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtDimension
Sets the height of the IDimension.
setHeight(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Sets the height of the IDimension.
setHeight(int) - Method in class javax.rad.genui.UIDimension
Sets the height of the IDimension.
setHeight(int) - Method in class javax.rad.genui.UIRectangle
Sets the height of the IDimension.
setHeight(int) - Method in interface javax.rad.ui.IDimension
Sets the height of the IDimension.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxStyledCellEditor
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the horizontal alignment of the icon.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Sets the horizontal alignment of the icon.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the alignment for the x axis.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the alignment for the x axis.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextField
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.celleditor.UICellEditor
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.celleditor.UIImageViewer
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.component.AbstractUITextField
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.component.UIIcon
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.component.UILabel
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.container.UIGroupPanel
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.layout.UIFormLayout
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in interface javax.rad.ui.IAlignmentConstants
Sets the horizontal alignment.
setHorizontalComponentAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the component alignment for the x axis.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Sets horizontal gap between components.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the horizontal gap.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets horizontal gap between components.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Sets the horizontal gap between components.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the horizontal gap between components.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the horizontal gap between components.
setHorizontalGap(int) - Method in class javax.rad.genui.UILayout
Sets the horizontal gap between components.
setHorizontalGap(int) - Method in interface javax.rad.ui.ILayout
Sets the horizontal gap between components.
setHorizontalTextPosition(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the horizontal position of the text relative to the icon.
setHorizontalTextPosition(int) - Method in class javax.rad.genui.component.AbstractUIButton
Sets the horizontal position of the text relative to the icon.
setHorizontalTextPosition(int) - Method in interface javax.rad.ui.component.IButton
Sets the horizontal position of the text relative to the icon.
setIcon(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setIconAt(int, Icon) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setIconAt(int, IImage) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the icon at pIndex to pImage which can be null.
setIconAt(int, IImage) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the icon at pIndex to pImage which can be null.
setIconAt(int, IImage) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets the icon at pIndex to pImage which can be null.
setIconAtIfExists(int, IImage) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the tab icon, if it exists.
setIconifiable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets whether this internal frame can be iconified by some user action.
setIconifiable(boolean) - Method in class javax.rad.genui.container.UIInternalFrame
Sets whether this internal frame can be iconified by some user action.
setIconifiable(boolean) - Method in interface javax.rad.ui.container.IInternalFrame
Sets whether this internal frame can be iconified by some user action.
setIconImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Sets the image to be displayed as the icon for this window.
setIconImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the image to be displayed as the icon for this window.
setIconImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets the image to be displayed as the icon for this window.
setIconImage(IImage) - Method in class javax.rad.genui.container.AbstractFrame
Sets the image to be displayed as the icon for this window.
setIconImage(IImage) - Method in interface javax.rad.ui.container.IFrame
Sets the image to be displayed as the icon for this window.
setIgnoreNull(boolean) - Method in class javax.rad.model.condition.CompareCondition
Sets if null values will be ignored.
setImage(Image) - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Sets the image for the icon.
setImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the default image.
setImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Sets the default image.
setImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuItem
Sets the default image.
setImage(IImage) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the default image.
setImage(IImage) - Method in class javax.rad.genui.component.UIIcon
Sets the default image.
setImage(IImage) - Method in interface javax.rad.ui.component.IIcon
Sets the default image.
setImageBorderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
sets the visibility of the image border.
setImageMapping(String, String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Sets the image name for the given mapping name.
setImageMapping(String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the image name for the given mapping name.
setImageMapping(String, String) - Static method in class javax.rad.genui.UIImage
Gets the image name for the given mapping name.
setImageMapping(String, String) - Method in interface javax.rad.ui.IFactory
Gets the image name for the given mapping name.
setImageNames(String[]) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Sets the image names that are used for displaying the corresponding values.
setImageNames(String[]) - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Sets the image names that are used for displaying the corresponding values.
setImageNames(String[]) - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Sets the image names that are used for displaying the corresponding values.
setImages(Image[]) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the images that are used for displaying the values.
setImageSize(Dimension) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the image size.
setImageTextGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
If both the icon and text properties are set, this property defines the space between them.
setImageTextGap(int) - Method in class javax.rad.genui.component.AbstractUIButton
If both the icon and text properties are set, this property defines the space between them.
setImageTextGap(int) - Method in interface javax.rad.ui.component.IButton
If both the icon and text properties are set, this property defines the space between them.
setIndentation(int) - Method in class com.sibvisions.util.xml.XmlWorker
Sets the xml output indentation.
setInfo(String) - Method in class com.sibvisions.rad.application.About
Sets the short information.
setInfoImage(IImage) - Method in class com.sibvisions.rad.application.Login
Sets the login-info image.
setInnerBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
sets the inner background.
setInnerBorder(Border) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
sets the inner border.
setInsertEnabled(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets whether insert is enabled on this IDataBook.
setInsertEnabled(boolean) - Method in interface javax.rad.model.IDataBook
Sets whether insert is enabled on this IDataBook.
setInserting() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
It marks this ChangeableDataRow as INSERTING.
setInsertNewLines(boolean) - Method in class com.sibvisions.util.xml.XmlWorker
Sets whether new lines should be inserted for better readable xml files.
setItem(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
setKeepBlocking(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Sets the modal internal frame blocking.
setLabel(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets default label.
setLabel(String) - Method in class javax.rad.model.ColumnDefinition
Sets the label of this column.
setLabel(String) - Method in class javax.rad.persist.ColumnMetaData
Sets default label.
setLanguage(String) - Method in class javax.rad.util.TranslationMap
Sets the language code of the translated texts.
setLastAccessTime(long) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the time of the last session access.
setLastAliveTime(long) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the time of the last communication of the session.
setLastCallTime(long) - Method in class javax.rad.remote.ConnectionInfo
Sets the time in millis when the last call was sent to the server.
setLauncher(UILauncher) - Method in class javax.rad.application.genui.Application
Sets the launcher.
setLayout(ILayout) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Sets the layout manager for this container.
setLayout(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Sets the layout manager for the content pane.
setLayout(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
setLayout(ILayout) - Method in class javax.rad.genui.menu.UIMenu
Sets the layout manager for this container.
setLayout(ILayout) - Method in class javax.rad.genui.UIContainer
Sets the layout manager for this container.
setLayout(ILayout) - Method in interface javax.rad.ui.IContainer
Sets the layout manager for this container.
setLayoutIntern(LayoutManager) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Internal function, for setting the layout.
setLayoutIntern(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Internal function, for setting the layout.
setLayoutIntern(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingScrollPanel
Internal function, for setting the layout.
setLayoutIntern(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Internal function, for setting the layout.
setLayoutIntern(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Internal function, for setting the layout.
setLeft(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
Sets the left margin of the IInsets.
setLeft(int) - Method in class javax.rad.genui.UIInsets
Sets the left margin of the IInsets.
setLeft(int) - Method in interface javax.rad.ui.IInsets
Sets the left margin of the IInsets.
setLeftAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Sets the left anchor.
setLeftAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Sets the left anchor.
setLeftAnchor(IFormLayout.IAnchor) - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Sets the left anchor.
setLevel(ILogger.LogLevel) - Method in interface com.sibvisions.util.log.ILogger
Sets the log level.
setLevel(ILogger.LogLevel) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Sets the log level.
setLevel(ILogger.LogLevel) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Sets the log level.
setLevel(Class, ILogger.LogLevel) - Static method in class com.sibvisions.util.log.LoggerFactory
Sets the level of a specific logger.
setLevel(String, ILogger.LogLevel) - Static method in class com.sibvisions.util.log.LoggerFactory
Sets the level of a specific logger.
setLifeCycleName(String) - Method in class javax.rad.remote.AbstractConnection
Sets the name of the server-side life-cycle object.
setLineColor(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
Returns the color of the border.
setLineColor(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughLineBorder
Returns the color of the border.
setLinkForeignKey(ForeignKey) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the foreign key for a server side Droopdown list (automatic linked celleditor).
setLinkReference(StorageReferenceDefinition) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the link reference for a server side Dropdown list (automatic linked celleditor).
setLinkReference(ReferenceDefinition) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Sets reference definition that defines the link.
setLinkReference(ReferenceDefinition) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets reference definition that defines the link.
setLinkReference(StorageReferenceDefinition) - Method in class javax.rad.persist.ColumnMetaData
Sets the link reference for an server side Dropdown list (automatic linked celleditor).
setLinkReference(ReferenceDefinition) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets reference definition that defines the link.
setLinkReferenceColumn(Name) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the foreign key column for the LinkReference.
setLocale(Locale) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
setLocation(IPoint) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Moves this component to a new location.
setLocation(String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Sets the location.
setLocation(IPoint) - Method in class javax.rad.genui.UIComponent
Moves this component to a new location.
setLocation(int, int) - Method in class javax.rad.genui.UIComponent
Set the location with primitive types.
setLocation(IPoint) - Method in interface javax.rad.ui.IComponent
Moves this component to a new location.
setLocationRelativeTo(IComponent, IPoint) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the location relative to the given component.
setLocationRelativeTo(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Sets and calculates the position of this internal frame relative to another component.
setLocationRelativeTo(IComponent, IPoint) - Method in class javax.rad.genui.UIComponent
Sets the location relative to the given component.
setLocationRelativeTo(IComponent, IPoint) - Method in interface javax.rad.ui.IComponent
Sets the location relative to the given component.
setLockAndRefetchEnabled(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets whether if lock and refetch is enabled.
setLookAndFeel(ILauncher, String) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Sets the look and feel which decorates all components.
setMagicCaretPosition(Point) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
setMargins(Insets) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Sets the layout margins.
setMargins(Insets) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the margins.
setMargins(Insets) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the layout margins.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets space for margin between the button's border and the text.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingCheckBox
Sets space for margin between the button's border and the text.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingRadioButton
Sets space for margin between the button's border and the text.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Sets the margin between the tool bar's border and its buttons.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Sets the margins.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the margins.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the margins.
setMargins(IInsets) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets space for margin between the button's border and the text.
setMargins(int, int, int, int) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the insets with primitive types.
setMargins(IInsets) - Method in class javax.rad.genui.container.UIToolBar
Sets the margin between the tool bar's border and its buttons.
setMargins(int, int, int, int) - Method in class javax.rad.genui.container.UIToolBar
Sets the insets with primitive types.
setMargins(IInsets) - Method in class javax.rad.genui.UILayout
Sets the margins.
setMargins(int, int, int, int) - Method in class javax.rad.genui.UILayout
Sets the insets with primitive types.
setMargins(IInsets) - Method in interface javax.rad.ui.component.IActionComponent
Sets space for margin between the button's border and the text.
setMargins(IInsets) - Method in interface javax.rad.ui.container.IToolBar
Sets the margin between the tool bar's border and its buttons.
setMargins(IInsets) - Method in interface javax.rad.ui.ILayout
Sets the margins.
setMasterDataRow(IDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Sets a new Master DataRow, if it changes.
setMasterReference(ReferenceDefinition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the master IDataBook to this detail IDataBook over a ReferenceDefinition.
setMasterReference(ReferenceDefinition) - Method in interface javax.rad.model.IDataBook
Sets the master IDataBook to this detail IDataBook over a ReferenceDefinition.
setMaximizable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets whether this internal frame can be maximized by some user action.
setMaximizable(boolean) - Method in class javax.rad.genui.container.UIInternalFrame
Sets whether this internal frame can be maximized by some user action.
setMaximizable(boolean) - Method in interface javax.rad.ui.container.IInternalFrame
Sets whether this internal frame can be maximized by some user action.
setMaximumSize(IDimension) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the maximum size of this component to a constant value.
setMaximumSize(IDimension) - Method in class javax.rad.genui.UIComponent
Sets the maximum size of this component to a constant value.
setMaximumSize(int, int) - Method in class javax.rad.genui.UIComponent
Set the maximum size with primitive types.
setMaximumSize(IDimension) - Method in interface javax.rad.ui.IComponent
Sets the maximum size of this component to a constant value.
setMaxInactiveInterval(int) - Method in class com.sibvisions.rad.server.AbstractSession
Specifies the time, in minutes, between access before the session will be inactive.
setMaxInactiveInterval(int) - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Specifies the time, in minutes, between access before the session will be inactive.
setMaxInactiveInterval(int) - Method in class com.sibvisions.rad.server.DetachedSession
Specifies the time, in minutes, between access before the session will be inactive.
setMaxInactiveInterval(int) - Method in class com.sibvisions.rad.server.DirectServerSession
Specifies the time, in minutes, between access before the session will be inactive.
setMaxInactiveInterval(int) - Method in interface javax.rad.server.ISession
Specifies the time, in minutes, between access before the session will be inactive.
setMaxRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Set the maximal row height.
setMaxRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the max row height for automatic calculation.
setMaxRowHeight(int) - Method in class javax.rad.genui.control.UITable
Sets the max row height for automatic calculation.
setMaxRowHeight(int) - Method in interface javax.rad.ui.control.ITable
Sets the max row height for automatic calculation.
setMaxTime(int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the maximum time in miliseconds to use, to try to fetch all rows. reduce open cursors, and increase performance.
setMaxValue(T) - Method in class javax.rad.type.AbstractNumberType
Sets the maximal allowed value.
setMemFilter(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if the sort is handled in memory.
setMemFilter(boolean) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets if the sort is handled in memory.
setMemSort(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if the sort is handled in memory.
setMemSort(boolean) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets if the sort is handled in memory.
setMenuBar(IMenuBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Sets the menubar for this frame.
setMenuBar(IMenuBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the menubar for this frame.
setMenuBar(IMenuBar) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets the menubar for this frame.
setMenuBar(IMenuBar) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Sets the menubar for this frame.
setMenuBar(IMenuBar) - Method in class javax.rad.genui.container.AbstractFrame
Sets the menubar for this frame.
setMenuBar(IMenuBar) - Method in interface javax.rad.ui.container.IFrame
Sets the menubar for this frame.
setMetaDataCacheEnabled(boolean) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets the metadata cache enabled.
setMetaDataCacheOption(MetaDataCacheOption) - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Sets the metadata cache option for this instance.
setMetaDataCacheRole(RemoteDataSource.MetaDataCacheRole) - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Sets the global meta data cache role.
setMethods - Variable in class javax.rad.type.bean.BeanType
The set methods.
setMinimumSize(IDimension) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the minimum size of this component to a constant value.
setMinimumSize(IDimension) - Method in class javax.rad.genui.UIComponent
Sets the minimum size of this component to a constant value.
setMinimumSize(int, int) - Method in class javax.rad.genui.UIComponent
Set the minimum size with primitive types.
setMinimumSize(IDimension) - Method in interface javax.rad.ui.IComponent
Sets the minimum size of this component to a constant value.
setMinRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Set the minimal row height.
setMinRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the min row height for automatic calculation.
setMinRowHeight(int) - Method in class javax.rad.genui.control.UITable
Sets the min row height for automatic calculation.
setMinRowHeight(int) - Method in interface javax.rad.ui.control.ITable
Sets the min row height for automatic calculation.
setMinValue(T) - Method in class javax.rad.type.AbstractNumberType
Sets the minimal allowed value.
setModal(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Sets the frame as modal frame.
setModal(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the frame as modal frame.
setModal(boolean) - Method in class javax.rad.application.genui.WorkScreen
Sets whether this workscreen should be modal.
setModal(boolean) - Method in interface javax.rad.application.IWorkScreen
Sets whether this workscreen should be modal.
setModal(boolean) - Method in class javax.rad.genui.container.UIInternalFrame
Sets the frame as modal frame.
setModal(boolean) - Method in interface javax.rad.ui.container.IInternalFrame
Sets the frame as modal frame.
setMode(int) - Method in class com.sibvisions.rad.application.Login
Sets the mode for the login.
setMouseOverImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the image for the button when the mouse is over.
setMouseOverImage(IImage) - Method in class javax.rad.genui.component.AbstractUIButton
Sets the image for the button when the mouse is over.
setMouseOverImage(IImage) - Method in interface javax.rad.ui.component.IButton
Sets the image for the button when the mouse is over.
setMovable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Sets whether the toolbar is movable.
setMovable(boolean) - Method in class javax.rad.genui.container.UIToolBar
Sets whether the toolbar is movable.
setMovable(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets whether this column can be moved.
setMovable(boolean) - Method in interface javax.rad.ui.container.IToolBar
Sets whether the toolbar is movable.
setName(String) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Set the name of the IDataBook.
setName(String) - Method in class com.sibvisions.rad.persist.AbstractStorage
Sets the storage name.
setName(String) - Method in class com.sibvisions.rad.persist.jdbc.Key
Sets the key name.
setName(String) - Method in class com.sibvisions.rad.persist.jdbc.Name
Sets the name use in the application.
setName(String) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the name of the object to the specified string.
setName(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the name of the object to the specified string.
setName(String) - Method in class com.sibvisions.util.ByteArrayDataSource
Sets the name.
setName(String) - Method in class javax.rad.genui.UIComponent
Sets the name of the object to the specified string.
setName(String) - Method in class javax.rad.model.ColumnDefinition
Set the name of the column.
setName(String) - Method in interface javax.rad.model.IDataBook
Set the name of the IDataBook.
setName(String) - Method in class javax.rad.persist.ColumnMetaData
Set the name of the column.
setName(String) - Method in interface javax.rad.ui.IComponent
Sets the name of the object to the specified string.
setName(String) - Method in interface javax.rad.util.INamedObject
Sets the name of the object.
setNavigationKeysEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
En- or disables the frame navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
En- or disables the tab navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingDesktopPanel
En- or disables the frame navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
En- or disables the tab navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in class javax.rad.genui.container.UIDesktopPanel
En- or disables the frame navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in class javax.rad.genui.container.UITabsetPanel
En- or disables the tab navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in interface javax.rad.ui.container.IDesktopPanel
En- or disables the frame navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in interface javax.rad.ui.container.ITabsetPanel
En- or disables the tab navigation with the keyboard.
setNew(Object) - Method in class com.sibvisions.rad.persist.event.StorageEvent
Sets the new bean properties.
setNewlineCount(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the new line count.
setNewlineCount(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the new line count.
setNewlineCount(int) - Method in class javax.rad.genui.layout.UIFormLayout
Sets the new line count.
setNewlineCount(int) - Method in interface javax.rad.ui.layout.IFormLayout
Sets the new line count.
setNewPassword(ConnectionInfo, String, String) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Sets a new password for the connected user.
setNewPassword(ConnectionInfo, String, String) - Method in class com.sibvisions.rad.server.DirectServerConnection
Sets a new password for the connected user.
setNewPassword(Object, String, String) - Method in class com.sibvisions.rad.server.Server
Sets a new password for the user of a session.
setNewPassword(ConnectionInfo, String, String) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Sets a new password for the connected user.
setNewPassword(ConnectionInfo, String, String) - Method in interface javax.rad.remote.IConnection
Sets a new password for the connected user.
setNewPassword(String, String) - Method in class javax.rad.remote.MasterConnection
Sets the new password for the current connection.
setNewPassword(Object, String, String) - Method in interface javax.rad.server.IServer
Sets a new password for the user of a session.
setNode(String, XmlNode) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets a specific node to the application configuration file.
setNode(String, Object) - Method in class com.sibvisions.util.xml.XmlNode
Sets a specific (sub) XmlNode based on the current XmlNode.
setNodeFormatter(INodeFormatter) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets the NodeFormatter.
setNodeFormatter(INodeFormatter) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets the node formatter.
setNodeFormatter(INodeFormatter) - Method in class javax.rad.genui.control.UITree
Sets the node formatter.
setNodeFormatter(Object, String) - Method in class javax.rad.genui.control.UITree
Sets the node formatter.
setNodeFormatter(INodeFormatter) - Method in interface javax.rad.ui.control.ITree
Sets the node formatter.
setNullable(boolean) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets if the foreign key is nullable.
setNullable(boolean) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets whether values in this column may be null.
setNullable(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets whether values in this column may be null.
setNullable(boolean) - Method in class javax.rad.persist.ColumnMetaData
Sets whether values in this column may be null.
setNumberFormat(String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor
Sets the number format used for editing the number.
setNumberFormat(NumberFormat) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Gets the number format.
setNumberFormat(NumberFormat) - Method in class com.sibvisions.util.type.NumberUtil
Gets the number format.
setNumberFormat(String) - Method in class javax.rad.genui.celleditor.UINumberCellEditor
Sets the number format used for editing the number.
setNumberFormat(String) - Method in class javax.rad.model.datatype.BigDecimalDataType
Sets the current NumberFormat.
setNumberFormat(String) - Method in interface javax.rad.ui.celleditor.INumberCellEditor
Sets the number format used for editing the number.
setNumberPattern(String) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Gets the number pattern.
setNumberPattern(String) - Method in class com.sibvisions.util.type.NumberUtil
Gets the number format pattern.
setObjectAccessController(IObjectAccessController) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Sets the object access controller.
setObjectCacheKey(Object) - Method in class javax.rad.io.RemoteFileHandle
Sets the ObjectCache key.
setOld(Object) - Method in class com.sibvisions.rad.persist.event.StorageEvent
Sets the old bean properties.
setOpaque(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
setOpener(OP) - Method in class com.sibvisions.rad.application.Error
Sets the opener of the content.
setOpener(OP) - Method in class com.sibvisions.rad.application.Message
Sets the opener of the content.
setOpener(OP) - Method in class javax.rad.application.genui.Content
Sets the opener of the content.
setOpener(OP) - Method in interface javax.rad.application.IContent
Sets the opener of the content.
setOrientation(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBar
setOrientation(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the orientation of the components in the "layout".
setOrientation(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the orientation, or how the splitter is divided.
setOrientation(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Sets the orientation of the tool bar.
setOrientation(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the orientation of this flow layout.
setOrientation(int) - Method in class javax.rad.genui.container.UISplitPanel
Sets the orientation, or how the splitter is divided.
setOrientation(int) - Method in class javax.rad.genui.container.UIToolBar
Sets the orientation of the tool bar.
setOrientation(int) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the orientation of this flow layout.
setOrientation(int) - Method in interface javax.rad.ui.container.ISplitPanel
Sets the orientation, or how the splitter is divided.
setOrientation(int) - Method in interface javax.rad.ui.container.IToolBar
Sets the orientation of the tool bar.
setOrientation(int) - Method in interface javax.rad.ui.layout.IFlowLayout
Sets the orientation of this flow layout.
setOutputForwarder(PrintStream) - Method in class com.sibvisions.util.Execute
Sets the forwarder for standard output.
setParameter(String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets a configuration parameter of the application.
setParameter(String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Sets a configuration parameter of the application.
setParameter(String, Object) - Method in class com.sibvisions.util.db.DBImporter
Sets a user-defined parameter.
setParameter(String, String) - Method in class javax.rad.application.genui.UILauncher
Sets a configuration parameter of the application.
setParameter(String, Object) - Method in class javax.rad.application.genui.WorkScreen
Sets additional parameters for the work-screen.
setParameter(String, String) - Method in interface javax.rad.application.ILauncher
Sets a configuration parameter of the application.
setParameter(String, Object) - Method in interface javax.rad.application.IWorkScreen
Sets additional parameters for the work-screen.
setParamsLogEnabled(boolean) - Method in class com.sibvisions.util.Execute
Sets that parameter logging should be en- or disabled.
setParent(Bean) - Method in class com.sibvisions.rad.server.GenericBean
Sets the parent bean for this bean.
setParent(IContainer) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the parent of this component.
setParent(MutableTreeNode) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
setParent(IContainer) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Sets the parent of this component.
setParent(IContainer) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuBar
Sets the parent of this component.
setParent(IContainer) - Method in class javax.rad.genui.container.UIToolBar
Sets the parent of this component.
setParent(IContainer) - Method in class javax.rad.genui.menu.UIMenuBar
Sets the parent of this component.
setParent(IContainer) - Method in class javax.rad.genui.UIComponent
Sets the parent of this component.
setParent(IContainer) - Method in interface javax.rad.ui.IComponent
Sets the parent of this component.
setParent(TranslationMap) - Method in class javax.rad.util.TranslationMap
Sets the Parent TranslationMap to delegate translations.
setPassword(String) - Method in class com.sibvisions.rad.application.Login
Sets the password.
setPassword(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the password to use for the connection to the database.
setPassword(String) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the session password.
setPassword(String) - Method in class com.sibvisions.rad.server.DetachedSession
Sets the password.
setPassword(String) - Method in class javax.rad.remote.AbstractConnection
Sets the password which will be used from the remote server to authenticate the connection, when the connection is not open.
setPKCatalog(Name) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the primary key catalog name.
setPKColumns(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the primary key columns.
setPKSchema(Name) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the primary key Schema name.
setPopupCanceled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
True, if popup should close in canceled mode.
setPopupComponent(JComponent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the popup component.
setPopupSize(IDimension) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Sets the size of the Popup window using a Dimension object.
setPopupSize(Dimension) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the size of the Popup window using a Dimension object.
setPopupSize(IDimension) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets the size of the Popup window using a Dimension object.
setPopupSize(IDimension) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets the size of the Popup window using a Dimension object.
setPopupVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the visibility of the choice component.
setPosition(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Sets the position of this Anchor.
setPosition(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Sets the position of this Anchor.
setPosition(int) - Method in class com.sibvisions.util.db.AbstractCommand
Sets the start position in the statement for the command.
setPosition(int) - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Sets the position of this Anchor.
setPrecision(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the precision/size of this column.
setPrecision(int) - Method in class javax.rad.model.datatype.BigDecimalDataType
Sets the precision of the BigDecimalDataType.
setPrecision(int) - Method in class javax.rad.persist.ColumnMetaData
Sets the precision/size of this column.
setPrecision(int) - Method in class javax.rad.type.AbstractNumberType
Sets the precision.
setPreferredEditorMode(int) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxInplaceCellEditor
Sets the preferred Editor Mode.
setPreferredEditorMode(int) - Method in class javax.rad.genui.celleditor.UIInplaceCellEditor
Sets the preferred Editor Mode.
setPreferredEditorMode(int) - Method in interface javax.rad.ui.celleditor.IInplaceCellEditor
Sets the preferred Editor Mode.
setPreferredSize(IDimension) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the preferred size of this component to a constant value.
setPreferredSize(IDimension) - Method in class javax.rad.genui.UIComponent
Sets the preferred size of this component to a constant value.
setPreferredSize(int, int) - Method in class javax.rad.genui.UIComponent
Set the preferred size with primitive types.
setPreferredSize(IDimension) - Method in interface javax.rad.ui.IComponent
Sets the preferred size of this component to a constant value.
setPressedImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the image for the button when the button is pressed.
setPressedImage(IImage) - Method in class javax.rad.genui.component.AbstractUIButton
Sets the image for the button when the button is pressed.
setPressedImage(IImage) - Method in class javax.rad.genui.menu.UICheckBoxMenuItem
Sets the image for the button when the button is pressed.
setPressedImage(IImage) - Method in interface javax.rad.ui.component.IButton
Sets the image for the button when the button is pressed.
setPressedImage(IImage) - Method in interface javax.rad.ui.component.IToggleActionComponent
Sets the image for the button when the button is pressed.
setPrimaryKeyColumnNames(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the Primary Key column names.
setPrimaryKeyColumnNames(String[]) - Method in interface javax.rad.model.IRowDefinition
Sets all primary key column names.
setPrimaryKeyColumnNames(String[]) - Method in class javax.rad.model.RowDefinition
Sets all primary key column names.
setPrimaryKeyColumnNames(String[]) - Method in class javax.rad.persist.MetaData
Sets the Primary Key column names.
setPrimaryKeyType(ServerMetaData.PrimaryKeyType) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Gets the type of the Primary key columns.
setProgram(String) - Method in class com.sibvisions.util.Execute
Sets the program to launch.
setProperty(ConnectionInfo, String, Object) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Sets a connection property.
setProperty(String, Object) - Method in class com.sibvisions.rad.server.AbstractSession
Sets a property.
setProperty(String, Object) - Method in class com.sibvisions.rad.server.AbstractSessionContext.WrappedSession
Sets the value of a property.
setProperty(String, String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets the value ofa protperty to the application configuration file.
setProperty(String, Object) - Method in class com.sibvisions.rad.server.DetachedSession
Sets the value of a property.
setProperty(ConnectionInfo, String, Object) - Method in class com.sibvisions.rad.server.DirectServerConnection
Sets a connection property.
setProperty(String, Object) - Method in class com.sibvisions.rad.server.DirectServerSession
Sets the value of a property.
setProperty(String, Object) - Method in interface com.sibvisions.rad.server.IResponse
Sets a response property.
setProperty(Object, String, Object) - Method in class com.sibvisions.rad.server.Server
Sets a session property.
setProperty(String, String) - Static method in class com.sibvisions.rad.ui.Webstart
Set the value of a property through the PersistenceService.
setProperty(ConnectionInfo, String, Object) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Sets a connection property.
setProperty(String, Object) - Method in class javax.rad.remote.AbstractConnection
Sets a connection property.
setProperty(ConnectionInfo, String, Object) - Method in interface javax.rad.remote.IConnection
Sets a connection property.
setProperty(Object, String, Object) - Method in interface javax.rad.server.IServer
Sets a session property.
setProperty(String, Object) - Method in interface javax.rad.server.ISession
Sets the value of a property.
setPropertyIntern(String, Object) - Method in class com.sibvisions.rad.server.AbstractSession
Sets internal members with property values.
setPropertyNameForColumn(String, String) - Method in class com.sibvisions.rad.persist.AbstractStorage
Sets the property name (Java standard) for a given column name.
setQueryColumns(String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the query columns of the SELECT statement.
setQueryColumns(String[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the query columns.
setQueryTimeOut(int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the query time out.
setQuoteCharacters(String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the database specific quote characters.
setQuotedName(String) - Method in class com.sibvisions.rad.persist.jdbc.Name
Sets the quoted name to use in the database.
setReadAhead(int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the count of rows which are read ahead from the IDBAccess.
setReadOnly(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets whether this IDataBook is read only.
setReadOnly(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets whether this column is read only.
setReadOnly(boolean) - Method in interface javax.rad.model.IDataBook
Sets whether this IDataBook is read only.
setReadOnly(String[]) - Method in interface javax.rad.model.IRowDefinition
Sets the specified column names as read only true.
setReadOnly(String[]) - Method in class javax.rad.model.RowDefinition
Sets the specified column names as read only true.
setReadOnlyWithoutSave(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the databook readonly but does not automatically save.
setRealName(String) - Method in class com.sibvisions.rad.persist.jdbc.Name
Sets the real name.
setRealQueryColumnName(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
The name the use in the database (real column) to query the column. e.g. w.name alias -> sRealQueryColumnName=w.name, ColumnName = alias.
setReferencedColumnNames(String[]) - Method in class javax.rad.model.reference.ColumnMapping
Sets the referenced column names of the ReferenceDefinition.
setReferencedColumnNames(String[]) - Method in class javax.rad.model.reference.ReferenceDefinition
Sets the referenced (master) column names to use in this ReferenceDefinition.
setReferencedDataBook(IDataBook) - Method in class javax.rad.model.reference.ReferenceDefinition
Sets the referenced IDataBook of the ReferenceDefinition.
setReferencedStorage(String) - Method in class javax.rad.model.reference.StorageReferenceDefinition
Sets the "name" of referenced IStorage of the StorageReferenceDefinition.
setRefetch(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets if this DBStorage refetchs after insert and update.
setRegistryKey(String, String, String) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Sets the value for an application specific registry key.
setRegistryKey(String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets the value for a specific key to the applications registry.
setRegistryKey(String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Sets the value for a specific key to the applications registry.
setRegistryKey(String, String) - Method in class javax.rad.application.genui.UILauncher
Sets the value for a specific key to the applications registry.
setRegistryKey(String, String) - Method in interface javax.rad.application.ILauncher
Sets the value for a specific key to the applications registry.
setRelatedAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Sets the related Anchor.
setRelatedAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Sets the related Anchor.
setRelativePosition(float) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Sets the position of this Anchor.
setRelativePosition(float) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Sets the position of this Anchor.
setRelativePosition(float) - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Sets the position of this Anchor.
setRepresentationColumnNames(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the Representation column names.
setRepresentationColumnNames(String[]) - Method in class javax.rad.persist.MetaData
Sets the Representation column names.
setResizable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setResizable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in class javax.rad.genui.container.AbstractFrame
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets if this column can be resized.
setResizable(boolean) - Method in interface javax.rad.ui.container.IFrame
Sets whether this frame is resizable by the user.
setRestrictCondition(ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the restrict condition.
setRight(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
Sets the right margin of the IInsets.
setRight(int) - Method in class javax.rad.genui.UIInsets
Sets the right margin of the IInsets.
setRight(int) - Method in interface javax.rad.ui.IInsets
Sets the right margin of the IInsets.
setRightAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Sets the right anchor.
setRightAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Sets the right anchor.
setRightAnchor(IFormLayout.IAnchor) - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Sets the right anchor.
setRootPane(JRootPane) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setRootReference(ReferenceDefinition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the tree root reference.
setRootReference(ReferenceDefinition) - Method in interface javax.rad.model.IDataBook
Sets the tree root reference.
setRowDefinition(IRowDefinition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the IRowDefinition of the IDataBook.
setRowDefinition(IRowDefinition) - Method in class javax.rad.model.ColumnDefinition
Sets the IRowDefinition for this ColumnDefinition.
setRowDefinition(IRowDefinition) - Method in interface javax.rad.model.IDataBook
Sets the IRowDefinition of the IDataBook.
setRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Set the row height.
setRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the row height.
setRowHeight(int) - Method in class javax.rad.genui.control.UITable
Sets the row height.
setRowHeight(int) - Method in interface javax.rad.ui.control.ITable
Sets the row height.
setRows(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Sets the number of rows in this ITextArea, and then invalidate the layout.
setRows(int) - Method in class javax.rad.genui.component.UITextArea
Sets the number of rows in this ITextArea, and then invalidate the layout.
setRows(int) - Method in interface javax.rad.ui.component.ITextArea
Sets the number of rows in this ITextArea, and then invalidate the layout.
setSaveImmediate(boolean) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets the save immediate option.
setSavingImmediate(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets whether the CellEditor should save immediate.
setSavingImmediate(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets whether the CellEditor should save immediate.
setSavingImmediate(boolean) - Method in class javax.rad.genui.control.UIEditor
Sets whether the CellEditor should save immediate.
setSavingImmediate(boolean) - Method in interface javax.rad.ui.control.IEditor
Sets whether the CellEditor should save immediate.
setScale(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the scale of this column.
setScale(int) - Method in class javax.rad.model.datatype.BigDecimalDataType
Sets the scale of the BigDecimalDataType.
setScale(int) - Method in class javax.rad.persist.ColumnMetaData
Sets the scale of this column.
setSchema(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
Sets the schema name.
setSchema(String) - Method in class com.sibvisions.util.xml.XmlWorker
Sets the resource name of the schema file for validation of the xml.
setSearchColumnMapping(ColumnMapping) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Sets search columns for which should be searched in the linked cell.
setSearchColumnMapping(ColumnMapping) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets search columns for which should be searched in the linked cell.
setSearchColumnMapping(ColumnMapping) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets search columns for which should be searched in the linked cell.
setSearchTextAnywhere(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
True, if the text is searched anywhere.
setSearchTextAnywhere(boolean) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
True, if the text is searched anywhere.
setSearchTextAnywhere(boolean) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
True, if the text is searched anywhere.
setSecondComponent(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the component to the right (or below) the divider.
setSecondComponent(IComponent) - Method in class javax.rad.genui.container.UISplitPanel
Sets the component to the right (or below) the divider.
setSecondComponent(IComponent) - Method in interface javax.rad.ui.container.ISplitPanel
Sets the component to the right (or below) the divider.
setSecondRelatedAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Sets the seocnd related Anchor.
setSelected(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setSelected(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingToggleButton
Sets the selected state of the component.
setSelected(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingCheckBoxMenuItem
Sets the selected state of the component.
setSelected(boolean) - Method in class javax.rad.genui.component.AbstractUIToggleButton
Sets the selected state of the component.
setSelected(boolean) - Method in class javax.rad.genui.menu.UICheckBoxMenuItem
Sets the selected state of the component.
setSelected(boolean) - Method in interface javax.rad.ui.component.IToggleActionComponent
Sets the selected state of the component.
setSelectedColumn(String) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the selected column in the IDataBook.
setSelectedColumn(String) - Method in interface javax.rad.model.IDataBook
Sets the selected column in the IDataBook.
setSelectedIndex(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the selected index.
setSelectedIndex(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setSelectedIndex(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setSelectedIndex(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the selected index for this tabbedpane.
setSelectedIndex(int) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the selected index for this tabbedpane.
setSelectedIndex(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets the selected index for this tabbedpane.
setSelectedIndexIfExists(int) - Method in class javax.rad.genui.container.UITabsetPanel
Selects the tab, if it exists.
setSelectedItem(Object) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
setSelectedItem(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the value that should be selected.
setSelectedItem(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setSelectedItem(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
setSelectedRow(int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the selected row index in the IDataBook.
setSelectedRow(int) - Method in interface javax.rad.model.IDataBook
Sets the selected row index in the IDataBook.
setSelectedRowInternal(int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the selected row with throwing any changed events.
setSelectionMode(IDataBook.SelectionMode) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the one of the following selection mode for this IDataBook.
setSelectionMode(IDataBook.SelectionMode) - Method in interface javax.rad.model.IDataBook
Sets the one of the following selection mode for this IDataBook.
setSelectionVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
setServerColumnMetaData(ServerColumnMetaData[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets all ServerMetaData columns.
setShowFocusRect(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets if showing the focus rect or not.
setShowFocusRect(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets if showing the focus rect or not.
setShowFocusRect(boolean) - Method in class javax.rad.genui.control.UITable
Sets if showing the focus rect or not.
setShowFocusRect(boolean) - Method in interface javax.rad.ui.control.ITable
Sets if showing the focus rect or not.
setShowGridLines(boolean) - Method in class javax.rad.genui.control.UITable
Sets if the horizontal lines or vertical lines are shown.
setShowHorizontalLines(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets if showing the vertical lines or not.
setShowHorizontalLines(boolean) - Method in class javax.rad.genui.control.UITable
Sets if showing the vertical lines or not.
setShowHorizontalLines(boolean) - Method in interface javax.rad.ui.control.ITable
Sets if showing the vertical lines or not.
setShowSelection(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets if showing the selection or not.
setShowSelection(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets if showing the selection or not.
setShowSelection(boolean) - Method in class javax.rad.genui.control.UITable
Sets if showing the selection or not.
setShowSelection(boolean) - Method in interface javax.rad.ui.control.ITable
Sets if showing the selection or not.
setShowVerticalLines(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets if showing the vertical lines or not.
setShowVerticalLines(boolean) - Method in class javax.rad.genui.control.UITable
Sets if showing the vertical lines or not.
setShowVerticalLines(boolean) - Method in interface javax.rad.ui.control.ITable
Sets if showing the vertical lines or not.
setSigned(boolean) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets if this ColumnMetaData is signed.
setSigned(boolean) - Method in class javax.rad.model.datatype.BigDecimalDataType
Sets if the BigDecimalDataType is signed.
setSigned(boolean) - Method in class javax.rad.persist.ColumnMetaData
Sets if this ColumnMetaData is signed.
setSize(IDimension) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Resizes this component so that it has width d.width and height d.height.
setSize(int) - Method in class com.sibvisions.util.ArrayUtil
Sets the size.
setSize(IDimension) - Method in class javax.rad.genui.UIComponent
Resizes this component so that it has width d.width and height d.height.
setSize(int, int) - Method in class javax.rad.genui.UIComponent
Set the size with primitive types.
setSize(int) - Method in class javax.rad.model.datatype.DataType
Sets the size of the DataType.
setSize(IDimension) - Method in interface javax.rad.ui.IComponent
Resizes this component so that it has width d.width and height d.height.
setSort(SortDefinition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the sort order for this IDataBook.
setSort(SortDefinition) - Method in interface javax.rad.model.IDataBook
Sets the sort order for this IDataBook.
setSortByColumnName(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
setSortByColumnName(boolean) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
setSortByColumnName(boolean) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
setSortOnHeaderEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Set true, if it should possible sorting the data by clicking on the header.
setSortOnHeaderEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Set true, if it should possible sorting the data by clicking on the header.
setSortOnHeaderEnabled(boolean) - Method in class javax.rad.genui.control.UITable
Set true, if it should possible sorting the data by clicking on the header.
setSortOnHeaderEnabled(boolean) - Method in interface javax.rad.ui.control.ITable
Set true, if it should possible sorting the data by clicking on the header.
setSQLType(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the SQL type of this column.
setSQLTypeName(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the SQL type name of this column.
setSquareComponents(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the square components mode.
setSquareComponents(boolean) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the square components mode.
setSquareComponents(boolean) - Method in interface javax.rad.ui.layout.IFlowLayout
Sets the square components mode.
setState(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Sets the state of this frame (obsolete).
setState(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the state of this frame (obsolete).
setState(int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets the state of this frame (obsolete).
setState(int) - Method in class javax.rad.genui.container.AbstractFrame
Sets the state of this frame (obsolete).
setState(int) - Method in interface javax.rad.ui.container.IFrame
Sets the state of this frame (obsolete).
setStrikeThrough(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
true, if strike through should be painted.
setStrikeThrough(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughLineBorder
true, if strike through should be painted.
setSubInfo(String) - Method in class com.sibvisions.rad.application.About
Sets the detailed information.
setSystemColor(String, Color) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Sets the system color.
setSystemColor(String, IColor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Sets the given IColor as SystemColor.
setSystemColor(String, IColor) - Static method in class javax.rad.genui.UIColor
Sets the given IColor as SystemColor.
setSystemColor(String, IColor) - Method in interface javax.rad.ui.IFactory
Sets the given IColor as SystemColor.
setTabLayoutPolicy(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setTabLayoutPolicy(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the policy which the tabbedpane will use in laying out the tabs when all the tabs will not fit within a single run.
setTabLayoutPolicy(int) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the policy which the tabbedpane will use in laying out the tabs when all the tabs will not fit within a single run.
setTabLayoutPolicy(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets the policy which the tabbedpane will use in laying out the tabs when all the tabs will not fit within a single run.
setTable(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ColumnMetaDataInfo
Sets the table name.
setTableHeaderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Sets the table header visible.
setTableHeaderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the visibility of the table header.
setTableHeaderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the visibility of the table header.
setTableHeaderVisible(boolean) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets the table header visible.
setTableHeaderVisible(boolean) - Method in class javax.rad.genui.control.UITable
Sets the visibility of the table header.
setTableHeaderVisible(boolean) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets the table header visible.
setTableHeaderVisible(boolean) - Method in interface javax.rad.ui.control.ITable
Sets the visibility of the table header.
setTableReadonly(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Sets the table in the popup readonly.
setTableReadonly(boolean) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets the table in the popup readonly.
setTableReadonly(boolean) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets the table in the popup readonly.
setTabMode(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Sets the tabs display mode of the desktop.
setTabMode(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingDesktopPanel
Sets the display mode of the desktop to show tabs instead of frames.
setTabMode(boolean) - Method in class javax.rad.genui.container.UIDesktopPanel
Sets the display mode of the desktop to show tabs instead of frames.
setTabMode(boolean) - Method in interface javax.rad.ui.container.IDesktopPanel
Sets the display mode of the desktop to show tabs instead of frames.
setTabNavigationMode(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the ENTER navigation mode.
setTabNavigationMode(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the ENTER navigation mode.
setTabNavigationMode(int) - Method in class javax.rad.genui.control.UITable
Sets the ENTER navigation mode.
setTabNavigationMode(int) - Method in interface javax.rad.ui.control.INavigationControl
Sets the ENTER navigation mode.
setTabPlacement(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the tab placement.
setTabPlacement(int) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the tab placement.
setTabPlacement(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets the tab placement.
setTabsDragable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Sets the drag option for tabs in tabbed mode.
setText(String) - Method in class com.sibvisions.rad.application.About
Sets the about information.
setText(String) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Defines the single line of text this component will display.
setText(String) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Defines the single line of text this component will display.
setText(String) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Defines the single line of text this component will display.
setText(String) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Defines the single line of text this component will display.
setText(String) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Defines the single line of text this component will display.
setText(String) - Method in class javax.rad.genui.component.AbstractUITextField
Defines the single line of text this component will display.
setText(String) - Method in class javax.rad.genui.component.UILabel
Defines the single line of text this component will display.
setText(String) - Method in class javax.rad.genui.container.UIGroupPanel
Defines the single line of text this component will display.
setText(String) - Method in interface javax.rad.ui.component.ILabel
Defines the single line of text this component will display.
setTextAt(int, String) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the text at pIndex to pText which can be null.
setTextAt(int, String) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the text at pIndex to pText which can be null.
setTextAt(int, String) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets the text at pIndex to pText which can be null.
setTextAtIfExists(int, String) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the tab text, if it exists.
setTextFont(UIFont) - Method in class com.sibvisions.rad.application.About
Sets the font for the text.
setThreadDefault(Locale) - Static method in class com.sibvisions.util.type.LocaleUtil
Gets the default locale.
setTimeout(long) - Method in class javax.rad.io.RemoteFileHandle
Sets the ObjectCache key.
setTimeout(int) - Method in class javax.rad.remote.AbstractConnection
Sets the timeout of the connection.
setTitle(String) - Method in class com.sibvisions.rad.application.Application
Sets the application title.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the title.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Sets the title for this frame to the specified string.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the title for this frame to the specified string.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the title.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Sets the window title.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets the title for this frame to the specified string.
setTitle(String) - Method in class javax.rad.genui.container.AbstractFrame
Sets the title for this frame to the specified string.
setTitle(String) - Method in class javax.rad.genui.control.UIChart
Sets the title.
setTitle(String) - Method in interface javax.rad.ui.container.IFrame
Sets the title for this frame to the specified string.
setTitle(String) - Method in interface javax.rad.ui.control.IChart
Sets the title.
setTitleAt(int, String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setToolBarArea(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Sets the display area where the toolbars will be added.
setToolBarArea(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Sets the display area where the toolbars will be added.
setToolBarArea(int) - Method in class javax.rad.genui.container.AbstractFrame
Sets the display area where the toolbars will be added.
setToolBarArea(int) - Method in class javax.rad.genui.container.InternalToolBarPanel
Sets the display area where the toolbars will be added.
setToolBarArea(int) - Method in class javax.rad.genui.container.UIToolBarPanel
Sets the display area where the toolbars will be added.
setToolBarArea(int) - Method in interface javax.rad.ui.container.IToolBarPanel
Sets the display area where the toolbars will be added.
setToolBarMovable(boolean) - Method in class javax.rad.genui.container.AbstractFrame
Sets all toolbars movable or fixed.
setToolBarMovable(boolean) - Method in class javax.rad.genui.container.InternalToolBarPanel
Sets all toolbars movable or fixed.
setToolBarMovable(boolean) - Method in class javax.rad.genui.container.UIToolBarPanel
Sets all toolbars movable or fixed.
setToolTipText(String) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Registers the text to display in a tool tip.
setToolTipText(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingComponent
Registers the text to display in a tool tip.
setToolTipText(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Registers the text to display in a tool tip.
setToolTipText(String) - Method in class javax.rad.genui.UIComponent
Registers the text to display in a tool tip.
setToolTipText(String) - Method in interface javax.rad.ui.IComponent
Registers the text to display in a tool tip.
setTop(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
Sets the top margin of the IInsets.
setTop(int) - Method in class javax.rad.genui.UIInsets
Sets the top margin of the IInsets.
setTop(int) - Method in interface javax.rad.ui.IInsets
Sets the top margin of the IInsets.
setTopAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Sets the top anchor.
setTopAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Sets the top anchor.
setTopAnchor(IFormLayout.IAnchor) - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Sets the top anchor.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Sets the translation for this table.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the translation mapping for this table.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the possible translations for this UIComponent.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo
Sets the possible translations for this UIComponent.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the translation mapping for this table.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the possible translations for this UIComponent.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets the translation mapping for this table.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the translation for this table.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the possible translations for this UIComponent.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the translation for this table.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets the possible translations for this UIComponent.
setTranslation(TranslationMap) - Method in class javax.rad.genui.UIComponent
Sets the possible translations for this UIComponent.
setTranslation(TranslationMap) - Method in interface javax.rad.model.ui.ITranslatable
Sets the possible translations for this UIComponent.
setTranslation(TranslationMap) - Method in interface javax.rad.ui.control.IChart
Sets the translation for this table.
setTranslation(TranslationMap) - Method in interface javax.rad.ui.control.ITable
Sets the translation for this table.
setTranslationEnabled(boolean) - Method in class javax.rad.genui.UIComponent
Sets the translation en- or disabled for this component.
setTreePath(TreePath) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the tree current tree path.
setTreePath(TreePath) - Method in interface javax.rad.model.IDataBook
Sets the tree current tree path.
setUI(PanelUI) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
setUI(TextUI) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
setUI(ComboBoxUI) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setUI(InternalFrameUI) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setUI(TabbedPaneUI) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setUID(Object) - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Sets the internal Unique Identifier for the ChangeableDataRow.
setUpdateEnabled(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets whether update is enabled on this IDataBook.
setUpdateEnabled(boolean) - Method in class com.sibvisions.rad.server.config.ApplicationZone
Sets whether this application zone should be up-to-date.
setUpdateEnabled(boolean) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets the up-to-date option of the configuration.
setUpdateEnabled(boolean) - Method in interface javax.rad.model.IDataBook
Sets whether update is enabled on this IDataBook.
setUpdating() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
It marks this ChangeableDataRow as UPDATING.
setUrl(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the url String for this database.
setUserName(String) - Method in class com.sibvisions.rad.application.Login
Sets the user name.
setUsername(String) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
 
setUsername(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the user name to connect with.
setUsername(String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
 
setUsername(String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
 
setUsername(String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
 
setUserName(String) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the sessions user name.
setUserName(String) - Method in class com.sibvisions.rad.server.DetachedSession
Sets the username.
setUserName(String) - Method in class javax.rad.remote.AbstractConnection
Sets the user name which will be used from the remote server to authenticate the connection, when the connection is not open.
setUserObject(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
setValidationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Sets true, if only values from the table are allowed.
setValidationEnabled(boolean) - Method in class com.sibvisions.util.xml.XmlWorker
Set the general validation of xml en- or disabled.
setValidationEnabled(boolean) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets true, if only values from the table are allowed.
setValidationEnabled(boolean) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets true, if only values from the table are allowed.
setValue(String, Object) - Method in class com.sibvisions.rad.model.mem.DataRow
Sets the value of the named column in this IDataRow.
setValue(String, Object) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the value of the named column in this IDataRow.
setValue(Object) - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Sets the current value.
setValue(Object, String, Object) - Static method in class com.sibvisions.util.Reflective
Sets a field on a specified object value.
setValue(Object, Field, Object) - Static method in class com.sibvisions.util.Reflective
Sets a field on a specified object value.
setValue(String) - Method in class com.sibvisions.util.xml.XmlNode
Sets the node value.
setValue(Object) - Method in class javax.rad.model.condition.CompareCondition
Sets the value to use in the compare.
setValue(String, Object) - Method in interface javax.rad.model.IDataRow
Sets the value of the named column in this IDataRow.
setValueAt(Object, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
setValueDRInternal(String, Object) - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Sets the value of the named column in this IDataRow.
setValueDRInternal(String, Object) - Method in class com.sibvisions.rad.model.mem.DataRow
Sets the value of the named column in this IDataRow.
setValues(String[], Object[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Sets the column's values from the pValues Object[] to the this IDataRow.
setValues(String[], Object[]) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the column's values from the pValues Object[] to the this IDataRow.
setValues(String[], Object[]) - Method in interface javax.rad.model.IDataRow
Sets the column's values from the pValues Object[] to the this IDataRow.
setValuesInternal(String[], Object[]) - Method in class com.sibvisions.rad.model.mem.MemDataBook
It sets the values without throwing an event.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxStyledCellEditor
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the vertical alignment of the icon.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Sets the vertical alignment of the icon.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the alignment for the y axis.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the alignment for the y axis.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.celleditor.UICellEditor
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.celleditor.UIImageViewer
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.component.AbstractUITextField
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.component.UIIcon
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.component.UILabel
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.container.UIGroupPanel
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.layout.UIFormLayout
Sets the vertical alignment.
setVerticalAlignment(int) - Method in interface javax.rad.ui.IAlignmentConstants
Sets the vertical alignment.
setVerticalComponentAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the component alignement for the y axis.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the vertical gap.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class javax.rad.genui.UILayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in interface javax.rad.ui.ILayout
Sets the vertical gap between components.
setVerticalTextPosition(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the vertical position of the text relative to the icon.
setVerticalTextPosition(int) - Method in class javax.rad.genui.component.AbstractUIButton
Sets the vertical position of the text relative to the icon.
setVerticalTextPosition(int) - Method in interface javax.rad.ui.component.IButton
Sets the vertical position of the text relative to the icon.
setViewport(JViewport) - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
setVisible(boolean) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
setVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Makes the component visible or invisible.
setVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class javax.rad.genui.container.AbstractWindow
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class javax.rad.genui.container.UIFrame
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class javax.rad.genui.UIComponent
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in interface javax.rad.ui.IComponent
Shows or hides this component depending on the value of parameter b.
setWhereClause(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the string to place in the SELECT statement after the last WHERE condition from the Filter or MasterReference (Master-Detail Condition).
setWidth(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtDimension
Sets the width of the IDimension.
setWidth(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Sets the width of the IDimension.
setWidth(int) - Method in class javax.rad.genui.UIDimension
Sets the width of the IDimension.
setWidth(int) - Method in class javax.rad.genui.UIRectangle
Sets the width of the IDimension.
setWidth(int) - Method in class javax.rad.model.ColumnDefinition
Sets the size of this column, which is used in GUI control to display.
setWidth(int) - Method in interface javax.rad.ui.IDimension
Sets the width of the IDimension.
setWordWrap(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Sets the current state of the word wrap mode.
setWordWrap(boolean) - Method in class javax.rad.genui.component.UITextArea
Sets the current state of the word wrap mode.
setWordWrap(boolean) - Method in interface javax.rad.ui.component.ITextArea
Sets the current state of the word wrap mode.
setWorkingDirectory(File) - Method in class com.sibvisions.util.Execute
Sets the working directory.
setWritable(boolean) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets whether this column is writeable.
setWritable(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets whether this column will be stored.
setWritable(boolean) - Method in class javax.rad.persist.ColumnMetaData
Sets whether this column is writeable.
setWritebackColumns(String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the list of write back columns to use in the INSERT, UPDATE statements.
setWritebackEnabled(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if this data book should write back its changes to the storage.
setWritebackEnabled(boolean) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets if this data book should write back its changes to the storage.
setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets when the IDataSource needs to write back the data to the storage.
setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel) - Method in class com.sibvisions.rad.model.mem.MemDataSource
Sets when the IDataSource needs to write back the data to the storage.
setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel) - Method in interface javax.rad.model.IDataBook
Sets when the IDataSource needs to write back the data to the storage.
setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel) - Method in interface javax.rad.model.IDataSource
Sets when the IDataSource needs to write back the data to the storage.
setWritebackTable(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the WritebackTable, which is used for the INSERT, UPDATE, DELETE calls.
setX(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtPoint
Sets the x coordinate of the IPoint.
setX(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Sets the x coordinate of the IPoint.
setX(int) - Method in class javax.rad.genui.UIPoint
Sets the x coordinate of the IPoint.
setX(int) - Method in class javax.rad.genui.UIRectangle
Sets the x coordinate of the IPoint.
setX(int) - Method in interface javax.rad.ui.IPoint
Sets the x coordinate of the IPoint.
setXAxisTitle(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the x axis title.
setXAxisTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the x axis title.
setXAxisTitle(String) - Method in class javax.rad.genui.control.UIChart
Sets the x axis title.
setXAxisTitle(String) - Method in interface javax.rad.ui.control.IChart
Sets the x axis title.
setXColumnName(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the x column name.
setXColumnName(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the x column name.
setXColumnName(String) - Method in class javax.rad.genui.control.UIChart
Sets the x column name.
setXColumnName(String) - Method in interface javax.rad.ui.control.IChart
Sets the x column name.
setY(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtPoint
Sets the y coordinate of the IPoint.
setY(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Sets the y coordinate of the IPoint.
setY(int) - Method in class javax.rad.genui.UIPoint
Sets the y coordinate of the IPoint.
setY(int) - Method in class javax.rad.genui.UIRectangle
Sets the y coordinate of the IPoint.
setY(int) - Method in interface javax.rad.ui.IPoint
Sets the y coordinate of the IPoint.
setYAxisTitle(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the y axis title.
setYAxisTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the y axis title.
setYAxisTitle(String) - Method in class javax.rad.genui.control.UIChart
Sets the y axis title.
setYAxisTitle(String) - Method in interface javax.rad.ui.control.IChart
Sets the y axis title.
setYColumnNames(String[]) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the y column names.
setYColumnNames(String[]) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the y column names.
setYColumnNames(String[]) - Method in class javax.rad.genui.control.UIChart
Sets the y column names.
setYColumnNames(String[]) - Method in interface javax.rad.ui.control.IChart
Sets the y column names.
setZOrder(IComponent, int) - Method in class javax.rad.genui.UIContainer
Sets the order of the given component.
SHA - Static variable in class com.sibvisions.util.SecureHash
the SHA hash algorithm.
SHA_256 - Static variable in class com.sibvisions.util.SecureHash
the SHA-256 hash algorithm.
SHA_384 - Static variable in class com.sibvisions.util.SecureHash
the SHA-384 hash algorithm.
SHA_512 - Static variable in class com.sibvisions.util.SecureHash
the SHA-512 hash algorithm.
SHIFT_ENTER_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with enter key.
SHIFT_MASK - Static variable in class javax.rad.ui.event.UIEvent
The Shift key modifier constant.
SHIFT_TAB_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with shift tab key.
ShortArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Short array.
ShortArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ShortArraySerializer
 
ShortSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Short.
ShortSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ShortSerializer
 
shouldSelectCell(EventObject) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
show(IComponent, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show(IComponent, int, int) - Method in class javax.rad.genui.menu.UIPopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show(IComponent, int, int) - Method in interface javax.rad.ui.menu.IPopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show(Throwable) - Static method in class javax.rad.util.ExceptionHandler
Notifies the handler that an exception occured.
showDetails(Error) - Method in interface com.sibvisions.rad.application.event.IErrorListener
Invoked when details will be shown.
showDocument(String, IRectangle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Requests that external application shows a document indicated by the pDocumentname argument.
showDocument(String, IRectangle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Requests that external application shows a document indicated by the pDocumentname argument.
showDocument(String) - Static method in class com.sibvisions.rad.ui.Webstart
Shows a document via the JNLP BasicService.
showDocument(String, IRectangle, String) - Method in class javax.rad.application.genui.UILauncher
Requests that external application shows a document indicated by the pDocumentname argument.
showDocument(String, IRectangle, String) - Method in interface javax.rad.application.ILauncher
Requests that external application shows a document indicated by the pDocumentname argument.
showError(OP, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showError(OP, String, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showError(OP, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showError(OP, String, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showErrorDialog() - Method in class com.sibvisions.rad.application.Application
Shows the error dialog.
showFileHandle(IFileHandle, IRectangle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Technology independent showFileHandle.
showFileHandle(IFileHandle) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Technology independent showFileHandle.
showFileHandle(IFileHandle, IRectangle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Technology independent showFileHandle.
showFileHandle(IFileHandle) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Technology independent showFileHandle.
showFileHandle(IFileHandle, IRectangle, String) - Method in class javax.rad.application.genui.UILauncher
Technology independent showFileHandle.
showFileHandle(IFileHandle) - Method in class javax.rad.application.genui.UILauncher
Technology independent showFileHandle.
showFileHandle(IFileHandle, IRectangle, String) - Method in interface javax.rad.application.ILauncher
Technology independent showFileHandle.
showFileHandle(IFileHandle) - Method in interface javax.rad.application.ILauncher
Technology independent showFileHandle.
showInformation(OP, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showInformation(OP, String, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showInformation(OP, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showInformation(OP, String, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showMessage(OP, int, int, String, String, String) - Method in class com.sibvisions.rad.application.Application
Shows a message.
showMessage(OP, int, int, String, String, String) - Method in interface javax.rad.application.IApplication
Shows a message.
showOpenDialog(boolean) - Static method in class com.sibvisions.rad.ui.Webstart
Opens a file chooser dialog via the JNLP FileOpenService.
showQuestion(OP, String, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
showQuestion(OP, String, String, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
showQuestion(OP, String, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
showQuestion(OP, String, String, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
showSaveDialog(IFileHandle) - Static method in class com.sibvisions.rad.ui.Webstart
Opens a file save dialog with the JNLP FileSaveService.
SilentAbortException - Exception in javax.rad.util
The SilentAbortException is a RuntimeException, that is not reported and shown by the Exception Handler.
SilentAbortException() - Constructor for exception javax.rad.util.SilentAbortException
Constructs a new silent abort exception with null as its detail message.
SilentAbortException(String) - Constructor for exception javax.rad.util.SilentAbortException
Constructs a new silent abort exception with the specified detail message.
SilentAbortException(String, Throwable) - Constructor for exception javax.rad.util.SilentAbortException
Constructs a new silent abort exception with the specified detail message and cause.
SilentAbortException(Throwable) - Constructor for exception javax.rad.util.SilentAbortException
Constructs a new silent abort exception with the specified cause and a detail message of (cause==null ?
SINGLE_CLICK - Static variable in interface javax.rad.ui.celleditor.IInplaceCellEditor
Open Editor with single click.
size() - Method in class com.sibvisions.util.ArrayUtil
size() - Method in class com.sibvisions.util.GroupHashtable
Returns the group count.
size(G) - Method in class com.sibvisions.util.GroupHashtable
Returns the number of group elements.
size() - Method in class com.sibvisions.util.IdentityKeyValueList
Returns the number of keys.
size() - Method in class com.sibvisions.util.ImmutableArray
Gets the length of the array.
size() - Method in class com.sibvisions.util.KeyValueList
Returns the number of keys.
size() - Method in class com.sibvisions.util.xml.XmlNode
Returns the number of sub elements.
size(short) - Method in class com.sibvisions.util.xml.XmlNode
Returns the number of sub elements of the defined type.
size() - Method in class javax.rad.util.TranslationMap
The size of the translation map.
SortDefinition - Class in javax.rad.model
The SortDefinition class specifies the sort order to use.
SortDefinition() - Constructor for class javax.rad.model.SortDefinition
Creates a new instance of SortDefinition.
SortDefinition(String...) - Constructor for class javax.rad.model.SortDefinition
Constructs a SortDefinition object with the column names to sort and a default boolean Array which defines if the corresponding (same index) is sorted ascending (=true).
SortDefinition(boolean, String...) - Constructor for class javax.rad.model.SortDefinition
Constructs a SortDefinition object with the column names to sort and the boolean to use for all columns to sort ascending (=true) or descending (=false).
SortDefinition(String[], boolean[]) - Constructor for class javax.rad.model.SortDefinition
Constructs a SortDefinition object with the column names to sort , the boolean Array which defines if the corresponding (same index) is sorted ascending (=true) or descending (=false).
SOUTH - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The south layout constraint (bottom of container).
SOUTH - Static variable in interface javax.rad.ui.layout.IBorderLayout
The south layout constraint (bottom of container).
SPEC_VERSION - Static variable in interface javax.rad.IPackageSetup
Constant version value.
SPLIT_LEFT_RIGHT - Static variable in interface javax.rad.ui.container.ISplitPanel
Horizontal split indicates the Components are split along the x axis.
SPLIT_TOP_BOTTOM - Static variable in interface javax.rad.ui.container.ISplitPanel
Vertical split indicates the Components are split along the y axis.
splitSchemaTable(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Separates the schema and table from the given from clause.
SQLTYPE_AUTOMATIC - Static variable in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Delegate the type decision to the JDBC driver.
SQLTYPE_DECIMAL - Static variable in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
VARCHAR SQL Type Types.DECIMAL.
SQLTYPE_TIMESTAMP - Static variable in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
VARCHAR SQL Type Types.TIMESTAMP.
SQLTYPE_VARCHAR - Static variable in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
VARCHAR SQL Type Types.VARCHAR.
SQLXML - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
A jdbc XML DB column data type constant.
start() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Applet is visible.
start(Runnable) - Static method in class com.sibvisions.util.ThreadHandler
Starts a thread and adds it to the "known" threads.
startCDATA() - Method in class com.sibvisions.util.xml.XmlWorker
startDelayed() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Starts the application and tries to wait until the size is available.
startDocument() - Method in class com.sibvisions.util.xml.XmlWorker
startDTD(String, String, String) - Method in class com.sibvisions.util.xml.XmlWorker
startEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class javax.rad.genui.control.UIChart
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class javax.rad.genui.control.UITable
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class javax.rad.genui.control.UITree
Informs the GUI control, that the editor should be opened.
startEditing() - Method in interface javax.rad.model.ui.ITableControl
Informs the GUI control, that the editor should be opened.
startEditing() - Method in interface javax.rad.model.ui.ITreeControl
Informs the GUI control, that the editor should be opened.
startElement(String, String, String, Attributes) - Method in class com.sibvisions.util.xml.XmlWorker
startEntity(String) - Method in class com.sibvisions.util.xml.XmlWorker
startGc() - Static method in class com.sibvisions.util.Memory
Starts the garbage collector triggering thread.
startPrefixMapping(String, String) - Method in class com.sibvisions.util.xml.XmlWorker
startup(String, String, String[]) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Starts the application in the UI thread.
stateChanged(ChangeEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
stop(Thread) - Static method in class com.sibvisions.util.ThreadHandler
Stops/interrupts a thread and removes it from the "known" threads.
stop() - Static method in class com.sibvisions.util.ThreadHandler
Stops/interrupts all "known" threads.
stopCellEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
stopGc() - Static method in class com.sibvisions.util.Memory
Stops the garbage collector triggering thread.
storageChanged(StorageEvent) - Method in interface com.sibvisions.rad.persist.event.IStorageListener
Notifies that the IStorage is changed.
StorageEvent - Class in com.sibvisions.rad.persist.event
The StorageEvent contains information about changes in an AbstractStorage.
StorageEvent(AbstractStorage, StorageEvent.ChangedType, IBean, IBean) - Constructor for class com.sibvisions.rad.persist.event.StorageEvent
Constructs the DataRowEvent.
StorageEvent.ChangedType - Enum in com.sibvisions.rad.persist.event
Specifies the type of change.
StorageEventHandler<L> - Class in com.sibvisions.rad.persist.event
The StorageEventHandler is a EventHandler that handles Events, and throws DataSourceExceptions.
StorageEventHandler(Class<L>) - Constructor for class com.sibvisions.rad.persist.event.StorageEventHandler
Constructs a new EventHandler, the listener type may only have 1 method.
StorageHandler - Class in com.sibvisions.rad.persist.event
The StorageHandler is a EventHandler that handles IStorageListener.
StorageHandler() - Constructor for class com.sibvisions.rad.persist.event.StorageHandler
Constructs a new StorageHandler.
StorageReferenceDefinition - Class in javax.rad.model.reference
The StorageReferenceDefinition specifies the relation between a detail IStorage and the master IStorage.
StorageReferenceDefinition() - Constructor for class javax.rad.model.reference.StorageReferenceDefinition
Constructs the StorageReferenceDefinition without parameters.
StorageReferenceDefinition(String[], String, String[]) - Constructor for class javax.rad.model.reference.StorageReferenceDefinition
Constructs the StorageReferenceDefinition with the specified parameters.
store() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
It stores the changes in memory as stored.
store() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It stores the changes in memory as stored.
store(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Stores the specified row in the MemDataPage.
storeFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Stores the current focus owner in an internal component.
STRETCH - Static variable in interface com.sibvisions.rad.ui.swing.ext.JVxConstants
the constant for stretch alignment.
StringDataType - Class in javax.rad.model.datatype
A StringDataType is the data type class of a String ColumnDefinition.
StringDataType() - Constructor for class javax.rad.model.datatype.StringDataType
 
StringSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for String.
StringSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.StringSerializer
 
stringToValue(String) - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
stringToValue(String) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
StringType - Class in javax.rad.type
The StringType is a platform independent definition of String.
StringType() - Constructor for class javax.rad.type.StringType
Constructs a new StringType.
StringUtil - Class in com.sibvisions.util.type
The StringUtil contains string dependent utility methods.
StringUtil.CaseSensitiveType - Enum in com.sibvisions.util.type
case senstive types.
StringUtil.CharacterType - Enum in com.sibvisions.util.type
the character types.
StringUtil.TextType - Enum in com.sibvisions.util.type
the text types.
STYLE_AREA - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxChart
Style constant for showing bars.
STYLE_AREA - Static variable in interface javax.rad.ui.control.IChart
Style constant for showing bars.
STYLE_BARS - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxChart
Style constant for showing bars.
STYLE_BARS - Static variable in interface javax.rad.ui.control.IChart
Style constant for showing bars.
STYLE_LINES - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxChart
Style constant for showing bars.
STYLE_LINES - Static variable in interface javax.rad.ui.control.IChart
Style constant for showing bars.
SubConnection - Class in javax.rad.remote
The SubConnection uses the connection of a MasterConnection for transfering data to the server.
supportsGetGeneratedKeys() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns if this Database specific supports generated keys.
supportsGetGeneratedKeys() - Method in class com.sibvisions.rad.persist.jdbc.DerbyDBAccess
Returns if this Database specific supports generated keys.
SW_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The south-west-resize cursor type.
SwingAbstractButton<C extends AbstractButton> - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingButton is the IButton implementation for swing.
SwingAbstractButton(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Creates a new instance of SwingAbstractButton.
SwingAbstractFrame<C extends Container> - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingAbstractFrame is the IFrame implementation for swing.
SwingAbstractFrame(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Creates a new instance of SwingAbstractFrame.
SwingApplet - Class in com.sibvisions.rad.ui.swing.impl
The SwingApplet is the IApplication implementation for swing applets with full access to the JApplet.
SwingApplet() - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingApplet
Constructs a SwingApplet.
SwingApplet.SwingAppletLauncher - Class in com.sibvisions.rad.ui.swing.impl
The SwingAppletLauncher is the ILauncher implementation for swing applet applications with full access to the JApplet.
SwingApplet.SwingAppletLauncher(JApplet, String) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Creates a new instance of SwingFrame.
SwingApplication - Class in com.sibvisions.rad.ui.swing.impl
The SwingApplication is the IApplication implementation for swing applications with full access to the JFrame.
SwingApplication() - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingApplication
Creates a new instance of SwingApplication.
SwingApplication(String, String, String[]) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingApplication
Creates a new instance of SwingApplication with the desired application.
SwingButton - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingButton is the IButton implementation for swing.
SwingButton() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingButton
Creates a new instance of SwingButton.
SwingCellFormat - Class in com.sibvisions.rad.ui.swing.impl.control
The SwingCellFormat is the ICellFormat implementation for swing.
SwingCellFormat(IColor, IColor, IFont, IImage, int) - Constructor for class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Constructs a new instance of SwingCellFormat.
SwingChart - Class in com.sibvisions.rad.ui.swing.impl.control
The SwingChart is the IChart implementation for swing.
SwingChart() - Constructor for class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Creates a new instance of SwingChart.
SwingCheckBox - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingCheckBox is the ICheckBox implementation for swing.
SwingCheckBox() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingCheckBox
Creates a new instance of SwingCheckBox.
SwingCheckBoxMenuItem - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingCheckBoxMenuItem is the ICheckBoxMenuItem implementation for swing.
SwingCheckBoxMenuItem() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingCheckBoxMenuItem
Creates a new instance of SwingCheckBoxMenuItem.
SwingComponent<C extends JComponent> - Class in com.sibvisions.rad.ui.swing.impl
The SwingComponent extends AwtComponent with setting the alignment.
SwingComponent(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingComponent
Creates a new instance of SwingComponent.
SwingDesktopPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingDesktopPanel is the IDesktopPanel implementation for swing.
SwingDesktopPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingDesktopPanel
Creates a new instance of SwingDesktopPanel.
SwingEditor - Class in com.sibvisions.rad.ui.swing.impl.control
The SwingEditor is the IEditor implementation for swing.
SwingEditor() - Constructor for class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Creates a new instance of SwingEditor.
SwingFactory - Class in com.sibvisions.rad.ui.swing.impl
The SwingFactory class encapsulates methods to create and access Swing components.
SwingFactory() - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of SwingFactory.
SwingFrame - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingFrame is the IFrame implementation for swing.
SwingFrame() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Creates a new instance of SwingFrame.
SwingGroupPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingGroupPanel is the IGroupPanel implementation for swing.
SwingGroupPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Creates a new instance of SwingGroupPanel.
SwingIcon - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingIcon is the IIcon implementation for swing.
SwingIcon() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Creates a new instance of SwingIcon.
SwingImage - Class in com.sibvisions.rad.ui.swing.impl
The AwtImage represents graphical images.
SwingImage(ImageIcon) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingImage
Creates an instance of AwtImage based on a java.awt.Image.
SwingImage(String, ImageIcon) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingImage
Creates an instance of AwtImage based on a java.awt.Image.
SwingInternalFrame - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingInternalFrame is the IInternalFrame implementation for swing.
SwingInternalFrame(IDesktopPanel) - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Creates a new instance of SwingInternalFrame.
SwingLabel - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingLabel is the ILabel implementation for swing.
SwingLabel() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Creates a new instance of SwingLabel.
SwingMenu - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingMenu is the IMenu implementation for swing.
SwingMenu() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingMenu
Creates a new instance of SwingMenu.
SwingMenuBar - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingMenuBar is the IMenuBar implementation for swing.
SwingMenuBar() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuBar
Creates a new instance of SwingMenuBar.
SwingMenuItem<C extends JMenuItem> - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingMenuItem is the IMenuItem implementation for swing.
SwingMenuItem(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuItem
Creates a new instance of SwingMenuItem.
SwingMenuItem() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuItem
Creates a new instance of SwingMenuItem.
SwingPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingPanel is the IPanel implementation for swing.
SwingPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingPanel
Creates a new instance of SwingPanel.
SwingPasswordField - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingPasswordField is the IPasswordField implementation for swing.
SwingPasswordField() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingPasswordField
Creates a new instance of SwingPasswordField.
SwingPopupMenu - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingPopupMenu is the IPopupMenu implementation for swing.
SwingPopupMenu() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
Creates a new instance of SwingPopupMenu.
SwingRadioButton - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingRadioButton is the IRadioButton implementation for swing.
SwingRadioButton() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingRadioButton
Creates a new instance of SwingRadioButton.
SwingScrollComponent<C extends JComponent,SC extends JComponent> - Class in com.sibvisions.rad.ui.swing.impl
The SwingComponent is a component with scrollbars.
SwingScrollComponent(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Creates a new instance of SwingScrollComponent.
SwingScrollPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingPanel is the IPanel implementation for swing.
SwingScrollPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingScrollPanel
Creates a new instance of SwingPanel.
SwingSeparator - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingSeparator is the ISeparator implementation for swing.
SwingSeparator() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingSeparator
Creates a new instance of SwingSeparator.
SwingSplitPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingSplitPanel is the ISplitPanel implementation for swing.
SwingSplitPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Creates a new instance of SwingLabel with a divider size of 6, continous layout enabled and one touch expandable enabled.
SwingTable - Class in com.sibvisions.rad.ui.swing.impl.control
The SwingTable is the ITable implementation for swing.
SwingTable() - Constructor for class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Creates a new instance of SwingTable.
SwingTabsetPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingTabsetPanel is the ITabsetPanel implementation for swing.
SwingTabsetPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Creates a new instance of SwingTabsetPanel.
SwingTextArea - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingTextArea is the ITextArea implementation for swing.
SwingTextArea() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Creates a new instance of SwingTextArea.
SwingTextComponent<C extends JComponent,TC extends JTextComponent> - Class in com.sibvisions.rad.ui.swing.impl.component
Platform and technology independent TextField definition.
SwingTextComponent(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Creates a new instance of SwingTextField.
SwingTextField<C extends JTextField> - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingTextField is the ITextField implementation for swing.
SwingTextField(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingTextField
Creates a new instance of SwingTextField.
SwingTextField() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingTextField
Creates a new instance of SwingTextField.
SwingToggleButton<C extends JToggleButton> - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingToggleButton is the IToggleButton implementation for swing.
SwingToggleButton(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingToggleButton
Creates a new instance of SwingToggleButton.
SwingToggleButton() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingToggleButton
Creates a new instance of SwingToggleButton.
SwingToolBar - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingToolBar is the IToolBar implementation for swing.
SwingToolBar() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Creates a new instance of SwingToolBar.
SwingToolBarPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingToolBarPanel is IToolBarPanel implementation for Swing.
SwingToolBarPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Creates a new instance of SwingPanel.
SwingTree - Class in com.sibvisions.rad.ui.swing.impl.control
The SwingTree is the ITree implementation for swing.
SwingTree() - Constructor for class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Creates a new instance of SwingTable.

T

TAB_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with tab key.
TAB_LAYOUT_SCROLL - Static variable in interface javax.rad.ui.container.ITabsetPanel
Tab layout policy for providing a subset of available tabs when all the tabs will not fit within a single run.
TAB_LAYOUT_WRAP - Static variable in interface javax.rad.ui.container.ITabsetPanel
The tab layout policy for wrapping tabs in multiple runs when all tabs will not fit within a single run.
tabActivated(UITabsetEvent) - Method in interface javax.rad.ui.event.ITabsetListener
Invoked when a tab was activated.
tabClosed(UITabsetEvent) - Method in interface javax.rad.ui.event.ITabsetListener
Invoked when a tab was closed.
tabDeactivated(UITabsetEvent) - Method in interface javax.rad.ui.event.ITabsetListener
Invoked when a tab was deactivated.
TabEvent - Class in com.sibvisions.rad.ui.swing.ext.event
An event which indicates that a tab action occurred in a tabbed pane.
TabEvent(Object, int, int, long, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Creates a new instance of TabEvent.
TABLE_AUTOLOGIN - Static variable in class com.sibvisions.rad.server.security.DBSecurityManager
the name of the autologin table.
TABLE_USERS - Static variable in class com.sibvisions.rad.server.security.DBSecurityManager
the name of the users table.
tabMoved(UITabsetEvent) - Method in interface javax.rad.ui.event.ITabsetListener
Invoked when a tab was moved.
TABSET_ACTIVATED - Static variable in class javax.rad.ui.event.UITabsetEvent
This event id indicates that a activated event occured.
TABSET_CLOSED - Static variable in class javax.rad.ui.event.UITabsetEvent
This event id indicates that a close event occured.
TABSET_DEACTIVATED - Static variable in class javax.rad.ui.event.UITabsetEvent
This event id indicates that a deactivated event occured.
TABSET_FIRST - Static variable in class javax.rad.ui.event.UITabsetEvent
The first number in the range of ids used for tabset events.
TABSET_LAST - Static variable in class javax.rad.ui.event.UITabsetEvent
The last number in the range of ids used for tabset events.
TABSET_MOVED - Static variable in class javax.rad.ui.event.UITabsetEvent
This event id indicates that a move event occured.
TabsetHandler - Class in javax.rad.ui.event
The TabsetHandler is a RuntimeEventHandler that handles ITabsetListener.
TabsetHandler(String) - Constructor for class javax.rad.ui.event.TabsetHandler
Constructs a new instance of TabsetHandler.
TEXT_CURSOR - Static variable in interface javax.rad.ui.ICursor
The text cursor type.
TEXT_PLAIN_MULTILINE - Static variable in interface javax.rad.ui.celleditor.ITextCellEditor
Content type for using a multi line line editor.
TEXT_PLAIN_PASSWORD - Static variable in interface javax.rad.ui.celleditor.ITextCellEditor
Content type for using a multi line line editor.
TEXT_PLAIN_SINGLELINE - Static variable in interface javax.rad.ui.celleditor.ITextCellEditor
Content type for using a single line editor.
TEXT_PLAIN_WRAPPEDMULTILINE - Static variable in interface javax.rad.ui.celleditor.ITextCellEditor
Content type for using a multi line line editor.
ThreadHandler - Class in com.sibvisions.util
The ThreadHandler manages threads.
ThreadHandler() - Constructor for class com.sibvisions.util.ThreadHandler
Constructor only for inherited classes, because the ThreadHandler class is a utility class.
ThrowableSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Throwable.
ThrowableSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ThrowableSerializer
 
TimestampDataType - Class in javax.rad.model.datatype
A TimestampDataType is the data type class of a Timestamp ColumnDefinition.
TimestampDataType() - Constructor for class javax.rad.model.datatype.TimestampDataType
 
toArray() - Method in class com.sibvisions.util.ArrayUtil
toArray(T[]) - Method in class com.sibvisions.util.ArrayUtil
toArray(int, int) - Method in class com.sibvisions.util.ArrayUtil
Creats a new array with a subset of the current elements.
toArray() - Method in class com.sibvisions.util.ImmutableArray
Gets a mutable array of this immutable array.
toArray(Object[], T[], String) - Static method in class com.sibvisions.util.type.BeanUtil
Returns an array containing all of the properties identified by pPropertyName from pSource in proper sequence.
toArray() - Method in class javax.rad.model.TreePath
Gets a mutable array of this immutable array.
toBack() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
toBack() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in class javax.rad.genui.container.AbstractWindow
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in class javax.rad.genui.container.UIInternalFrame
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in interface javax.rad.ui.container.IWindow
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toByte(int) - Static method in class com.sibvisions.util.type.ByteUtil
Gets the bytes of an integer value (big endian).
toByteLittleEndian(int) - Static method in class com.sibvisions.util.type.ByteUtil
Gets the bytes of an integer value (little endian).
toFront() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
toFront() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toFront() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toFront() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toFront() - Method in class javax.rad.genui.container.AbstractWindow
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toFront() - Method in class javax.rad.genui.container.UIInternalFrame
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toFront() - Method in interface javax.rad.ui.container.IWindow
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toHashtable(List<?>, String, String) - Static method in class com.sibvisions.util.type.BeanUtil
Returns a hashtable with a specific property as key and a specific property as value.
toInt(byte[], int) - Static method in class com.sibvisions.util.type.ByteUtil
Gets the integer value of a byte array.
toIntLittleEndian(byte[], int) - Static method in class com.sibvisions.util.type.ByteUtil
Gets the integer value of a byte array.
topLevelAddNotify() - Method in class javax.rad.genui.container.AbstractWindow
Top level window or frame has to start addNotify, if not notified.
topLevelAddNotify() - Method in class javax.rad.genui.container.UIInternalFrame
Top level window or frame has to start addNotify, if not notified.
toString() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
toString() - Method in class com.sibvisions.rad.model.mem.DataRow
toString() - Method in class com.sibvisions.rad.model.mem.MemDataBook
toString() - Method in class com.sibvisions.rad.model.mem.MemDataPage
toString() - Method in class com.sibvisions.rad.model.mem.MemDataSource
toString() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
toString() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
toString() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
toString() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
toString() - Method in class com.sibvisions.rad.persist.jdbc.Key
toString() - Method in class com.sibvisions.rad.persist.jdbc.Name
toString() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
toString() - Method in class com.sibvisions.rad.ui.awt.impl.AwtResource
toString() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
toString() - Method in class com.sibvisions.util.IdentityKeyValueList
toString() - Method in class com.sibvisions.util.ImmutableArray
toString() - Method in class com.sibvisions.util.KeyValueList
toString(Object) - Static method in class com.sibvisions.util.type.StringUtil
Returns a string representation of the "deep contents" of the specified object.
toString() - Method in class com.sibvisions.util.xml.XmlNode
toString(boolean) - Method in class com.sibvisions.util.xml.XmlNode
Returns the string representation of this node.
toString() - Method in class javax.rad.genui.UIResource
toString() - Method in class javax.rad.model.ColumnDefinition
toString() - Method in class javax.rad.model.condition.BaseCondition
toString(ICondition) - Static method in class javax.rad.model.condition.Filter
Creates a string representation of the given condition.
toString() - Method in class javax.rad.model.reference.ColumnMapping
toString() - Method in class javax.rad.model.reference.ReferenceDefinition
toString() - Method in class javax.rad.model.reference.StorageReferenceDefinition
toString() - Method in class javax.rad.model.RowDefinition
toString() - Method in class javax.rad.model.SortDefinition
toString() - Method in class javax.rad.model.TreePath
toString() - Method in class javax.rad.model.TreePathFinder
toString() - Method in class javax.rad.persist.ColumnMetaData
toString() - Method in class javax.rad.persist.MetaData
toString(T) - Method in class javax.rad.type.AbstractType
Converts the object to a String.
toString(T) - Method in interface javax.rad.type.IType
Converts the object to a String.
translate(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Translates the pText with the mapped translations.
translate(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Translates the pText with the mapped translations.
translate(String) - Method in class javax.rad.genui.UIComponent
Translates the given text with the avaliable translation.
translate(String) - Method in class javax.rad.util.TranslationMap
Translates the text.
translateDefaultValue(String, int, String) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Translates a default value from a column to the datatype object.
translateDefaultValue(String, int, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Translates a default value from a column to the datatype object.
translateDefaultValue(String, int, String) - Method in class com.sibvisions.rad.persist.jdbc.DerbyDBAccess
Translates a default value from a column to the datatype object.
translateDefaultValue(String, int, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Translates a default value from a column to the datatype object.
translateDefaultValue(String, int, String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
Translates a default value from a column to the datatype object.
translateDefaultValue(String, int, String) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Translates a default value from a column to the datatype object.
translateDefaultValue(String, int, String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Translates a default value from a column to the datatype object.
translateQuotes(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It replaces all JVx quotes with the database specific quote.
translateValue(int, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Translates an object value to the datatype object.
TranslationMap - Class in javax.rad.util
Translation is for translating labels or label keys in any language.
TranslationMap() - Constructor for class javax.rad.util.TranslationMap
Constructs a new translation map.
TreePath - Class in javax.rad.model
A TreePath stores the path of .
TreePath(int...) - Constructor for class javax.rad.model.TreePath
Constructs a new TreePath.
TreePathFinder - Class in javax.rad.model
A TreePathFinder stores the primary key columns recursively for all master detail dependencies.
TreePathFinder(IChangeableDataRow) - Constructor for class javax.rad.model.TreePathFinder
Constructs a new TreePathFinder.
TreePathFinder(TreePathFinder, IChangeableDataRow) - Constructor for class javax.rad.model.TreePathFinder
Constructs a new TreePathFinder.
TriggerAPI - Class in com.sibvisions.rad.persist
The TriggerAPI class offers methods for server-side triggers.
TRUEFALSE_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
True/False choice cell editor for BooleanDataTypes.
truncate(int) - Method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index.
truncate(T[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(boolean[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(long[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(float[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(double[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
type - Variable in class javax.rad.type.bean.PropertyDefinition
The property type.
TYPE_ATTRIBUTE - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of attributes.
TYPE_BEAN - Static variable in class com.sibvisions.rad.remote.serializer.BeanSerializer
value of type.
TYPE_CALL_ERROR - Static variable in interface javax.rad.remote.IConnection
Constant type for exception return values.
TYPE_CALL_RESULT - Static variable in interface javax.rad.remote.IConnection
Constant type for return values from remote method calls.
TYPE_CALLBACK_ERROR - Static variable in interface javax.rad.remote.IConnection
Constant type for failed callback remote method calls.
TYPE_CALLBACK_RESULT - Static variable in interface javax.rad.remote.IConnection
Constant type for successful callback remote method calls.
TYPE_COMMENT - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of comment nodes.
TYPE_DECLARATION - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of declaration elements.
TYPE_DOCTYPE - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the doctype.
TYPE_ENUM - Static variable in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
the enum datatype.
TYPE_ENUM - Static variable in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
the enum datatype.
TYPE_ENUM - Static variable in class com.sibvisions.rad.remote.serializer.EnumSerializer
value of type.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.BigDecimalDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.BinaryDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.BooleanDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.ObjectDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.StringDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.TimestampDataType
the type identifier.
TYPE_OBJECT - Static variable in class com.sibvisions.rad.remote.serializer.ObjectSerializer
value of type.
TYPE_PROPERTY_RESULT - Static variable in interface javax.rad.remote.IConnection
Constant type for properties from the server.
TYPE_SET - Static variable in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
the set datatype.
TYPE_TEXT - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of standard nodes.
TYPE_TEXTPART - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of standard nodes.
TYPE_THROWABLE - Static variable in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
min. byte value of Throwable type.
TypeCache - Class in com.sibvisions.rad.remote.serializer
The TypeCache is the cache for BeanTypes which will be read or written from the UniversalSerializer in a single read or write operation.
TypeCache() - Constructor for class com.sibvisions.rad.remote.serializer.TypeCache
 
typeClass - Variable in class javax.rad.type.bean.PropertyDefinition
The type class.

U

UIActionEvent - Class in javax.rad.ui.event
Platform and technology independent action event definition.
UIActionEvent(IComponent, int, long, int, String) - Constructor for class javax.rad.ui.event.UIActionEvent
Creates a new instance of UIActionEvent.
UIBorderLayout - Class in javax.rad.genui.layout
Platform and technology independent BorderLayout.
UIBorderLayout() - Constructor for class javax.rad.genui.layout.UIBorderLayout
Creates a new instance of UIBorderLayout.
UIBorderLayout(IBorderLayout) - Constructor for class javax.rad.genui.layout.UIBorderLayout
Creates a new instance of UIBorderLayout with the given layout.
UIBorderLayout(int, int) - Constructor for class javax.rad.genui.layout.UIBorderLayout
Creates a new instance of UIBorderLayout.
UIButton - Class in javax.rad.genui.component
Platform and technology independent button.
UIButton() - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton.
UIButton(IButton) - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton with the given button.
UIButton(String) - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton.
UICellEditor<CE extends IStyledCellEditor> - Class in javax.rad.genui.celleditor
Platform and technology independent editor.
UICellEditor(CE) - Constructor for class javax.rad.genui.celleditor.UICellEditor
Constructs a new UICellEditor.
UICellFormat - Class in javax.rad.genui.control
Platform and technology independent CellFormat.
UICellFormat() - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(ICellFormat) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat with the given cell format.
UICellFormat(IColor) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(IColor, IColor, IFont) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(IColor, IColor, IFont, IImage) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(IColor, IColor, IFont, IImage, int) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(IImage) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UIChart - Class in javax.rad.genui.control
Platform and technology independent Table.
UIChart() - Constructor for class javax.rad.genui.control.UIChart
Creates a new instance of UIChart.
UIChart(IChart) - Constructor for class javax.rad.genui.control.UIChart
Creates a new instance of UIChart with the given chart.
UICheckBox - Class in javax.rad.genui.component
Platform and technology independent checkbox.
UICheckBox() - Constructor for class javax.rad.genui.component.UICheckBox
Creates a new instance of UICheckBox.
UICheckBox(ICheckBox) - Constructor for class javax.rad.genui.component.UICheckBox
Creates a new instance of UICheckBox with the given checkbox.
UICheckBox(String) - Constructor for class javax.rad.genui.component.UICheckBox
Creates a new instance of UICheckBox.
UICheckBoxMenuItem - Class in javax.rad.genui.menu
Platform and technology independent checkbox menuitem.
UICheckBoxMenuItem() - Constructor for class javax.rad.genui.menu.UICheckBoxMenuItem
Creates a new instance of UICheckBoxMenuItem.
UICheckBoxMenuItem(ICheckBoxMenuItem) - Constructor for class javax.rad.genui.menu.UICheckBoxMenuItem
Creates a new instance of UICheckBoxMenuItem with the given menu item.
UIChoiceCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent choice editor.
UIChoiceCellEditor() - Constructor for class javax.rad.genui.celleditor.UIChoiceCellEditor
Creates a new instance of UIChoiceCellEditor.
UIChoiceCellEditor(IChoiceCellEditor) - Constructor for class javax.rad.genui.celleditor.UIChoiceCellEditor
Creates a new instance of UIChoiceCellEditor with the given choice cell editor.
UIChoiceCellEditor(Object[], String[]) - Constructor for class javax.rad.genui.celleditor.UIChoiceCellEditor
Creates a new instance of UIChoiceCellEditor with the given allowed values and image names.
UIChoiceCellEditor(Object[], String[], String) - Constructor for class javax.rad.genui.celleditor.UIChoiceCellEditor
Creates a new instance of UIChoiceCellEditor with the given allowed values and image names.
UIColor - Class in javax.rad.genui
Platform and technology independent Color.
UIColor(IColor) - Constructor for class javax.rad.genui.UIColor
Creates an UIColor of an IColor for compatibility reasons.
UIColor(int) - Constructor for class javax.rad.genui.UIColor
Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
UIColor(int, boolean) - Constructor for class javax.rad.genui.UIColor
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
UIColor(int, int, int) - Constructor for class javax.rad.genui.UIColor
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
UIColor(int, int, int, int) - Constructor for class javax.rad.genui.UIColor
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
UIComboCellEditor<CE extends IComboCellEditor> - Class in javax.rad.genui.celleditor
Platform and technology independent combo cell editor.
UIComboCellEditor(CE) - Constructor for class javax.rad.genui.celleditor.UIComboCellEditor
Constructs a new UIComboCellEditor.
UIComponent<C extends IComponent> - Class in javax.rad.genui
Platform and technology independent component.
UIComponent(C) - Constructor for class javax.rad.genui.UIComponent
Creates a new instance of UIComponent.
UIComponentEvent - Class in javax.rad.ui.event
Platform and technology independent component event definition.
UIComponentEvent(IComponent, int, long, int) - Constructor for class javax.rad.ui.event.UIComponentEvent
Creates a new instance of UIComponentEvent.
UIContainer<C extends IContainer> - Class in javax.rad.genui
Platform and technology independent Container.
UIContainer(C) - Constructor for class javax.rad.genui.UIContainer
Creates a new instance of UIContainer.
UICursor - Class in javax.rad.genui
Platform and technology independent Cursor.
UICursor(ICursor) - Constructor for class javax.rad.genui.UICursor
Creates a new instance of UICursor.
UICustomComponent - Class in javax.rad.genui.component
Platform and technology independent component.
UICustomComponent(IComponent) - Constructor for class javax.rad.genui.component.UICustomComponent
Creates a new instance of UICustomComponent.
UICustomComponent(Object) - Constructor for class javax.rad.genui.component.UICustomComponent
Creates a new instance of UICustomComponent.
UICustomContainer - Class in javax.rad.genui.container
Platform and technology independent container.
UICustomContainer(IContainer) - Constructor for class javax.rad.genui.container.UICustomContainer
Creates a new instance of UICustomContainer.
UICustomContainer(Object) - Constructor for class javax.rad.genui.container.UICustomContainer
Creates a new instance of UICustomContainer.
UIDateCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent date editor.
UIDateCellEditor() - Constructor for class javax.rad.genui.celleditor.UIDateCellEditor
Creates a new instance of UIDateCellEditor.
UIDateCellEditor(IDateCellEditor) - Constructor for class javax.rad.genui.celleditor.UIDateCellEditor
Creates a new instance of UIDateCellEditor with the given date cell editor.
UIDateCellEditor(String) - Constructor for class javax.rad.genui.celleditor.UIDateCellEditor
Creates a new instance of UIDateCellEditor with the given format.
UIDesktopPanel - Class in javax.rad.genui.container
Platform and technology independent DesktopPanel.
UIDesktopPanel() - Constructor for class javax.rad.genui.container.UIDesktopPanel
Creates a new instance of UIDesktopPanel.
UIDesktopPanel(IDesktopPanel) - Constructor for class javax.rad.genui.container.UIDesktopPanel
Creates a new instance of UIDesktopPanel with the given desktop panel.
UIDimension - Class in javax.rad.genui
Platform and technology independent Dimension.
UIDimension() - Constructor for class javax.rad.genui.UIDimension
Creates a new instance of UIDimension.
UIDimension(IDimension) - Constructor for class javax.rad.genui.UIDimension
Creates a new instance of UIDimension with the given dimension.
UIDimension(int, int) - Constructor for class javax.rad.genui.UIDimension
Creates a new instance of IDimension with the given with and height.
UIEditor - Class in javax.rad.genui.control
Platform and technology independent Editor.
UIEditor() - Constructor for class javax.rad.genui.control.UIEditor
Creates a new instance of UIEditor.
UIEditor(IEditor) - Constructor for class javax.rad.genui.control.UIEditor
Creates a new instance of UIEditor with the given editor.
UIEditor(IDataRow, String) - Constructor for class javax.rad.genui.control.UIEditor
Creates a new instance of UIEditor.
UIEvent - Class in javax.rad.ui.event
Platform and technology independent event definition.
UIEvent(IComponent, int, long, int) - Constructor for class javax.rad.ui.event.UIEvent
Creates a new instance of UIEvent.
UIException - Exception in javax.rad.ui
The class UIException and its subclasses are a form of RuntimeException that indicates UI specific Exceptions the application might want to catch.
UIException() - Constructor for exception javax.rad.ui.UIException
Constructs a new UIException with null as its detail message.
UIException(String) - Constructor for exception javax.rad.ui.UIException
Constructs a new UIException with the specified detail message.
UIException(Throwable) - Constructor for exception javax.rad.ui.UIException
Constructs a new UIException with the specified cause and a detail message of (cause==null ?
UIException(String, Throwable) - Constructor for exception javax.rad.ui.UIException
Constructs a new UIException with the specified detail message and cause.
UIFactoryManager - Class in javax.rad.genui
Platform and technology independent UIFactoryManager.
UIFactoryManager() - Constructor for class javax.rad.genui.UIFactoryManager
Creation of UIFactoryManager is not allowed.
UIFactoryResource<UI extends IResource> - Class in javax.rad.genui
The UIFactoryResource holds the resource per factory.
UIFactoryResource(UI) - Constructor for class javax.rad.genui.UIFactoryResource
Creates a new instance of UIFactoryResource.
UIFlowLayout - Class in javax.rad.genui.layout
Platform and technology independent FlowLayout.
UIFlowLayout() - Constructor for class javax.rad.genui.layout.UIFlowLayout
Creates a new instance of UIFlowLayout.
UIFlowLayout(IFlowLayout) - Constructor for class javax.rad.genui.layout.UIFlowLayout
Creates a new instance of UIFlowLayout with the given layout.
UIFlowLayout(int) - Constructor for class javax.rad.genui.layout.UIFlowLayout
Creates a new instance of UIFlowLayout.
UIFlowLayout(int, int, int) - Constructor for class javax.rad.genui.layout.UIFlowLayout
Creates a new instance of UIFlowLayout with a given orientation and default gaps.
UIFont - Class in javax.rad.genui
Platform and technology independent Font.
UIFont(String, int, int) - Constructor for class javax.rad.genui.UIFont
Creates a new instance of UIFont from the specified name, style and point size.
UIFont(IFont) - Constructor for class javax.rad.genui.UIFont
Internal creation of an UIFont with an given IFont.
UIFormLayout - Class in javax.rad.genui.layout
Platform and technology independent form oriented layout.
UIFormLayout() - Constructor for class javax.rad.genui.layout.UIFormLayout
Creates a new instance of UIFormLayout.
UIFormLayout(IFormLayout) - Constructor for class javax.rad.genui.layout.UIFormLayout
Creates a new instance of UIFormLayout with the given layout.
UIFrame - Class in javax.rad.genui.container
Platform and technology independent Frame.
UIFrame() - Constructor for class javax.rad.genui.container.UIFrame
Creates a new instance of UIFrame.
UIFrame(IFrame) - Constructor for class javax.rad.genui.container.UIFrame
Creates a new instance of UIFrame with the given frame.
UIGroupPanel - Class in javax.rad.genui.container
Platform and technology independent GroupPanel.
UIGroupPanel() - Constructor for class javax.rad.genui.container.UIGroupPanel
Creates a new instance of UIGroupPanel.
UIGroupPanel(IGroupPanel) - Constructor for class javax.rad.genui.container.UIGroupPanel
Creates a new instance of UIGroupPanel with the given group panel.
UIGroupPanel(String) - Constructor for class javax.rad.genui.container.UIGroupPanel
Creates a new instance of UIGroupPanel with a specific text.
UIIcon - Class in javax.rad.genui.component
Platform and technology independent Icon.
UIIcon() - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon.
UIIcon(IIcon) - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon with the given icon.
UIIcon(IImage) - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon.
UIIcon(String) - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon.
UIIcon(IImage, int, int) - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon.
UIIcon(String, int, int) - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon.
UIImage - Class in javax.rad.genui
Platform and technology independent image definition.
UIImage(IImage) - Constructor for class javax.rad.genui.UIImage
Creates a new instance of UIImage based on an IImage.
UIImage(byte[]) - Constructor for class javax.rad.genui.UIImage
Creates a new instance of UIImage for specific byte data.
UIImage(String, byte[]) - Constructor for class javax.rad.genui.UIImage
Creates a new instance of UIImage for specific byte data and an image name.
UIImageViewer - Class in javax.rad.genui.celleditor
Platform and technology independent image viewer.
UIImageViewer() - Constructor for class javax.rad.genui.celleditor.UIImageViewer
Creates a new instance of UIImageViewer.
UIImageViewer(IImageViewer) - Constructor for class javax.rad.genui.celleditor.UIImageViewer
Creates a new instance of UIImageViewer with the given image viewer.
UIImageViewer(String) - Constructor for class javax.rad.genui.celleditor.UIImageViewer
Creates a new instance of UIImageViewer.
UIImageViewer(int, int) - Constructor for class javax.rad.genui.celleditor.UIImageViewer
Creates a new instance of UIImageViewer.
UIImageViewer(String, int, int) - Constructor for class javax.rad.genui.celleditor.UIImageViewer
Creates a new instance of UIImageViewer.
UIInplaceCellEditor<CE extends IInplaceCellEditor> - Class in javax.rad.genui.celleditor
Platform and technology independent editor.
UIInplaceCellEditor(CE) - Constructor for class javax.rad.genui.celleditor.UIInplaceCellEditor
Constructs a new UIInplaceCellEditor.
UIInsets - Class in javax.rad.genui
Platform and technology independent Insets.
UIInsets() - Constructor for class javax.rad.genui.UIInsets
Creates a new instance of UIInsets.
UIInsets(IInsets) - Constructor for class javax.rad.genui.UIInsets
Creates a new instance of UIInsets with the given insets.
UIInsets(int, int, int, int) - Constructor for class javax.rad.genui.UIInsets
Creates a new instance of UIInsets.
UIInternalFrame - Class in javax.rad.genui.container
Platform and technology independent InternalFrame.
UIInternalFrame(IDesktopPanel) - Constructor for class javax.rad.genui.container.UIInternalFrame
Creates a new instance of UIInternalFrame.
UIInternalFrame(IInternalFrame, IDesktopPanel) - Constructor for class javax.rad.genui.container.UIInternalFrame
Creates a new instance of UIInternalFrame with the given internal frame.
UIKeyEvent - Class in javax.rad.ui.event
Platform and technology independent key event definition.
UIKeyEvent(IComponent, int, long, int, int, char) - Constructor for class javax.rad.ui.event.UIKeyEvent
Creates a new instance of UIKeyEvent.
UILabel - Class in javax.rad.genui.component
Platform and technology independent Label.
UILabel() - Constructor for class javax.rad.genui.component.UILabel
Creates a new instance of UILabel.
UILabel(ILabel) - Constructor for class javax.rad.genui.component.UILabel
Creates a new instance of UILabel with the given labe.
UILabel(String) - Constructor for class javax.rad.genui.component.UILabel
Creates a new instance of UILabel.
UILabel(String, IFont) - Constructor for class javax.rad.genui.component.UILabel
Creates a new instance of UILabel.
UILauncher - Class in javax.rad.application.genui
The UILauncher is an AbstractFrame extension.
UILauncher(ILauncher) - Constructor for class javax.rad.application.genui.UILauncher
Creates a new instance of UILauncher with an ILauncher implementation.
UILayout<C extends ILayout<CO>,CO> - Class in javax.rad.genui
Platform and technology independent layout.
UILayout(C) - Constructor for class javax.rad.genui.UILayout
Creates a new instance of UILayout.
UILinkedCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent linked editor.
UILinkedCellEditor() - Constructor for class javax.rad.genui.celleditor.UILinkedCellEditor
Creates a new instance of UILinkedCellEditor.
UILinkedCellEditor(ILinkedCellEditor) - Constructor for class javax.rad.genui.celleditor.UILinkedCellEditor
Creates a new instance of UILinkedCellEditor with the given linked cell editor.
UILinkedCellEditor(ReferenceDefinition) - Constructor for class javax.rad.genui.celleditor.UILinkedCellEditor
Creates a new instance of UILinkedCellEditor with LinkReference.
UIMenu - Class in javax.rad.genui.menu
Platform and technology independent menu.
UIMenu() - Constructor for class javax.rad.genui.menu.UIMenu
Creates a new instance of UIMenu.
UIMenu(IMenu) - Constructor for class javax.rad.genui.menu.UIMenu
Creates a new instance of UIMenu with the given menu instance.
UIMenu(String) - Constructor for class javax.rad.genui.menu.UIMenu
Creates a new instance of UIMenu.
UIMenuBar - Class in javax.rad.genui.menu
Platform and technology independent menu bar.
UIMenuBar() - Constructor for class javax.rad.genui.menu.UIMenuBar
Creates a new instance of UIMenuBar.
UIMenuBar(IMenuBar) - Constructor for class javax.rad.genui.menu.UIMenuBar
Creates a new instance of UIMenuBar wit the given menu bar.
UIMenuItem - Class in javax.rad.genui.menu
Platform and technology independent MenuItem.
UIMenuItem() - Constructor for class javax.rad.genui.menu.UIMenuItem
Creates a new instance of UIMenuItem.
UIMenuItem(IMenuItem) - Constructor for class javax.rad.genui.menu.UIMenuItem
Creates a new instance of UIMenuItem with the given menu item.
UIMenuItem(String) - Constructor for class javax.rad.genui.menu.UIMenuItem
Creates a new instance of UIMenuItem.
UIMouseEvent - Class in javax.rad.ui.event
Platform and technology independent mouse event definition.
UIMouseEvent(IComponent, int, long, int, int, int, int, boolean) - Constructor for class javax.rad.ui.event.UIMouseEvent
Creates a new instance of UIMouseEvent.
UINumberCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent number editor.
UINumberCellEditor() - Constructor for class javax.rad.genui.celleditor.UINumberCellEditor
Creates a new instance of UINumberCellEditor.
UINumberCellEditor(INumberCellEditor) - Constructor for class javax.rad.genui.celleditor.UINumberCellEditor
Creates a new instance of UINumberCellEditor with the given number cell editor.
UINumberCellEditor(int) - Constructor for class javax.rad.genui.celleditor.UINumberCellEditor
Creates a new instance of UINumberCellEditor.
UINumberCellEditor(String) - Constructor for class javax.rad.genui.celleditor.UINumberCellEditor
Creates a new instance of UINumberCellEditor with the given format.
UIPanel - Class in javax.rad.genui.container
Platform and technology independent Panel.
UIPanel() - Constructor for class javax.rad.genui.container.UIPanel
Creates a new instance of UIPanel.
UIPanel(IPanel) - Constructor for class javax.rad.genui.container.UIPanel
Creates a new instance of UIPanel with the given panel.
UIPanel(UILayout) - Constructor for class javax.rad.genui.container.UIPanel
Creates a new instance of UIPanel.
UIPasswordField - Class in javax.rad.genui.component
Platform and technology independent password field.
UIPasswordField() - Constructor for class javax.rad.genui.component.UIPasswordField
Creates a new instance of UIPasswordField.
UIPasswordField(IPasswordField) - Constructor for class javax.rad.genui.component.UIPasswordField
Creates a new instance of UIPasswordField with the given password field.
UIPasswordField(String) - Constructor for class javax.rad.genui.component.UIPasswordField
Creates a new instance of UIPasswordField.
UIPoint - Class in javax.rad.genui
Platform and technology independent point.
UIPoint() - Constructor for class javax.rad.genui.UIPoint
Creates a new instance of UIPoint with x=0 and y=0.
UIPoint(IPoint) - Constructor for class javax.rad.genui.UIPoint
Creates a new instance of UIPoint with the given point.
UIPoint(int, int) - Constructor for class javax.rad.genui.UIPoint
Creates a new instance of UIPoint with the given x and y.
UIPopupMenu - Class in javax.rad.genui.menu
Platform and technology independent popup menu.
UIPopupMenu() - Constructor for class javax.rad.genui.menu.UIPopupMenu
Creates a new instance of UIPopupMenu.
UIPopupMenu(IPopupMenu) - Constructor for class javax.rad.genui.menu.UIPopupMenu
Creates a new instance of UIPopupMenu with the given popup menu.
UIRadioButton - Class in javax.rad.genui.component
Platform and technology independent radio button.
UIRadioButton() - Constructor for class javax.rad.genui.component.UIRadioButton
Creates a new instance of UIRadioButton.
UIRadioButton(IRadioButton) - Constructor for class javax.rad.genui.component.UIRadioButton
Creates a new instance of UIRadioButton with the given radio button.
UIRadioButton(String) - Constructor for class javax.rad.genui.component.UIRadioButton
Creates a new instance of UIRadioButton.
UIRectangle - Class in javax.rad.genui
Platform and technology independent rectangle.
UIRectangle() - Constructor for class javax.rad.genui.UIRectangle
Creates a new instance of UIRectangle with x=0, y=0, with=0 and height=0.
UIRectangle(IRectangle) - Constructor for class javax.rad.genui.UIRectangle
Creates a new instance of UIRectangle with the given rectangle.
UIRectangle(IPoint, IDimension) - Constructor for class javax.rad.genui.UIRectangle
Creates a new instance of UIRectangle with the given IPoint and IDimension.
UIRectangle(int, int, int, int) - Constructor for class javax.rad.genui.UIRectangle
Creates a new instance of IRectangle with the given x, y, width and height.
UIResource<UI extends IResource> - Class in javax.rad.genui
Platform and technology independent wrapper for IFactory Resource.
UIResource(UI) - Constructor for class javax.rad.genui.UIResource
Constructs a new UIResource.
uiResource - Variable in class javax.rad.genui.UIResource
The IFactory Resource.
UIScrollPanel - Class in javax.rad.genui.container
Platform and technology independent ScrollPanel.
UIScrollPanel() - Constructor for class javax.rad.genui.container.UIScrollPanel
Creates a new instance of UIScrollPanel.
UIScrollPanel(IScrollPanel) - Constructor for class javax.rad.genui.container.UIScrollPanel
Creates a new instance of UIScrollPanel with the given panel.
UISeparator - Class in javax.rad.genui.menu
Platform and technology independent menu separator.
UISeparator() - Constructor for class javax.rad.genui.menu.UISeparator
Creates a new instance of UISeparator.
UISeparator(ISeparator) - Constructor for class javax.rad.genui.menu.UISeparator
Creates a new instance of UISeparator with the given separator.
UISplitPanel - Class in javax.rad.genui.container
Platform and technology independent SplitPanel.
UISplitPanel() - Constructor for class javax.rad.genui.container.UISplitPanel
Creates a new instance of UISplitPanel.
UISplitPanel(ISplitPanel) - Constructor for class javax.rad.genui.container.UISplitPanel
Creates a new instance of UISplitPanel with the given split panel.
UITable - Class in javax.rad.genui.control
Platform and technology independent Table.
UITable() - Constructor for class javax.rad.genui.control.UITable
Creates a new instance of UITable.
UITable(ITable) - Constructor for class javax.rad.genui.control.UITable
Creates a new instance of UITable with the given table.
UITabsetEvent - Class in javax.rad.ui.event
Platform and technology independent tabset event definition.
UITabsetEvent(IComponent, int, long, int, int, int) - Constructor for class javax.rad.ui.event.UITabsetEvent
Creates a new instance of UIActionEvent.
UITabsetPanel - Class in javax.rad.genui.container
Platform and technology independent TabSetPanel.
UITabsetPanel() - Constructor for class javax.rad.genui.container.UITabsetPanel
Creates a new instance of UITabsetPanel.
UITabsetPanel(ITabsetPanel) - Constructor for class javax.rad.genui.container.UITabsetPanel
Creates a new instance of UITabsetPanel with the given tabset panel.
UITextArea - Class in javax.rad.genui.component
Platform and technology independent text area.
UITextArea() - Constructor for class javax.rad.genui.component.UITextArea
Creates a new instance of UITextArea.
UITextArea(ITextArea) - Constructor for class javax.rad.genui.component.UITextArea
Creates a new instance of UITextArea with the given text area.
UITextArea(String) - Constructor for class javax.rad.genui.component.UITextArea
Creates a new instance of UITextArea.
UITextCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent text editor.
UITextCellEditor() - Constructor for class javax.rad.genui.celleditor.UITextCellEditor
Creates a new instance of UITextCellEditor.
UITextCellEditor(ITextCellEditor) - Constructor for class javax.rad.genui.celleditor.UITextCellEditor
Creates a new instance of UITextCellEditor with the given text cell editor.
UITextCellEditor(int) - Constructor for class javax.rad.genui.celleditor.UITextCellEditor
Creates a new instance of UITextCellEditor.
UITextCellEditor(String) - Constructor for class javax.rad.genui.celleditor.UITextCellEditor
Creates a new instance of UITextCellEditor.
UITextField - Class in javax.rad.genui.component
Platform and technology independent text field.
UITextField() - Constructor for class javax.rad.genui.component.UITextField
Creates a new instance of UITextField.
UITextField(ITextField) - Constructor for class javax.rad.genui.component.UITextField
Creates a new instance of UITextField with the given text field.
UITextField(String) - Constructor for class javax.rad.genui.component.UITextField
Creates a new instance of UITextField.
UIToggleButton - Class in javax.rad.genui.component
Platform and technology independent toggle button.
UIToggleButton() - Constructor for class javax.rad.genui.component.UIToggleButton
Creates a new instance of UIToggleButton.
UIToggleButton(IToggleButton) - Constructor for class javax.rad.genui.component.UIToggleButton
Creates a new instance of UIToggleButton with the given toggle button.
UIToggleButton(String) - Constructor for class javax.rad.genui.component.UIToggleButton
Creates a new instance of UIToggleButton.
UIToolBar - Class in javax.rad.genui.container
Platform and technology independent TabSetPanel.
UIToolBar() - Constructor for class javax.rad.genui.container.UIToolBar
Creates a new instance of UIToolBar.
UIToolBar(IToolBar) - Constructor for class javax.rad.genui.container.UIToolBar
Creates a new instance of UIToolBar with the given toolbar.
UIToolBarPanel - Class in javax.rad.genui.container
Platform and technology independent toolbar panel.
UIToolBarPanel() - Constructor for class javax.rad.genui.container.UIToolBarPanel
Creates a new instance of UIToolBarPanel.
UIToolBarPanel(IToolBarPanel) - Constructor for class javax.rad.genui.container.UIToolBarPanel
Creates a new instance of UIToolBarPanel with the given toolbar panel.
UITree - Class in javax.rad.genui.control
Platform and technology independent Tree.
UITree() - Constructor for class javax.rad.genui.control.UITree
Creates a new instance of UITree.
UITree(ITree) - Constructor for class javax.rad.genui.control.UITree
Creates a new instance of UITree with the given tree.
UIWindow - Class in javax.rad.genui.container
Platform and technology independent Window.
UIWindow() - Constructor for class javax.rad.genui.container.UIWindow
Creates a new instance of UIWindow.
UIWindow(IWindow) - Constructor for class javax.rad.genui.container.UIWindow
Creates a new instance of UIWindow with the given window.
UIWindowEvent - Class in javax.rad.ui.event
Platform and technology independent window event definition.
UIWindowEvent(IComponent, int, long, int) - Constructor for class javax.rad.ui.event.UIWindowEvent
Creates a new instance of UIWindowEvent.
UNDO_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) undo image (used for toolbar buttons or icons).
UNDO_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) undo image (used for menuitems or buttons).
uninstallEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Informs the handler, that the editor is or will be discarded.
uninstallEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Informs the handler, that the editor is or will be discarded.
uninstallEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Informs the handler, that the editor is or will be discarded.
uninstallEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Informs the handler, that the editor is or will be discarded.
uninstallEditor() - Method in interface javax.rad.model.ui.ICellEditorHandler
Informs the handler, that the editor is or will be discarded.
UniversalSerializer - Class in com.sibvisions.rad.remote
The UniversalSerializer converts an object state into a byte stream in such a way that the byte stream can be converted back into a copy of the object.
UniversalSerializer() - Constructor for class com.sibvisions.rad.remote.UniversalSerializer
Creates a new instance of UniversalSerializer with default serializer registrations.
UNKNOWN_TYPE - Static variable in interface javax.rad.type.IType
The type is unknown.
UnknownType - Class in javax.rad.type
The UnknownType is a platform independent definition for any object.
UnknownType() - Constructor for class javax.rad.type.UnknownType
Constructs a new UnknownType.
unregisterThreadFactoryInstance() - Static method in class javax.rad.genui.UIFactoryManager
Unregisters the IFactory instance for the current Thread.
unregisterTypeSerializer(ITypeSerializer) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Unregisters a type serializer.
unzip(InputStream, String) - Static method in class com.sibvisions.util.type.FileUtil
Extracts the content of a zip archive.
unzip(InputStream, File) - Static method in class com.sibvisions.util.type.FileUtil
Extracts the content of a zip archive.
update() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It sets the selected row as UPDATING.
update(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Sets the specified row as Updating with the given index in the MemDataPage.
update(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Updates an existing row.
update(Object[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Return the updated row as Object[].
update(T) - Method in class com.sibvisions.rad.persist.AbstractStorage
Updates a bean/POJO with the PrimaryKey columns and provides values.
update(String, ServerMetaData, Object[], Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Return the updated row.
update(String, ServerMetaData, Object[], Object[]) - Method in interface com.sibvisions.rad.persist.jdbc.IDBAccess
Return the updated row.
update() - Method in class com.sibvisions.rad.server.config.AppSettings
Loads the configuration from the filesystem.
update() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Loads the configuration from the filesystem.
update() - Method in interface javax.rad.model.IDataBook
It sets the selected row as UPDATING.
update(Object[], Object[]) - Method in interface javax.rad.persist.IStorage
Return the updated row as Object[].
updateAnchors() - Method in class com.sibvisions.rad.application.Error
Updates the Layout anchors dependent of the visible details.
updateAnsiSQL(String, String, ServerMetaData, Object[], Object[], ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Updates the specified row and return the count of affected rows.
updateBean(IBean, Object) - Method in class com.sibvisions.rad.persist.AbstractStorage
Updates a bean with values from a POJO.
updateDatabaseSpecific(String, String, ServerMetaData, Object[], Object[], ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Updates the specified row and return the count of affected rows.
updateEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Informs the handler, that it should possibly get new information from the ICellEditorListener (for e.g. a new TranslationMap).
updateEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Informs the handler, that it should possibly get new information from the ICellEditorListener (for e.g. a new TranslationMap).
updateEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Informs the handler, that it should possibly get new information from the ICellEditorListener (for e.g. a new TranslationMap).
updateEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Informs the handler, that it should possibly get new information from the ICellEditorListener (for e.g. a new TranslationMap).
updateEditor() - Method in interface javax.rad.model.ui.ICellEditorHandler
Informs the handler, that it should possibly get new information from the ICellEditorListener (for e.g. a new TranslationMap).
updateTranslation() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.component.AbstractUITextField
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.component.UILabel
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.container.AbstractFrame
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.container.InternalToolBarPanel
Notification for updating the translation of all sub toolbars.
updateTranslation() - Method in class javax.rad.genui.container.UIGroupPanel
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.container.UITabsetPanel
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.container.UIToolBarPanel
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.control.UIChart
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.control.UIEditor
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.control.UITable
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.control.UITree
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.menu.UIMenu
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.UIComponent
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.UIContainer
Notification for updating the translation.
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
UPDATING - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal state for UPDATING.
UPLOADDIR - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the directory which contains the resource files for the client.
UploadServlet - Class in com.sibvisions.rad.server.http
The UploadServlet handles the upload of files via http connection.
UploadServlet() - Constructor for class com.sibvisions.rad.server.http.UploadServlet
 
UpToDateConfigFile - Class in com.sibvisions.rad.server.config
The UpToDateConfigFile encapsulates the access to a xml configuration file.
UpToDateConfigFile(File, String) - Constructor for class com.sibvisions.rad.server.config.UpToDateConfigFile
Creates a new instance of UpToDateConfigFile for a xml configuration file.
UpToDateConfigFile(File) - Constructor for class com.sibvisions.rad.server.config.UpToDateConfigFile
Creates a new instance of UpToDateConfigFile for a xml configuration file.
USERNAME - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the user name.

V

validate(Component) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Layouts the component.
validate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
validate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
validate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
validateAuthentication(ISession) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Validates if a session has valid credentials to access an application.
validateAuthentication(ISession) - Method in interface com.sibvisions.rad.server.security.ISecurityManager
Validates if a session has valid credentials to access an application.
validateAuthentication(ISession) - Method in class com.sibvisions.rad.server.security.NtlmDBSecurityManager
Validates if a session has valid credentials to access an application.
validateAuthentication(ISession) - Method in class com.sibvisions.rad.server.security.XmlSecurityManager
Validates if a session has valid credentials to access an application.
validatedValueOf(Object) - Method in class javax.rad.type.AbstractNumberType
Converts the object to an Object which is an instance of type class.
validatedValueOf(Object) - Method in class javax.rad.type.AbstractType
Converts the object to an Object which is an instance of type class.
validatedValueOf(Object) - Method in interface javax.rad.type.IType
Converts the object to an Object which is an instance of type class.
validatePassword(ISession, String, String) - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Validates a new password against an old password an uses a preconfigured password validator for checking the strength of the new password.
validateWithMetaData(String[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Validates the given row with the meta data.
valueChanged(ListSelectionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
valueChanged(ListSelectionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
valueChanged(TreeSelectionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
valueOf(String) - Static method in enum com.sibvisions.rad.application.Dialog.ButtonMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.rad.model.remote.RemoteDataSource.MetaDataCacheRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.rad.persist.event.StorageEvent.ChangedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.rad.persist.jdbc.param.AbstractParam.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.rad.persist.jdbc.ServerMetaData.PrimaryKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.rad.server.config.Configuration.ApplicationListOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel.ToolBarArea
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.util.log.ILogger.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.util.type.FileUtil.CopyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.util.type.ImageUtil.ImageFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.util.type.StringUtil.CaseSensitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.util.type.StringUtil.CharacterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sibvisions.util.type.StringUtil.TextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.rad.application.IWorkScreenApplication.Modality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.rad.model.event.DataBookEvent.ChangedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.rad.model.IDataBook.SelectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.rad.model.IDataBook.WriteBackIsolationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.rad.model.MetaDataCacheOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.rad.persist.MetaData.Feature
Returns the enum constant of this type with the specified name.
valueOf(Object) - Method in class javax.rad.type.AbstractType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in class javax.rad.type.bean.BeanType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in class javax.rad.type.BooleanType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in class javax.rad.type.DecimalType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in class javax.rad.type.DoubleType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in class javax.rad.type.FloatType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in class javax.rad.type.IntegerType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in interface javax.rad.type.IType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in class javax.rad.type.LongType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in class javax.rad.type.NullType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in class javax.rad.type.StringType
Converts the object to an Object which is an instance of type class.
valueOf(Object) - Method in class javax.rad.type.UnknownType
Converts the object to an Object which is an instance of type class.
valueOf(String) - Static method in enum javax.rad.ui.IImage.ImageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sibvisions.rad.application.Dialog.ButtonMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.rad.model.remote.RemoteDataSource.MetaDataCacheRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.rad.persist.event.StorageEvent.ChangedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.rad.persist.jdbc.param.AbstractParam.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.rad.persist.jdbc.ServerMetaData.PrimaryKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.rad.server.config.Configuration.ApplicationListOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel.ToolBarArea
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.sibvisions.util.IdentityKeyValueList
Returns a collection of the values in this list.
values() - Method in class com.sibvisions.util.KeyValueList
Returns a collection of the values in this list.
values() - Static method in enum com.sibvisions.util.log.ILogger.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.util.type.FileUtil.CopyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.util.type.ImageUtil.ImageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.util.type.StringUtil.CaseSensitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.util.type.StringUtil.CharacterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sibvisions.util.type.StringUtil.TextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.rad.application.IWorkScreenApplication.Modality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.rad.model.event.DataBookEvent.ChangedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.rad.model.IDataBook.SelectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.rad.model.IDataBook.WriteBackIsolationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.rad.model.MetaDataCacheOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.rad.persist.MetaData.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.rad.ui.IImage.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
valuesChanged(DataRowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Notifies that values on an IDataRow are changed.
valuesChanged(DataRowEvent) - Method in interface javax.rad.model.event.IDataRowListener
Notifies that values on an IDataRow are changed.
valueToString(Object) - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
valueToString(Object) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
verify(String, SSLSession) - Method in class com.sibvisions.rad.remote.http.HttpsHostnameVerifier
verify(Request, Response) - Method in class com.sibvisions.rad.server.http.rest.SecurityManagerVerifier
VERSION - Static variable in class com.sibvisions.util.security.SecurityProvider
the version.
VERTICAL - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Constant for vertical anchors.
VERTICAL - Static variable in interface javax.rad.ui.container.IToolBar
Vertical orientation.
VERTICAL - Static variable in interface javax.rad.ui.layout.IFlowLayout
Constant for vertical vertical layout.
VERTICAL - Static variable in interface javax.rad.ui.layout.IFormLayout.IAnchor
Constant for vertical anchors.
VIEW_ACCESSRULES - Static variable in class com.sibvisions.rad.server.security.DBSecurityManager
the name of the accessrules table.
VK_0 - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39).
VK_1 - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39).
VK_2 - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39).
VK_3 - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39).
VK_4 - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39).
VK_5 - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39).
VK_6 - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39).
VK_7 - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39).
VK_8 - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39).
VK_9 - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39).
VK_A - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_ACCEPT - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Accept or Commit function key.
VK_ADD - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_AGAIN - Static variable in class javax.rad.ui.event.UIKeyEvent
for Sun keyboards.
VK_ALL_CANDIDATES - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the All Candidates function key.
VK_ALPHANUMERIC - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Alphanumeric function key.
VK_ALT - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_ALT_GRAPH - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the AltGraph function key.
VK_AMPERSAND - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_ASTERISK - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_AT - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the "@" key.
VK_B - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_BACK_QUOTE - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_BACK_SLASH - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the back slash key, "\".
VK_BACK_SPACE - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_BEGIN - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Begin key.
VK_BRACELEFT - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_BRACERIGHT - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_C - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_CANCEL - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_CAPS_LOCK - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_CIRCUMFLEX - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the "^" key.
VK_CLEAR - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_CLOSE_BRACKET - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the close bracket key, "]".
VK_CODE_INPUT - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Code Input function key.
VK_COLON - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the ":" key.
VK_COMMA - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the comma key, ",".
VK_COMPOSE - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Compose function key.
VK_CONTEXT_MENU - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Microsoft Windows Context Menu key.
VK_CONTROL - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_CONVERT - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Convert function key.
VK_COPY - Static variable in class javax.rad.ui.event.UIKeyEvent
for Sun keyboards.
VK_CUT - Static variable in class javax.rad.ui.event.UIKeyEvent
for Sun keyboards.
VK_D - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_DEAD_ABOVEDOT - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_ABOVERING - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_ACUTE - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_BREVE - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_CARON - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_CEDILLA - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_CIRCUMFLEX - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_DIAERESIS - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_DOUBLEACUTE - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_GRAVE - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_IOTA - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_MACRON - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_OGONEK - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_SEMIVOICED_SOUND - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_TILDE - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DEAD_VOICED_SOUND - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_DECIMAL - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_DELETE - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_DIVIDE - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_DOLLAR - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the "$" key.
VK_DOWN - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the non-numpad down arrow key.
VK_E - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_END - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_ENTER - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_EQUALS - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the equals key, "=".
VK_ESCAPE - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_EURO_SIGN - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Euro currency sign key.
VK_EXCLAMATION_MARK - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the "!"
VK_F - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_F1 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F10 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F11 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F12 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F13 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F14 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F15 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F16 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F17 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F18 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F19 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F2 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F20 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F21 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F22 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F23 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F24 - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_F3 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F4 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F5 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F6 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F7 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F8 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_F9 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the function key.
VK_FINAL - Static variable in class javax.rad.ui.event.UIKeyEvent
not clear what this means - listed in Microsoft Windows API.
VK_FIND - Static variable in class javax.rad.ui.event.UIKeyEvent
for Sun keyboards.
VK_FULL_WIDTH - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Full-Width Characters function key.
VK_G - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_GREATER - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_H - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_HALF_WIDTH - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Half-Width Characters function key.
VK_HELP - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_HIRAGANA - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Hiragana function key.
VK_HOME - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_I - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_INPUT_METHOD_ON_OFF - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the input method on/off key.
VK_INSERT - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_INVERTED_EXCLAMATION_MARK - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the inverted exclamation mark key.
VK_J - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_JAPANESE_HIRAGANA - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Japanese-Hiragana function key.
VK_JAPANESE_KATAKANA - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Japanese-Katakana function key.
VK_JAPANESE_ROMAN - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Japanese-Roman function key.
VK_K - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_KANA - Static variable in class javax.rad.ui.event.UIKeyEvent
replaced by VK_KANA_LOCK for Microsoft Windows and Solaris; might still be used on other platforms.
VK_KANA_LOCK - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the locking Kana function key.
VK_KANJI - Static variable in class javax.rad.ui.event.UIKeyEvent
replaced by VK_INPUT_METHOD_ON_OFF for Microsoft Windows and Solaris; might still be used for other platforms.
VK_KATAKANA - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Katakana function key.
VK_KP_DOWN - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the numeric keypad down arrow key.
VK_KP_LEFT - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the numeric keypad left arrow key.
VK_KP_RIGHT - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the numeric keypad right arrow key.
VK_KP_UP - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the numeric keypad up arrow key.
VK_L - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_LEFT - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the non-numpad left arrow key.
VK_LEFT_PARENTHESIS - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the "(" key.
VK_LESS - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_M - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_META - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_MINUS - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the minus key, "-".
VK_MODECHANGE - Static variable in class javax.rad.ui.event.UIKeyEvent
not clear what this means - listed in Microsoft Windows API.
VK_MULTIPLY - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_N - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_NONCONVERT - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Don't Convert function key.
VK_NUM_LOCK - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_NUMBER_SIGN - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the "#" key.
VK_NUMPAD0 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_NUMPAD1 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_NUMPAD2 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_NUMPAD3 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_NUMPAD4 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_NUMPAD5 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_NUMPAD6 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_NUMPAD7 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_NUMPAD8 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_NUMPAD9 - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_O - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_OPEN_BRACKET - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the open bracket key, "[".
VK_P - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_PAGE_DOWN - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_PAGE_UP - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_PASTE - Static variable in class javax.rad.ui.event.UIKeyEvent
for Sun keyboards.
VK_PAUSE - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_PERIOD - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the period key, ".".
VK_PLUS - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the "+" key.
VK_PREVIOUS_CANDIDATE - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Previous Candidate function key.
VK_PRINTSCREEN - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_PROPS - Static variable in class javax.rad.ui.event.UIKeyEvent
for Sun keyboards.
VK_Q - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_QUOTE - Static variable in class javax.rad.ui.event.UIKeyEvent
F13 - F24 are used on IBM 3270 keyboard; use random range for constants.
VK_QUOTEDBL - Static variable in class javax.rad.ui.event.UIKeyEvent
For European keyboards.
VK_R - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_RIGHT - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the non-numpad right arrow key.
VK_RIGHT_PARENTHESIS - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the ")" key.
VK_ROMAN_CHARACTERS - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Roman Characters function key.
VK_S - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_SCROLL_LOCK - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_SEMICOLON - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the semicolon key, ";".
VK_SEPARATOR - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_SHIFT - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_SLASH - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the forward slash key, "/".
VK_SPACE - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_STOP - Static variable in class javax.rad.ui.event.UIKeyEvent
for Sun keyboards.
VK_SUBTRACT - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Numpad key.
VK_T - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_TAB - Static variable in class javax.rad.ui.event.UIKeyEvent
Virtual key codes.
VK_U - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_UNDEFINED - Static variable in class javax.rad.ui.event.UIKeyEvent
This value is used to indicate that the keyCode is unknown.
VK_UNDERSCORE - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the "_" key.
VK_UNDO - Static variable in class javax.rad.ui.event.UIKeyEvent
for Sun keyboards.
VK_UP - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the non-numpad up arrow key.
VK_V - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_W - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_WINDOWS - Static variable in class javax.rad.ui.event.UIKeyEvent
Constant for the Microsoft Windows "Windows" key.
VK_X - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_Y - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).
VK_Z - Static variable in class javax.rad.ui.event.UIKeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A).

W

W_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The west-resize cursor type.
WAIT_CURSOR - Static variable in interface javax.rad.ui.ICursor
The wait cursor type.
warning(SAXParseException) - Method in class com.sibvisions.util.xml.XmlWorker
Throws the parse exception if validation is enabled.
Webstart - Class in com.sibvisions.rad.ui
The Webstart class allows encapsulated access to the javax.jnlp service objects.
WEST - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The west layout constraint (left side of container).
WEST - Static variable in interface javax.rad.ui.layout.IBorderLayout
The west layout constraint (left side of container).
white - Static variable in class javax.rad.genui.UIColor
The color white.
WINDOW_ACTIVATED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window-activated event type.
WINDOW_CLOSED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window closed event.
WINDOW_CLOSING - Static variable in class javax.rad.ui.event.UIWindowEvent
The "window is closing" event.
WINDOW_DEACTIVATED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window-deactivated event type.
WINDOW_DEICONIFIED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window deiconified event type.
WINDOW_FIRST - Static variable in class javax.rad.ui.event.UIWindowEvent
The first number in the range of ids used for window events.
WINDOW_ICONIFIED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window iconified event.
WINDOW_LAST - Static variable in class javax.rad.ui.event.UIWindowEvent
The last number in the range of ids used for window events.
WINDOW_OPENED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window opened event.
windowActivated(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowActivated(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowActivated(UIWindowEvent) - Method in interface javax.rad.ui.event.IWindowListener
Invoked when the Window is set to be the active Window.
windowClosed(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowClosed(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Removes the internal frame from it's parent.
windowClosed(UIWindowEvent) - Method in interface javax.rad.ui.event.IWindowListener
Invoked when a window has been closed as the result of calling dispose on the window.
windowClosing(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowClosing(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowClosing(UIWindowEvent) - Method in interface javax.rad.ui.event.IWindowListener
Invoked when the user attempts to close the window from the window's system menu.
windowDeactivated(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowDeactivated(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowDeactivated(UIWindowEvent) - Method in interface javax.rad.ui.event.IWindowListener
Invoked when a Window is no longer the active Window.
windowDeiconified(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowDeiconified(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowDeiconified(UIWindowEvent) - Method in interface javax.rad.ui.event.IWindowListener
Invoked when a window is changed from a minimized to a normal state.
WindowHandler - Class in javax.rad.ui.event
The WindowHandler is a RuntimeEventHandler that handles IWindowListener.
WindowHandler(String) - Constructor for class javax.rad.ui.event.WindowHandler
Constructs a new WindowHandler.
windowIconified(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowIconified(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowIconified(UIWindowEvent) - Method in interface javax.rad.ui.event.IWindowListener
Invoked when a window is changed from a normal to a minimized state.
windowOpened(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowOpened(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowOpened(UIWindowEvent) - Method in interface javax.rad.ui.event.IWindowListener
Invoked the first time a window is made visible.
WorkScreen - Class in javax.rad.application.genui
The WorkScreen is a default implementation of IWorkScreen.
WorkScreen(IWorkScreenApplication) - Constructor for class javax.rad.application.genui.WorkScreen
Creates a new instance of WorkScreen for a parent application.
WRITABLE_COLUMN_CHANGED - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal state for UPDATING, if minimum one writeable column is involved.
write(DataOutputStream, Object) - Method in class com.sibvisions.rad.remote.ByteSerializer
Writes a serialized object to a stream.
write(DataOutputStream, Object) - Method in interface com.sibvisions.rad.remote.ISerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Object[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, AbstractBean, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BeanSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, BeanType, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, boolean[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Boolean, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BooleanSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, byte[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ByteArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Byte, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ByteSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Character, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.CharacterSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, char[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.CharArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Date, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DateSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, BigDecimal, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DecimalSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, double[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Double, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DoubleSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Enum, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.EnumSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, float[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.FloatArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Float, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.FloatSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, int[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.IntArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Integer, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.IntegerSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, T, TypeCache) - Method in interface com.sibvisions.rad.remote.serializer.ITypeSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, List, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, long[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.LongArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Long, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.LongSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Map, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Object, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.NullSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Object, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ObjectSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, short[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ShortArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Short, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ShortSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, String, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.StringSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Throwable, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
Writes a serialized object to a stream.
write(DataOutputStream, Object) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Writes a serialized object to a stream.
write(DataOutputStream, Object, TypeCache) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Writes a serialized object to a stream.
write(File, XmlNode) - Method in class com.sibvisions.util.xml.XmlWorker
Writes the structure of a XmlNode as xml stream to the specified target file.
write(OutputStream, XmlNode) - Method in class com.sibvisions.util.xml.XmlWorker
Writes the structure of a XmlNode as xml stream to the specified target stream.
writeCSV(IDataBook, OutputStream, String[], String[], ICondition, SortDefinition) - Static method in class com.sibvisions.rad.model.DataBookUtil
Writes all rows and values of a databook, as comma separated values to a stream.
writeCSV(IDataBook, OutputStream, String[], String[], ICondition, SortDefinition, String) - Static method in class com.sibvisions.rad.model.DataBookUtil
Writes all rows and values of a databook, as comma separated values to a stream.
writeCSV(OutputStream, String[], String[], ICondition, SortDefinition, String) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Write the current storage with the specified filter and sort into the given output stream as CSV Format.
writeCSV(OutputStream, String[], String[], ICondition, SortDefinition, String) - Method in class com.sibvisions.rad.persist.AbstractStorage
Write the current storage with the specified filter and sort into the given output stream as CSV Format.
writeCSV(OutputStream, String[], String[], ICondition, SortDefinition, String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Write the current storage with the specified filter and sort into the given output stream as CSV Format.
writeQuoted(OutputStreamWriter, IDataType, Object, String) - Static method in class com.sibvisions.rad.model.DataBookUtil
Writes an object as quoted string.
writeSize(DataOutputStream, int, int, int) - Method in class com.sibvisions.rad.remote.serializer.AbstractSizedSerializer
Writes the type definition which includes the length of the content.

X

XmlNode - Class in com.sibvisions.util.xml
The XmlNode encapsulates the information of a xml tag.
XmlNode(String) - Constructor for class com.sibvisions.util.xml.XmlNode
Creates a new instance of XmlNode without a parent.
XmlNode(short, String) - Constructor for class com.sibvisions.util.xml.XmlNode
Creates a new instance of XmlNode without a parent.
XmlNode(short, String, String) - Constructor for class com.sibvisions.util.xml.XmlNode
Creates a new instance of XmlNode without a parent.
XmlNode(short, String, XmlNode) - Constructor for class com.sibvisions.util.xml.XmlNode
Creates a new instance of XmlNode with a parent.
XmlNode(short, String, String, XmlNode) - Constructor for class com.sibvisions.util.xml.XmlNode
Creates a new instance of XmlNode.
XmlSecurityManager - Class in com.sibvisions.rad.server.security
The XmlSecurityManager uses a xml file to authenticate users.
XmlSecurityManager() - Constructor for class com.sibvisions.rad.server.security.XmlSecurityManager
 
XmlWorker - Class in com.sibvisions.util.xml
Simple parser and writer for xml files.
XmlWorker() - Constructor for class com.sibvisions.util.xml.XmlWorker
 

Y

yellow - Static variable in class javax.rad.genui.UIColor
The color yellow.
YELLOW_CELL - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Yellow cell.
YESNO_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Yes/No choice cell editor.

Z

zip(OutputStream, int, String[], String...) - Static method in class com.sibvisions.util.type.FileUtil
Creates a zip package.
Zone - Class in com.sibvisions.rad.server.config
A Zone is a special area in the server-side code area.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Copyright © 2009 SIB Visions GmbH. All Rights Reserved.