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.
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.
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.
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.
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
 
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.
AbstractWebActionComponent - Class in com.sibvisions.rad.ui.web.impl.component
Web server implementation of IActionComponent.
AbstractWebActionComponent() - Constructor for class com.sibvisions.rad.ui.web.impl.component.AbstractWebActionComponent
Creates a new instance of AbstractWebActionComponent.
AbstractWebFrame - Class in com.sibvisions.rad.ui.web.impl.container
Web server implementation of IFrame.
AbstractWebFrame() - Constructor for class com.sibvisions.rad.ui.web.impl.container.AbstractWebFrame
Creates a new instance of AbstractWebFrame.
AbstractWebWindow - Class in com.sibvisions.rad.ui.web.impl.container
Web server implementation of IWindow.
AbstractWebWindow() - Constructor for class com.sibvisions.rad.ui.web.impl.container.AbstractWebWindow
Creates a new instance of AbstractWebWindow.
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.
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.qt.impl.container.QtSplitPanel
Adds the specified IComponent to this container with the specified constraints at the specified index. Also notifies the layout manager to add the component to the this container's layout using the specified constraints object.
add(IComponent) - Method in class com.sibvisions.rad.ui.qt.impl.QtContainer
Adds the specified IComponent to the end of this container.
add(IComponent, Object) - Method in class com.sibvisions.rad.ui.qt.impl.QtContainer
Adds the specified IComponent to the end of this container.
add(IComponent, int) - Method in class com.sibvisions.rad.ui.qt.impl.QtContainer
Adds the specified IComponent to this container at the specified index.
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.QtContainer
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. Also notifies the layout manager to add the component to the this container's layout using the specified constraints object.
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. Also notifies the layout manager to add the component to the this container's layout using the specified constraints object.
add(Widget) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxDesktopPanel
add(Widget, LayoutData) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxDesktopPanel
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.web.impl.container.WebSplitPanel
Adds the specified IComponent to this container with the specified constraints at the specified index. Also notifies the layout manager to add the component to the this container's layout using the specified constraints object.
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
Adds the specified IComponent to this container with the specified constraints at the specified index. Also notifies the layout manager to add the component to the this container's layout using the specified constraints object.
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel
Adds the specified IComponent to this container with the specified constraints at the specified index. Also notifies the layout manager to add the component to the this container's layout using the specified constraints object.
add(IComponent) - Method in class com.sibvisions.rad.ui.web.impl.WebContainer
Adds the specified IComponent to the end of this container.
add(IComponent, Object) - Method in class com.sibvisions.rad.ui.web.impl.WebContainer
Adds the specified IComponent to the end of this container.
add(IComponent, int) - Method in class com.sibvisions.rad.ui.web.impl.WebContainer
Adds the specified IComponent to this container at the specified index.
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.web.impl.WebContainer
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. Also notifies the layout manager to add the component to the this container's layout using the specified constraints object.
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. Also notifies the layout manager to add the component to the this container's layout using the specified constraints object.
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 for a method of a specific object.
addAccess(String) - Method in interface com.sibvisions.rad.server.security.IAccessController
Adds access for a method of a specific 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
addChange(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Adds a new change in the internal list of changes.
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.
addComponent(IComponent, Object) - Method in interface com.sibvisions.rad.ui.qt.impl.layout.IQtLayout
Adds a component to the layout.
addComponent(IComponent, Object) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtBorderLayout
Adds a component to the layout.
addComponent(IComponent, Object) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFlowLayout
Adds a component to the layout.
addComponent(IComponent, Object) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Adds a component to the layout.
addComponent(IComponent, Object) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtNullLayout
Adds a component to the layout.
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.
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.
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.
addFetchedRow(IDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataPage
It adds an new IDataRow to the DataPage in the object[] storage.
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.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(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtDesktopPanel
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtFrame
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtGroupPanel
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtSplitPanel
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtTabsetPanel
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBar
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBarPanel
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuBar
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.qt.impl.QtContainer
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.SwingSplitPanel
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.
addItem(QLayoutItemInterface) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxBorderLayout
addItem(QLayoutItemInterface) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
addItem(QLayoutItemInterface) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxNullLayout
addItem(QLayoutItemInterface) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
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
addLinkTable(WebTable) - Method in class com.sibvisions.rad.ui.web.impl.control.LinkTableCache
Adds a table to the list of known link tables.
addListener(L) - Method in class javax.rad.util.EventHandler
Adds a listener.
addListener(Object, String) - Method in class javax.rad.util.EventHandler
Adds a listener.
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
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.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. This method is called internally by the genui and should not be called directly.
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. This method is called internally by the genui and should not be called directly.
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.
addObject(String, Object) - Method in class javax.rad.server.SessionContext
Adds an object with a specific name to this SessionContext.
addObject(InjectObject) - Method in class javax.rad.server.SessionContext
Adds an object to this SessionContext.
addPanelIntern(WebContainer, Object) - Method in class com.sibvisions.rad.ui.web.impl.container.AbstractWebFrame
Adds the tool bar panel.
addPanelIntern(WebContainer, Object) - Method in class com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel
Adds the tool bar panel.
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.
addRowDefinition(IRowDefinition) - Method in class javax.rad.model.ColumnView
Adds an IRowDefinition.
addSeparator() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
Inserts a separator at the specified position.
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 com.sibvisions.rad.ui.web.impl.menu.WebMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class com.sibvisions.rad.ui.web.impl.menu.WebMenu
Inserts a separator at the specified position.
addSeparator() - Method in class com.sibvisions.rad.ui.web.impl.menu.WebPopupMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class com.sibvisions.rad.ui.web.impl.menu.WebPopupMenu
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.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.
addStyle(String, String) - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
Adds a stylesheet property to the component.
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(IToolBar) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtFrame
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtFrame
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBarPanel
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBarPanel
Adds a toolbar to this panel at a specified index.
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 com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel
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.
addWidget(QWidget, String) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxBorderLayout
Adds a widget to the layout to the specified constraint.
addWidget(QWidget, Object) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Adds a QWidget with a specific constraints.
addWidget(QWidget, int) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
Adds a widget to the layout, at a specified index.
addWindow(Widget) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxDesktopPanel
Adds a Window to the Desktop Panel.
afterLogin() - Method in class com.sibvisions.rad.application.Application
Performs actions after successful login to the application.
afterLogout() - Method in class com.sibvisions.rad.application.Application
Performs actions after successful logout from the application.
alert(String) - Static method in class com.sibvisions.rad.ui.web.ext.gwt.GVxUtil
Shows a message in an alert box.
alert(Exception) - Static method in class com.sibvisions.rad.ui.web.ext.gwt.GVxUtil
Shows an exception with the stack trace in an alert box.
ALIGN_BOTTOM - Static variable in interface com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants
Bottom Align for this element.
ALIGN_BOTTOM - Static variable in interface javax.rad.ui.IAlignmentConstants
Bottom Align for this element.
ALIGN_CENTER - Static variable in interface com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants
Center 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 com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants
Left 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 com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants
Right 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 com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants
Stretch 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 com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants
Top 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 - 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.
applyCellFormat(FormattedValue, ICellFormatter, IDataBook, IDataPage, IDataRow, String, int, int) - Static method in class com.sibvisions.rad.ui.web.impl.WebFactory
Applies a cell format from with an ICellFormatter to a FormattedValue.
applyFormat(FormattedValue, Field<Object>, int) - Static method in class com.sibvisions.rad.ui.gwt.client.GWTFactory
Applies the value format to a field.
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(IFormLayout, 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(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
 
BaseService - Class in com.sibvisions.rad.ui.gwt.server
The BaseService is the base class for all remote services.
BaseService() - Constructor for class com.sibvisions.rad.ui.gwt.server.BaseService
 
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.
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.
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
 
bigdecimalValue - Variable in class com.sibvisions.rad.ui.gwt.client.async.TypeMap
serializable BigDecimal.
bigintegerValue - Variable in class com.sibvisions.rad.ui.gwt.client.async.TypeMap
serializable BigInteger.
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.
booleanValue - Variable in class com.sibvisions.rad.ui.gwt.client.async.TypeMap
serializable Boolean.
BREAK_LAYOUTING - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
Signal to break layouting.
buildingUI - Static variable in class com.sibvisions.rad.ui.gwt.client.WebUI
Building UI.
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.
BUTTON_LISTENER - Static variable in class com.sibvisions.rad.ui.gwt.client.WebUI
ButtonListener for Button Events.
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
 

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(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.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(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) - 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.
cancel() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
Rejects all changes.
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.qt.ext.celleditor.QVxDateCellEditor.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.qt.ext.celleditor.QVxLinkedCellEditor.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.qt.ext.celleditor.QVxNumberCellEditor.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.qt.ext.celleditor.QVxTextCellEditor.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.qt.ext.QVxEditor
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.qt.ext.QVxTableView
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.qt.impl.control.QtEditor
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.qt.impl.control.QtTable
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.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.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.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 com.sibvisions.rad.ui.web.impl.control.WebEditor
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.web.impl.control.WebTable
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.web.impl.control.WebTree
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.
cancelPendingThreads() - Method in class com.sibvisions.rad.ui.qt.impl.QtApplication
Cancel/Interrupts all pending threads.
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 com.sibvisions.rad.ui.web.impl.WebLauncher
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.qt.impl.menu.QtMenuItem
Not supported.
capture(int, int) - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.impl.WebComponent
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.
CellEditorGridComboBox - Class in com.sibvisions.rad.ui.gwt.client.widget.celleditor
The CellEditorGridComboBox is a special GridComboBox which will be used in a cell editor.
CellEditorGridComboBox(LinkedCellEditor) - Constructor for class com.sibvisions.rad.ui.gwt.client.widget.celleditor.CellEditorGridComboBox
Creates a new instance of CellEditorGridComboBox.
CellFormat - Class in com.sibvisions.rad.ui.qt.ext.table
The CellFormat holds the format information for a cell.
CellFormat() - Constructor for class com.sibvisions.rad.ui.qt.ext.table.CellFormat
Constructs a new instance of CellFormat.
CellFormat(QColor) - Constructor for class com.sibvisions.rad.ui.qt.ext.table.CellFormat
Constructs a new instance of CellFormat.
CellFormat(QColor, QColor, QFont) - Constructor for class com.sibvisions.rad.ui.qt.ext.table.CellFormat
Constructs a new instance of CellFormat.
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.
CENTER - Static variable in class com.sibvisions.rad.ui.qt.ext.layout.QVxBorderLayout
the layout position for 'center'.
CENTER - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The center layout constraint (middle of container).
CENTER - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxBorderLayout
The Center Constraint.
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.
ceResource - Variable in class javax.rad.genui.celleditor.UICellEditor
The CellEditor resource.
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.
changed - Variable in class com.sibvisions.rad.ui.qt.ext.QVxChoice
the signal for the information that the item was changed.
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.
changeValue() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxChoiceCell
Changes the current value to the next value from the specified allow list.
changeValue() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxChoice
Changes the current value to the next value from the specified allow list.
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
 
characterValue - Variable in class com.sibvisions.rad.ui.gwt.client.async.TypeMap
serializable Character.
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 com.sibvisions.rad.ui.qt.impl.QtContainer
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.
CHECKBOX_CHANGELISTENER - Static variable in class com.sibvisions.rad.ui.gwt.client.WebUI
Component data key listener.
CHECKBOX_LISTENER - Static variable in class com.sibvisions.rad.ui.gwt.client.WebUI
Component data key listener.
checkClientTrusted(X509Certificate[], String) - Method in class com.sibvisions.rad.remote.http.HttpsTrustManager
checkHideCombo(PreviewEvent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
Checks if the popup should be hidden.
checkIcon() - Method in class com.sibvisions.rad.ui.qt.ext.QVxCheckAction
Gets the icon which will be displayed when the action was checked.
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.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.
CHECKMENU_CHANGELISTENER - Static variable in class com.sibvisions.rad.ui.gwt.client.WebUI
Component data key listener.
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
ChoiceCellEditor - Class in com.sibvisions.rad.ui.web.ext.gwt.celleditor
The ChoiceCellEditor is the cell editor with multiple states.
ChoiceCellEditor() - Constructor for class com.sibvisions.rad.ui.web.ext.gwt.celleditor.ChoiceCellEditor
Creates a new instance of ChoiceCellEditor.
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.OrderedHashtable
clear() - Method in class javax.rad.util.TranslationMap
Clears all translations.
clearCache(BoxComponent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
Calculates the preferred size of the container.
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 meta data cache.
clearMetaData() - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Clears the meta data cache.
clearSubNodes() - Method in class com.sibvisions.util.xml.XmlNode
Clears the list of known sub elements.
clicked() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Handles the click action of the button resource.
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.
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.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 class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
Close the frame and sends the closing event.
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() - Method in class com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
Closes this internal frame.
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.
closeEditor(QWidget, QAbstractItemDelegate.EndEditHint) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
closeEvent(QCloseEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxMainWindow
closeEvent(QCloseEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
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.
column - Variable in class com.sibvisions.rad.ui.gwt.client.async.TypeMap
the table column.
columnCount(QModelIndex) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView.TableModel
ColumnDefinition - Class in javax.rad.model
A ColumnDefinition is a description of the data type and other attributes of a table column.
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 com.sibvisions.rad.ui.web.ext.gwt
The ColumnMetaData contains the column descriptions for a table.
ColumnMetaData() - Constructor for class com.sibvisions.rad.ui.web.ext.gwt.ColumnMetaData
 
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.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.jdbc - package com.sibvisions.rad.persist.jdbc
Contains all database specific persistence implementations.
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.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.gwt - package com.sibvisions.rad.ui.gwt
Contains classes for the GWT client.
com.sibvisions.rad.ui.gwt.client - package com.sibvisions.rad.ui.gwt.client
Contains the GWT client.
com.sibvisions.rad.ui.gwt.client.async - package com.sibvisions.rad.ui.gwt.client.async
Contains classes and interfaces for asynchronous data exchange between server and client.
com.sibvisions.rad.ui.gwt.client.widget - package com.sibvisions.rad.ui.gwt.client.widget
Contains special widget extensions for the web client.
com.sibvisions.rad.ui.gwt.client.widget.celleditor - package com.sibvisions.rad.ui.gwt.client.widget.celleditor
Contains celleditor extensions.
com.sibvisions.rad.ui.gwt.client.widget.form - package com.sibvisions.rad.ui.gwt.client.widget.form
Contains form extensions.
com.sibvisions.rad.ui.gwt.client.widget.grid - package com.sibvisions.rad.ui.gwt.client.widget.grid
Contains grid specific widget extensions.
com.sibvisions.rad.ui.gwt.server - package com.sibvisions.rad.ui.gwt.server
Contains server-side classes and communication servlets.
com.sibvisions.rad.ui.gwt.shared.event - package com.sibvisions.rad.ui.gwt.shared.event
Contains event specific classes.
com.sibvisions.rad.ui.qt - package com.sibvisions.rad.ui.qt
Contains QT extensions and the implementations of the UI.
com.sibvisions.rad.ui.qt.ext - package com.sibvisions.rad.ui.qt.ext
Contains all QT extensions which can be used without the platform and technology independent interface definitions.
com.sibvisions.rad.ui.qt.ext.celleditor - package com.sibvisions.rad.ui.qt.ext.celleditor
Contains QT editor implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.ui.qt.ext.layout - package com.sibvisions.rad.ui.qt.ext.layout
Contains QT based layout managers.
com.sibvisions.rad.ui.qt.ext.table - package com.sibvisions.rad.ui.qt.ext.table
Contains QT table extensions.
com.sibvisions.rad.ui.qt.ext.text - package com.sibvisions.rad.ui.qt.ext.text
Contains QT input field validators.
com.sibvisions.rad.ui.qt.impl - package com.sibvisions.rad.ui.qt.impl
Contains the QT dependent interface implementations of the platform and technology independent interface definitions.
com.sibvisions.rad.ui.qt.impl.component - package com.sibvisions.rad.ui.qt.impl.component
Contains QT component implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.ui.qt.impl.container - package com.sibvisions.rad.ui.qt.impl.container
Contains QT container implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.ui.qt.impl.control - package com.sibvisions.rad.ui.qt.impl.control
Contains QT control implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.ui.qt.impl.layout - package com.sibvisions.rad.ui.qt.impl.layout
Contains the layout implementations for QT.
com.sibvisions.rad.ui.qt.impl.menu - package com.sibvisions.rad.ui.qt.impl.menu
Contains QT menu implementations based on 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.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.ui.web.ext.gwt - package com.sibvisions.rad.ui.web.ext.gwt
Contains extensions for GWT clients.
com.sibvisions.rad.ui.web.ext.gwt.celleditor - package com.sibvisions.rad.ui.web.ext.gwt.celleditor
Contains cell editor definitions for GWT.
com.sibvisions.rad.ui.web.ext.gxt - package com.sibvisions.rad.ui.web.ext.gxt
Contains GXT extensions.
com.sibvisions.rad.ui.web.ext.gxt.control - package com.sibvisions.rad.ui.web.ext.gxt.control
Contains GXT contols.
com.sibvisions.rad.ui.web.ext.gxt.event - package com.sibvisions.rad.ui.web.ext.gxt.event
Contains events and event listeners.
com.sibvisions.rad.ui.web.ext.gxt.form - package com.sibvisions.rad.ui.web.ext.gxt.form
Contains form extensions.
com.sibvisions.rad.ui.web.ext.gxt.layout - package com.sibvisions.rad.ui.web.ext.gxt.layout
Contains the layout extensions for GXT.
com.sibvisions.rad.ui.web.impl - package com.sibvisions.rad.ui.web.impl
Contains a web server implementation of the platform and technology independent interfaces to design graphical user interfaces.
com.sibvisions.rad.ui.web.impl.celleditor - package com.sibvisions.rad.ui.web.impl.celleditor
Contains a web server implementation of the platform and technology independent celleditor interfaces to design graphical user interfaces.
com.sibvisions.rad.ui.web.impl.component - package com.sibvisions.rad.ui.web.impl.component
Contains a web server implementation of the platform and technology independent component interfaces to design graphical user interfaces.
com.sibvisions.rad.ui.web.impl.container - package com.sibvisions.rad.ui.web.impl.container
Contains a web server implementation of the platform and technology independent container interfaces to design graphical user interfaces.
com.sibvisions.rad.ui.web.impl.control - package com.sibvisions.rad.ui.web.impl.control
Contains a web server implementation of the platform and technology independent control interfaces to design graphical user interfaces.
com.sibvisions.rad.ui.web.impl.layout - package com.sibvisions.rad.ui.web.impl.layout
Contains a web server implementation of the platform and technology independent layout interfaces to design graphical user interfaces.
com.sibvisions.rad.ui.web.impl.menu - package com.sibvisions.rad.ui.web.impl.menu
Contains a web server implementation of the platform and technology independent menu interfaces to design graphical user interfaces.
com.sibvisions.util - package com.sibvisions.util
Contains library independent 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.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.
ComboBase<M> - Class in com.sibvisions.rad.ui.web.ext.gxt.form
The ComboBase is a combo box with any BoxComponent in the popup.
ComboBase() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
Creates a new instance of ComboBase with default settings.
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.
commitChanges() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.RemoteListStore
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. Implementations need to take care about to null objects are equal.
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(Object, Object) - Method in class javax.rad.model.datatype.ObjectDataType
Compares IDataType objects in the rules of the Comparable interface. Implementations need to take care about to null objects are equal.
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 text component.
COMPONENTDATA_KEYLISTENER - Static variable in class com.sibvisions.rad.ui.gwt.client.WebUI
Component data key listener.
COMPONENTDATA_SELECTIONLISTENER - Static variable in class com.sibvisions.rad.ui.gwt.client.WebUI
ButtonListener for Button Events.
componentHidden(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
componentId - Variable in class com.sibvisions.rad.ui.web.impl.WebComponent
the id.
componentMoved(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
componentResized(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
components - Variable in class com.sibvisions.rad.ui.web.impl.WebContainer
List of subcomponents.
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.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.
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.
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.
configurePopup() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
Configures the popup before showing.
configureTarget(Container<?>, El) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
Sets the correct position attribute.
configureToolBar(UIToolBar) - Method in class com.sibvisions.rad.application.Application
Configures the application toolbar.
confirmDate(QDate) - Method in class com.sibvisions.rad.ui.qt.ext.QVxDateTimeCombo
Updates the date/time when pressing Enter, Return or mouse double click.
coninf - Variable in class javax.rad.remote.AbstractConnection
the connection information.
connection - Variable in class javax.rad.remote.AbstractConnection
the connection implementation.
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.
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(V) - Method in class com.sibvisions.util.ImmutableArray
Gets true, if the array contains the given value.
contains(Object) - Method in class com.sibvisions.util.KeyValueList
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.
containsValue(G, V) - Method in class com.sibvisions.util.GroupHashtable
Returns true if the group maps one or more keys to this value.
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.
contentChanges(Integer, Integer, Integer) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.CellEditorHandler.InternalSignalAndEventHandler
Handles text changes (multi line), before the change will be visible.
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.
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.
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.
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) - Static method in class com.sibvisions.util.type.FileUtil
Copies one file into another file using java.nio Channels.
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).
count() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxBorderLayout
count() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
count() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxNullLayout
count() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
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.qt.impl.layout.QtFormLayout
Constructs an anchor relative to pRelatedAnchor auto sized.
createAnchor(IFormLayout.IAnchor, int) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Constructs an anchor relative to pRelatedAnchor with pPosition pixels.
createAnchor(IFormLayout.IAnchor, IFormLayout.IAnchor, float) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Constructs an centered anchor between the related and second related anchor.
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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Constructs an anchor relative to pRelatedAnchor auto sized.
createAnchor(IFormLayout.IAnchor, int) - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Constructs an anchor relative to pRelatedAnchor with pPosition pixels.
createAnchor(IFormLayout.IAnchor, IFormLayout.IAnchor, float) - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
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, IFormLayout.IAnchor) - 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.
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.
createBorderLayout() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IBorderLayout.
createBorderLayout() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IBorderLayout.
createBorderLayout() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IButton.
createButton() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IButton.
createButton() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of IButton.
createButton() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IButton.
createCellEditor(StyledCellEditor) - Static method in class com.sibvisions.rad.ui.gwt.client.GWTFactory
Creates the cell editor for a cell editor definition.
createCellEditor(String, LinkTableCache, int, ICellEditor) - Static method in class com.sibvisions.rad.ui.web.impl.celleditor.WebCellEditor
Creates a StyledCellEditor from an ICellEditor instance.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxChoiceCellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxImageViewer
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor
creates an ICellEditorHandler library dependent component.
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 com.sibvisions.rad.ui.web.impl.celleditor.WebCellEditor
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) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of ICellFormat.
createCellFormat(IColor, IColor, IFont) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ICellFormat.
createCellFormat(IColor, IColor, IFont) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of ICellFormat.
createCellFormat(IColor, IColor, IFont) - Method in interface javax.rad.ui.IFactory
Creates a new instance of ICellFormat.
createCellFormatter(Object, String) - Static method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a cell formatter instance with the given object and method name.
createCellFormatter(Object, String) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a cell formatter instance with the given object and method name.
createCellFormatter(Object, String) - Static method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a cell formatter instance with the given object and method name.
createCheckBox() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of ICheckBox.
createCheckBox() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ICheckBox.
createCheckBox() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of ICheckBoxMenuItem.
createCheckBoxMenuItem() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ICheckBoxMenuItem.
createCheckBoxMenuItem() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of ICheckBoxMenuItem.
createCheckBoxMenuItem() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ICheckBoxMenuItem.
createChoiceCellEditor() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IChoiceCellEditor.
createChoiceCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IChoiceCellEditor.
createChoiceCellEditor() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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(int) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
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(int) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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(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.
createComponent(String, String) - Method in class com.sibvisions.rad.ui.gwt.client.GWTFactory
Creates a component for the given name.
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.qt.ext.layout.QVxFormLayout
Creates the default constraints for the given column and row.
createConstraint(int, int, int, int) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Creates the default constraints for the given column and row.
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.
createCSVFile(String[], String[], ICondition, SortDefinition) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Write the current DBStorage with the specified filter and sort to the export.csv file in CSV format and returns the file handle.
createCSVFile(String, String[], String[], ICondition, SortDefinition) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
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.qt.impl.QtFactory
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 class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
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 class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IDateCellEditor.
createDateCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IDateCellEditor.
createDateCellEditor() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of IDateCellEditor.
createDateCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IDateCellEditor.
createDesktopPane() - Method in class com.sibvisions.rad.application.Application
Creates the content pane for the application.
createDesktopPanel() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IDesktopPanel.
createDesktopPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IDesktopPanel.
createDesktopPanel() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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 class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IDimension with the given with and height.
createDimension(int, int) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.
createEditor() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IEditor.
createEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IEditor.
createEditor() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.jdbc.DBStorage
Creates a bean with the column names as allowed properties.
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.
createField(StyledCellEditor) - Static method in class com.sibvisions.rad.ui.gwt.client.GWTFactory
Creates a field for a cell editor definition.
createFileHandleReceiver(Object, String) - Static method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a file handle receiver instance with the given object and method name.
createFileHandleReceiver(Object, String) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a file handle receiver instance with the given object and method name.
createFileHandleReceiver(Object, String) - Static method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IFlowLayout.
createFlowLayout() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IFlowLayout.
createFlowLayout() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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 class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IFont from the specified name, style and point size.
createFont(String, int, int) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IFormLayout.
createFormLayout() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IFormLayout.
createFormLayout() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IFrame.
createFrame() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IFrame.
createFrame() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of IFrame.
createFrame() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IFrame.
createFullTextFilter(IDataBook, String) - Static method in class javax.rad.model.condition.Filter
Full text filter.
createGroupPanel() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IGroupPanel.
createGroupPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IGroupPanel.
createGroupPanel() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IIcon.
createIcon() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IIcon.
createIcon() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of IIcon.
createIcon() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IIcon.
createImageViewer() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IImageViewer.
createImageViewer() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IImageViewer.
createImageViewer() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of IImageViewer.
createImageViewer() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IImageViewer.
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 class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IInsets.
createInsets(int, int, int, int) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of IInsets.
createInsets(int, int, int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IInsets.
createInternalFrame(IDesktopPanel) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IInternalFrame.
createInternalFrame(IDesktopPanel) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IInternalFrame.
createInternalFrame(IDesktopPanel) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of ILabel.
createLabel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ILabel.
createLabel() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of ILinkedCellEditor.
createLinkedCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ILinkedCellEditor.
createLinkedCellEditor() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.
createMask() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxMask
Creates the mask El.
createMenu() - Method in class com.sibvisions.rad.application.Application
Creates the menu for the application.
createMenu() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IMenu.
createMenu() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IMenu.
createMenu() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IMenuBar.
createMenuBar() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IMenuBar.
createMenuBar() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IMenuItem.
createMenuItem() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IMenuItem.
createMenuItem() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of IMenuItem.
createMenuItem() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IMenuItem.
createMessage() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxMask
Creates the message El.
createNewRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Creates a new empty row.
createNewRow() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Creates a new empty row.
createNodeFormatter(Object, String) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a cell formatter instance with the given object and method name.
createNodeFormatter(Object, String) - Static method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a node formatter instance with the given object and method name.
createNumberCellEditor() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of INumberCellEditor.
createNumberCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of INumberCellEditor.
createNumberCellEditor() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.
createPanel() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IPanel.
createPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IPanel.
createPanel() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IPasswordField.
createPasswordField() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IPasswordField.
createPasswordField() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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 class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IPoint with the given x and y.
createPoint(int, int) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.
createPopupMenu() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IPopupMenu.
createPopupMenu() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IPopupMenu.
createPopupMenu() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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() - Method in class javax.rad.type.bean.AbstractBeanType
Creates the PropertyDefinitions.
createRadioButton() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IRadioButton.
createRadioButton() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IRadioButton.
createRadioButton() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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 class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IRectangle with the given x, y, width and height.
createRectangle(int, int, int, int) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.
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(WebImage) - Static method in class com.sibvisions.rad.ui.web.impl.WebImage
Creates a scaled image.
createScaledImage(InputStream, int, int, boolean, OutputStream, String) - Static method in class com.sibvisions.util.type.ImageUtil
Creates a scaled image out of an InputStream.
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.qt.impl.QtFactory
Creates a new instance of ISplitPanel.
createSplitPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ISplitPanel.
createSplitPanel() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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(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.qt.impl.QtFactory
Creates a new instance of ITable.
createTable() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITable.
createTable() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of ITabsetPanel.
createTabsetPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITabsetPanel.
createTabsetPanel() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of ITextArea.
createTextArea() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITextArea.
createTextArea() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of ITextCellEditor.
createTextCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITextCellEditor.
createTextCellEditor() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of ITextField.
createTextField() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITextField.
createTextField() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of ITextField.
createTextField() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITextField.
createToggleButton() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IToggleButton.
createToggleButton() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IToggleButton.
createToggleButton() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IToolBar.
createToolBar() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IToolBar.
createToolBar() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of IToolBarPanel.
createToolBarPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IToolBarPanel.
createToolBarPanel() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.QtFactory
Creates a new instance of ITree.
createTree() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITree.
createTree() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of ITree.
createTree() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITree.
createWindow() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates a new instance of IWindow.
createWindow() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IWindow.
createWindow() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates a new instance of IWindow.
createWindow() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IWindow.
createXml(OutputStream, int) - 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 <?
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.
CURSORS - Static variable in class com.sibvisions.rad.ui.web.impl.WebCursor
HTML cursor names corresponding to the type.
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.
data(QModelIndex, int) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView.TableModel
dataBookChanged(DataBookEvent) - Method in class com.sibvisions.rad.ui.web.impl.control.WebTable
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.
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 an empty DataRow without an 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.
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
 
DateCellEditor - Class in com.sibvisions.rad.ui.web.ext.gwt.celleditor
The DateCellEditor defines the date cell editor and is not a cell editor itself.
DateCellEditor() - Constructor for class com.sibvisions.rad.ui.web.ext.gwt.celleditor.DateCellEditor
Creates a new instance of DateCellEditor.
dateChangedInternal() - Method in class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
Invoked when the day selection was changed.
DateFormatter - Class in com.sibvisions.rad.ui.qt.ext.text
The DateFormatter handles complex date formats.
DateFormatter() - Constructor for class com.sibvisions.rad.ui.qt.ext.text.DateFormatter
Constructs a new date formatter with default date format.
DateFormatter(DateFormat) - Constructor for class com.sibvisions.rad.ui.qt.ext.text.DateFormatter
Constructs a new date formatter that supports empty Strings and null values.
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
 
dateTime() - Method in class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
Gets the selected date and time.
dateTime() - Method in class com.sibvisions.rad.ui.qt.ext.QVxDateTimeCombo
Gets the current date and time.
dateTimeChanged - Variable in class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
the signal will be emitted when the time is changed (takes <QDateTime> as argument).
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.
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.
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 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.
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.
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.
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
Deletes the specified row with the given index in the MemDataPage.
delete(String, ServerMetaData, Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Deletes the specified row.
delete(Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Deletes the specified row from the storage.
delete(String, ServerMetaData, Object[]) - Method in interface com.sibvisions.rad.persist.jdbc.IDBAccess
Deletes the specified row.
delete() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
Deletes the current selection.
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.
deleteBean(IBean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Deletes the specified row from the Storage.
DeleteTableDataEvent<M extends TableRow> - Class in com.sibvisions.rad.ui.gwt.shared.event
The DeleteTableDataEvent is a ServiceEvent to delete table data from a remote component.
DeleteTableDataEvent() - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.DeleteTableDataEvent
Creates a new instance of DeleteTableDataEvent.
DeleteTableDataEvent(String, String, List<M>) - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.DeleteTableDataEvent
Creates a new instance of DeleteTableDataEvent.
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.http.ServletServer
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 javax.rad.server.SessionContext
Destroyes any resources associated with this SessionContext instance.
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.
detailChanged() - 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.
detailChanged() - Method in interface javax.rad.model.IDataBook
It sets the selected row in master, that one or more details rows (from DetailDataBooks) are changed.
determineOffset(JTree, Object, boolean, boolean, boolean, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellEditor
DIALOG - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "Dialog".
DIALOG_INPUT - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "DialogInput".
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.
dispatchEvent(ServiceEvent) - Method in interface com.sibvisions.rad.ui.gwt.client.async.WebLauncherService
Sends the Event to the Server.
dispatchEvent(ServiceEvent, AsyncCallback<? extends ServiceResult>) - Method in interface com.sibvisions.rad.ui.gwt.client.async.WebLauncherServiceAsync
Sends the Event to the Server.
dispatchEvent(ServiceEvent) - Static method in class com.sibvisions.rad.ui.gwt.client.WebUI
Dispatches an event to the server.
dispatchEvent(ServiceEvent, AsyncCallback<R>) - Static method in class com.sibvisions.rad.ui.gwt.client.WebUI
Dispatches an event to the server and handles the result in async manner.
dispatchEvent(ServiceEvent) - Method in class com.sibvisions.rad.ui.gwt.server.WebLauncherServiceImpl
Sends the Event to the Server.
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.qt.impl.container.QtAbstractFrame
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children.
dispose() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children. That is, the resources for these IComponents will be destroyed, any memory they consume will be returned to the OS, and they will be marked as undisplayable.

The IWindow and its subcomponents can be made displayable again by rebuilding the native resources with a subsequent call to pack or show. The states of the recreated Window and its subcomponents will be identical to the states of these objects at the point where the IWindow was disposed (not accounting for additional modifications between those actions).

dispose() - Method in class com.sibvisions.rad.ui.qt.impl.QtApplication
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children. That is, the resources for these IComponents will be destroyed, any memory they consume will be returned to the OS, and they will be marked as undisplayable.

The IWindow and its subcomponents can be made displayable again by rebuilding the native resources with a subsequent call to pack or show. The states of the recreated Window and its subcomponents will be identical to the states of these objects at the point where the IWindow was disposed (not accounting for additional modifications between those actions).

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 com.sibvisions.rad.ui.web.impl.container.WebFrame
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children.
dispose() - Method in class com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children.
dispose() - Method in class com.sibvisions.rad.ui.web.impl.container.WebWindow
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.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. That is, the resources for these IComponents will be destroyed, any memory they consume will be returned to the OS, and they will be marked as undisplayable.

The IWindow and its subcomponents can be made displayable again by rebuilding the native resources with a subsequent call to pack or show. The states of the recreated Window and its subcomponents will be identical to the states of these objects at the point where the IWindow was disposed (not accounting for additional modifications between those actions).

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 class com.sibvisions.rad.ui.web.ext.gxt.GVxSplitPanel
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 class com.sibvisions.rad.ui.web.ext.gxt.GVxSplitPanel
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 class com.sibvisions.rad.ui.web.ext.gxt.GVxSplitPanel
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(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.
doCloseTab(Integer) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTabWidget
Removes a tab when requested.
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
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sibvisions.rad.ui.gwt.server.ImageServlet
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.
doLayout() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
doLayout(boolean) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxDesktopPanel
doLayout(boolean) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxInternalFrame
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(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.
doPageDown() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTabWidget
Sets the previous tab selected.
doPageUp() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTabWidget
Sets the next tab selected.
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.
doTabCloseRequest(Integer) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtTabsetPanel
Notification when a tab was closed.
doTabMoved(Integer, Integer) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtTabsetPanel
Notification when a tab was moved.
doTabMoved(UITabsetEvent) - Method in class javax.rad.genui.container.UITabsetPanel
Notfication that a tab was moved.
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.
doubleValue - Variable in class com.sibvisions.rad.ui.gwt.client.async.TypeMap
serializable Double.
DownloadServlet - Class in com.sibvisions.rad.server.http
It allows clients to download files from the TemporaryFileStorage under a given key.
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.qt.ext.layout.QVxBorderLayout
the layout position for 'east'.
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 class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxBorderLayout
The East Constraint.
EAST - Static variable in interface javax.rad.ui.layout.IBorderLayout
The east layout constraint (right side of container).
editingComplete(String) - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Informs the ICellEditorListener that the editing is completed.
editingComplete(String) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Informs the ICellEditorListener that the editing is completed.
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.qt.ext.QVxEditor
Informs the ICellEditorListener that the editing has started.
editingStarted() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Informs the ICellEditorListener that the editing has started.
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.
EditorValueEvent - Class in com.sibvisions.rad.ui.gwt.shared.event
The EditorValueEvent is a ServiceEvent to send editor values to the server.
EditorValueEvent() - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.EditorValueEvent
Creates a new instance of EditorValueEvent.
EditorValueEvent(String, String) - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.EditorValueEvent
Creates a new instance of EditorValueEvent.
EditorValueEvent(String, String, List<Object>) - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.EditorValueEvent
Creates a new instance of EditorValueEvent for specific values.
elements(G) - Method in class com.sibvisions.util.GroupHashtable
Returns an enumeration of the values associated with a group, in this hashtable.
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.
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
ENTER_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with enter key.
entrySet() - Method in class javax.rad.type.bean.AbstractBean
enumeration() - Method in class com.sibvisions.util.ArrayUtil
Returns an enumeration of this collection.
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.ui.awt.impl.AwtResource
equals(Object) - Method in class com.sibvisions.rad.ui.qt.impl.QtResource
equals(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
equals(Object, Object) - Static method in class com.sibvisions.rad.ui.web.ext.gwt.GVxUtil
Compares two object and supports null object compare.
equals(Object) - Method in class com.sibvisions.rad.ui.web.ext.gwt.Size
equals(Object) - Method in class com.sibvisions.rad.ui.web.ext.gxt.control.TableRow
equals(Object) - Method in class com.sibvisions.util.ArrayUtil
equals(Object) - Method in class com.sibvisions.util.ImmutableArray
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.TreePath
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 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.
ErrorResult - Class in com.sibvisions.rad.ui.gwt.shared.event
The ErrorResult contains the response for a failed request.
ErrorResult() - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.ErrorResult
Creates a new instance of ErrorResult.
ErrorResult(String, ErrorResult.ErrorType) - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.ErrorResult
Creates a new instance of ErrorResult for a specific client.
ErrorResult.ErrorType - Enum in com.sibvisions.rad.ui.gwt.shared.event
the possible errors.
ESCAPE_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has canceled editing with escape key.
event(QEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
eventAction() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
The EventHandler for the action event.
eventAction() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
Not supported.
eventAction() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
The EventHandler for the action event.
eventAction() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
The EventHandler for the action event.
eventAction() - Method in class com.sibvisions.rad.ui.web.impl.component.AbstractWebActionComponent
The EventHandler for the action event.
eventAction() - Method in class com.sibvisions.rad.ui.web.impl.menu.WebMenu
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.
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.
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.
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.
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.
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.
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.
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.
eventFilter(QObject, QEvent) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor.CellEditorHandler.InternalSignalAndEventHandler
Handles events.
eventFilter(QObject, QEvent) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor.CellEditorHandler.InternalSignalAndEventHandler
Handles events.
eventFilter(QObject, QEvent) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor.CellEditorHandler.InternalSignalAndEventHandler
Handles events.
eventFilter(QObject, QEvent) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.CellEditorHandler.InternalSignalAndEventHandler
Handles events.
eventFilter(QObject, QEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
eventFilter(QObject, QEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxSplitter
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.
eventKeyPressed() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the key pressed event.
eventKeyPressed() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponentBase
The EventHandler for the key pressed event.
eventKeyPressed() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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 com.sibvisions.rad.ui.qt.impl.QtComponentBase
The EventHandler for the key released event.
eventKeyReleased() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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 com.sibvisions.rad.ui.qt.impl.QtComponentBase
The EventHandler for the key typed event.
eventKeyTyped() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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 com.sibvisions.rad.ui.qt.impl.QtComponentBase
The EventHandler for the mouse clicked event.
eventMouseClicked() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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 com.sibvisions.rad.ui.qt.impl.QtComponentBase
The EventHandler for the mouse entered event.
eventMouseEntered() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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 com.sibvisions.rad.ui.qt.impl.QtComponentBase
The EventHandler for the mouse exited event.
eventMouseExited() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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 com.sibvisions.rad.ui.qt.impl.QtComponentBase
The EventHandler for the mouse pressed event.
eventMousePressed() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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 com.sibvisions.rad.ui.qt.impl.QtComponentBase
The EventHandler for the mouse released event.
eventMouseReleased() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.
eventTabClosed() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtTabsetPanel
The TabsetHandler for the closed event.
eventTabClosed() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
The TabsetHandler for the closed event.
eventTabClosed() - Method in class com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.
eventTabMoved() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtTabsetPanel
The TabsetHandler for the moved event.
eventTabMoved() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
The TabsetHandler for the moved event.
eventTabMoved() - Method in class com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.
EventType - Enum in com.sibvisions.rad.ui.gwt.shared.event
The EventType defines all possible events for client/server event handling.
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.qt.impl.container.QtAbstractFrame
EventHandler for windowActivated.
eventWindowActivated() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
The EventHandler for the window activated 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 com.sibvisions.rad.ui.web.impl.container.AbstractWebWindow
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.qt.impl.container.QtAbstractFrame
EventHandler for windowClosed.
eventWindowClosed() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
The EventHandler for the window closed 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 com.sibvisions.rad.ui.web.impl.container.AbstractWebWindow
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.qt.impl.container.QtAbstractFrame
EventHandler for windowClosing.
eventWindowClosing() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
The EventHandler for the window closing 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 com.sibvisions.rad.ui.web.impl.container.AbstractWebWindow
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.qt.impl.container.QtAbstractFrame
EventHandler for windowDeactivated.
eventWindowDeactivated() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
The EventHandler for the window deactivated 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 com.sibvisions.rad.ui.web.impl.container.AbstractWebWindow
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.qt.impl.container.QtAbstractFrame
EventHandler for windowDeiconified.
eventWindowDeiconified() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
The EventHandler for the window deiconified 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 com.sibvisions.rad.ui.web.impl.container.AbstractWebWindow
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.qt.impl.container.QtAbstractFrame
EventHandler for windowIconified.
eventWindowIconified() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
The EventHandler for the window iconified 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 com.sibvisions.rad.ui.web.impl.container.AbstractWebWindow
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.qt.impl.container.QtAbstractFrame
EventHandler for windowOpened.
eventWindowOpened() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
The EventHandler for the window opened 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 com.sibvisions.rad.ui.web.impl.container.AbstractWebWindow
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(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.
executeFunction(String, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a DB function with the specified parameters and return the result.
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.
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.
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.
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(PreparedStatement) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Calls executesUpdate() for specified PreparedStatement and returns the number of updated rows.
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).

F

factory - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The factory that created this component.
factory - Variable in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
The factory that created this component.
factory - Variable in class com.sibvisions.rad.ui.qt.impl.QtComponentBase
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(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(String, String, ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the requested rows as List[Object[]].
fetch(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the requested rows as List[Object[]].
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(String, String, ICondition, SortDefinition, int, int) - Method in interface javax.rad.persist.ICachedStorage
Returns the requested rows as List[Object[]].
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, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the requested rows as list of IBean.
fetchBean(ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the requested row as single IBean.
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.
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 FileHandle.
FileHandle(String, InputStream) - Constructor for class javax.rad.io.FileHandle
Constructs a new MemFile 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.
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.remote.AbstractSerializedConnection
finalize() - Method in class com.sibvisions.rad.server.security.DBSecurityManager
finalize() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
finalize() - Method in class javax.rad.io.RemoteFileHandle
finalize() - Method in class javax.rad.remote.AbstractConnection
finalizeComponent(String) - Method in class com.sibvisions.rad.ui.web.impl.WebLauncher
Component has to be finalized.
fireActionEvent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Notifies all listeners that have registered interest for notification on this event type.
fireCallError(Throwable) - Method in class javax.rad.remote.AbstractConnection
Fires the callError methods to all registered connection listeners.
fireEditingComplete(String) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingComplete(String) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingComplete(String) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingComplete(String) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
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.qt.ext.celleditor.QVxDateCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.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.
fireValueChanged(Object, Object) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxChoice
Fires the value changed event if the value has changed.
fireValueChanged(Object, Object) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxImage
Fires the value changed event if the value has changed.
FIRST_COMPONENT - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxSplitPanel
First component of split panel.
FIRST_COMPONENT - Static variable in interface javax.rad.ui.container.ISplitPanel
Used to add a Component to the left of the other Component.
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.
flags(QModelIndex) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView.TableModel
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.
floatValue - Variable in class com.sibvisions.rad.ui.gwt.client.async.TypeMap
serializable Float.
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
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
focusOutEvent(QFocusEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxDateTimeCombo
Corrects the date when an invalid date was entered.
ForeignKey - Class in com.sibvisions.rad.persist.jdbc
It stores all relevant information, like FK Columns, PK Columns, etc. of an Foreign Key.
ForeignKey(String, String, String) - Constructor for class com.sibvisions.rad.persist.jdbc.ForeignKey
Construct a Select cache object.
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.
formatHumanReadable(String) - Static method in class com.sibvisions.util.type.StringUtil
Formats a text label with upper and lower case characters, e.g: first_nr -> First Nr The character _ will be replaced with space.
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.
FormattedValue - Class in com.sibvisions.rad.ui.web.ext.gwt
The FormattedValue is a single column in a Grid component.
FormattedValue() - Constructor for class com.sibvisions.rad.ui.web.ext.gwt.FormattedValue
 

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(Object) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Gets an existing session.
get(String) - Method in class com.sibvisions.rad.server.GenericBean
 
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(String) - Method in class com.sibvisions.rad.ui.web.ext.gxt.control.TableRow
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(int) - Method in class com.sibvisions.util.ImmutableArray
Gets the value of given index.
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.qt.ext.layout.QVxFormLayout.Anchor
Returns the absolute position of this Anchor in this FormLayout.
getAbsolutePosition() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Returns the absolute position of this Anchor in this FormLayout.
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 class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFormLayout.Anchor
Gets the anchors absolute position.
getAbsolutePosition() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebAnchor
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.qt.impl.component.QtAbstractButton
Returns the Key which serves as an accelerator for the button.
getAccelerator() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
Not supported.
getAccelerator() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Returns the Key which serves as an accelerator for the button.
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 com.sibvisions.rad.ui.web.impl.component.AbstractWebActionComponent
Returns the Key which serves as an accelerator for the button.
getAccelerator() - Method in class com.sibvisions.rad.ui.web.impl.menu.WebMenu
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.
getActionAt(IContainer, int) - Static method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Gets the action near a specific index of a menu or menubar.
getActionCommand() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Returns the command name of the action event fired by this action component.
getActionCommand() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
Returns the command name of the action event fired by this action component.
getActionCommand() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Returns the command name of the action event fired by this action component.
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 com.sibvisions.rad.ui.web.impl.component.AbstractWebActionComponent
Returns the command name of the action event fired by this action component.
getActionCommand() - Method in class com.sibvisions.rad.ui.web.impl.menu.WebMenu
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().
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.
getAlignment(Qt.AlignmentFlag) - Static method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Gets the IAlignmentConstants value from a given Qt.AlignmentFlag.
getAliveInterval() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the desired client-side communication interval for this session.
getAliveInterval() - Method in interface javax.rad.server.ISession
Gets the desired client-side communication interval for this session.
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.ServerColumnMetaData
Gets the allowed values for this column.
getAllowedValues() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxChoiceCellEditor
Gets all allowed values.
getAllowedValues() - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
Gets all allowed values.
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 com.sibvisions.rad.ui.web.ext.gwt.celleditor.ChoiceCellEditor
Gets all allowed values.
getAllowedValues() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebChoiceCellEditor
Gets all allowed values.
getAllowedValues() - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Gets all allowed values.
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 com.sibvisions.rad.ui.qt.impl.QtColor
Returns the alpha component in the range 0-255.
getAlpha() - Method in class com.sibvisions.rad.ui.web.impl.WebColor
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.
getAlphaNumeric(String) - Static method in class com.sibvisions.util.type.StringUtil
Gets the alpha numeric characters from a string.
getAnchor(String) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFormLayout
Creates an anchor from anchor data.
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 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.
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.
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.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.control.WebCellFormat
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFlowLayout
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebAnchor
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebConstraints
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebColor
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebCursor
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebDimension
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebFont
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebImage
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebInsets
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebLayout
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebPoint
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebRectangle
Gets this Object as String.
getAsString() - Method in class com.sibvisions.rad.ui.web.impl.WebResource
Gets this Object as String.
getAutoIncrementColumnIndices() - Method in class com.sibvisions.rad.persist.ServerMetaData
Returns the auto increment column name indices.
getAutoIncrementColumnNames() - Method in class com.sibvisions.rad.persist.ServerMetaData
Returns the auto increment column names.
getAutoIncrementColumnNames() - Method in class javax.rad.persist.MetaData
Returns the auto increment column names.
getAutomaticLinkColName(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.
getAutomaticLinkStorage() - Method in class com.sibvisions.rad.persist.ServerColumnMetaData
Returns the DBStorage to the server side dropdown list (automatic linked celleditor).
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() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
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 class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.ext.QVxChoice
Gets the current background color.
getBackground() - Method in class com.sibvisions.rad.ui.qt.ext.table.CellFormat
Gets the background.
getBackground() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtDesktopPanel
Gets the background color of this component.
getBackground() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtCellFormat
Gets the background.
getBackground() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
getBackground() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.ext.gwt.FormattedValue
Gets the background color.
getBackground() - Method in class com.sibvisions.rad.ui.web.impl.control.WebCellFormat
Gets the background.
getBackground() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.qt.ext.QVxWidget
Gets the background image of this widget.
getBackgroundImage() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtPanel
Gets the background image of the panel.
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 com.sibvisions.rad.ui.web.impl.container.WebPanel
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
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 com.sibvisions.rad.ui.qt.impl.QtColor
Returns the blue component in the range 0-255 in the default sRGB space.
getBlue() - Method in class com.sibvisions.rad.ui.web.impl.WebColor
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.qt.ext.layout.QVxFormLayout.Anchor
Gets the related border anchor to this anchor.
getBorderAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Gets the related border anchor to this anchor.
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.
getBorderMargins(BoxComponent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
Calculates the preferred size of the container.
getBottom() - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
The bottom margin of the IInsets.
getBottom() - Method in class com.sibvisions.rad.ui.qt.impl.QtInsets
The bottom margin of the IInsets.
getBottom() - Method in class com.sibvisions.rad.ui.web.impl.WebInsets
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.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Constraint
Returns the bottom anchor.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtConstraints
Returns the bottom anchor.
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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebConstraints
Returns the bottom 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.qt.ext.layout.QVxFormLayout
Returns the bottom margin border anchor.
getBottomMarginAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the bottom margin border 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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
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.
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.qt.impl.menu.QtMenuItem
Not supported.
getBounds() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.impl.WebComponent
Gets the bounds of this component in the form of a IRectangle object.
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.
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.
getCause() - Method in class javax.rad.remote.event.CallErrorEvent
Gets the cause which inited the event.
getCellEditor() - Method in class com.sibvisions.rad.ui.gwt.client.widget.celleditor.CellEditorGridComboBox
Gets the cell editor which contains this field.
getCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditor() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtEditor
Gets the CellEditor that edits the given column in the given DataRow.
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 com.sibvisions.rad.ui.web.ext.gwt.ColumnMetaData
Gets the editor for this cell.
getCellEditor() - Method in class com.sibvisions.rad.ui.web.impl.control.WebEditor
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.ui.control.IEditor
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
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.qt.ext.QVxEditor
The current used CellEditor for editing.
getCellEditorHandler() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
The current used CellEditor for editing.
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.qt.ext.celleditor.QVxDateCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.CellEditorHandler
Returns the CellEditorListener.
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.qt.ext.table.ICellFormatter
Gets the format for the given cell.
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in class com.sibvisions.rad.ui.qt.impl.control.QtEditor
Gets the format for the given cell.
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in class com.sibvisions.rad.ui.qt.impl.control.QtTable
Gets the format for the given cell.
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.qt.ext.ICellFormatterEditorListener
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtEditor
Gets the cell formatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtTable
Gets the cell formatter.
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 com.sibvisions.rad.ui.web.impl.control.WebEditor
Gets the cell formatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.web.impl.control.WebTable
Gets the cell formatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.web.impl.control.WebTree
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.IEditor
Gets the cell formatter.
getCellFormatter() - Method in interface javax.rad.ui.control.ITable
Gets the cell formatter.
getCellFormatter() - Method in interface javax.rad.ui.control.ITree
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(QObject, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxChoiceCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(QObject, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(QObject, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxImageViewer
Configures a IComponent for rendering.
getCellRendererComponent(QObject, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(QObject, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor
Configures a IComponent for rendering.
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(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 com.sibvisions.rad.ui.web.impl.celleditor.WebChoiceCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(Object, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebImageViewer
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.
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.
getChangedComponents() - Method in class com.sibvisions.rad.ui.web.impl.WebLauncher
Get the changed components since the last call.
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.
getChangedProperties() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Gets the changed properties.
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.
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.
getClientId() - Static method in class com.sibvisions.rad.ui.gwt.client.WebUI
Gets the id of this client.
getCodeBase() - Static method in class com.sibvisions.rad.ui.Webstart
Gets the codebase from the JNLP BasicService.
getColumn() - Method in class com.sibvisions.rad.ui.gwt.client.widget.form.SimpleGridComboBox
Gets the column from which the combo editor value will be taken.
getColumn() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxCellEditor
Gets the column for this editor.
getColumn(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
getColumn(String) - Method in class com.sibvisions.rad.ui.web.ext.gxt.control.TableRow
Gets a specific column.
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
getColumnMetaData(String, String[], String, String, String, String, String[], String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the meta data for the specified query, and initials all columns.
getColumnMetaData(String, String[], String, String, String, String, String[], String[]) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Returns the meta data for the specified query, and initials all columns.
getColumnMetaData() - Method in class com.sibvisions.rad.persist.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(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.qt.ext.celleditor.QVxDateCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Gets the column name edited by this control.
getColumnName() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtEditor
Returns the column name displayed by this control.
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 com.sibvisions.rad.ui.web.impl.control.WebEditor
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.ui.control.IEditor
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.ServerMetaData
Returns all column names of the ColumnMetaData list.
getColumnNames() - Method in class com.sibvisions.rad.ui.gwt.client.widget.form.LinkGridComboBox
Gets the column names which will be used as values.
getColumnNames() - Method in interface com.sibvisions.rad.ui.gwt.client.widget.form.ReferenceValueField
Gets the column names which will be used as values.
getColumnNames() - Method in class com.sibvisions.rad.ui.gwt.shared.event.EditorValueEvent
Gets the column names.
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.
getColumns() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
Returns the number of columns in this QVxLineEdit.
getColumns() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtTextArea
Not supported.
getColumns() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtTextField
Returns the number of columns in this ITextField.
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 com.sibvisions.rad.ui.web.ext.gwt.celleditor.LinkedCellEditor
Gets the columns which will be set through the link editor.
getColumns() - Method in class com.sibvisions.rad.ui.web.impl.component.WebTextField
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(Class<? extends IControl>) - Method in interface javax.rad.model.IRowDefinition
Returns the column view to use for GUI controls.
getColumnView(Class<? extends IControl>) - Method in class javax.rad.model.RowDefinition
Returns the column view to use for GUI controls.
getColumnWidth() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
Returns the column width.
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(int) - Method in class com.sibvisions.rad.ui.qt.impl.QtContainer
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 com.sibvisions.rad.ui.web.impl.WebContainer
Gets the nth IComponent in this container.
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.qt.impl.layout.QtFlowLayout
Gets the alignment between the components.
getComponentAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the alignment between the components.
getComponentAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFlowLayout
Gets the alignment between the components.
getComponentAlignment() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFlowLayout
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.
getComponentById(String) - Method in class com.sibvisions.rad.ui.web.impl.WebLauncher
Gets the component by id.
getComponentCount() - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Gets the number of IComponents in this panel.
getComponentCount() - Method in class com.sibvisions.rad.ui.qt.impl.QtContainer
Gets the number of IComponents in this panel.
getComponentCount() - Method in class com.sibvisions.rad.ui.web.impl.WebContainer
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.
getComponentData() - Method in class com.sibvisions.rad.ui.gwt.shared.event.ServiceEvent
Gets the component data.
getComponentId() - Method in class com.sibvisions.rad.ui.gwt.shared.event.ServiceEvent
Gets the id of the event component.
getComponentId() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Gets the id of this component.
getComponentName() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Gets the id of this component.
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.config.Zone
Gets this Zone as wrapped IConfiguration.
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 SQL Conncetion 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.
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(QWidget) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Gets the constraints for given widget.
getConstraint(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the constraints for given component.
getConstraints(QWidget) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxBorderLayout
Gets the constraints for the specified widget.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtBorderLayout
Gets the constraints for the specified IComponent.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFlowLayout
Gets the constraints for the specified IComponent.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Gets the constraints for the specified IComponent.
getConstraints(int, int) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Creates the default constraints for the given column and row.
getConstraints(int, int, int, int) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
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.qt.impl.layout.QtFormLayout
Gets the constraints for anchors.
getConstraints(IFormLayout.IAnchor, IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Gets the constraints for the left corner, specified through anchors.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtNullLayout
Gets the constraints for the specified IComponent.
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
Gets the constraints for 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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Creates the default constraints for the given column and row.
getConstraints(int, int, int, int) - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
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.web.impl.layout.WebFormLayout
Creates the default constraints for the given anchors.
getConstraints() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Gets the constraints of this component.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.web.impl.WebLayout
Gets the constraints for the specified IComponent.
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() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets the current configuration xml content.
getContent(InputStream) - Static method in class com.sibvisions.util.type.FileUtil
Reads the content of an InputStream into a byte array.
getContent(InputStreamReader) - 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.qt.ext.celleditor.QVxTextCellEditor
Gets the content type used for editing the text.
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.rad.ui.web.ext.gwt.celleditor.TextCellEditor
Gets the content type for the editor.
getContentType() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebTextCellEditor
Gets the content type used for editing the text.
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.
getCookie(String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Gets the value of a cookie.
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.
getCurrentTranslation() - Method in class javax.rad.genui.UIComponent
Gets the current translation mapping usable for this UIComponent.
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.qt.impl.menu.QtMenuItem
Not supported.
getCursor() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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. If the component does not have a cursor set, the cursor of its parent is returned. If no cursor is set in the entire hierarchy, Cursor.DEFAULT_CURSOR is returned.
getCursor() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.
getData() - Method in class com.sibvisions.rad.ui.web.impl.WebImage
Gets the image stream.
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.ui.qt.ext.QVxTableView
Returns the DataBook displayed by this control.
getDataBook() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtTable
Returns the DataBook displayed 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.SwingTable
Returns the DataBook displayed by this control.
getDataBook() - Method in class com.sibvisions.rad.ui.web.impl.control.WebTable
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.TreeNode
Gets the IDataBook.
getDataBook() - Method in interface javax.rad.ui.control.ITable
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 com.sibvisions.rad.ui.web.impl.control.WebTree
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.ui.control.ITree
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. That returns != null only if the IDataRow is from a IDataBook
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.qt.ext.celleditor.QVxDateCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Gets the DataRow edited by this control.
getDataRow() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtEditor
Returns the DataRow displayed by this control.
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 com.sibvisions.rad.ui.web.impl.control.WebEditor
Returns the DataRow displayed by this control.
getDataRow() - Method in class javax.rad.genui.control.UIEditor
Returns the DataRow displayed by this control.
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.ui.control.IEditor
Returns the DataRow displayed by this control.
getDataRowInternal(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.ServerColumnMetaData
Returns the used data type for this ServerColumnMetaData.
getDataType() - Method in class com.sibvisions.rad.ui.qt.ext.text.NumberValidator
Gets the data type.
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.
getDateFormat() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor
Gets the date format used for editing the date.
getDateFormat() - Method in class com.sibvisions.rad.ui.qt.ext.text.DateFormatter
Gets the date format.
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.rad.ui.web.ext.gwt.celleditor.DateCellEditor
Gets the date/time format used for editing the date.
getDateFormat() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebDateCellEditor
Gets the date format used for editing the date.
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.qt.ext.text.DateFormatter
Gets the date format pattern.
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() - 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.
getDefaultCellEditor(Class) - Static method in class com.sibvisions.rad.ui.qt.ext.QVxUtil
Gets the default ICellEditor for the given class.
getDefaultCellEditor(Class) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Gets the default ICellEditor for the given class.
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) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.
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.qt.ext.QVxChoice
Gets the default image that is shown if selectedIndex is -1.
getDefaultImage() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the default image that is shown if selectedIndex is -1.
getDefaultImage() - Method in class com.sibvisions.rad.ui.web.ext.gwt.celleditor.ImageViewer
Gets the default image name.
getDefaultImage() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.GVxImageField
Gets the default image name.
getDefaultImageName() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxChoiceCellEditor
Gets the default image name that is shown if selectedIndex is -1.
getDefaultImageName() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxImageViewer
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 com.sibvisions.rad.ui.web.ext.gwt.celleditor.ChoiceCellEditor
Gets the default image that is shown if selectedIndex is -1.
getDefaultImageName() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebChoiceCellEditor
Gets the default image that is shown if selectedIndex is -1.
getDefaultImageName() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebImageViewer
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.
getDefaultSelectedRow() - Method in class com.sibvisions.rad.ui.gwt.client.widget.form.GridComboBox
Gets the default selected row.
getDefaultSort() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default sort.
getDefaultValue() - Method in class com.sibvisions.rad.persist.ServerColumnMetaData
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.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.
getDirectory() - Method in class com.sibvisions.rad.server.config.Zone
Returns the zone directory.
getDisabledIconAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
getDividerAlignment() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtSplitPanel
Gets the divider alignment.
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 com.sibvisions.rad.ui.web.impl.container.WebSplitPanel
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.qt.impl.container.QtSplitPanel
Gets the position of the divider.
getDividerPosition() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Gets the position of the divider.
getDividerPosition() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxSplitPanel
Gets the position of the divider.
getDividerPosition() - Method in class com.sibvisions.rad.ui.web.impl.container.WebSplitPanel
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.
getEchoChar() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtPasswordField
Not supported.
getEchoChar() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingPasswordField
Returns the character to be used for echoing.
getEchoChar() - Method in class com.sibvisions.rad.ui.web.impl.component.WebPasswordField
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.
getEditorColumn() - Method in class com.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
Gets the column which represents the value.
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.
getEditSupport() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
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
getElementTagName(Element) - Static method in class com.sibvisions.rad.ui.web.ext.gwt.GVxUtil
Get the tag name of an element.
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.
getError() - Method in class com.sibvisions.rad.application.Login
Gets the current error text, if set.
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.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.
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 com.sibvisions.rad.ui.qt.impl.QtComponentBase
Gets the factory that created this NamedObject.
getFactory() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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 com.sibvisions.rad.ui.qt.impl.QtFont
Returns the family name of this IFont.
getFamily() - Method in class com.sibvisions.rad.ui.web.impl.WebFont
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.
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.
getFileHandle(IFileHandleReceiver, String) - Method in class com.sibvisions.rad.ui.qt.impl.QtApplication
Technology independent getFileHandle.
getFileHandle(Object, String, String) - Method in class com.sibvisions.rad.ui.qt.impl.QtApplication
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Technology independent getFileHandle.
getFileHandle(Object, String, 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(Object, String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver, String) - Method in class com.sibvisions.rad.ui.web.impl.WebLauncher
Technology independent getFileHandle.
getFileHandle(Object, String, String) - Method in class com.sibvisions.rad.ui.web.impl.WebLauncher
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver, String) - 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(IFileHandleReceiver) - 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.
getFileHandle(Object, String, String) - Method in interface javax.rad.application.ILauncher
Technology independent getFileHandle.
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.
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.
getFirstComponent() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtSplitPanel
Returns the component to the left (or above) the divider.
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 com.sibvisions.rad.ui.web.impl.container.WebSplitPanel
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.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.
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.qt.ext.table.CellFormat
Gets the font.
getFont() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtCellFormat
Gets the font.
getFont() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Gets the font of this component.
getFont() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.ext.gwt.FormattedValue
Gets the font.
getFont() - Method in class com.sibvisions.rad.ui.web.impl.control.WebCellFormat
Gets the font.
getFont() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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 com.sibvisions.rad.ui.qt.impl.QtFont
Returns the font face name of this IFont.
getFontName() - Method in class com.sibvisions.rad.ui.web.impl.WebFont
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.qt.ext.table.CellFormat
Gets the foreground.
getForeground() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtCellFormat
Gets the foreground.
getForeground() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
getForeground() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.ext.gwt.FormattedValue
Gets the foreground color.
getForeground() - Method in class com.sibvisions.rad.ui.web.impl.control.WebCellFormat
Gets the foreground.
getForeground() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.
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.
getGlobalMetaData(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 com.sibvisions.rad.ui.qt.impl.QtColor
Returns the green component in the range 0-255 in the default sRGB space.
getGreen() - Method in class com.sibvisions.rad.ui.web.impl.WebColor
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.
getHandlePosition(int) - Method in class com.sibvisions.rad.ui.qt.ext.QVxSplitter
Gets the current position of a handle.
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.
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.qt.impl.QtDimension
The height of the IDimension.
getHeight() - Method in class com.sibvisions.rad.ui.qt.impl.QtImage
Determines the height of the image.
getHeight() - Method in class com.sibvisions.rad.ui.qt.impl.QtRectangle
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 com.sibvisions.rad.ui.web.impl.WebDimension
The height of the IDimension.
getHeight() - Method in class com.sibvisions.rad.ui.web.impl.WebImage
Determines the height of the image.
getHeight() - Method in class com.sibvisions.rad.ui.web.impl.WebRectangle
The height of the IDimension.
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.qt.ext.celleditor.QVxStyledCellEditor
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Returns the alignment for the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
Returns the alignment for the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
Gets the horizontal alignment of the icon and text.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
Gets the horizontal alignment of the icon.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.qt.ext.QVxIcon
Gets the horizontal alignment of the icon and text.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFlowLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in interface com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.GVxChoiceField
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.GVxImageField
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxImage
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFlowLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFormLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebCellEditor
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFlowLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Returns the alignment along the x axis.
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. This specifies how the component would like to be aligned relative to other components. Possible values are defined in AlignmentConstants.
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.qt.ext.layout.QVxFormLayout
Returns all horizontal anchors used by this layout.
getHorizontalAnchors() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns all horizontal anchors used by this layout.
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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
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.qt.ext.layout.QVxSequenceLayout
Gets the component alignment for the x axis.
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.qt.ext.layout.QVxBorderLayout
Gets the horizontal gap.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Gets the horizontal gap.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
Gets the horizontal gap between components.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtBorderLayout
Returns the horizontal gap between components.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFlowLayout
Returns the horizontal gap between components.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the horizontal gap between components.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtNullLayout
Returns the horizontal gap between components.
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 com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
The horizontal gap.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.web.impl.WebLayout
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.
getHorizontalQtAlignment(int) - Static method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Gets the horizontal Qt.AlignmentFlag alignment from given IAlignmentConstants alignment.
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.qt.ext.QVxButton
Gets the horizontal text position relative to the icon.
getHorizontalTextPosition() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Returns the horizontal position of the text relative to the icon.
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 com.sibvisions.rad.ui.web.impl.component.WebButton
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.
getHorizontalWebAlignment(int) - Static method in class com.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
Gets the horizontal alignment translated to css.
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.qt.impl.container.QtTabsetPanel
Returns the tab icon at pIndex.
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 com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.qt.impl.container.QtAbstractFrame
Returns the image to be displayed as the icon for this frame.
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 com.sibvisions.rad.ui.web.impl.container.AbstractWebFrame
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.
getIconTextGap() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
Gets the gap between the icon and the text.
getId() - Method in class com.sibvisions.rad.server.AbstractSession
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.
getImage() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Returns the default image.
getImage() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtIcon
Returns the default image.
getImage() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
Returns the default image.
getImage() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Returns the default image.
getImage(String) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Searches the image if it is available as:
  • File
  • ClassLoader
resource.
getImage(String, byte[]) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Creates an image from byte data.
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(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 com.sibvisions.rad.ui.web.ext.gxt.GVxImage
Gets the image instance.
getImage() - Method in class com.sibvisions.rad.ui.web.impl.component.AbstractWebActionComponent
Returns the default image.
getImage() - Method in class com.sibvisions.rad.ui.web.impl.component.WebIcon
Returns the default image.
getImage() - Method in class com.sibvisions.rad.ui.web.impl.menu.WebMenu
Returns the default image.
getImage(String) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Searches the image if it is available as:
  • File
  • ClassLoader
resource.
getImage(String, byte[]) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Creates an image from byte data.
getImage(String) - Static method in class com.sibvisions.rad.ui.web.impl.WebImage
Creates a new instance of WebImage with a specific image name.
getImage(String, byte[]) - Static method in class com.sibvisions.rad.ui.web.impl.WebImage
Creates a new instance of WebImage for specific byte data and an image name.
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(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(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.
getImageFromURI(String) - Static method in class com.sibvisions.rad.ui.web.impl.WebImage
Gets the WebImage from a given request URI.
getImageMapping(String) - Static method in class com.sibvisions.rad.ui.qt.ext.QVxUtil
Gets the image name for the given mapping name.
getImageMapping(String) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Gets the image name for the given mapping name.
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) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Gets the image name for the given mapping name.
getImageMapping(String) - Static method in class com.sibvisions.rad.ui.web.impl.WebImage
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.qt.ext.QVxUtil
Gets all used mapping names.
getImageMappingNames() - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Gets all used mapping names.
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() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Gets all used mapping names.
getImageMappingNames() - Static method in class com.sibvisions.rad.ui.web.impl.WebImage
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.web.impl.WebImage
Gets the image name.
getImageNames() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxChoiceCellEditor
Gets the image names that are used for displaying the corresponding values.
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 com.sibvisions.rad.ui.web.ext.gwt.celleditor.ChoiceCellEditor
Gets the image names that are used for displaying the corresponding values.
getImageNames() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebChoiceCellEditor
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.qt.ext.QVxChoice
Gets the images that are used for displaying the 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.qt.ext.QVxChoice
Returns the image size.
getImageSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the image size.
getImageTextGap() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Returns the amount of space between the text and the icon displayed in this button.
getImageTextGap() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtButton
Returns the amount of space between the text and the icon displayed in this button.
getImageTextGap() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtToggleButton
Returns the amount of space between the text and the icon displayed in this button.
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 com.sibvisions.rad.ui.web.impl.component.WebButton
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.
getImageURI(String) - Static method in class com.sibvisions.rad.ui.web.impl.WebImage
Gets the URL for the given image name.
getImageURI(String, byte[]) - Static method in class com.sibvisions.rad.ui.web.impl.WebImage
Gets the URL for the given image name and data.
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
getInfoImage() - Method in class com.sibvisions.rad.application.Login
Gets the login-info image.
getInnerBackground() - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
Gets the inner background.
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.qt.ext.QVxChoice
Gets the inner bounds of the editor for the outer editor bounds.
getInnerBounds(QRect) - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
Returns the inner bounds of the choice component.
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.rad.ui.web.impl.WebImage
Gets the image stream.
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() - Static method in class com.sibvisions.rad.ui.gwt.client.WebUI
The WebUI instance.
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.
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() - 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().
getJavaModifiers(QInputEvent) - Static method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Translates a QT modifier mask to the expected java modifier mask.
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.ServerColumnMetaData
Returns the default label.
getLabel() - Method in class com.sibvisions.rad.ui.web.ext.gwt.ColumnMetaData
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.
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 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 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.
getLauncher(String) - Method in class com.sibvisions.rad.ui.gwt.server.BaseService
Gets the application launcher.
getLauncher() - Method in class com.sibvisions.rad.ui.gwt.server.SessionLauncher
Gets the wrapped launcher instance.
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.qt.ext.layout.QVxFormLayout.Anchor
Returns the Layout to which this Anchor belongs.
getLayout() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Returns the Layout to which this Anchor belongs.
getLayout() - Method in class com.sibvisions.rad.ui.qt.impl.QtContainer
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 com.sibvisions.rad.ui.web.ext.gxt.GVxDesktopPanel
getLayout() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebAnchor
Returns the layout to which this anchor belongs.
getLayout() - Method in class com.sibvisions.rad.ui.web.impl.WebContainer
Gets the layout manager for this container.
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
getLayoutData(LayoutContainer, String) - Method in class com.sibvisions.rad.ui.gwt.client.GWTFactory
Gets the correct LayoutData for the given parent, component and constraints.
getLeft() - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
The left margin of the IInsets.
getLeft() - Method in class com.sibvisions.rad.ui.qt.impl.QtInsets
The left margin of the IInsets.
getLeft() - Method in class com.sibvisions.rad.ui.web.impl.WebInsets
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.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Constraint
Returns the left anchor.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtConstraints
Returns the left anchor.
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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebConstraints
Returns the left 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.
getLeftMarginAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Returns the left margin border anchor.
getLeftMarginAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the left margin border anchor.
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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
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.
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(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 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.
getLineNumber() - Method in class com.sibvisions.util.xml.XmlNode
Gets the line number of the tag occurence.
getLinkReference() - Method in class com.sibvisions.rad.persist.ServerColumnMetaData
Returns the link reference for a server side dropdown list (automatic linked celleditor).
getLinkReference() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor
Gets reference definition that defines the link.
getLinkReference() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Gets reference definition that defines the link.
getLinkReference() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebLinkedCellEditor
Gets reference definition that defines the link.
getLinkReference() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets reference definition that defines the link.
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.
getLinkTable(String) - Method in class com.sibvisions.rad.ui.web.impl.control.LinkTableCache
Gets a specific table from the list of known link tables.
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.
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.qt.impl.menu.QtMenuItem
Not supported.
getLocation() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.impl.WebComponent
Gets the location of this component in the form of a point specifying the component's top-left corner.
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.
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.qt.ext.layout.QVxFormLayout
Gets the margins.
getMargins() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Returns the margin between the component's border and the text.
getMargins() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBar
Returns the margin between the tool bar's border and its buttons.
getMargins() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtBorderLayout
Gets the margins.
getMargins() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFlowLayout
Gets the margins.
getMargins() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Gets the margins.
getMargins() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtNullLayout
Gets the margins.
getMargins() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
Returns the margin between the component's border and the text.
getMargins() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
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 com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
The Margins.
getMargins() - Method in class com.sibvisions.rad.ui.web.impl.component.AbstractWebActionComponent
Returns the margin between the component's border and the text.
getMargins() - Method in class com.sibvisions.rad.ui.web.impl.container.WebToolBar
Returns the margin between the tool bar's border and its buttons.
getMargins() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Gets the margins.
getMargins() - Method in class com.sibvisions.rad.ui.web.impl.menu.WebMenu
Returns the margin between the component's border and the text.
getMargins() - Method in class com.sibvisions.rad.ui.web.impl.WebLayout
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
getMask() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxMask
Gets the mask element.
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.
getMaximumSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the maximum size of this component.
getMaximumSize() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
getMaximumSize() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
Gets the maximum size of this component.
getMaximumSize() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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 interface javax.rad.server.ISession
Returns the maximum time interval, in minutes, that this session will be active.
getMaxLength() - Method in class com.sibvisions.rad.ui.qt.ext.text.TextValidator
Gets the number of characters which are allowed to enter.
getMaxPopupHeight() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
Returns the dropdown list's max height.
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.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.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.qt.impl.container.QtAbstractFrame
Returns the menubar set on this frame.
getMenuBar() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Returns the menubar set on this frame.
getMenuBar() - Method in class com.sibvisions.rad.ui.web.impl.container.AbstractWebFrame
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.ui.web.ext.gxt.GVxMask
Gets the message element.
getMetaData(String) - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Returns the column meta data from the client cache.
getMetaData() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
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(String) - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Gets meta data which are cached under a specific name.
getMetaData() - Method in class com.sibvisions.rad.persist.ServerMetaData
Returns the MetaData client infos.
getMetaData() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
Gets the column meta data for this grid.
getMetaData() - Method in class com.sibvisions.rad.ui.gwt.shared.event.MetaDataResult
Gets the meta data.
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.
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.jdbc.DBStorage
Returns all available meta data from the cache for a specific cache group.
getMetaDataFromCache(String) - Method in interface javax.rad.persist.ICachedStorage
Returns all available meta data from the cache for a specific cache group.
getMetaProperty(String) - Static method in class com.sibvisions.rad.ui.web.ext.gwt.GVxUtil
Get a named meta property from the current root panel's head element.
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.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() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
getMinimumSize() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.impl.WebComponent
Gets the mininimum size of this 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.
getMinPopupWidth() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
Returns the dropdown list's min width.
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.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.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.
getMouseOverIcon() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
Gets the icon for the button when the mouse is over.
getMouseOverImage() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Gets the image for the button when the mouse is over.
getMouseOverImage() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtButton
Gets the image for the button when the mouse is over.
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 com.sibvisions.rad.ui.web.impl.component.WebButton
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.
getMousePressedIcon() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
Gets the icon for the button when the mouse is pressed.
getName() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the IDataBook name.
getName() - Method in class com.sibvisions.rad.persist.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.qt.impl.menu.QtMenuItem
Gets the name of the object.
getName() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
Gets the name of the object.
getName() - Method in class com.sibvisions.rad.ui.qt.impl.QtCursor
Returns the name of this cursor.
getName() - Method in class com.sibvisions.rad.ui.qt.impl.QtFont
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.rad.ui.web.ext.gwt.ColumnMetaData
Returns the column name.
getName() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Gets the name of the object.
getName() - Method in class com.sibvisions.rad.ui.web.impl.WebCursor
Returns the name of this cursor.
getName() - Method in class com.sibvisions.rad.ui.web.impl.WebFont
Returns the logical name of this IFont.
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.
getNewIndex() - Method in class javax.rad.ui.event.UITabsetEvent
Gets the current index of the tab.
getNewlineCount() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Gets the new line count.
getNewlineCount() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Gets the new line count.
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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
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.
getNewRows() - Method in class com.sibvisions.rad.ui.gwt.shared.event.InsertUpdateTableDataEvent
Gets the list of new rows/values.
getNewTabIndex() - Method in class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Gets the affected new tab index.
getNextContext() - Method in class javax.rad.server.SessionContext
Gets the next SessionContext, if available.
getNode(String) - Method in class com.sibvisions.util.xml.XmlNode
Gets a specific (sub) XmlNode based on the current XmlNode.
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 com.sibvisions.rad.ui.web.impl.control.WebTree
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 the value for a property as xml representation.
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.
getNullableAsString(WebResource) - Static method in class com.sibvisions.rad.ui.web.impl.WebResource
Gets the WebResource as String or an empty String if the WebResource is null.
getNumberFormat() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor
Gets the number format used for editing the number.
getNumberFormat() - Method in class com.sibvisions.rad.ui.qt.ext.text.NumberValidator
Gets the number format.
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.rad.ui.web.ext.gwt.celleditor.NumberCellEditor
Gets the number format used for editing the number.
getNumberFormat() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebNumberCellEditor
Gets the number format used for editing the number.
getNumberFormat() - Method in class javax.rad.genui.celleditor.UINumberCellEditor
Gets the number format used for editing the number.
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.qt.ext.text.NumberValidator
Gets the number pattern.
getNumberPattern() - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Gets the number pattern.
getObject(ISession, String) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Returns an object from the life-cycle object container for an ISession.
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.
getObjectCacheKey() - Method in class javax.rad.io.RemoteFileHandle
Gets the ObjectCache key.
getObjectName() - Method in class javax.rad.remote.event.CallBackEvent
Returns the object name of the remote method call.
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.
getOldIndex() - Method in class javax.rad.ui.event.UITabsetEvent
Gets the index of the tab before the event occured.
getOldRows() - Method in class com.sibvisions.rad.ui.gwt.shared.event.InsertUpdateTableDataEvent
Gets the list of old rows/values.
getOldTabIndex() - Method in class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Gets the affected old tab index.
getOldValue() - Method in class com.sibvisions.rad.ui.web.ext.gxt.event.ValueChangeEvent
Returns the old value.
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.qt.ext.layout.QVxFormLayout.Anchor
Returns whether the orientation of this Anchor is HORIZONTAL or VERTICAL.
getOrientation() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
Gets the component orientation.
getOrientation() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtSplitPanel
Returns the orientation.
getOrientation() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBar
Returns the current orientation of the tool bar.
getOrientation() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFlowLayout
Gets the orientation of this flow layout.
getOrientation() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Returns whether the orientation of this Anchor is HORIZONTAL or VERTICAL.
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 com.sibvisions.rad.ui.web.ext.gxt.GVxSplitPanel
Returns the orientation.
getOrientation() - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFlowLayout
Gets the orientation of this flow layout.
getOrientation() - Method in class com.sibvisions.rad.ui.web.impl.container.WebSplitPanel
Returns the orientation.
getOrientation() - Method in class com.sibvisions.rad.ui.web.impl.container.WebToolBar
Returns the current orientation of the tool bar.
getOrientation() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFlowLayout
Gets the orientation of this flow layout.
getOrientation() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebAnchor
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 interface javax.rad.model.IChangeableDataRow
Returns the original row, before the first change is made.
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 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.qt.impl.QtApplication
Gets a configuration parameter of the application.
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.rad.ui.web.impl.WebLauncher
Gets a configuration parameter of the application.
getParameter(String) - Method in class javax.rad.application.genui.UILauncher
Gets a configuration parameter of the application.
getParameter(String) - Method in interface javax.rad.application.ILauncher
Gets a configuration parameter of the application.
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.qt.impl.menu.QtMenuItem
Gets the parent of this component.
getParent() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
Gets the parent of this component.
getParent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getParent() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Gets the parent of this component.
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 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.
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.server.AbstractSession
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.
getPixmap(String) - Static method in class com.sibvisions.rad.ui.qt.ext.QVxUtil
Gets a pixmap from the resource bundle.
getPixmap(String, byte[]) - Static method in class com.sibvisions.rad.ui.qt.ext.QVxUtil
Gets a pixmap with a specific name and byte data.
getPK(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It's gets all Primary Key columns and return it as String[].
getPK(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
It's gets all Primary Key columns and return it as String[].
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.
getPKTableRepresentationColumns() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Returns the representation columns of the primary key table.
getPopupComponent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Returns the popup component.
getPopupComponent() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
Gets the popup component.
getPopupSize() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor
Gets the size of the Popup window using a Dimension object.
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 com.sibvisions.rad.ui.web.ext.gwt.celleditor.LinkedCellEditor
Gets the popup size.
getPopupSize() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebLinkedCellEditor
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.qt.ext.layout.QVxFormLayout.Anchor
Returns the position of this Anchor.
getPosition() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Returns the position of this Anchor.
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.rad.ui.web.impl.layout.WebFormLayout.WebAnchor
Returns the position of this Anchor.
getPosition() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the position of this Anchor.
getPrecision() - Method in class com.sibvisions.rad.persist.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 com.sibvisions.rad.ui.qt.impl.QtCursor
Returns a cursor object with the specified predefined type.
getPredefinedCursor(int) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Gets a ICursor object with the specified type.
getPredefinedCursor(int) - Static method in class com.sibvisions.rad.ui.web.impl.WebCursor
Gets a ICursor object with the specified type.
getPredefinedCursor(int) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.
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.qt.impl.menu.QtMenuItem
Not supported.
getPreferredSize() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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(Component) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the preferred size of a component.
getPreferredSize(Container<?>) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxBorderLayout
Calculates the preferred size of the container.
getPreferredSize(Container<?>) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFlowLayout
Calculates the preferred size of the container.
getPreferredSize(Container<?>) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFormLayout
Calculates the preferred size of the container.
getPreferredSize(BoxComponent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
Calculates the preferred size of the container.
getPreferredSize(Container<?>) - Method in interface com.sibvisions.rad.ui.web.ext.gxt.layout.IPreferredSizeLayout
Calculates the preferred size of the container.
getPreferredSize() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Gets the preferred size of this 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.
getPreferredSizeIntern(BoxComponent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
Calculates the preferred size of the container.
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.qt.impl.component.QtAbstractButton
Gets the image for the button when the button is pressed.
getPressedImage() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtButton
Gets the image for the button when the button is pressed.
getPressedImage() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtCheckBoxMenuItem
Gets the image for the button when the button is pressed.
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 com.sibvisions.rad.ui.web.impl.component.WebButton
Gets the image for the button when the button is pressed.
getPressedImage() - Method in class com.sibvisions.rad.ui.web.impl.menu.WebCheckBoxMenuItem
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.ServerMetaData
Returns the Primary Key column name indices.
getPrimaryKeyColumnNames() - Method in class com.sibvisions.rad.persist.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.
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(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(ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Gets a clone of all connection 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() - Method in class com.sibvisions.rad.ui.web.ext.gxt.control.TableRow
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. The access time will be updated.
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(ConnectionInfo, String) - Method in class com.sibvisions.rad.server.DirectServerConnection
Gets a connection 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, T) - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Gets the value for the given property name.
getProperty(String) - Static method in class com.sibvisions.rad.ui.Webstart
Gets the value of a property through the PersistenceService.
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.
getPropertyNames() - Method in class com.sibvisions.rad.ui.web.ext.gxt.control.TableRow
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.
getQtShortcut(Key) - Static method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Gets the QT Shortcut key sequence for a Key.
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 includs 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.
getQuotedBoundaries(String) - Static method in class com.sibvisions.util.type.StringUtil
Returns the boundaries of quoted strings.
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.
getRealColumnName() - Method in class com.sibvisions.rad.persist.ServerColumnMetaData
Returns the name the use in the database (real column) for the column name.
getRecord() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxCellEditor
Gets the current record for this editor.
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 com.sibvisions.rad.ui.qt.impl.QtColor
Returns the red component in the range 0-255 in the default sRGB space.
getRed() - Method in class com.sibvisions.rad.ui.web.impl.WebColor
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.
getReferencedValues() - Method in class com.sibvisions.rad.ui.web.impl.control.WebEditor
Gets a list of values which are directly referenced to this editor and the current value.
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.qt.impl.QtApplication
Gets the value for a specific key from the applications registry.
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 com.sibvisions.rad.ui.web.impl.WebLauncher
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.qt.ext.layout.QVxFormLayout.Anchor
Returns the related Anchor.
getRelatedAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Returns the related Anchor.
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 class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebAnchor
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.qt.ext.layout.QVxFormLayout.Anchor
Gets the related unused auto size anchor.
getRelativeAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Gets the related unused auto size 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.qt.ext.layout.QVxFormLayout.Anchor
Returns the position of this Anchor.
getRelativePosition() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Returns the position of this 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 class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebAnchor
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.ServerMetaData
Returns the Representation column names.
getRepresentationColumnNames() - Method in class javax.rad.persist.MetaData
Returns the 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.
getResource() - Method in class com.sibvisions.rad.ui.awt.impl.AwtResource
Gets the original resource corresponding with this wrapper object.
getResource() - Method in class com.sibvisions.rad.ui.qt.impl.QtResource
Gets the original resource corresponding with this wrapper object.
getResource() - Method in class com.sibvisions.rad.ui.web.impl.WebResource
Gets the original resource corresponding with this wrapper object.
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.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.
getResourceAsStream(String) - Static method in class com.sibvisions.util.type.ResourceUtil
Finds a resource with a given name.
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 com.sibvisions.rad.ui.qt.impl.QtColor
Returns the red, green, blue and alpha component as one integer.
getRGBA() - Method in class com.sibvisions.rad.ui.web.impl.WebColor
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 com.sibvisions.rad.ui.qt.impl.QtInsets
The right margin of the IInsets.
getRight() - Method in class com.sibvisions.rad.ui.web.impl.WebInsets
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.
getRightAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Constraint
Returns the right anchor.
getRightAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Returns the right border anchor.
getRightAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the right border anchor.
getRightAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtConstraints
Returns the right anchor.
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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Returns the right border anchor.
getRightAnchor() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebConstraints
Returns the right 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.
getRightMarginAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Returns the right margin border anchor.
getRightMarginAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the right margin border anchor.
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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
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.
getRoles() - Method in interface javax.rad.application.IWorkScreenApplication
Gets all roles of the current user.
getRoot() - Static method in class com.sibvisions.rad.ui.gwt.client.WebUI
The root.
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.
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.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 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.
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. That returns != -1 only if the IDataRow is from a IDataPage
getRowIndex() - Method in interface javax.rad.model.IChangeableDataRow
Returns the row index of the IDataRows in the IDataPage.
getRowIndex() - Method in class javax.rad.model.TreeNode
Gets the row index.
getRowNum() - Method in class com.sibvisions.rad.ui.web.ext.gxt.control.TableRow
Gets the row number for this row.
getRows() - Method in class com.sibvisions.rad.ui.gwt.shared.event.DeleteTableDataEvent
Gets the list of rows.
getRows() - Method in class com.sibvisions.rad.ui.gwt.shared.event.TableDataResult
Gets the table data.
getRows() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtTextArea
Not supported.
getRows() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Returns the number of rows in this ITextArea.
getRows() - Method in class com.sibvisions.rad.ui.web.impl.component.WebTextArea
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.
getRunningThreads() - Static method in class com.sibvisions.util.ThreadHandler
Gets all "known" and alive threads.
getScale() - Method in class com.sibvisions.rad.persist.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.util.xml.XmlWorker
Gets the resource name of the schema file for validation of the xml.
getSearchColumnMapping() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor
Gets search columns for which should be searched in the linked cell.
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 com.sibvisions.rad.ui.web.impl.celleditor.WebLinkedCellEditor
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.qt.impl.container.QtSplitPanel
Returns the component to the right (or below) the divider.
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 com.sibvisions.rad.ui.web.impl.container.WebSplitPanel
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.qt.ext.layout.QVxFormLayout.Anchor
Returns the second related Anchor.
getSecondRelatedAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Returns the second related Anchor.
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 class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebAnchor
Returns the second related Anchor.
getSecondRelatedAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the second related Anchor.
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.qt.ext.QVxChoice
Gets the selected index, or -1 if no value is selected.
getSelectedIndex() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtTabsetPanel
Returns the currently selected index for this tabbedpane.
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 com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.qt.ext.QVxChoice
Gets the current selected value, or null, if no one is selected.
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 class com.sibvisions.rad.ui.gwt.shared.event.TableEvent
Gets the current selected row.
getSelectedRow() - Method in class com.sibvisions.rad.ui.gwt.shared.event.TableResult
Gets the current selected row.
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.
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.ServerMetaData
Returns all ServerColumnMetaData columns.
getServerColumnMetaData(String) - Method in class com.sibvisions.rad.persist.ServerMetaData
Returns the specific ServerColumnMetaData column.
getServerColumnMetaDataIndex(String) - Method in class com.sibvisions.rad.persist.ServerMetaData
Returns the specific ServerColumnMetaData column index. -1 if the Column name doesn't exist.
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.
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.qt.impl.menu.QtMenuItem
Not supported.
getSize() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
Returns the size of this component in the form of a IDimension object.
getSize() - Method in class com.sibvisions.rad.ui.qt.impl.QtFont
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 com.sibvisions.rad.ui.web.impl.WebComponent
Returns the size of this component in the form of a IDimension object.
getSize() - Method in class com.sibvisions.rad.ui.web.impl.WebFont
Returns the point size of this IFont, rounded to an integer.
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.ServerColumnMetaData
Returns the SQL type of this column.
getSQLType() - Method in class javax.rad.persist.ColumnMetaData
Returns the SQL type of this column.
getStartTime() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the session start/create time.
getStartTime() - Method in interface javax.rad.server.ISession
Gets the session start/create time.
getState() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
Gets the state of this frame (obsolete).
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 com.sibvisions.rad.ui.web.ext.gxt.control.TableRow
Gets the current row state.
getState() - Method in class com.sibvisions.rad.ui.web.impl.container.AbstractWebFrame
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).
getStyle() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFont
Returns the style of this IFont.
getStyle() - Method in class com.sibvisions.rad.ui.qt.impl.QtFont
Returns the style of this IFont.
getStyle() - Method in class com.sibvisions.rad.ui.web.impl.WebFont
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.
getStyleSheet() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
Gets the complete stylesheet, which includes all properties, for the component.
getSubConnections() - Method in class javax.rad.remote.MasterConnection
Returns a cloned list of sub connections.
getSubNodes() - Method in class com.sibvisions.util.xml.XmlNode
Gets the list of sub XmlNode elements.
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.qt.ext.QVxUtil
Gets the system color.
getSystemColor(String) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
This encapsulate symbolic colors representing the color of native GUI objects on a system.
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 com.sibvisions.rad.ui.web.impl.WebColor
Gets system color.
getSystemColor(String) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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 com.sibvisions.rad.ui.qt.impl.QtCursor
Returns a system-specific custom cursor object matching the specified name.
getSystemCustomCursor(String) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Returns a system-specific custom ICursor object matching the specified name.
getSystemCustomCursor(String) - Static method in class com.sibvisions.rad.ui.web.impl.WebCursor
Returns a system-specific custom ICursor object matching the specified name.
getSystemCustomCursor(String) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.qt.impl.container.QtTabsetPanel
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 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 com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.
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
getTableColumns() - Method in class com.sibvisions.rad.ui.web.ext.gwt.celleditor.LinkedCellEditor
Gets the columns, from the table, which will be used to set the values into the columns.
getTableId() - Method in class com.sibvisions.rad.ui.web.ext.gwt.celleditor.LinkedCellEditor
Gets the id of the referenced table.
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.
getTabPlacement() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtTabsetPanel
Gets the tab placement.
getTabPlacement() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Gets the tab placement.
getTabPlacement() - Method in class com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.qt.impl.component.QtAbstractButton
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtLabel
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtTextArea
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtTextField
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtGroupPanel
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Returns the text string that the label displays.
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() - Method in class com.sibvisions.rad.ui.web.impl.component.AbstractWebActionComponent
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.web.impl.component.WebLabel
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.web.impl.component.WebTextField
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.web.impl.container.WebGroupPanel
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.web.impl.menu.WebMenu
Returns the text string that the label displays.
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.
getTextAt(int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtTabsetPanel
Returns the tab text at pIndex.
getTextAt(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns the tab text at pIndex.
getTextAt(int) - Method in class com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.
getTitle() - Method in class com.sibvisions.rad.ui.gwt.client.widget.GVxLauncher
Gets the title of the Browser.
getTitle() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
Gets the title of the frame.
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.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 com.sibvisions.rad.ui.web.impl.container.AbstractWebFrame
Gets the title of the frame.
getTitle() - Method in class javax.rad.genui.container.AbstractFrame
Gets the title of the frame.
getTitle() - Method in interface javax.rad.ui.container.IFrame
Gets the title of the frame.
getToolBar() - Method in class com.sibvisions.rad.application.Application
Gets the application tool bar.
getToolBar(int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtFrame
Gets the IToolBar from a specific index.
getToolBar(int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Gets the IToolBar from a specific index.
getToolBar(int) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBarPanel
Gets the IToolBar from a specific index.
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 com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel
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.qt.impl.container.QtFrame
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBarPanel
Gets the area where the toolbar(s) are added.
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 com.sibvisions.rad.ui.web.impl.container.AbstractWebFrame
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel
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.qt.impl.container.QtFrame
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBarPanel
Gets the number of IToolBars in this panel.
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 com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel
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.qt.impl.menu.QtMenuItem
Returns the tooltip string that has been set with setToolTipText.
getToolTipText() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.impl.WebComponent
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 com.sibvisions.rad.ui.qt.impl.QtInsets
The top margin of the IInsets.
getTop() - Method in class com.sibvisions.rad.ui.web.impl.WebInsets
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.
getTopAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Constraint
Returns the top anchor.
getTopAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Returns the top border anchor.
getTopAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the top border anchor.
getTopAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtConstraints
Returns the top anchor.
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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Returns the top border anchor.
getTopAnchor() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebConstraints
Returns the top 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.qt.ext.layout.QVxFormLayout
Returns the top margin border anchor.
getTopMarginAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the top margin border 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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
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.
getTranslation() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Gets the translation for this table.
getTranslation() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtEditor
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtTable
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 translation for this table.
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.SwingEditor
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class com.sibvisions.rad.ui.web.impl.control.WebEditor
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class com.sibvisions.rad.ui.web.impl.control.WebTable
Gets the possible translation mapping for this UIComponent.
getTranslation() - Method in class com.sibvisions.rad.ui.web.impl.control.WebTree
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.IControl
Gets the possible translation mapping for this UIComponent.
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.ui.awt.impl.AwtCursor
Returns the type for this cursor.
getType() - Method in class com.sibvisions.rad.ui.gwt.shared.event.ErrorResult
Gets the error type.
getType() - Method in class com.sibvisions.rad.ui.gwt.shared.event.ServiceEvent
Gets the type of the event.
getType() - Method in class com.sibvisions.rad.ui.qt.impl.QtCursor
Returns the type for this cursor.
getType() - Method in class com.sibvisions.rad.ui.web.impl.WebCursor
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.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.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 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 com.sibvisions.rad.ui.web.ext.gwt.ColumnMetaData
Gets the identifier for this column type.
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.
getUI() - Method in class com.sibvisions.rad.ui.gwt.shared.event.ServiceResult
Gets the current user interface configuration.
getUID() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
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.UIResource
Gets the UI resource corresponding with this wrapper object.
getUKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It's gets all columns for each Unique Key and return it.
getUKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
It's gets all columns for each Unique Key and return it.
getUKs(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
It's gets all columns for each Unique Key and return it.
getUniqueName() - Method in class com.sibvisions.rad.ui.web.impl.WebLauncher
Gets the unique Launcher name.
getUntranslated() - Method in class javax.rad.util.TranslationMap
Gets all the untranslated texts.
getURI(Object) - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebImageViewer
Gets the image URI for a specific image value.
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.ui.web.ext.gxt.GVxImage
Returns the current text.
getURLPrefix() - Static method in class com.sibvisions.rad.ui.web.impl.WebImage
Gets the url prefix.
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.server.AbstractSession
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.ui.web.ext.gwt.FormattedValue
Gets the cell value.
getValue() - Method in class com.sibvisions.rad.ui.web.ext.gxt.event.ValueChangeEvent
Returns the value.
getValue() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxChoice
Gets the current value.
getValue() - Method in class com.sibvisions.rad.ui.web.impl.control.WebEditor
Gets the current value of the editor.
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.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() - Method in class com.sibvisions.rad.ui.gwt.client.widget.form.LinkGridComboBox
Gets the values for the columns.
getValues() - Method in interface com.sibvisions.rad.ui.gwt.client.widget.form.ReferenceValueField
Gets the values for the columns.
getValues() - Method in class com.sibvisions.rad.ui.gwt.shared.event.EditorValueEvent
Gets the values of the editor.
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[].
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.qt.ext.celleditor.QVxStyledCellEditor
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Gets the alignment for the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
Gets the alignment for the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
Gets the vertical alignment of the icon and text.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
Gets the vertical alignment of the icon.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.qt.ext.QVxIcon
Gets the vertical alignment of the icon and text.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFlowLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
Returns the alignment along the y axis.
getVerticalAlignment() - Method in interface com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.GVxChoiceField
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.GVxImageField
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxImage
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFlowLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFormLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebCellEditor
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFlowLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Returns the alignment along the y axis.
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. This specifies how the component would like to be aligned relative to other components. Possible values are defined in AlignmentConstants.
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.qt.ext.layout.QVxFormLayout
Returns all vertical anchors used by this layout.
getVerticalAnchors() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns all vertical anchors used by this layout.
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 com.sibvisions.rad.ui.web.impl.layout.WebFormLayout
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.qt.ext.layout.QVxSequenceLayout
Gets the component alignment for the x axis.
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.qt.ext.layout.QVxBorderLayout
Gets the vertical gap.
getVerticalGap() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Gets the vertical gap.
getVerticalGap() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
Gets the vertical gap between components.
getVerticalGap() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtBorderLayout
Returns the vertical gap between components.
getVerticalGap() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFlowLayout
Returns the vertical gap between components.
getVerticalGap() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Returns the vertical gap between components.
getVerticalGap() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtNullLayout
Returns the vertical gap between components.
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 com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
The vertical gap.
getVerticalGap() - Method in class com.sibvisions.rad.ui.web.impl.WebLayout
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.
getVerticalQtAlignment(int) - Static method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Gets the vertical Qt.AlignmentFlag alignment from given IAlignmentConstants alignment.
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.qt.ext.QVxButton
Gets the vertical text position relative to the icon.
getVerticalTextPosition() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Returns the vertical position of the text relative to the icon.
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 com.sibvisions.rad.ui.web.impl.component.WebButton
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.
getVerticalWebAlignment(int) - Method in class com.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
Gets the vertical alignment translated to css.
getViewportView() - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Gets the view port view.
getWebLauncher() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
The WebLauncher that created this factory.
getWebResource(T) - Static method in class com.sibvisions.rad.ui.web.impl.WebFactory
Gets the WebResource from an IResource.
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.qt.impl.QtDimension
The width of the IDimension.
getWidth() - Method in class com.sibvisions.rad.ui.qt.impl.QtImage
Determines the width of the image.
getWidth() - Method in class com.sibvisions.rad.ui.qt.impl.QtRectangle
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 com.sibvisions.rad.ui.web.ext.gwt.ColumnMetaData
Gets the column width.
getWidth() - Method in class com.sibvisions.rad.ui.web.impl.WebDimension
The width of the IDimension.
getWidth() - Method in class com.sibvisions.rad.ui.web.impl.WebImage
Determines the width of the image.
getWidth() - Method in class com.sibvisions.rad.ui.web.impl.WebRectangle
The width of the IDimension.
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.
getWorkScreens() - Method in interface javax.rad.application.IWorkScreenApplication
Gets all open work screens.
getWritableColumnIndices() - Method in class com.sibvisions.rad.persist.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.
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() - Method in class com.sibvisions.rad.ui.qt.impl.QtPoint
The X coordinate of the upper-left corner of the IPoint.
getX() - Method in class com.sibvisions.rad.ui.qt.impl.QtRectangle
The X coordinate of the upper-left corner of the IPoint.
getX() - Method in class com.sibvisions.rad.ui.web.impl.WebPoint
The X coordinate of the upper-left corner of the IPoint.
getX() - Method in class com.sibvisions.rad.ui.web.impl.WebRectangle
The X coordinate of the upper-left corner of the IPoint.
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.
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() - Method in class com.sibvisions.rad.ui.qt.impl.QtPoint
The Y coordinate of the upper-left corner of the IPoint.
getY() - Method in class com.sibvisions.rad.ui.qt.impl.QtRectangle
The Y coordinate of the upper-left corner of the IPoint.
getY() - Method in class com.sibvisions.rad.ui.web.impl.WebPoint
The Y coordinate of the upper-left corner of the IPoint.
getY() - Method in class com.sibvisions.rad.ui.web.impl.WebRectangle
The Y coordinate of the upper-left corner of the IPoint.
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.
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.
GridComboBox<M> - Class in com.sibvisions.rad.ui.gwt.client.widget.form
The GridComboBox is a special combo box with a GVxGrid component.
GridComboBox() - Constructor for class com.sibvisions.rad.ui.gwt.client.widget.form.GridComboBox
Creates a new instance of GridComboBox with an empty grid.
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
 
GVxBorderLayout - Class in com.sibvisions.rad.ui.web.ext.gxt.layout
BorderLayout implementation as know in AWT.
GVxBorderLayout() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxBorderLayout
Constructs a new GVxBorderLayout.
GVxBorderLayout.BorderLayoutData - Class in com.sibvisions.rad.ui.web.ext.gxt.layout
Contains the BorderLayoutInfo NORTH, CENTER, SOUTH, EAST and WEST.
GVxButton - Class in com.sibvisions.rad.ui.web.ext.gxt
Ext GWT Button extension to support border on mouse entered.
GVxButton() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxButton
Creates a new button.
GVxButton(String) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxButton
Creates a new button with the given text.
GVxButton(String, AbstractImagePrototype) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxButton
Creates a new button with the given text and iconStyle.
GVxCellEditor - Class in com.sibvisions.rad.ui.gwt.client.widget.grid
The GVxCellEditor extends the CellEditor and adds support for the Record and column name for which the editor will be used.
GVxCellEditor(Field<? extends Object>) - Constructor for class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxCellEditor
Creates a new instance of GVxCellEditor.
GVxChoice - Class in com.sibvisions.rad.ui.web.ext.gxt
The GVxChoice is an editor which acts like a checkbox with multiple states.
GVxChoice(ChoiceCellEditor) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxChoice
Creates a new instance of GVxChoice.
GVxChoiceCell - Class in com.sibvisions.rad.ui.gwt.client.widget.grid
The GVxChoice is a renderer and editor for choice cells.
GVxChoiceCell(ChoiceCellEditor, Grid<TableRow>, int, int, String) - Constructor for class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxChoiceCell
Creates a new instance of GVxChoice.
GVxChoiceField - Class in com.sibvisions.rad.ui.web.ext.gxt.form
The GVxChoiceField is an AdapterField which contains a GVxChoice.
GVxChoiceField(ChoiceCellEditor) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.form.GVxChoiceField
Creates a new instance of GVxChoiceField for a specific choice editor.
GVxDesktopPanel - Class in com.sibvisions.rad.ui.web.ext.gxt
Ext GWT Button extension to support border on mouse entered.
GVxDesktopPanel() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxDesktopPanel
Creates a new button.
GVxEditor - Class in com.sibvisions.rad.ui.gwt.client.widget
The GVxEditor is wrapper container for a specific StyledCellEditor.
GVxEditor() - Constructor for class com.sibvisions.rad.ui.gwt.client.widget.GVxEditor
Creates a new instance of GVxEditor.
GVxFlowLayout - Class in com.sibvisions.rad.ui.web.ext.gxt.layout
BorderLayout implementation as know in AWT.
GVxFlowLayout() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFlowLayout
Constructs a new GVxFormLayout.
GVxFlowLayout(int) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFlowLayout
Constructs a new GVxFormLayout.
GVxFormLayout - Class in com.sibvisions.rad.ui.web.ext.gxt.layout
BorderLayout implementation as know in AWT.
GVxFormLayout() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFormLayout
Constructs a new GVxBorderLayout.
GVxFormLayout.Anchor - Class in com.sibvisions.rad.ui.web.ext.gxt.layout
The WebAnchor gives the possible horizontal and vertical positions.
GVxFormLayout.Anchor(String) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFormLayout.Anchor
Constructs the WebAnchor with correct name.
GVxFormLayout.Constraint - Class in com.sibvisions.rad.ui.web.ext.gxt.layout
The Constraint for the GVxFormLayout.
GVxFormLayout.Constraint(GVxFormLayout, String) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFormLayout.Constraint
Constructs a new instance of Constraint.
GVxGrid<M extends TableRow> - Class in com.sibvisions.rad.ui.gwt.client.widget.grid
The GVxGrid is a EditorGrid which interacts with a remote service to retrieve data and column configuration.
GVxGrid() - Constructor for class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
Creates a new instance of GVxGrid with default settings.
GVxImage - Class in com.sibvisions.rad.ui.web.ext.gxt
Ext GWT Image Support.
GVxImage() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxImage
Creates a new text instance.
GVxImage(String) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxImage
Creates a new text instance with the given text.
GVxImageField - Class in com.sibvisions.rad.ui.web.ext.gxt.form
The GVxImageField is an AdapterField which contains a GVxImage.
GVxImageField() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.form.GVxImageField
Creates a new instance of GVxImageField.
GVxInternalFrame - Class in com.sibvisions.rad.ui.web.ext.gxt
Ext GWT Button extension to support border on mouse entered.
GVxInternalFrame() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxInternalFrame
Creates a new button.
GVxKeyCodes - Class in com.sibvisions.rad.ui.web.ext.gxt
Contains the native key codes.
GVxLauncher - Class in com.sibvisions.rad.ui.gwt.client.widget
The GVxLauncher is the top level component and gives access to the Launcher properties.
GVxLauncher() - Constructor for class com.sibvisions.rad.ui.gwt.client.widget.GVxLauncher
Creates a new instance of GVxLauncher with an empty grid.
GVxLayout - Class in com.sibvisions.rad.ui.web.ext.gxt.layout
Layout Extension.
GVxLayout() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
 
GVxMask - Class in com.sibvisions.rad.ui.web.ext.gxt
The GVxMask makes it possible to show a transparent mask over a component.
GVxMask(UIObject) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxMask
Creates a new instance of GVxMask for an UI element.
GVxSplitPanel - Class in com.sibvisions.rad.ui.web.ext.gxt
The GVxSplitPanel is used to divide two (and only two) Components.
GVxSplitPanel() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxSplitPanel
Creates a new text instance.
GVxSplitPanel.SplitLayoutData - Class in com.sibvisions.rad.ui.web.ext.gxt
Contains the layout data for the split layout.
GVxToggleButton - Class in com.sibvisions.rad.ui.web.ext.gxt
Ext GWT Button extension to support border on mouse entered.
GVxToggleButton() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxToggleButton
Creates a new button.
GVxToggleButton(String) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxToggleButton
Creates a new button with the given text.
GVxToggleButton(String, AbstractImagePrototype) - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxToggleButton
Creates a new button with the given text and iconStyle.
GVxUtil - Class in com.sibvisions.rad.ui.web.ext.gwt
The GVxUtil contains useful methods for the client.
GVxWindow - Class in com.sibvisions.rad.ui.web.ext.gxt
Ext GWT Button extension to support border on mouse entered.
GVxWindow() - Constructor for class com.sibvisions.rad.ui.web.ext.gxt.GVxWindow
Creates a new button.
GWTFactory - Class in com.sibvisions.rad.ui.gwt.client
The GWTFactory creates GWT components by name and configures the relevant properties.
GWTFactory() - Constructor for class com.sibvisions.rad.ui.gwt.client.GWTFactory
 

H

HAND_CURSOR - Static variable in interface javax.rad.ui.ICursor
The hand cursor type.
handleEvent(ValueChangeEvent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.GVxChoiceField
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.qt.impl.QtApplication
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(Throwable) - Method in class com.sibvisions.rad.ui.web.impl.WebLauncher
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) - 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.ui.awt.impl.AwtResource
hashCode() - Method in class com.sibvisions.rad.ui.qt.impl.QtResource
hashCode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
hashCode() - Method in class com.sibvisions.rad.ui.web.ext.gwt.Size
hashCode() - Method in class com.sibvisions.rad.ui.web.ext.gxt.control.TableRow
hashCode() - Method in class com.sibvisions.util.ArrayUtil
hashCode() - Method in class com.sibvisions.util.ImmutableArray
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.TreePath
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.
hasRole(String) - Method in interface javax.rad.application.IWorkScreenApplication
Gets true, of the current user has the given role.
headerData(int, Qt.Orientation, int) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView.TableModel
height - Variable in class com.sibvisions.rad.ui.web.ext.gwt.Size
the height.
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).
hide() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxMask
Hides the mask.
hidePopup() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
Hides the popup.
HORIZONTAL - Static variable in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Anchor
Constant for horizontal anchors.
HORIZONTAL - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Constant for horizontal anchors.
HORIZONTAL - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFlowLayout
Horizontal orientation.
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.
horizontalGap - Variable in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
The horizontal gap.
horizontalGap - Variable in class com.sibvisions.rad.ui.web.impl.WebLayout
the horizontal gap.
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 com.sibvisions.rad.ui.web.ext.gwt
Alignment constants definitions.
IAlignmentConstants - Interface in javax.rad.ui
Alignment constants definitions.
IApplication - Interface in javax.rad.application
Platform and technology independent application definition.
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.
ICellFormatter - Interface in com.sibvisions.rad.ui.qt.ext.table
The ICellFormatter allows cell oriented formatting of the displayed information.
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.qt.ext
This Interface is necessary to give QT CellEditorHandler access to the ICellFormatter of the Control.
ICellFormatterEditorListener - Interface in com.sibvisions.rad.ui.swing.ext
This Interface is necessary to give Swing CellEditorHandler access to the ICellFormatter of the Control.
ICellPainter - Interface in com.sibvisions.rad.ui.qt.ext.table
The ICellPainter defines the methods for painting cells in QT table views.
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.
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.
IComponent - Interface in javax.rad.ui
Platform and technology independent component 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, ...
IDesktopPanel - Interface in javax.rad.ui.container
Platform and technology independent DesktopPanel definition.
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.
IExceptionListener - Interface in javax.rad.util.event
The IExceptionListener will be used to handle program exceptions.
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.
ignoreLayout - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxInternalFrame
Tells the layout, that it should do nothing.
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.
IImageViewer<C> - Interface in javax.rad.ui.celleditor
Platform and technology independent choice 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.
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.qt.impl.component.QtAbstractButton
the IconImage.
image - Variable in class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
the image.
image - Variable in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
the image.
image - Variable in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
the IconImage.
imagePressed - Variable in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
the selected state IconImage.
imagePressed - Variable in class com.sibvisions.rad.ui.qt.impl.menu.QtCheckBoxMenuItem
the selected image.
ImageServlet - Class in com.sibvisions.rad.ui.gwt.server
The ImageServlet gives web clients access to the used WebImages.
ImageServlet() - Constructor for class com.sibvisions.rad.ui.gwt.server.ImageServlet
 
ImageUtil - Class in com.sibvisions.util.type
The ImageUtil provides useful image operation/manipulation methods.
ImageViewer - Class in com.sibvisions.rad.ui.web.ext.gwt.celleditor
The ImageViewer defines the image viewer and is not a cell editor itself.
ImageViewer() - Constructor for class com.sibvisions.rad.ui.web.ext.gwt.celleditor.ImageViewer
Creates a new instance of ImageViewer.
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.qt.impl.component.QtButton
the mouse over 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.qt.impl.component.QtButton
the mouse pressed 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).
index(int, int, QModelIndex) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView.TableModel
indexOf(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Gets the nth position of an IComponent in this container.
indexOf(IComponent) - Method in class com.sibvisions.rad.ui.qt.impl.QtContainer
Gets the nth position of an IComponent in this container.
indexOf(IComponent) - Method in class com.sibvisions.rad.ui.web.impl.WebContainer
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(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.qt.impl.container.QtFrame
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBarPanel
Gets the nth position of an IToolBar in this panel.
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 com.sibvisions.rad.ui.web.impl.container.WebToolBarPanel
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 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(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.
initTools() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxInternalFrame
initTools() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxWindow
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.
insert(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
It inserts a new IDataRow.
insert(int, Object[]) - Method in class com.sibvisions.rad.model.mem.MemDataPage
It inserts a new IChangeableDataRow in the MemDataPage at the specified index.
insert(String, ServerMetaData, Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the newly inserted row from the write back table.
insert(Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the newly inserted row for this IStorage.
insert(String, ServerMetaData, Object[]) - Method in interface com.sibvisions.rad.persist.jdbc.IDBAccess
Returns the newly inserted row from the write back table.
insert() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
Forces the current data operation to finish and starts inserting after the operation is finished.
insert(List<? extends M>, int, boolean) - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.RemoteListStore
insert(MutableTreeNode, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
insert(Widget, int) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxDesktopPanel
insert(Widget, int, LayoutData) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxDesktopPanel
insert(Widget, int, LayoutData) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxSplitPanel
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.
insertBean(IBean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the newly inserted row for this Storage.
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 (sub) 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
InsertUpdateTableDataEvent<M extends TableRow> - Class in com.sibvisions.rad.ui.gwt.shared.event
The InsertUpdateTableDataEvent is a ServiceEvent to change table data from a remote component.
InsertUpdateTableDataEvent() - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.InsertUpdateTableDataEvent
Creates a new instance of InsertUpdateTableDataEvent.
InsertUpdateTableDataEvent(String, String, List<M>, List<M>) - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.InsertUpdateTableDataEvent
Creates a new instance of InsertUpdateTableDataEvent.
install(JTextComponent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
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.
integerValue - Variable in class com.sibvisions.rad.ui.gwt.client.async.TypeMap
serializable Integer.
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.
invalidate() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
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
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.qt.impl.QtFactory
Causes pRunnable.run() to be executed synchronously on the event dispatching thread.
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) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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.
invokeCancelEditingControl() - 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.qt.impl.QtFactory
Causes pRunnable.run() to be executed asynchronously in a new thread.
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) - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
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) - Method in class com.sibvisions.rad.ui.qt.impl.QtFactory
Causes pRunnable.run() to be executed asynchronously on the event dispatching thread.
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.rad.ui.web.impl.WebFactory
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.
invokeRepaintListeners() - Method in class com.sibvisions.rad.model.mem.DataRow
Its invokes for each IComponent the notifyRepaint() method.
invokeSaveEditingControl() - Method in class com.sibvisions.rad.model.mem.DataRow
Its invokes for each IComponent the saveEditing() method.
IPackageSetup - Interface in com.sibvisions.rad
The IPackageSetup class defines package relevant version information and properties.
IPackageSetup - Interface in com.sibvisions.rad.ui.gwt
The IPackageSetup class defines package relevant version information and properties.
IPackageSetup - Interface in com.sibvisions.rad.ui.qt
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.
IPreferredSizeLayout - Interface in com.sibvisions.rad.ui.web.ext.gxt.layout
BorderLayout implementation as know in AWT.
IQtLayout - Interface in com.sibvisions.rad.ui.qt.impl.layout
The IQtLayout defines add and remove methdos.
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.
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.
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.qt.impl.container.QtAbstractFrame
Returns whether this IWindow 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 com.sibvisions.rad.ui.web.impl.container.WebFrame
Returns whether this IWindow is active.
isActive() - Method in class com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
Returns whether this IWindow is active.
isActive() - Method in class com.sibvisions.rad.ui.web.impl.container.WebWindow
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 interface javax.rad.server.ISession
Checks if the session is alive.
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.
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).
isAutoIncrement() - Method in class com.sibvisions.rad.persist.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.
isAutoResize() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtTable
Gets true, if the ITable is in auto resize mode.
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 com.sibvisions.rad.ui.web.impl.control.WebTable
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.qt.ext.layout.QVxFormLayout.Anchor
Returns true, if the position of this anchor is calculated automatically.
isAutoSize() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Returns the current state of the autosize mode.
isAutoSize() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Returns true, if the position of this anchor is calculated automatically.
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 class com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebAnchor
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.qt.ext.layout.QVxSequenceLayout
Gets the current state of the automatic wrap mode.
isAutoWrap() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFlowLayout
Gets the current state of the automatic wrap mode.
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 com.sibvisions.rad.ui.web.impl.layout.WebFlowLayout
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.
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.qt.impl.container.QtDesktopPanel
Returns whether the background color has been explicitly set for this Component. If this method returns false, this Component is inheriting its background color from an ancestor.
isBackgroundSet() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
isBackgroundSet() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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. If this method returns false, this Component is inheriting its background color from an ancestor.
isBackgroundSet() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.
isBorderAnchor() - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Anchor
Returns true, if this anchor is the border anchor.
isBorderAnchor() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Returns true, if this anchor is the border anchor.
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.qt.impl.component.QtAbstractButton
Gets, if the border should only be shown on mouse entered.
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 com.sibvisions.rad.ui.web.ext.gxt.GVxButton
Gets the border on mouse entered mode.
isBorderOnMouseEntered() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxToggleButton
Gets the border on mouse entered mode.
isBorderOnMouseEntered() - Method in class com.sibvisions.rad.ui.web.impl.component.WebButton
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.qt.ext.QVxButton
Gets whether the border will be painted.
isBorderPainted() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Gets whether the border will be painted.
isBorderPainted() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtButton
Gets whether the border will be painted.
isBorderPainted() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets whether the border will be painted.
isBorderPainted() - Method in class com.sibvisions.rad.ui.web.impl.component.WebButton
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.
isCachingStorage() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns whether the server storage is a cached storage or a storage without cache.
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(String) - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Checks if a the value of a property is currently marked as changed.
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.qt.impl.container.QtAbstractFrame
Checks if the frame is closable.
isClosable() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Checks if the frame is closable.
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 com.sibvisions.rad.ui.web.ext.gxt.GVxInternalFrame
Returns whether this internal frame can be closed by some user action.
isClosable() - Method in class com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
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.qt.impl.container.QtTabsetPanel
Not supported.
isClosableAt(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns whether a tab is closable.
isClosableAt(int) - Method in class com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.qt.impl.container.QtAbstractFrame
Checks if the frame was closed.
isClosed() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns whether this IInternalFrame is currently closed.
isClosed() - Method in class com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
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.
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.
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.qt.impl.menu.QtMenuItem
Not supported.
isCursorSet() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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. If this method returns false, this Component is inheriting its cursor from an ancestor.
isCursorSet() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.
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.qt.impl.component.QtAbstractButton
Gets the value of the defaultButton property, which if true means that this button is the current default button.
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 com.sibvisions.rad.ui.web.impl.component.WebButton
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.
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 allowed on this IDataBook.
isDeleteEnabled() - Method in interface javax.rad.model.IDataBook
Returns true if delete is allowed 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.
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.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxChoiceCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxImageViewer
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor
Defines, if the editor should edit directly in complex controls.
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 com.sibvisions.rad.ui.web.impl.celleditor.WebCellEditor
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.
isDisposed() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
Checks if the frame was disposed.
isDisposed() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Checks whether the window is disposed already.
isDisposed() - Method in class com.sibvisions.rad.ui.web.impl.container.WebFrame
Checks whether the window is disposed already.
isDisposed() - Method in class com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
Checks whether the window is disposed already.
isDisposed() - Method in class com.sibvisions.rad.ui.web.impl.container.WebWindow
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.qt.impl.container.QtTabsetPanel
Returns whether the tabs are dragable.
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 com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.
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.qt.impl.component.QtTextArea
Returns the boolean indicating whether this ITextField is editable or not.
isEditable() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtTextField
Returns the boolean indicating whether this ITextField is 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.web.impl.component.WebTextField
Returns the boolean indicating whether this ITextField is 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 interface javax.rad.ui.component.ITextField
Returns the boolean indicating whether this ITextField is 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
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.qt.impl.menu.QtMenuItem
Determines whether this component is enabled.
isEnabled() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
Determines whether this component is enabled.
isEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Determines whether this component is enabled. An enabled component can respond to user input and generate events. Components are enabled initially by default. A component may be enabled or disabled by calling its setEnabled method.
isEnabled() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.qt.impl.container.QtTabsetPanel
Returns if a tab is en- or disabled.
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 com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.
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.qt.impl.menu.QtMenuItem
Not supported.
isFocusable() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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 com.sibvisions.rad.ui.web.impl.WebComponent
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.qt.impl.menu.QtMenuItem
Returns whether the font has been explicitly set for this Component.
isFontSet() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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. If this method returns false, this Component is inheriting its font from an ancestor.
isFontSet() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.qt.impl.menu.QtMenuItem
Not supported.
isForegroundSet() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
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. If this method returns false, this Component is inheriting its foreground color from an ancestor.
isForegroundSet() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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(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.
isIconifiable() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Returns whether this internal frame can be iconified by some user action.
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 com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
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.
isIgnoreIconSize() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
Gets the current state of icon size calculation.
isIgnoreNull() - Method in class javax.rad.model.condition.CompareCondition
Returns if null values will be ignored.
isIgnoreValueChangeEvent() - Method in class com.sibvisions.rad.ui.gwt.client.widget.GVxEditor
Gets whether the value change event from the editor component will be ignored.
isImageBorderVisible() - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
Gets the inner border.
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 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.
isInsertEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if insert is allowed on this IDataBook.
isInsertEnabled() - Method in interface javax.rad.model.IDataBook
Returns true if insert is allowed 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.
ISizableWidget - Interface in com.sibvisions.rad.ui.qt.ext
The ISizableWidget defines the possibility to change the preferred size of QT widgets.
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.
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.
isLoaded() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
Returns whether this grid is loaded with data.
isLockAndRefetchEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if lock and refetch is enabled.
isMaximizable() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Returns whether this internal frame can be maximized by some user action.
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 com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
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.
isMaximumSizeHintSet() - Method in interface com.sibvisions.rad.ui.qt.ext.ISizableWidget
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxComboBase
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxGroupBox
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLabel
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxMainWindow
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxSplitter
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTabWidget
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTextEdit
Determines if an user-defined maximum size is set.
isMaximumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxWidget
Determines if an user-defined maximum size is set.
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 com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
isMaximumSizeSet() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
Returns true if the maximum size has been set to a non-null value otherwise returns false.
isMaximumSizeSet() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.
isMinimumSizeHintSet() - Method in interface com.sibvisions.rad.ui.qt.ext.ISizableWidget
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxComboBase
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxGroupBox
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLabel
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxMainWindow
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxSplitter
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTabWidget
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTextEdit
Determines if an user-defined minimum size is set.
isMinimumSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxWidget
Determines if an user-defined minimum size is set.
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 com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
isMinimumSizeSet() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
Returns whether or not setMinimumSize has been invoked with a non-null value.
isMinimumSizeSet() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.
isModal() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Returns the modal option of the internal frame.
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 com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
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.
isMovable() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtToolBar
Returns whether the toolbar is movable.
isMovable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Returns whether the toolbar is movable.
isMovable() - Method in class com.sibvisions.rad.ui.web.impl.container.WebToolBar
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.qt.ext.QVxTabWidget
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtDesktopPanel
Not supported.
isNavigationKeysEnabled() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtTabsetPanel
Determines whether the navigation with the keyboard is enabled.
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 com.sibvisions.rad.ui.web.impl.container.WebDesktopPanel
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in class com.sibvisions.rad.ui.web.impl.container.WebTabsetPanel
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.
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.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.
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.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() - 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.
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.
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.qt.ext.QVxComboBase
Returns whether the popup is visible.
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 com.sibvisions.rad.ui.qt.impl.component.QtLabel
Returns true if the preferred size has been set to a non-null value otherwise returns false.
isPreferredSizeSet() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Not supported.
isPreferredSizeSet() - Method in class com.sibvisions.rad.ui.qt.impl.QtComponent
Returns true if the preferred size has been set to a non-null value otherwise returns false.
isPreferredSizeSet() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
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.
isReadonly() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if this IDataBook is read only.
isReadOnly() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxChoiceCell
Checks if the choice is readonly.
isReadOnly() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
Gets whether the grid is read only.
isReadOnly() - Method in class com.sibvisions.rad.ui.gwt.client.widget.GVxEditor
Gets whether the editor is read only or editable.
isReadOnly() - Method in class com.sibvisions.rad.ui.qt.ext.QVxComboBase
Gets the readonly state of the combo.
isReadOnly() - Method in class com.sibvisions.rad.ui.web.ext.gwt.ColumnMetaData
Returns the read only state of this column.
isReadOnly() - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxChoice
Checks if the choice is readonly.
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.qt.ext.layout.QVxFormLayout.Anchor
true, if the anchor is relative.
isRelative() - Method in class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
true, if the anchor is relative.
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.
isReload() - Method in class com.sibvisions.rad.ui.gwt.shared.event.TableDataEvent
Gets whether the table should be reloaded.
isResizable() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
Indicates whether this frame is resizable by the user.
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 com.sibvisions.rad.ui.web.impl.container.AbstractWebFrame
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.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtEditor
Tells whether the CellEditor should save immediate.
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 com.sibvisions.rad.ui.web.impl.control.WebEditor
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.
isSelected() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Checks if the component is selected.
isSelected() - Method in class com.sibvisions.rad.ui.qt.impl.menu.QtCheckBoxMenuItem
Checks if the component is selected.
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 com.sibvisions.rad.ui.web.impl.component.WebToggleButton
Checks if the component is selected.
isSelected() - Method in class com.sibvisions.rad.ui.web.impl.menu.WebCheckBoxMenuItem
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.
isSendRowChanged() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
Gets whether the row changed event will be sent to the server.
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.qt.impl.control.QtTable
Gets if showing the vertical lines or not.
isShowHorizontalLines() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if showing the vertical lines or not.
isShowHorizontalLines() - Method in class com.sibvisions.rad.ui.web.impl.control.WebTable
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.
isShowSelection() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Gets if showing the selection or not.
isShowSelection() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtTable
Gets if showing the selection or not.
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 com.sibvisions.rad.ui.web.impl.control.WebTable
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.qt.impl.control.QtTable
Gets if showing the vertical lines 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 com.sibvisions.rad.ui.web.impl.control.WebTable
/** 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.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.
isSizeHintSet() - Method in interface com.sibvisions.rad.ui.qt.ext.ISizableWidget
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxComboBase
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxGroupBox
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLabel
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxMainWindow
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxSplitter
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTabWidget
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTextEdit
Determines if an user-defined preferred size is set.
isSizeHintSet() - Method in class com.sibvisions.rad.ui.qt.ext.QVxWidget
Determines if an user-defined preferred size is set.
isSortOnHeaderEnabled() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Gets true, if it is possible sorting the data by clicking on the header.
isSortOnHeaderEnabled() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtTable
Gets true, if it is possible sorting the data by clicking on the header.
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 com.sibvisions.rad.ui.web.impl.control.WebTable
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.qt.impl.layout.QtFlowLayout
Gets the square components mode.
isSquareComponents() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the square components mode.
isSquareComponents() - Method in class com.sibvisions.rad.ui.web.impl.layout.WebFlowLayout
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.
isStyleSupported() - Method in class com.sibvisions.rad.ui.web.ext.gwt.celleditor.ChoiceCellEditor
Returns whether the styling of the editor is supported.
isStyleSupported() - Method in class com.sibvisions.rad.ui.web.ext.gwt.celleditor.ImageViewer
Returns whether the styling of the editor is supported.
isStyleSupported() - Method in class com.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
Returns whether the styling of the editor is supported.
isTableHeaderVisible() - Method in class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor
Gets whether the table header is visible.
isTableHeaderVisible() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtTable
Gets the visibility of the table header.
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 com.sibvisions.rad.ui.web.ext.gwt.celleditor.LinkedCellEditor
Gets whether the table header is visible.
isTableHeaderVisible() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebLinkedCellEditor
Gets whether the table header is visible.
isTableHeaderVisible() - Method in class com.sibvisions.rad.ui.web.impl.control.WebTable
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.qt.ext.celleditor.QVxLinkedCellEditor
Gets whether the table in the popup readonly.
isTableReadonly() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Gets whether the table in the popup readonly.
isTableReadonly() - Method in class com.sibvisions.rad.ui.web.impl.celleditor.WebLinkedCellEditor
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.qt.impl.container.QtDesktopPanel
Gets the display mode of the desktop.
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 com.sibvisions.rad.ui.web.impl.container.WebDesktopPanel
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.
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, ...
IStyledCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent styled cell editor definition.
isUpdateEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if update is allowed on this IDataBook.
isUpdateEnabled() - Method in interface javax.rad.model.IDataBook
Returns true if update is allowed 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(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.qt.ext.celleditor.QVxLinkedCellEditor
Gets true, if only values from the table are allowed.
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.rad.ui.web.impl.celleditor.WebLinkedCellEditor
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.
isValueDetection() - Method in class com.sibvisions.rad.ui.gwt.shared.event.EditorValueEvent
Gets whether the value detection is en- or disabled.
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.qt.impl.QtComponentBase
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 com.sibvisions.rad.ui.web.ext.gwt.ColumnMetaData
Returns the visibility of this column.
isVisible() - Method in class com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
Determines whether this component should be visible when its parent is visible. Components are initially visible, with the exception of top level components such as Frame objects.
isVisible() - Method in class com.sibvisions.rad.ui.web.impl.WebComponent
Determines whether this component should be visible when its parent is visible.
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.
isWordWrap() - Method in class com.sibvisions.rad.ui.qt.impl.component.QtTextArea
Gets the current state of the word wrap mode.
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 com.sibvisions.rad.ui.web.impl.component.WebTextArea
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.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.
isWritebackEnabled() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns true if the RemoteDataBook should write back the changes to the AbstractStorage.
ITable - Interface in javax.rad.ui.control
Platform and technology independent Table definition.
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.
itemAt(int) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxBorderLayout
itemAt(int) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
itemAt(int) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxNullLayout
itemAt(int) - Method in class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
itemDeselect - Variable in class com.sibvisions.rad.ui.qt.ext.QVxChoice
the signal for deselecting an item (takes <Object> as parameter, for the deselected value).
itemSelect - Variable in class com.sibvisions.rad.ui.qt.ext.QVxChoice
the signal for selecting a new item (takes <Object> as parameter, for the selected value).
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.
ITree - Interface in javax.rad.ui.control
Platform and technology independent tree definition.
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.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.
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.
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.
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.
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.
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.
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.
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
 
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.
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 IControl 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.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(JTable, 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.
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(JTree, 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 - Static variable in class com.sibvisions.rad.server.http.DownloadServlet
the servlet parameter to use, to send the key to this servlet to get the file from the TemporaryFileStorage.
Key - Class in javax.rad.ui.event
Stores Key Event Data for Accelerator.
KEY_ALT - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Alt key code.
KEY_BACKSPACE - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Backspace key code.
KEY_CTRL - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Control key code.
KEY_DELETE - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Delete key code.
KEY_DOWN - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Down arrow code.
KEY_END - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
End key code.
KEY_ENTER - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Enter key code.
KEY_ESCAPE - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Escape key code.
KEY_F2 - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
F2 key code.
KEY_FIRST - Static variable in class javax.rad.ui.event.UIKeyEvent
The first number in the range of ids used for mouse events.
KEY_HOME - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Home key code.
KEY_INSERT - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Insert key code.
KEY_LAST - Static variable in class javax.rad.ui.event.UIKeyEvent
The last number in the range of ids used for mouse events.
KEY_LEFT - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Left key code.
KEY_PAGEDOWN - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Page down key code.
KEY_PAGEUP - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Page up key code.
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_RIGHT - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Right arrow key code.
KEY_SHIFT - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Shift key code.
KEY_SPACE - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Space key code.
KEY_TAB - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Tab key code.
KEY_TYPED - Static variable in class javax.rad.ui.event.UIKeyEvent
The "key typed" event.
KEY_UP - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.GVxKeyCodes
Up Arrow key code.
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.
keyPressEvent(QKeyEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxComboBase
Opens the popup when the down key was pressed.
keyPressEvent(QKeyEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
keyPressEvent(QKeyEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
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.
keyReleaseEvent(QKeyEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
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.
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 is a special Hashtable.
KeyValueList() - Constructor for class com.sibvisions.util.KeyValueList
 

L

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.
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.StringUtil
Fast like search in Strings with the wildcards are * 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.
LinkedCellEditor - Class in com.sibvisions.rad.ui.web.ext.gwt.celleditor
The LinkedCellEditor defines the link cell editor and is not a cell editor itself.
LinkedCellEditor() - Constructor for class com.sibvisions.rad.ui.web.ext.gwt.celleditor.LinkedCellEditor
Creates a new instance of LinkedCellEditor.
LinkGridComboBox - Class in com.sibvisions.rad.ui.gwt.client.widget.form
The LinkGridComboBox is a SimpleGridComboBox which stores multiple values instead of a single value.
LinkGridComboBox(LinkedCellEditor) - Constructor for class com.sibvisions.rad.ui.gwt.client.widget.form.LinkGridComboBox
Creates a new instance of CellEditorGridComboBox.
LinkTableCache - Class in com.sibvisions.rad.ui.web.impl.control
The LinkTableCache is a WebComponent which allows linked tables as "sub" components.
LinkTableCache() - Constructor for class com.sibvisions.rad.ui.web.impl.control.LinkTableCache
 
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.
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.
logger - Variable in class javax.rad.genui.UIComponent
the component logger.
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.
longValue - Variable in class com.sibvisions.rad.ui.gwt.client.async.TypeMap
serializable Long.

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.qt.impl.QtApplication
Starts the application as frame.
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.
margins - Variable in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxLayout
The margins.
margins - Variable in class com.sibvisions.rad.ui.web.impl.WebLayout
the margins of the layout.
mask() - Static method in class com.sibvisions.rad.ui.gwt.client.WebUI
Masks the application.
mask(String, String) - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
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
maximumSizeHint() - Method in interface com.sibvisions.rad.ui.qt.ext.ISizableWidget
Determines if an user-defined maximum size is set.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxComboBase
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxGroupBox
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLabel
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxMainWindow
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxSplitter
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTabWidget
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTextEdit
Get's the maximum size hint.
maximumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxWidget
Get's the maximum size hint.
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.
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 without a row definition.
MemDataBook(RowDefinition) - Constructor for class com.sibvisions.rad.model.mem.MemDataBook
Constructs a new MemDataBook with a specific RowDefinition.
MemDataPage - Class in com.sibvisions.rad.model.mem
A MemDataPage is the memory implementation for a data page of an IDataBook.
MemDataPage(IDataBook, 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.qt.impl.container.QtAbstractFrame
contains the menu bar of the frame.
menuBar - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
the menu bar.
menuBar - Variable in class com.sibvisions.rad.ui.web.impl.container.AbstractWebFrame
the menu bar.
menuBar - Variable in class javax.rad.genui.container.AbstractFrame
the menu bar.
MENUITEM_LISTENER - Static variable in class com.sibvisions.rad.ui.gwt.client.WebUI
ButtonListener for Button Events.
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
 
MetaDataEvent - Class in com.sibvisions.rad.ui.gwt.shared.event
The MetaDataEvent is a ServiceEvent to retrieve the meta data of a remote table.
MetaDataEvent() - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.MetaDataEvent
Creates a new instance of MetaDataEvent.
MetaDataEvent(String, String) - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.MetaDataEvent
Creates a new instance of MetaDataEvent.
MetaDataResult - Class in com.sibvisions.rad.ui.gwt.shared.event
The MetaDataResult is the ServiceResult of a meta data request.
MetaDataResult() - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.MetaDataResult
Creates a new instance of MetaDataResult.
MetaDataResult(String, List<ColumnMetaData>) - Constructor for class com.sibvisions.rad.ui.gwt.shared.event.MetaDataResult
Creates a new instance of MetaDataResult for a specific client.
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.
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxComboBase
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxEditor
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxGroupBox
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLabel
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxMainWindow
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxSplitter
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTabWidget
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTextEdit
minimumSizeHint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxWidget
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(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".
monthChangedInternal(QDate) - Method in class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
Invoked when the month was changed.
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.
mouseDoubleClickEvent(QMouseEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
mouseDoubleClickEvent(QMouseEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
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.
mouseMoveEvent(QMouseEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
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.
mousePressEvent(QMouseEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
mousePressEvent(QMouseEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxComboBase
Ignore hover arrow updates when the combo is readonly.
mousePressEvent(QMouseEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
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.
mouseReleaseEvent(QMouseEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
Emits the selected signal when the mouse was released over a valid row.
MOVE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The move cursor type.
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_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 - Static variable in interface com.sibvisions.rad.ui.gwt.IPackageSetup
Constant name value.
NAME - Static variable in interface com.sibvisions.rad.ui.qt.IPackageSetup
Constant name value.
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_XMLDECLARATION - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value the name of the declaration node (<?
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.qt.ext.layout.QVxFormLayout
Constraint for starting a new row for the given component.
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.
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.qt.ext.layout.QVxBorderLayout
the layout position for 'north'.
NORTH - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The north layout constraint (top of container).
NORTH - Static variable in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxBorderLayout
The North Constraint.
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.
notifyDestroy() - Method in class com.sibvisions.rad.application.Application
Notifies the IContent, that he will be destroyed.
notifyDestroy() - Method in class com.sibvisions.rad.application.Message
Notifies the IContent, that he will be destroyed.
notifyDestroy() - Method in class javax.rad.application.genui.Content
Notifies the IContent, that he will be destroyed.
notifyDestroy() - Method in interface javax.rad.application.IContent
Notifies the IContent, that he will be destroyed.
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.qt.ext.QVxEditor
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtEditor
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.qt.impl.control.QtTable
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.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 com.sibvisions.rad.ui.web.impl.control.WebEditor
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.web.impl.control.WebTable
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.web.impl.control.WebTree
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.
notifyVisible() - Method in class com.sibvisions.rad.application.Application
Notifies the IContent, that he is now positioned and showing.
notifyVisible() - Method in class com.sibvisions.rad.application.Message
Notifies the IContent, that he is now positioned and showing.
notifyVisible() - Method in class javax.rad.application.genui.Content
Notifies the IContent, that he is now positioned and showing.
notifyVisible() - Method in interface javax.rad.application.IContent
Notifies the IContent, that he 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.
NumberCellEditor - Class in com.sibvisions.rad.ui.web.ext.gwt.celleditor
The NumberCellEditor defines the number cell editor and is not a cell editor itself.
NumberCellEditor() - Constructor for class com.sibvisions.rad.ui.web.ext.gwt.celleditor.NumberCellEditor
Creates a new instance of NumberCellEditor.
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.
NumberValidator - Class in com.sibvisions.rad.ui.qt.ext.text
The NumberValidator is a QValidator extension.
NumberValidator(QObject) - Constructor for class com.sibvisions.rad.ui.qt.ext.text.NumberValidator
Creates a new instance of NumberValidator for a specific object.
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.
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.
onAfterRenderView() - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
onDetach() - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
onLayout(Container<?>, El) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxBorderLayout
onLayout(Container<?>, El) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFlowLayout
Layouts the given container.
onLayout(Container<?>, El) - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFormLayout
Layouts the given container.
onModuleLoad() - Method in class com.sibvisions.rad.ui.gwt.client.WebUI
This is the entry point method.
onModuleLoad() - Method in class com.sibvisions.rad.ui.gwt.client.WebUITest
This is the entry point method.
onMouseOut(ComponentEvent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxButton
onMouseOut(ComponentEvent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxToggleButton
onMouseOver(ComponentEvent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxButton
onMouseOver(ComponentEvent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxToggleButton
onRender(Element, int) - Method in class com.sibvisions.rad.ui.gwt.client.widget.grid.GVxGrid
onRender(Element, int) - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
onResize(int, int) - Method in class com.sibvisions.rad.ui.gwt.client.widget.GVxEditor
onResize(int, int) - Method in class com.sibvisions.rad.ui.web.ext.gxt.GVxImage
onTriggerClick(ComponentEvent) - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
onWindowResize(int, int) - Method in class com.sibvisions.rad.ui.gwt.client.widget.form.GridComboBox
onWindowResize(int, int) - Method in class com.sibvisions.rad.ui.web.ext.gxt.form.ComboBase
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. AbstractStorage oriented implementations should open the storage (DB, XML, File) and load the Meta data/defaulting the RowDefinition.
open() - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
It opens the IDataSource.
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 StorageDataSource is !
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(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.
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 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 StorageDataSource is !
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 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, IWorkScreenApplication.Modality) - 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.

P

pack() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents. If the window and/or its owner are not yet displayable, both are made displayable before calculating the preferred size. The IWindow will be validated after the preferredSize is calculated.
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 com.sibvisions.rad.ui.web.impl.container.WebFrame
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class com.sibvisions.rad.ui.web.impl.container.WebInternalFrame
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class com.sibvisions.rad.ui.web.impl.container.WebWindow
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.
paint(QPainter, QRect) - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
Paints the choice with a specific painter and bounds.
paint(QPainter, QRect) - Method in class com.sibvisions.rad.ui.qt.ext.QVxIcon
Paints the icon with a specific painter.
paint(QWidget, QPainter, QStyleOptionViewItemV4) - Method in interface com.sibvisions.rad.ui.qt.ext.table.ICellPainter
Paints the cell.
paint(Graphics) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
paint(Graphics) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
paint(Graphics) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellRenderer
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.
paintEvent(QPaintEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxButton
paintEvent(QPaintEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxChoice
paintEvent(QPaintEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxIcon
paintEvent(QPaintEvent) - Method in class com.sibvisions.rad.ui.qt.ext.QVxTableView
PARAM_APPLICATION - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for the application name.
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.UploadServlet
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_INFOTEXT - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for the info text.
PARAM_KEY - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for accessing the ObjectCache.
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_RESOURCE - Static variable in class com.sibvisions.rad.server.http.UploadServlet
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_TITLE - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for the title.
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 com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Container where the component is added.
parent - Variable in class com.sibvisions.rad.ui.qt.impl.QtComponent
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.
parseAnchorData() - Method in class com.sibvisions.rad.ui.web.ext.gxt.layout.GVxFormLayout.Anchor
Parses the anchor data.
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).
performInvokeLater() - Method in class com.sibvisions.rad.ui.web.impl.WebFactory
Invokes the invoke later queue.
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
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_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.
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_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
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.
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(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.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.
putGlobalMetaData(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.
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(ISession, String, Object) - Method in class javax.rad.server.AbstractObjectProvider
Puts an object to the life-cycle object container for an ISession.

Q

QtAbstractButton<B extends QAbstractButton> - Class in com.sibvisions.rad.ui.qt.impl.component
The QtAbstractButton class is the abstract base class of button widgets, providing functionality common to buttons.
QtAbstractButton(B) - Constructor for class com.sibvisions.rad.ui.qt.impl.component.QtAbstractButton
Creates a new instance of QtButton.
QtAbstractFrame<C extends QWidget> - Class in com.sibvisions.rad.ui.qt.impl.container
The QtFrame is the IFrame implementation for QT.
QtAbstractFrame(C) - Constructor for class com.sibvisions.rad.ui.qt.impl.container.QtAbstractFrame
Creates a new instance of QtFrame based on a QWidget.
QtApplication - Class in com.sibvisions.rad.ui.qt.impl
The QtApplication is the IApplication implementation for QT applications.
QtApplication(String, String, String[]) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtApplication
Creates a new instance of SwingApplication with the desired application.
QtBorderLayout - Class in com.sibvisions.rad.ui.qt.impl.layout
The QtBorderLayout is the IBorderLayout implementation for QT.
QtBorderLayout() - Constructor for class com.sibvisions.rad.ui.qt.impl.layout.QtBorderLayout
Creates a new instance of QtBorderLayout based on an IBorderLayout implementation.
QtButton - Class in com.sibvisions.rad.ui.qt.impl.component
The QtButton is the IButton implementation for QT.
QtButton() - Constructor for class com.sibvisions.rad.ui.qt.impl.component.QtButton
Creates a new instance of QtButton.
QtCellFormat - Class in com.sibvisions.rad.ui.qt.impl.control
The QtCellFormat is the ICellFormat implementation for QT.
QtCellFormat(IColor, IColor, IFont) - Constructor for class com.sibvisions.rad.ui.qt.impl.control.QtCellFormat
Constructs a new instance of QtCellFormat.
QtCheckBox - Class in com.sibvisions.rad.ui.qt.impl.component
The QtCheckBox is the ICheckBox implementation for QT.
QtCheckBox() - Constructor for class com.sibvisions.rad.ui.qt.impl.component.QtCheckBox
Creates a new instance of QtCheckBox.
QtCheckBoxMenuItem<C extends QVxCheckAction> - Class in com.sibvisions.rad.ui.qt.impl.menu
The QtMenuItem is the IMenuItem implementation for QT.
QtCheckBoxMenuItem() - Constructor for class com.sibvisions.rad.ui.qt.impl.menu.QtCheckBoxMenuItem
Creates a new instance of QtMenuItem.
QtColor - Class in com.sibvisions.rad.ui.qt.impl
The QtColor class is used to encapsulate the access to all usable colors for QT widgets.
QtColor(QColor) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtColor
Constructs a color that is a copy of another color.
QtColor(int) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtColor
Constructs a color for a specific color value.
QtComponent<C extends QWidget> - Class in com.sibvisions.rad.ui.qt.impl
The QtComponent class is the base class of all QT user interface objects.
QtComponent(C) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtComponent
Creates a new instance of QtComponent.
QtComponentBase<C extends QObject> - Class in com.sibvisions.rad.ui.qt.impl
The ComponentEventFilter handles the events from the resource and sends important events to the listeners.
QtComponentBase(C) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtComponentBase
Creates an encapsulated instance of QtResource with the specified type R.
QtContainer<C extends QWidget> - Class in com.sibvisions.rad.ui.qt.impl
A generic QT container object is a component that can contain other QT components.
QtContainer(C) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtContainer
Creates a new instance of QtContainer.
QtCursor - Class in com.sibvisions.rad.ui.qt.impl
The QtCursor encapsulates the representation of the mouse cursor.
QtCursor(QCursor) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtCursor
Creates an instance of QtCursor based on a QCursor.
QtDesktopPanel - Class in com.sibvisions.rad.ui.qt.impl.container
The QtDesktopPanel is the IDesktopPanel implementation for QT.
QtDesktopPanel() - Constructor for class com.sibvisions.rad.ui.qt.impl.container.QtDesktopPanel
Creates a new instance of QtDesktopPanel.
QtDimension - Class in com.sibvisions.rad.ui.qt.impl
The QtDimension class encapsulates the width and height of a component (in integer precision) in a single object.
QtDimension(QSize) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtDimension
Creates an instance of QtDimension based on a QSize.
QtDimension(int, int) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtDimension
Creates an instance of QtDimension whose width and height are the same as for the specified dimension.
QtEditor - Class in com.sibvisions.rad.ui.qt.impl.control
The QtEditor is the IEditor implementation for QT.
QtEditor() - Constructor for class com.sibvisions.rad.ui.qt.impl.control.QtEditor
Creates a new instance of QtEditor.
QtFactory - Class in com.sibvisions.rad.ui.qt.impl
The QtFactory class encapsulates methods to create and access QT components.
QtFactory() - Constructor for class com.sibvisions.rad.ui.qt.impl.QtFactory
 
QtFlowLayout - Class in com.sibvisions.rad.ui.qt.impl.layout
The QtFlowLayout is the IFlowLayout implementation for QT.
QtFlowLayout() - Constructor for class com.sibvisions.rad.ui.qt.impl.layout.QtFlowLayout
Creates a new instance of AwtSimpleFormLayout based on an IFlowLayout implementation.
QtFont - Class in com.sibvisions.rad.ui.qt.impl
The QtFont class represents fonts, which are used to render text in a visible way.
QtFont(QFont) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtFont
Creates an instance of QtFont based on a QFont.
QtFont(String, int, int) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtFont
Creates an instance of QtFont from the specified name, style and point size.
QtFormLayout - Class in com.sibvisions.rad.ui.qt.impl.layout
The QtFormLayout is the IFormLayout implementation for QT.
QtFormLayout() - Constructor for class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout
Creates a new instance of AwtSimpleFormLayout based on an IFormLayout implementation.
QtFormLayout.QtAnchor - Class in com.sibvisions.rad.ui.qt.impl.layout
The Anchor gives the possible horizontal and vertical positions.
QtFormLayout.QtAnchor(IFormLayout, QVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtAnchor
Constructs a new AwtAnchor.
QtFormLayout.QtConstraints - Class in com.sibvisions.rad.ui.qt.impl.layout
The Constraint stores the top, left, bottom and right Anchor for layouting a component.
QtFormLayout.QtConstraints(QtFormLayout, QVxFormLayout.Constraint) - Constructor for class com.sibvisions.rad.ui.qt.impl.layout.QtFormLayout.QtConstraints
Constructs a new QtConstraints.
QtFrame - Class in com.sibvisions.rad.ui.qt.impl.container
The QtFrame is the IFrame implementation for QT.
QtFrame() - Constructor for class com.sibvisions.rad.ui.qt.impl.container.QtFrame
Creates a new instance of QtFrame.
QtGroupPanel - Class in com.sibvisions.rad.ui.qt.impl.container
The QtGroupPanel is the IGroupPanel implementation for QT.
QtGroupPanel() - Constructor for class com.sibvisions.rad.ui.qt.impl.container.QtGroupPanel
Creates a new instance of QtGroupPanel.
QtIcon - Class in com.sibvisions.rad.ui.qt.impl.component
The QtIcon is the IIcon implementation for QT.
QtIcon() - Constructor for class com.sibvisions.rad.ui.qt.impl.component.QtIcon
Creates a new instance of QtIcon.
QtImage - Class in com.sibvisions.rad.ui.qt.impl
The QtImage represents graphical images.
QtImage(QPixmap) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtImage
Creates an instance of QtImage based on a QPixmap.
QtImage(QIcon) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtImage
Creates an instance of QtImage based on a QIcon.
QtInsets - Class in com.sibvisions.rad.ui.qt.impl
The QtInsets class encapsulates the margins (in integer precision) in a single object.
QtInsets(QContentsMargins) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtInsets
Creates an instance of AwtInsets based on a java.awt.Insets.
QtInsets(int, int, int, int) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtInsets
Creates an instance of QtInsets for specific margins.
QtInternalFrame - Class in com.sibvisions.rad.ui.qt.impl.container
The QtInternalFrame is the IInternalFrame implementation for QT.
QtInternalFrame(IDesktopPanel) - Constructor for class com.sibvisions.rad.ui.qt.impl.container.QtInternalFrame
Creates a new instance of QtInternalFrame for a specifig IDesktopPanel.
QtLabel - Class in com.sibvisions.rad.ui.qt.impl.component
The QtLabel is the ILabel implementation for QT.
QtLabel() - Constructor for class com.sibvisions.rad.ui.qt.impl.component.QtLabel
Creates a new instance of QtLabel.
QtMenu - Class in com.sibvisions.rad.ui.qt.impl.menu
The QtMenu is the IMenu implementation for QT.
QtMenu() - Constructor for class com.sibvisions.rad.ui.qt.impl.menu.QtMenu
Creates a new instance of QtMenu.
QtMenuBar - Class in com.sibvisions.rad.ui.qt.impl.menu
The QtMenuBar is the IMenuBar implementation for QT.
QtMenuBar() - Constructor for class com.sibvisions.rad.ui.qt.impl.menu.QtMenuBar
Creates a new instance of QtMenuBar.
QtMenuItem<C extends QAction> - Class in com.sibvisions.rad.ui.qt.impl.menu
The QtMenuItem is the IMenuItem implementation for QT.
QtMenuItem(QAction) - Constructor for class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Creates a new instance of QtMenuItem for a given QAction.
QtMenuItem() - Constructor for class com.sibvisions.rad.ui.qt.impl.menu.QtMenuItem
Creates a new instance of QtMenuItem.
QtNullLayout - Class in com.sibvisions.rad.ui.qt.impl.layout
The QtNullLayout is the a null layout for QT.
QtNullLayout() - Constructor for class com.sibvisions.rad.ui.qt.impl.layout.QtNullLayout
Creates a new instance of QtNullLayout.
QtPanel - Class in com.sibvisions.rad.ui.qt.impl.container
The QtPanel is the IPanel implementation for QT.
QtPanel() - Constructor for class com.sibvisions.rad.ui.qt.impl.container.QtPanel
Creates a new instance of QtPanel.
QtPasswordField - Class in com.sibvisions.rad.ui.qt.impl.component
The QtPasswordField is the IPasswordField implementation for QT.
QtPasswordField() - Constructor for class com.sibvisions.rad.ui.qt.impl.component.QtPasswordField
Creates a new instance of QtPasswordField.
QtPoint - Class in com.sibvisions.rad.ui.qt.impl
A QtPoint represents a location in (x, y) coordinate space, specified in integer precision.
QtPoint(QPoint) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtPoint
Creates an instance of QtPoint based on a QPoint.
QtPoint(int, int) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtPoint
Creates an instance of QtPoint at the specified (xy) location in the coordinate space.
QtPopupMenu - Class in com.sibvisions.rad.ui.qt.impl.menu
The SwingPopupMenu is the IPopupMenu implementation for swing.
QtPopupMenu() - Constructor for class com.sibvisions.rad.ui.qt.impl.menu.QtPopupMenu
Creates a new instance of QtPopupMenu.
QtRadioButton - Class in com.sibvisions.rad.ui.qt.impl.component
The QtRadioButton is the IRadioButton implementation for QT.
QtRadioButton() - Constructor for class com.sibvisions.rad.ui.qt.impl.component.QtRadioButton
Creates a new instance of QtRadioButton.
QtRectangle - Class in com.sibvisions.rad.ui.qt.impl
A QtRectangle specifies an area in a coordinate space that is enclosed by the QtRectangle object's top-left point (xy) in the coordinate space, its width, and its height.
QtRectangle(QRect) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtRectangle
Creates an instance of QtRectangle based on a QRect.
QtRectangle(int, int, int, int) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtRectangle
Constructs a new QtRectangle whose top-left corner is specified as (xy) and whose width and height are specified by the arguments of the same name.
QtResource<R> - Class in com.sibvisions.rad.ui.qt.impl
A class to encapsulate any QT resource.
QtResource(R) - Constructor for class com.sibvisions.rad.ui.qt.impl.QtResource
Creates an encapsulated instance of QtResource with the specified type R.
QtSplitPanel - Class in com.sibvisions.rad.ui.qt.impl.container
The QtSplitPanel is the ISplitPanel implementation for QT.
QtSplitPanel() - Constructor for class com.sibvisions.rad.ui.qt.impl.container.QtSplitPanel
Creates a new instance of QtSplitter.
QtTable - Class in com.sibvisions.rad.ui.qt.impl.control
The QtTable is the ITable implementation for QT.
QtTable() - Constructor for class com.sibvisions.rad.ui.qt.impl.control.QtTable
Creates a new instance of QtTable.
QtTabsetPanel - Class in com.sibvisions.rad.ui.qt.impl.container
The QtTabsetPanel is the ITabsetPanel implementation for QT.
QtTabsetPanel() - Constructor for class com.sibvisions.rad.ui.qt.impl.container.QtTabsetPanel
Creates a new instance of QtTabsetPanel.
QtTextArea - Class in com.sibvisions.rad.ui.qt.impl.component
The QtTextArea is the ITextArea implementation for QT.
QtTextArea() - Constructor for class com.sibvisions.rad.ui.qt.impl.component.QtTextArea
Creates a new instance of QtTextArea.
QtTextField - Class in com.sibvisions.rad.ui.qt.impl.component
The QtTextField is the ITextField implementation for QT.
QtTextField() - Constructor for class com.sibvisions.rad.ui.qt.impl.component.QtTextField
Creates a new instance of QtTextField.
QtToggleButton - Class in com.sibvisions.rad.ui.qt.impl.component
The QtToggleButton is the IToggleButton implementation for QT.
QtToggleButton() - Constructor for class com.sibvisions.rad.ui.qt.impl.component.QtToggleButton
Creates a new instance of QtToggleButton.
QtToolBar - Class in com.sibvisions.rad.ui.qt.impl.container
The QtToolBar is the IToolBar implementation for QT.
QtToolBar() - Constructor for class com.sibvisions.rad.ui.qt.impl.container.QtToolBar
Creates a new instance of QtToolBar.
QtToolBarPanel - Class in com.sibvisions.rad.ui.qt.impl.container
The QtToolBarPanel is the IToolBarPanel implementation for QT.
QtToolBarPanel() - Constructor for class com.sibvisions.rad.ui.qt.impl.container.QtToolBarPanel
Creates a new instance of QtPanel.
quote(Object) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Quotes an Object.
QVxBorderLayout - Class in com.sibvisions.rad.ui.qt.ext.layout
The QVxBorderLayout is a BorderLayout implementation for QT.
QVxBorderLayout() - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxBorderLayout
Constructs a new BorderLayout.
QVxButton - Class in com.sibvisions.rad.ui.qt.ext
A QVxButton button is rectangular and typically displays a text label describing its action.
QVxButton() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxButton
Constructs a new instance of QVxButton with no text and parent.
QVxButton(QIcon, String) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxButton
Constructs a new instance of QVxButton with an icon and a text.
QVxButton(QIcon, String, QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxButton
Constructs a new instance of QVxButton with an icon, a text and a parent.
QVxButton(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxButton
Creates a new instance of QVxButton with a parent.
QVxButton(String) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxButton
Creates a new instance of QVxButton with a text.
QVxButton(String, QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxButton
Creates a new instance of QVxButton with a text and a parent.
QVxCalendarWidget - Class in com.sibvisions.rad.ui.qt.ext
The QVxCalendarWidget class provides a monthly based calendar widget allowing the user to select a date and time.
QVxCalendarWidget() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
Constructs calendar widget.
QVxCalendarWidget(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxCalendarWidget
Constructs a calendar widget with a specific parent.
QVxCheckAction - Class in com.sibvisions.rad.ui.qt.ext
The QVxCheckAction is an extension of QAction which is checkable and allows special check/uncheck icons.
QVxCheckAction(QObject) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxCheckAction
Constructs an action with parent.
QVxCheckAction(String, QObject) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxCheckAction
Constructs an action with some text and parent.
QVxChoice - Class in com.sibvisions.rad.ui.qt.ext
A Choice editor can display and switch several values as Image.
QVxChoice() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxChoice
Constructs a new QVxChoice component.
QVxChoice(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxChoice
Constructs a new QVxChoice component with a specifig parent widget.
QVxChoice(Object[], QPixmap[]) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxChoice
Constructs a new QVxChoice with the given allowed values and image names.
QVxChoice(Object[], QPixmap[], QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxChoice
Constructs a new QVxChoice with the given allowed values, image names and a specific parent widget.
QVxChoiceCellEditor - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The QVxChoiceCellEditor provides the generation of the physical choice editor component, handles correct all events, and gives standard access to edited values.
QVxChoiceCellEditor() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxChoiceCellEditor
Constructs a new instance of QVxChoiceCellEditor.
QVxChoiceCellEditor(Object[], String[]) - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxChoiceCellEditor
Constructs a new instance of QVxChoiceCellEditor with the given allowed values and image names.
QVxComboBase - Class in com.sibvisions.rad.ui.qt.ext
QVxComboBase is a generic component for displaying any editor component combined with any popup component.
QVxComboBase() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxComboBase
Creates a new instance of QVxComboBase with an empty popup.
QVxDateCellEditor - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The QVxDateCellEditor provides the generation of the physical date editor component, handles all events, and gives standard access to edited values.
QVxDateCellEditor() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor
Constructs a new QVxDateCellEditor.
QVxDateCellEditor(String) - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor
Constructs a new QVxDateCellEditor with the given date format.
QVxDateCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.qt.ext.celleditor
Sets the internal changed flag, and informs the CellEditorListener if editing is completed.
QVxDateCellEditor.CellEditorHandler(QVxDateCellEditor, ICellFormatterEditorListener, IDataRow, String) - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor.CellEditorHandler
Constructs a new CellEditorHandler.
QVxDateCellEditor.CellEditorHandler.InternalSignalAndEventHandler - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The InternalSignalAndEventHandler handles signals and events from the the combobase and the referenced table.
QVxDateCellEditor.CellEditorHandler.InternalSignalAndEventHandler() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxDateCellEditor.CellEditorHandler.InternalSignalAndEventHandler
 
QVxDateTimeCombo - Class in com.sibvisions.rad.ui.qt.ext
The QVxDateTimeCombo class provides a widget for editing dates and times.
QVxDateTimeCombo() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxDateTimeCombo
Constructs an empty date time editor.
QVxDateTimeCombo(String) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxDateTimeCombo
Constructs an empty date time editor with a specific display pattern.
QVxEditor - Class in com.sibvisions.rad.ui.qt.ext
A default IControl implementation.
QVxEditor() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxEditor
Creates a new instance of QtEditor.
QVxFormLayout - Class in com.sibvisions.rad.ui.qt.ext.layout
The FormLayout is a simple to use Layout which allows complex forms.
QVxFormLayout() - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout
Constructs a new FormLayout.
QVxFormLayout.Anchor - Class in com.sibvisions.rad.ui.qt.ext.layout
The Anchor gives the possible horizontal and vertical positions.
QVxFormLayout.Anchor(QVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Anchor
Constructs an anchor relative to pRelatedAnchor auto sized.
QVxFormLayout.Anchor(QVxFormLayout.Anchor, int) - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Anchor
Constructs an anchor relative to pRelatedAnchor with pPosition pixels.
QVxFormLayout.Anchor(QVxFormLayout.Anchor, QVxFormLayout.Anchor, float) - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Anchor
Constructs an centered anchor between the related and second related anchor.
QVxFormLayout.Anchor(QVxFormLayout.Anchor, QVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Anchor
Constructs an centered anchor between the related and second related anchor.
QVxFormLayout.Constraint - Class in com.sibvisions.rad.ui.qt.ext.layout
The Constraint stores the top, left, bottom and right Anchor for layouting a component.
QVxFormLayout.Constraint(QVxFormLayout.Anchor, QVxFormLayout.Anchor, QVxFormLayout.Anchor, QVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Constraint
Constructs Constraints with the given anchors as bounds.
QVxFormLayout.Constraint(QVxFormLayout.Anchor, QVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Constraint
Constructs Constraints with the given anchors as bounds.
QVxGroupBox - Class in com.sibvisions.rad.ui.qt.ext
The QVxGroupBox widget provides a group box frame with a title.
QVxGroupBox() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxGroupBox
Constructs a group box.
QVxGroupBox(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxGroupBox
Constructs a group box for a specific parent without title.
QVxGroupBox(String) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxGroupBox
Constructs a group box with a specific title.
QVxGroupBox(String, QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxGroupBox
Constructs a group box for a specific parent and title.
QVxIcon - Class in com.sibvisions.rad.ui.qt.ext
The QVxIcon is a simple widget with an image.
QVxIcon() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxIcon
Creates a new instance of QVxIcon without an image.
QVxIcon(QPixmap) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxIcon
Creates a new instance of QVxIcon based on an QPixmap.
QVxImageViewer - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The QVxImageViewer provides the generation of the physical image component, handles correct all events, and gives standard access to values.
QVxImageViewer() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxImageViewer
Creates a new instance of QVxImageViewer.
QVxLabel - Class in com.sibvisions.rad.ui.qt.ext
The QVxLabel widget provides a text or image display.
QVxLabel() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLabel
Constructs an empty label.
QVxLabel(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLabel
Constructs an empty label.
QVxLabel(QWidget, Qt.WindowFlags) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLabel
Constructs an empty label.
QVxLabel(QWidget, Qt.WindowType[]) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLabel
Constructs an empty label.
QVxLabel(String) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLabel
Constructs a label that displays the specified text.
QVxLabel(String, QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLabel
Constructs a label that displays the specified text.
QVxLabel(String, QWidget, Qt.WindowFlags) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLabel
Constructs a label that displays the specified text.
QVxLabel(String, QWidget, Qt.WindowType[]) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLabel
Constructs a label that displays the specified text.
QVxLineEdit - Class in com.sibvisions.rad.ui.qt.ext
The QVxLineEdit widget is a one-line text editor.
QVxLineEdit() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
Constructs a line edit with no text.
QVxLineEdit(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
Constructs a line edit with a parent widget.
QVxLineEdit(String) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
Constructs a line edit containing the text contents.
QVxLineEdit(String, QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxLineEdit
Constructs line edit with a parent widget and containing the text contents.
QVxLinkedCellEditor - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The QVxLinkedCellEditor provides the generation of the physical linked editor component, handles correct all events, and gives standard access to edited values.
QVxLinkedCellEditor() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor
Constructs a new instance of QVxLinkedCellEditor.
QVxLinkedCellEditor(ReferenceDefinition) - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor
Constructs a new instance of QVxLinkedCellEditor with the given link reference.
QVxLinkedCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.qt.ext.celleditor
Sets the internal changed Flag, and informs the CellEditorListener if editing is completed.
QVxLinkedCellEditor.CellEditorHandler(QVxLinkedCellEditor, ICellFormatterEditorListener, IDataRow, String) - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor.CellEditorHandler
Constructs a new instance of CellEditorHandler.
QVxLinkedCellEditor.CellEditorHandler.InternalSignalAndEventHandler - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The InternalSignalAndEventHandler handles signals and events from the the combobase and the referenced table.
QVxLinkedCellEditor.CellEditorHandler.InternalSignalAndEventHandler() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxLinkedCellEditor.CellEditorHandler.InternalSignalAndEventHandler
 
QVxMainWindow - Class in com.sibvisions.rad.ui.qt.ext
The QVxMainWindow class provides a main application window.
QVxMainWindow() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxMainWindow
Constructs a QVxMainWindow.
QVxMainWindow(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxMainWindow
Constructs a QVxMainWindow with the given parent.
QVxMainWindow(QWidget, Qt.WindowFlags) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxMainWindow
Constructs a QVxMainWindow with the given parent and window flags.
QVxMainWindow(QWidget, Qt.WindowType[]) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxMainWindow
Constructs a QVxMainWindow with the given parent and window type flags.
QVxMdiSubWindow - Class in com.sibvisions.rad.ui.qt.ext
The QVxMdiSubWindow class provides a subwindow for QMdiArea.
QVxMdiSubWindow() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
Constructs a new QVxMdiSubWindow.
QVxMdiSubWindow(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
Constructs a new QVxMdiSubWindow with a parent widget.
QVxMdiSubWindow(QWidget, Qt.WindowFlags) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
Constructs a new QVxMdiSubWindow with a parent widget and specific window flags.
QVxMdiSubWindow(QWidget, Qt.WindowType...) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxMdiSubWindow
Constructs a new QVxMdiSubWindow with a parent widget and specific window flags.
QVxNullLayout - Class in com.sibvisions.rad.ui.qt.ext.layout
The QVxNullLayout is the implementation for null layouts.
QVxNullLayout() - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxNullLayout
 
QVxNumberCellEditor - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The QVxNumberCellEditor provides the generation of the physical number editor component, handles correct all events, and gives standard access to edited values.
QVxNumberCellEditor() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor
Constructs a new instance of QVxTextCellEditor.
QVxNumberCellEditor(String) - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor
Constructs a new instance of QVxNumberCellEditor with the given number format.
QVxNumberCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.qt.ext.celleditor
Sets the internal changed flag, and informs the CellEditorListener if editing is completed.
QVxNumberCellEditor.CellEditorHandler(QVxNumberCellEditor, ICellFormatterEditorListener, IDataRow, String) - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor.CellEditorHandler
Constructs a new instance of CellEditorHandler.
QVxNumberCellEditor.CellEditorHandler.InternalSignalAndEventHandler - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The InternalSignalAndEventHandler handles signals and events from the the line edit.
QVxNumberCellEditor.CellEditorHandler.InternalSignalAndEventHandler() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxNumberCellEditor.CellEditorHandler.InternalSignalAndEventHandler
 
QVxSequenceLayout - Class in com.sibvisions.rad.ui.qt.ext.layout
The QVxSequenceLayout can be used as FlowLayout with additional features.
QVxSequenceLayout() - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
Creates a new instance of QVxSequenceLayout with Qt.Orientation.Horizontal orientation and 5 pixels vertical and horizontal gap.
QVxSequenceLayout(Qt.Orientation) - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
Creates a new instance of QVxSequenceLayout with the desired orientation and 5 pixels vertical and horizontal gap.
QVxSequenceLayout(Qt.Orientation, int, int) - Constructor for class com.sibvisions.rad.ui.qt.ext.layout.QVxSequenceLayout
Creates a new instance of QVxSequenceLayout with the desired orientation and gaps.
QVxSplitter - Class in com.sibvisions.rad.ui.qt.ext
The QVxSplitter class implements a splitter widget.
QVxSplitter() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxSplitter
Constructs a horizontal splitter.
QVxSplitter(Qt.Orientation) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxSplitter
Constructs a splitter with the given orientation.
QVxSplitter(Qt.Orientation, QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxSplitter
Constructs text edit with a parent widget and containing the text contents.
QVxSplitter(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxSplitter
Constructs a horizontal splitter with a specific parent.
QVxStyledCellEditor - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The QVxStyledCellEditor provides the styling of cell editors.
QVxStyledCellEditor() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxStyledCellEditor
Creates a new instance of QVxStyledCellEditor.
QVxTableView - Class in com.sibvisions.rad.ui.qt.ext
The QVxTableView class provides a default model/view implementation of a table view.
QVxTableView() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxTableView
Constructs a table view to represent the data.
QVxTableView(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxTableView
Constructs a table view with a parent to represent the data.
QVxTableView.SelectionModel - Class in com.sibvisions.rad.ui.qt.ext
The SelectionModel is an QItemSelectionModel to forward selection changes to the databook.
QVxTableView.SelectionModel(QAbstractItemModel, QObject) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxTableView.SelectionModel
Creates a new instance of SelectionModel for a QAbstractItemModel and a parent object.
QVxTableView.TableModel - Class in com.sibvisions.rad.ui.qt.ext
The TableModel is an QAbstractTableModel for representing the table header and data.
QVxTableView.TableModel() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxTableView.TableModel
 
QVxTabWidget - Class in com.sibvisions.rad.ui.qt.ext
The QVxTabWidget class provides a stack of tabbed widgets.
QVxTabWidget() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxTabWidget
Constructs a tabbed widget.
QVxTabWidget(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxTabWidget
Constructs a tabbed widget with a parent.
QVxTextCellEditor - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The QVxTextCellEditor provides the generation of the physical text editor component, handles all events, and gives standard access to edited values.
QVxTextCellEditor() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor
Constructs a new instance of QVxTextCellEditor.
QVxTextCellEditor(String) - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor
Constructs a new QVxTextCellEditor with the given content type.
QVxTextCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.qt.ext.celleditor
Sets the internal changed flag, and informs the CellEditorListener if editing is completed.
QVxTextCellEditor.CellEditorHandler(QVxTextCellEditor, ICellFormatterEditorListener, IDataRow, String) - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.CellEditorHandler
Constructs a new CellEditorHandler.
QVxTextCellEditor.CellEditorHandler.InternalSignalAndEventHandler - Class in com.sibvisions.rad.ui.qt.ext.celleditor
The InternalSignalAndEventHandler handles signals and events from the the line edit.
QVxTextCellEditor.CellEditorHandler.InternalSignalAndEventHandler() - Constructor for class com.sibvisions.rad.ui.qt.ext.celleditor.QVxTextCellEditor.CellEditorHandler.InternalSignalAndEventHandler
 
QVxTextEdit - Class in com.sibvisions.rad.ui.qt.ext
The QVxTextEdit class provides a widget that is used to edit and display both plain and rich text.
QVxTextEdit() - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxTextEdit
Constructs an empty text edit.
QVxTextEdit(QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxTextEdit
Constructs a text edit with a parent widget.
QVxTextEdit(String) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxTextEdit
Constructs a text edit containing the text contents.
QVxTextEdit(String, QWidget) - Constructor for class com.sibvisions.rad.ui.qt.ext.QVxTextEdit
Constructs text edit with a parent widget and containing the text contents.
QVxUtil - Class in com.sibvisions.rad.ui.qt.ext
The QVxUtil is a utility class with often used functionality encapsulated in useful methods.
QVxWidget - Class in com.sibvisions.rad.ui.qt.ext
The QVxWidget is a simple QWidget which implements the ISizableWidget interface.
QVxWidget() - Constructor for class com.sibvisions