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

A

About - Class in com.sibvisions.rad.application
The About class is the About dialog of the application.
About(UIDesktopPanel) - Constructor for class com.sibvisions.rad.application.About
Creates a new instance of About for the given application.
ABOUT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) about image (used for toolbar buttons or icons).
ABOUT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) about image (used for menuitems or buttons).
AbstractBean<C extends IBeanType> - Class in javax.rad.type.bean
The AbstractBean is an AbstractMap and the default IBean implementation.
AbstractBean(C) - Constructor for class javax.rad.type.bean.AbstractBean
Creates a AbstractBean with a specific IBeanType.
AbstractBeanType<T> - Class in javax.rad.type.bean
The AbstractBeanType is a bean definition without a bean object/class.
AbstractBeanType() - Constructor for class javax.rad.type.bean.AbstractBeanType
Constructs a new AbstractBeanType .
AbstractBeanType(String, String[]) - Constructor for class javax.rad.type.bean.AbstractBeanType
Constructs a new AbstractBeanType with class name and a property list.
AbstractBeanType(String, PropertyDefinition[]) - Constructor for class javax.rad.type.bean.AbstractBeanType
Constructs a new AbstractBeanType with a class name and PropertyDefinitions.
AbstractCachedStorage - Class in com.sibvisions.rad.persist
The AbstractCachedStorage implements the caching mechanism of ICachedStorage.
AbstractCachedStorage() - Constructor for class com.sibvisions.rad.persist.AbstractCachedStorage
Creates a new instance of AbstractCachedStorage.
AbstractCheckBoxCellEditor<C> - Class in com.sibvisions.rad.ui.celleditor
The AbstractCheckBoxCellEditor is an ICheckBoxCellEditor implementation, which provides a base implementation.
AbstractCheckBoxCellEditor() - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
Creates a new instance of AbstractCheckBoxCellEditor.
AbstractCheckBoxCellEditor(Object, Object) - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
Creates a new instance of AbstractCheckBoxCellEditor.
AbstractCheckBoxCellEditor(Object, Object, String) - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
Creates a new instance of AbstractCheckBoxCellEditor.
AbstractChoiceCellEditor<C> - Class in com.sibvisions.rad.ui.celleditor
The AbstractChoiceCellEditor is an IChoiceCellEditor implementation, which provides a base implementation.
AbstractChoiceCellEditor() - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
Creates a new instance of AbstractChoiceCellEditor.
AbstractChoiceCellEditor(Object[], String[]) - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
Creates a new instance of AbstractChoiceCellEditor.
AbstractComboCellEditor - Class in com.sibvisions.rad.ui.celleditor
The AbstractComboCellEditor is an IComboCellEditor implementation, which provides a base implementation.
AbstractComboCellEditor() - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractComboCellEditor
Creates a new instance of AbstractComboCellEditor.
AbstractComboCellEditor(boolean) - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractComboCellEditor
Creates a new instance of AbstractComboCellEditor.
AbstractCommand - Class in com.sibvisions.util.db
The AbstractCommand is a default ICommand implementation and should be used as superclass for all commands.
AbstractCommand() - Constructor for class com.sibvisions.util.db.AbstractCommand
 
AbstractComparableType<T extends java.lang.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.
AbstractConnection.CallBackResultDelegate - Class in javax.rad.remote
The CallBackResultDelegate is an ICallBackResultListener that forwards callback result events to single listeners.
AbstractConnection.CallBackResultDelegate() - Constructor for class javax.rad.remote.AbstractConnection.CallBackResultDelegate
 
AbstractConnection.ListenerDelegate<K> - Class in javax.rad.remote
The ListenerDelegate is the base class for listener delegates.
AbstractConnection.ListenerDelegate() - Constructor for class javax.rad.remote.AbstractConnection.ListenerDelegate
 
AbstractConnection.PropertyChangedDelegate - Class in javax.rad.remote
The PropertyChangedDelegate is an IConnectionPropertyChangedListener that forwards property changed events to single property listeners.
AbstractConnection.PropertyChangedDelegate() - Constructor for class javax.rad.remote.AbstractConnection.PropertyChangedDelegate
 
AbstractControllable<C extends IComponent> - Class in javax.rad.genui.control
Base class for all genui IControl implementations.
AbstractControllable(C) - Constructor for class javax.rad.genui.control.AbstractControllable
Creates a new instance of AbstractControllable.
AbstractDateCellEditor - Class in com.sibvisions.rad.ui.celleditor
The AbstractDateCellEditor is an IDateCellEditor implementation, which provides a base implementation.
AbstractDateCellEditor() - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractDateCellEditor
Creates a new instance of AbstractDateCellEditor.
AbstractDateCellEditor(String) - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractDateCellEditor
Creates a new instance of AbstractDateCellEditor.
AbstractDateType<T extends java.util.Date> - Class in javax.rad.type
The AbstractDateType is the base implementation for all numeric types.
AbstractDateType() - Constructor for class javax.rad.type.AbstractDateType
 
AbstractDBSecurityManager - Class in com.sibvisions.rad.server.security
The AbstractDBSecurityManager is the base class for all security managers that use a database for authentication.
AbstractDBSecurityManager() - Constructor for class com.sibvisions.rad.server.security.AbstractDBSecurityManager
 
AbstractFactory - Class in com.sibvisions.rad.ui
The AbstractFactory is an abstract implementation of IFactory , which provides common functionality.
AbstractFactory() - Constructor for class com.sibvisions.rad.ui.AbstractFactory
 
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.
AbstractImageViewer<C> - Class in com.sibvisions.rad.ui.celleditor
The AbstractImageViewer is an IImageViewer implementation, which provides a base implementation.
AbstractImageViewer() - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractImageViewer
Creates a new instance of AbstractImageViewer.
AbstractInplaceCellEditor - Class in com.sibvisions.rad.ui.celleditor
The AbstractInplaceCellEditor is an IInplaceCellEditor implementation, which provides a base implementation.
AbstractInplaceCellEditor() - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractInplaceCellEditor
Creates a new instance of AbstractInplaceCellEditor.
AbstractInplaceCellEditor(int) - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractInplaceCellEditor
Creates a new instance of AbstractInplaceCellEditor.
AbstractInplaceCellEditor(int, int, int) - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractInplaceCellEditor
Creates a new instance of AbstractInplaceCellEditor.
AbstractLinkedCellEditor - Class in com.sibvisions.rad.ui.celleditor
The AbstractLinkedCellEditor is an ILinkedCellEditor implementation, which provides a base implementation.
AbstractLinkedCellEditor() - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Creates a new instance of AbstractLinkedCellEditor.
AbstractMemStorage - Class in com.sibvisions.rad.persist
The AbstractMemStorage is an AbstractCachedStorage and holds an internal MemDataBook for the data.
AbstractMemStorage(MemDataBook) - Constructor for class com.sibvisions.rad.persist.AbstractMemStorage
Creates a new instance of AbstractMemStorage with an external data book.
AbstractMemStorage() - Constructor for class com.sibvisions.rad.persist.AbstractMemStorage
Creates a new instance of AbstractMemStorage.
AbstractNumberCellEditor - Class in com.sibvisions.rad.ui.celleditor
The AbstractNumberCellEditor is an INumberCellEditor implementation, which provides a base implementation.
AbstractNumberCellEditor() - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractNumberCellEditor
Creates a new instance of AbstractNumberCellEditor.
AbstractNumberCellEditor(String) - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractNumberCellEditor
Creates a new instance of AbstractNumberCellEditor.
AbstractNumberType<T extends java.lang.Number & java.lang.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.
AbstractOracleDBAccess - Class in com.sibvisions.rad.persist.jdbc
The AbstractOracleDBAccess is the base implementation for Oracle databases.
AbstractOracleDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
 
AbstractParam - Class in com.sibvisions.rad.persist.jdbc.param
The AbstractParam defines a parameter for JDBC calls.
AbstractParam(AbstractParam.ParameterType, int, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Creates a new instance of AbstractParam.
AbstractParam(AbstractParam.ParameterType, String, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Creates a new instance of AbstractParam.
AbstractParam(AbstractParam.ParameterType, int, String, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Creates a new instance of AbstractParam.
AbstractParam.ParameterType - Enum in com.sibvisions.rad.persist.jdbc.param
The possible parameter types.
AbstractSecurityManager - Class in com.sibvisions.rad.server.security
The AbstractSecurityManager is the base class for ISecurityManager implementations but it does not implement the security methods.
AbstractSecurityManager() - Constructor for class com.sibvisions.rad.server.security.AbstractSecurityManager
 
AbstractSerializedConnection - Class in com.sibvisions.rad.remote
This is the default IConnection implementation.
AbstractSerializedConnection(Properties) - Constructor for class com.sibvisions.rad.remote.AbstractSerializedConnection
Creates a new instance of AbstractSerializedConnection with properties containing relevant information.
AbstractSerializedConnection(ISerializer) - Constructor for class com.sibvisions.rad.remote.AbstractSerializedConnection
Creates a new instance of AbstractSerializedConnection.
AbstractSession - Class in com.sibvisions.rad.server
A Session is a server side session which will be started when an IConnection connects to a remote server.
AbstractSessionManager - Class in javax.rad.server
A AbstractSessionManager defines the access to the server-side session handling.
AbstractSessionManager(IServer) - Constructor for class javax.rad.server.AbstractSessionManager
Creates a new instance of AbstractSessionManager for a specific IServer.
AbstractSizedSerializer - Class in com.sibvisions.rad.remote.serializer
The base serializer for objects with size/length.
AbstractSizedSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.AbstractSizedSerializer
 
AbstractStorage - Class in com.sibvisions.rad.persist
The AbstractStorage implements the server side triggers mechanism for different types of Storages.
AbstractStorage() - Constructor for class com.sibvisions.rad.persist.AbstractStorage
 
AbstractStorage.AllFetchedList<E> - Class in com.sibvisions.rad.persist
The AllFetchedList is an ArrayUtil wrapper that implements the marker interface IAllFetched.
AbstractStorage.AllFetchedList() - Constructor for class com.sibvisions.rad.persist.AbstractStorage.AllFetchedList
Constructs an empty list with initial size ArrayUtil.MIN_SIZE.
AbstractStorage.AllFetchedList(int) - Constructor for class com.sibvisions.rad.persist.AbstractStorage.AllFetchedList
Constructs an empty list.
AbstractStorage.AllFetchedList(E...) - Constructor for class com.sibvisions.rad.persist.AbstractStorage.AllFetchedList
Constructs a list with the given array.
AbstractStorage.AllFetchedList(E[], int) - Constructor for class com.sibvisions.rad.persist.AbstractStorage.AllFetchedList
Constructs a list with the given array.
AbstractStorage.AllFetchedList(E[], int, int) - Constructor for class com.sibvisions.rad.persist.AbstractStorage.AllFetchedList
Constructs a list with the given array.
AbstractStorage.AllFetchedList(Collection<? extends E>) - Constructor for class com.sibvisions.rad.persist.AbstractStorage.AllFetchedList
Constructs a list containing the elements of the specified collection.
AbstractStyledCellEditor - Class in com.sibvisions.rad.ui.celleditor
The AbstractStyledCellEditor is an abstract implementation of IStyledCellEditor which provides a base implementation.
AbstractStyledCellEditor() - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractStyledCellEditor
Creates a new instance of AbstractStyledCellEditor.
AbstractStyledCellEditor(int, int) - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractStyledCellEditor
Creates a new instance of AbstractStyledCellEditor.
AbstractTextCellEditor - Class in com.sibvisions.rad.ui.celleditor
The AbstractTextCellEditor is an ITextCellEditor implementation, which provides a base implementation.
AbstractTextCellEditor() - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractTextCellEditor
Creates a new instance of AbstractTextCellEditor.
AbstractTextCellEditor(String) - Constructor for class com.sibvisions.rad.ui.celleditor.AbstractTextCellEditor
Creates a new instance of AbstractTextCellEditor.
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.
AbstractUIFactoryResource<UI> - Class in javax.rad.genui
The AbstractUIFactoryResource holds the resource per factory.
AbstractUIFactoryResource(UI) - Constructor for class javax.rad.genui.AbstractUIFactoryResource
Creates a new instance of AbstractUIFactoryResource.
AbstractUIMenuItem<C extends IMenuItem> - Class in javax.rad.genui.menu
Platform and technology independent MenuItem.
AbstractUIMenuItem(C) - Constructor for class javax.rad.genui.menu.AbstractUIMenuItem
Creates a new instance of UIMenuItem.
AbstractUITextField<C extends ITextField> - Class in javax.rad.genui.component
Platform and technology independent text field.
AbstractUITextField(C) - Constructor for class javax.rad.genui.component.AbstractUITextField
Creates a new instance of UITextField.
AbstractUIToggleButton<C extends IToggleButton> - Class in javax.rad.genui.component
Platform and technology independent toggle button.
AbstractUIToggleButton(C) - Constructor for class javax.rad.genui.component.AbstractUIToggleButton
Creates a new instance of UIToggleButton.
AbstractWindow<C extends IWindow> - Class in javax.rad.genui.container
Platform and technology independent window.
AbstractWindow(C) - Constructor for class javax.rad.genui.container.AbstractWindow
Creates a new instance of AbstractWindow.
accept(Component) - Method in class com.sibvisions.rad.ui.swing.ext.focus.TabIndexFocusTraversalPolicy
acceptCharacter(char) - Method in enum com.sibvisions.util.type.StringUtil.TextType
Tests if this type does accept the given char.
Accessible - Annotation Type in com.sibvisions.rad.server.annotation
The Accessible annotation should be used if an object has public access to sub objects.
action(UIActionEvent) - Method in interface javax.rad.ui.event.IActionListener
Invoked when a action occurred.
ACTION_FIRST - Static variable in class javax.rad.ui.event.UIActionEvent
The first number in the range of ids used for action events.
ACTION_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with action key.
ACTION_LAST - Static variable in class javax.rad.ui.event.UIActionEvent
The last number in the range of ids used for action events.
ACTION_PERFORMED - Static variable in class javax.rad.ui.event.UIActionEvent
This event id indicates that a meaningful action occured.
actionCalled(CallEvent) - Method in class com.sibvisions.rad.application.Application
An action was called.
actionCalled(CallEvent) - Method in interface javax.rad.remote.event.IConnectionListener
An action was called.
ActionHandler - Class in javax.rad.ui.event
The ActionHandler is a RuntimeEventHandler that handles IActionListener.
ActionHandler() - Constructor for class javax.rad.ui.event.ActionHandler
Creates a new instance of ActionHandler.
actionPerformed(ActionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
actionPerformed(ActionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
actionPerformed(ActionEvent) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
activateFrame(JInternalFrame) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopManager
add(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Adds the specified IComponent to the end of this container.
add(IComponent, Object) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Adds the specified IComponent to the end of this container.
add(IComponent, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Adds the specified IComponent to this container at the specified index.
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(E) - Method in class com.sibvisions.util.ArrayUtil
add(int, E) - Method in class com.sibvisions.util.ArrayUtil
add(T[], int, T) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the specified position in the given array.
add(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the end in the given array.
add(boolean[], int, boolean) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the specified position in the given array.
add(boolean[], boolean) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the end in the given array.
add(char[], int, char) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified element at the specified position in the given array.
add(char[], char) - 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 thread list.
add(Thread) - Method in class com.sibvisions.util.ThreadManager
Adds a thread to the "known" thread list if not already added.
add(XmlNode) - Method in class com.sibvisions.util.xml.XmlNode
Adds a XmlNode as a known sub node, at the end of the known sub nodes list.
add(IComponent, Object, int) - Method in class javax.rad.genui.container.UISplitPanel
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent, Object, int) - Method in class javax.rad.genui.container.UITabsetPanel
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent) - Method in class javax.rad.genui.menu.UIMenu
Adds the specified IComponent to the end of this container.
add(IComponent, Object) - Method in class javax.rad.genui.menu.UIMenu
Adds the specified IComponent to the end of this container.
add(IComponent, int) - Method in class javax.rad.genui.menu.UIMenu
Adds the specified IComponent to this container at the specified index.
add(IComponent, Object, int) - Method in class javax.rad.genui.menu.UIMenu
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent, Object, int) - Method in class javax.rad.genui.menu.UIMenuBar
Adds the specified IComponent to this container with the specified constraints at the specified index.
add(IComponent, Object, int) - Method in class javax.rad.genui.menu.UIPopupMenu
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(String, K) - Method in class javax.rad.remote.AbstractConnection.ListenerDelegate
Adds a listener for a specific name.
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.DefaultAccessController
Adds access to a specific life-cycle object.
addAccess(String) - Method in interface com.sibvisions.rad.server.security.IAccessController
Adds access to a specific life-cycle object.
addActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Adds an ActionListener to the button.
addActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Adds an ActionListener.
addActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
addAll(Collection<? extends E>) - Method in class com.sibvisions.util.ArrayUtil
addAll(int, Collection<? extends E>) - Method in class com.sibvisions.util.ArrayUtil
addAll(E[]) - Method in class com.sibvisions.util.ArrayUtil
Appends all of the elements in the specified Array to the end of this list.
addAll(int, E[]) - Method in class com.sibvisions.util.ArrayUtil
Inserts all of the elements in the specified Array into this list, starting at the specified position.
addAll(int, E[], int, int) - Method in class com.sibvisions.util.ArrayUtil
Inserts size elements in the specified Array starting at offset into this list, starting at the specified position.
addAll(T[], int, T[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the specified position in the given array.
addAll(T[], T[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the end in the given array.
addAll(boolean[], int, boolean[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the specified position in the given array.
addAll(boolean[], boolean[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the end in the given array.
addAll(char[], int, char[]) - Static method in class com.sibvisions.util.ArrayUtil
Inserts the specified array at the specified position in the given array.
addAll(char[], char[]) - 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.
addAll(Collection<XmlNode>) - Method in class com.sibvisions.util.xml.XmlNode
Adds all the nodes as a known sub node, at the end of the known sub nodes list.
addCallBackResult(ResultObject) - Method in class com.sibvisions.rad.server.AbstractSession
Adds the result of an asynchronous call to the cache.
addCallBackResultListener(ICallBackResultListener) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Adds an ICallBackResultListener to the list of registered listeners.
addCallBackResultListener(ICallBackResultListener) - Method in class com.sibvisions.rad.server.DirectServerConnection
Adds an ICallBackResultListener to the list of registered listeners.
addCallBackResultListener(ICallBackResultListener) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Adds an ICallBackResultListener to the list of registered listeners.
addCallBackResultListener(ICallBackResultListener) - Method in class javax.rad.remote.AbstractConnection
Adds an ICallBackResultListener to the list of registered listeners.
addCallBackResultListener(String, ICallBackResultListener) - Method in class javax.rad.remote.AbstractConnection
Adds an ICallBackResultListener to the list of registered listeners, for the given instruction.
addCallBackResultListener(ICallBackResultListener) - Method in interface javax.rad.remote.IConnection
Adds an ICallBackResultListener to the list of registered listeners.
addCellEditorListener(CellEditorListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
addCenterButton(IButton) - Method in class com.sibvisions.rad.application.Dialog
Adds a button to the center area.
addChangeListener(ChangeListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
addClassWithConstants(Class<?>) - Method in class com.sibvisions.util.SimpleJavaSource
Adds class to constant classes.
addColumn(TableColumn) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
addColumnDefinition(ColumnDefinition) - Method in interface javax.rad.model.IRowDefinition
Adds the given ColumnDefinition.
addColumnDefinition(ColumnDefinition) - Method in class javax.rad.model.RowDefinition
Adds the given ColumnDefinition.
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.
addComponentListener() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Adds a component listener for this component, if not already added.
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 the given IControl to this IDataRow as control.
addControl(IControl) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Adds the given IControl to this IDataRow as control.
addControl(IControl) - Method in interface javax.rad.model.IDataRow
Adds the given IControl to this IDataRow as control.
addControl(IControl) - Method in interface javax.rad.model.IRowDefinition
Adds the given IControl so that it is notified if the IRowDefinition changes.
addControl(IControl) - Method in class javax.rad.model.RowDefinition
Adds the given IControl so that it is notified if the IRowDefinition changes.
addDataBook(IDataBook) - Method in class com.sibvisions.rad.model.mem.MemDataSource
Adds the given IDataBook.
addDataBook(IDataBook) - Method in interface javax.rad.model.IDataSource
Adds the given IDataBook.
addDataBook(IDataBook) - Method in interface javax.rad.model.IRowDefinition
Adds the given IDataBook at this IRowDefinition, which means that the given IDataBook is using this IRowDefinition.
addDataBook(IDataBook) - Method in class javax.rad.model.RowDefinition
Adds the given IDataBook at this IRowDefinition, which means that the given IDataBook is using this IRowDefinition.
addDefaultCellEditor(Object[], ICellEditor) - Static method in class javax.rad.genui.celleditor.UICellEditor
Adds a cell editor to the list of default cell editors.
addDefaultCheckBoxCellEditor(ICheckBoxCellEditor) - Static method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Adds a checkbox cell editor to the list of default checkbox cell editors.
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
Registers the given IDataBook as a detail IDataBook.
addDetailDataBook(IDataBook) - Method in interface javax.rad.model.IDataBook
Registers the given IDataBook as a detail IDataBook.
addEncryptedNode(String) - Method in class com.sibvisions.rad.server.config.Zone
Sets that a node is encrypted.
addEnvironmentParameter(String, String) - Method in class com.sibvisions.util.Execute
Adds an environment parameter.
addError(Throwable) - Method in class com.sibvisions.rad.application.Error
Adds an error to the list of errors.
addExceptionListener(IExceptionListener) - Static method in class javax.rad.util.ExceptionHandler
Adds a listener to the handler.
addExceptionListener(IExceptionListener, int) - Static method in class javax.rad.util.ExceptionHandler
Adds a listener to the handler, at the given position.
addFeature(MetaData.Feature) - Method in class javax.rad.persist.MetaData
Adds support for a feature.
addFetchedRow(Object[]) - Method in class com.sibvisions.rad.model.mem.MemDataPage
It adds an new IDataRow to the DataPage in the object[] storage.
addFetchedRow(Object[]) - Method in class com.sibvisions.rad.model.remote.RemoteDataPage
It adds an new IDataRow to the DataPage in the object[] storage.
addFocusListener() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Adds a component listener for this component, if not already added.
addFocusListener() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Adds a mouse listener for this component, if not already added.
addFrame(JVxInternalFrame) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Adds an internal frame as frame.
addHandler(int, EventHandler<L>.ListenerHandler) - Method in class javax.rad.util.EventHandler
Adds a listener handler to the listener list.
addHiddenPackage(String) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Adds a package name to the hidden package list.
addIdentifier(Object) - Method in class com.sibvisions.rad.server.protocol.Record
Adds an identifier at the end.
addIdentifier(Object, int) - Method in class com.sibvisions.rad.server.protocol.Record
Adds an identifier at the given position.
addIgnoreActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Adds an event listener to the list of ignored listeners for menu handling.
addImpl(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Adds a Component to the desktop.
addImpl(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
addImpl(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBar
addImpl(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
addImport(String) - Method in class com.sibvisions.util.SimpleJavaSource
Adds an import statement to find simple class names.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingScrollPanel
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenu
Internal function, for adding physical component and supporting layers.
addIntern(Component, Object, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Internal function, for adding physical component and supporting layers.
addIntern(IComponent, Object, int) - Method in class javax.rad.genui.menu.UIMenu
Internal function, for adding physical component and supporting layers.
addInternal(IContainer, int, UIComponent, Object, int) - Method in class javax.rad.genui.UIContainer
Internal components are stored in a separate list to ensure translation works also for this components.
addItemListener(ItemListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
additionalCondition - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
The additional condition.
addKeyListener() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Adds a key listener for this component, if not already added.
addKeyListener(KeyListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
addKeyListener() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Adds a key listener for this component, if not already added.
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.JVxGridLayout
addLayoutComponent(Component, Object) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
addLayoutComponent(String, Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
addLeftButton(IButton) - Method in class com.sibvisions.rad.application.Dialog
Adds a button to the left area.
addListener(IExecuteListener) - Method in class com.sibvisions.util.Execute
Adds an execution listener.
addListener(L) - Method in class javax.rad.util.EventHandler
Adds a listener.
addListener(L, int) - Method in class javax.rad.util.EventHandler
Adds a listener at a given index.
addListener(Object, String) - Method in class javax.rad.util.EventHandler
Adds a listener.
addListener(IRunnable) - Method in class javax.rad.util.EventHandler
Adds a listener.
addListener(Object, String, int) - Method in class javax.rad.util.EventHandler
Adds a listener at a given position.
addMenuActionListener(IMenuActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Adds a menu action listener.
addMouseListener() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Adds a mouse listener for this component, if not already added.
addMouseListener(MouseListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
addMouseListener() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Adds a mouse listener for this component, if not already added.
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
addNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
addNotify() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet
Tries to get the webstart frame and removes the status label.
addNotify() - Method in class javax.rad.application.genui.Content
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.application.genui.ControllerContent
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.genui.container.AbstractFrame
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.genui.container.InternalToolBarPanel
Notification to forward addNotify to all sub toolbars.
addNotify() - Method in class javax.rad.genui.container.UIToolBarPanel
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.genui.control.AbstractControllable
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.genui.menu.UIMenu
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.genui.UIComponent
Makes this UIComponent displayable by adding it to an UIContainer.
addNotify() - Method in class javax.rad.genui.UIContainer
Makes this UIComponent displayable by adding it to an UIContainer.
addParameter(String) - Method in class com.sibvisions.util.Execute
Adds a launch parameter.
addPopupMenuListener() - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
Adds a component listener for this component, if not already added.
addPropertyChangedListener(IConnectionPropertyChangedListener) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Adds an IConnectionPropertyChangedListener to the list of registered listeners.
addPropertyChangedListener(IConnectionPropertyChangedListener) - Method in class com.sibvisions.rad.server.DirectServerConnection
Adds an IConnectionPropertyChangedListener to the list of registered listeners.
addPropertyChangedListener(IConnectionPropertyChangedListener) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Adds an IConnectionPropertyChangedListener to the list of registered listeners.
addPropertyChangedListener(IConnectionPropertyChangedListener) - Method in class javax.rad.remote.AbstractConnection
Adds an IConnectionPropertyChangedListener to the list of registered listeners.
addPropertyChangedListener(String, IConnectionPropertyChangedListener) - Method in class javax.rad.remote.AbstractConnection
Adds an IConnectionPropertyChangedListener to the list of registered listeners, for the given property.
addPropertyChangedListener(IConnectionPropertyChangedListener) - Method in interface javax.rad.remote.IConnection
Adds an IConnectionPropertyChangedListener to the list of registered listeners.
addPropertyDefinition(PropertyDefinition) - Method in class javax.rad.type.bean.AbstractBeanType
Adds a property definition.
addPropertyDefinition(String) - Method in class javax.rad.type.bean.AbstractBeanType
Adds a property definition.
addResourceArchive(IResourceArchive) - Static method in class com.sibvisions.util.type.ResourceUtil
Adds a resource archive to the list of known archives.
addResourceArchive(int, IResourceArchive) - Static method in class com.sibvisions.util.type.ResourceUtil
Adds a resource archive to the given position in the list of known archives.
addRightButton(IButton) - Method in class com.sibvisions.rad.application.Dialog
Adds a button to the right area.
addRowDefinition(IRowDefinition) - Method in class javax.rad.model.ColumnView
Adds an IRowDefinition.
addSeparator() - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenu
Inserts a separator at the specified position.
addSeparator() - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
Inserts a separator at the specified position.
addSeparator() - Method in class javax.rad.genui.menu.UIMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class javax.rad.genui.menu.UIMenu
Inserts a separator at the specified position.
addSeparator() - Method in class javax.rad.genui.menu.UIPopupMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in class javax.rad.genui.menu.UIPopupMenu
Inserts a separator at the specified position.
addSeparator() - Method in interface javax.rad.ui.menu.IMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in interface javax.rad.ui.menu.IMenu
Inserts a separator at the specified position.
addSeparator() - Method in interface javax.rad.ui.menu.IPopupMenu
Appends a new separator at the end of the menu.
addSeparator(int) - Method in interface javax.rad.ui.menu.IPopupMenu
Inserts a separator at the specified position.
addServerColumnMetaData(ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Adds an new ServerColumnMetaData column.
addSessionListener(ISessionListener) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Adds an ISessionListener session listener to the list of known listeners.
addSessionListener(ISessionListener) - Method in class javax.rad.server.AbstractSessionManager
Adds an ISessionListener session listener to the list of known listeners.
addStyleNames(IComponent, String...) - Static method in class javax.rad.ui.Style
Adds one or more style names to the given 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(JToolBar) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Adds a toolbar to this panel as last component.
addToolBar(JToolBar, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in class javax.rad.genui.container.AbstractFrame
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class javax.rad.genui.container.AbstractFrame
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar, int) - Method in class javax.rad.genui.container.InternalToolBarPanel
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in class javax.rad.genui.container.UIToolBarPanel
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in class javax.rad.genui.container.UIToolBarPanel
Adds a toolbar to this panel at a specified index.
addToolBar(IToolBar) - Method in interface javax.rad.ui.container.IToolBarPanel
Adds a toolbar to this panel as last component.
addToolBar(IToolBar, int) - Method in interface javax.rad.ui.container.IToolBarPanel
Adds a toolbar to this panel at a specified index.
addToolBarIntern(JToolBar, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Adds the toolbar at a specific index.
addUrl(URL) - Method in class com.sibvisions.rad.remote.http.HttpsHostnameVerifier
Adds an URL to the list of allowed connections.
addUrl(URL) - Method in class com.sibvisions.rad.remote.http.HttpsTrustManager
Adds an URL to the list of allowed connections.
addWindowListener() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Adds the window listener if not already added.
addWindowListenerToResource() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Adds a window listener for this component.
addWindowListenerToResource() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Adds a window listener for this component.
addWindowListenerToResource() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Adds a window listener for this component.
addWindowListenerToResource() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Adds a window listener for this component.
ADJUST_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) adjust image (used for toolbar buttons or icons).
ADJUST_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) adjust image (used for menuitems or buttons).
ADN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) adn image (used for toolbar buttons or icons).
ADN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) adn image (used for menuitems or buttons).
afterCall(CallResultEvent) - Method in interface javax.rad.server.event.type.IAfterCallListener
Invoked after a method call.
afterLastCall(Object, boolean) - Method in interface com.sibvisions.rad.server.IDirectServer
Notifies the server that all calls were executed.
afterLastCall(Object, boolean) - Method in class com.sibvisions.rad.server.Server
Notifies the server that all calls were executed.
afterLastCall(SessionEvent) - Method in interface javax.rad.server.event.type.IAfterLastCallListener
Invoked after the last call.
afterLogin() - Method in class com.sibvisions.rad.application.Application
Performs actions after successful login to the application.
afterLogin(RemoteApplication) - Method in interface javax.rad.application.genui.event.type.application.IAfterLoginApplicationListener
Invoked when login was successful.
afterLogin() - Method in class javax.rad.application.genui.RemoteApplication
Fires the after login event.
afterLogout() - Method in class com.sibvisions.rad.application.Application
Performs actions after successful logout from the application.
afterLogout(RemoteApplication) - Method in interface javax.rad.application.genui.event.type.application.IAfterLogoutApplicationListener
Invoked when logout was successful.
afterLogout() - Method in class javax.rad.application.genui.RemoteApplication
Fires the after logout event.
ALIGN_BOTTOM - Static variable in interface javax.rad.ui.IAlignmentConstants
Bottom Align for this element.
ALIGN_CENTER - Static variable in interface javax.rad.ui.IAlignmentConstants
Center Align for this element.
ALIGN_CENTER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) align-center image (used for toolbar buttons or icons).
ALIGN_CENTER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) align-center image (used for menuitems or buttons).
ALIGN_DEFAULT - Static variable in interface javax.rad.ui.IAlignmentConstants
Default align is for components, that have the possibility to change align independently.
ALIGN_JUSTIFY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) align-justify image (used for toolbar buttons or icons).
ALIGN_JUSTIFY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) align-justify image (used for menuitems or buttons).
ALIGN_LEFT - Static variable in interface javax.rad.ui.IAlignmentConstants
Left Align for this element.
ALIGN_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) align-left image (used for toolbar buttons or icons).
ALIGN_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) align-left image (used for menuitems or buttons).
ALIGN_RIGHT - Static variable in interface javax.rad.ui.IAlignmentConstants
Right Align for this element.
ALIGN_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) align-right image (used for toolbar buttons or icons).
ALIGN_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) align-right image (used for menuitems or buttons).
ALIGN_STRETCH - Static variable in interface javax.rad.ui.IAlignmentConstants
Stretch Align for this element.
ALIGN_TOP - Static variable in interface javax.rad.ui.IAlignmentConstants
Top Align for this element.
ALIVEINTERVAL - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the alive interval.
ALL_COLUMNS - Static variable in interface javax.rad.model.IRowDefinition
A constant for using all columns.
allComponents - Variable in class javax.rad.genui.UIContainer
List of subcomponents.
allowedValues - Variable in class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
The allowed values.
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.
AMAZON_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) amazon image (used for toolbar buttons or icons).
AMAZON_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) amazon image (used for menuitems or buttons).
AMBULANCE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ambulance image (used for toolbar buttons or icons).
AMBULANCE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ambulance image (used for menuitems or buttons).
ANCHOR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) anchor image (used for toolbar buttons or icons).
ANCHOR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) anchor image (used for menuitems or buttons).
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.
ANDROID_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) android image (used for toolbar buttons or icons).
ANDROID_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) android image (used for menuitems or buttons).
ANGELLIST_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) angellist image (used for toolbar buttons or icons).
ANGELLIST_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) angellist image (used for menuitems or buttons).
ANGLE_DOUBLE_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) angle-double-down image (used for toolbar buttons or icons).
ANGLE_DOUBLE_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) angle-double-down image (used for menuitems or buttons).
ANGLE_DOUBLE_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) angle-double-left image (used for toolbar buttons or icons).
ANGLE_DOUBLE_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) angle-double-left image (used for menuitems or buttons).
ANGLE_DOUBLE_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) angle-double-right image (used for toolbar buttons or icons).
ANGLE_DOUBLE_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) angle-double-right image (used for menuitems or buttons).
ANGLE_DOUBLE_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) angle-double-up image (used for toolbar buttons or icons).
ANGLE_DOUBLE_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) angle-double-up image (used for menuitems or buttons).
ANGLE_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) angle-down image (used for toolbar buttons or icons).
ANGLE_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) angle-down image (used for menuitems or buttons).
ANGLE_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) angle-left image (used for toolbar buttons or icons).
ANGLE_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) angle-left image (used for menuitems or buttons).
ANGLE_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) angle-right image (used for toolbar buttons or icons).
ANGLE_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) angle-right image (used for menuitems or buttons).
ANGLE_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) angle-up image (used for toolbar buttons or icons).
ANGLE_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) angle-up image (used for menuitems or buttons).
APPLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) apple image (used for toolbar buttons or icons).
APPLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) apple image (used for menuitems or buttons).
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 - Static variable in interface com.sibvisions.rad.server.protocol.ICategoryConstants
the application category.
Application - Class in javax.rad.application.genui
The Application is an abstract implementation of IApplication.
Application(UILauncher) - Constructor for class javax.rad.application.genui.Application
Creates a new instance of Application with a desired launcher.
application - Variable in class javax.rad.application.genui.WorkScreen
the parent application.
APPLICATION - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the application name.
ApplicationUtil - Class in com.sibvisions.rad.application
The ApplicationUtil is a utility class which provides methods and constants which will be used from applications.
ApplicationUtil() - Constructor for class com.sibvisions.rad.application.ApplicationUtil
Invisible constructor, because ApplictionUtil is a utility class.
ApplicationUtil - Class in com.sibvisions.rad.ui
The ApplicationUtil is a utility for application launchers.
ApplicationZone - Class in com.sibvisions.rad.server.config
The ApplicationZone class encapsulates the access to an application configuration.
apply(IApplication) - Method in interface javax.rad.application.genui.IApplicationSetup
Apply pre-configured settings.
applySetup(IApplicationSetup) - Method in class javax.rad.application.genui.Application
Applies the given application setup.
AppSettings - Class in com.sibvisions.rad.server.config
The AppSetting class encapsulates the access to app settings.
AppSettings.AppLocation - Class in com.sibvisions.rad.server.config
The AppLocation class defines directories which contain application zones.
ARCHIVE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) archive image (used for toolbar buttons or icons).
ARCHIVE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) archive image (used for menuitems or buttons).
archiveClassListMap - Variable in class com.sibvisions.util.SimpleJavaSource
Imports to find Java Classes.
AREA_BOTTOM - Static variable in interface javax.rad.ui.container.IToolBarPanel
the bottom toolbar area.
AREA_CHART_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) area-chart image (used for toolbar buttons or icons).
AREA_CHART_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) area-chart image (used for menuitems or buttons).
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.
ARROW_CIRCLE_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-circle-down image (used for toolbar buttons or icons).
ARROW_CIRCLE_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-circle-down image (used for menuitems or buttons).
ARROW_CIRCLE_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-circle-left image (used for toolbar buttons or icons).
ARROW_CIRCLE_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-circle-left image (used for menuitems or buttons).
ARROW_CIRCLE_O_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-circle-o-down image (used for toolbar buttons or icons).
ARROW_CIRCLE_O_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-circle-o-down image (used for menuitems or buttons).
ARROW_CIRCLE_O_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-circle-o-left image (used for toolbar buttons or icons).
ARROW_CIRCLE_O_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-circle-o-left image (used for menuitems or buttons).
ARROW_CIRCLE_O_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-circle-o-right image (used for toolbar buttons or icons).
ARROW_CIRCLE_O_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-circle-o-right image (used for menuitems or buttons).
ARROW_CIRCLE_O_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-circle-o-up image (used for toolbar buttons or icons).
ARROW_CIRCLE_O_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-circle-o-up image (used for menuitems or buttons).
ARROW_CIRCLE_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-circle-right image (used for toolbar buttons or icons).
ARROW_CIRCLE_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-circle-right image (used for menuitems or buttons).
ARROW_CIRCLE_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-circle-up image (used for toolbar buttons or icons).
ARROW_CIRCLE_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-circle-up image (used for menuitems or buttons).
ARROW_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-down image (used for toolbar buttons or icons).
ARROW_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-down image (used for menuitems or buttons).
ARROW_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-left image (used for toolbar buttons or icons).
ARROW_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-left image (used for menuitems or buttons).
ARROW_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-right image (used for toolbar buttons or icons).
ARROW_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-right image (used for menuitems or buttons).
ARROW_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrow-up image (used for toolbar buttons or icons).
ARROW_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrow-up image (used for menuitems or buttons).
ARROWS_ALT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrows-alt image (used for toolbar buttons or icons).
ARROWS_ALT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrows-alt image (used for menuitems or buttons).
ARROWS_H_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrows-h image (used for toolbar buttons or icons).
ARROWS_H_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrows-h image (used for menuitems or buttons).
ARROWS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrows image (used for toolbar buttons or icons).
ARROWS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrows image (used for menuitems or buttons).
ARROWS_V_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) arrows-v image (used for toolbar buttons or icons).
ARROWS_V_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) arrows-v image (used for menuitems or buttons).
ASTERISK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) asterisk image (used for toolbar buttons or icons).
ASTERISK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) asterisk image (used for menuitems or buttons).
AT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) at image (used for toolbar buttons or icons).
AT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) at image (used for menuitems or buttons).
AUTHKEY - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the authentication key.
AUTOMOBILE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) automobile image (used for toolbar buttons or icons).
AUTOMOBILE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) automobile image (used for menuitems or buttons).
autoOpenPopup - Variable in class com.sibvisions.rad.ui.celleditor.AbstractComboCellEditor
If the popup should open automatically.
autoTableHeaderVisibility - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
True, if header should be visible depending of column number.
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 java.awt.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 java.awt.Container> - Class in com.sibvisions.rad.ui.awt.impl
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
AwtContainer(C) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtContainer
Creates a new instance of AwtContainer.
AwtCursor - Class in com.sibvisions.rad.ui.awt.impl
A class to encapsulate the representation of the mouse cursor.
AwtCursor(Cursor) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtCursor
Creates an instance of AwtCursor based on a java.awt.Cursor.
AwtDimension - Class in com.sibvisions.rad.ui.awt.impl
The AwtDimension class encapsulates the width and height of a component (in integer precision) in a single object.
AwtDimension(Dimension) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtDimension
Creates an instance of AwtDimension based on a Dimension.
AwtDimension(int, int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtDimension
Creates an instance of AwtDimension whose width and height are the same as for the specified dimension.
AwtFactory - Class in com.sibvisions.rad.ui.awt.impl
The AwtFactory class encapsulates methods to create and access AWT components.
AwtFactory() - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtFactory
Create a new instance of AwtFactory to create and access AWT components.
AwtFlowLayout - Class in com.sibvisions.rad.ui.swing.impl.layout
The AwtFormLayout is a platform independent FlowLayout impelementation.
AwtFlowLayout() - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Creates a new instance of AwtSimpleFormLayout based on an IFlowLayout implementation.
AwtFont - Class in com.sibvisions.rad.ui.awt.impl
The AwtFont class represents fonts, which are used to render text in a visible way.
AwtFont(Font) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtFont
Creates an instance of AwtFont based on a java.awt.Font.
AwtFont(String, int, int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtFont
Creates an instance of AwtFont from the specified name, style and point size.
AwtFormLayout - Class in com.sibvisions.rad.ui.swing.impl.layout
The AwtFormLayout is the IFormLayout implementation for AWT.
AwtFormLayout() - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Creates a new instance of AwtSimpleFormLayout based on an IFormLayout implementation.
AwtFormLayout.AwtAnchor - Class in com.sibvisions.rad.ui.swing.impl.layout
The Anchor gives the possible horizontal and vertical positions.
AwtFormLayout.AwtAnchor(AwtFormLayout, JVxFormLayout.Anchor) - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Constructs a new AwtAnchor.
AwtFormLayout.AwtConstraints - Class in com.sibvisions.rad.ui.swing.impl.layout
The Constraint stores the top, left, bottom and right Anchor for layouting a component.
AwtFormLayout.AwtConstraints(AwtFormLayout, JVxFormLayout.Constraint) - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Constructs a new AwtConstraint.
AwtGridLayout - Class in com.sibvisions.rad.ui.swing.impl.layout
The AwtGridLayout is the IGridLayout implementation for AWT.
AwtGridLayout(int, int) - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Creates a new instance of AwtGridLayout based on an IGridLayout implementation.
AwtGridLayout.AwtGridConstraints - Class in com.sibvisions.rad.ui.swing.impl.layout
The Constraint stores the columns and rows for layouting a component.
AwtGridLayout.AwtGridConstraints(JVxGridLayout.CellConstraints) - Constructor for class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Constructs a new AwtConstraint.
AwtImage - Class in com.sibvisions.rad.ui.awt.impl
The AwtImage represents graphical images.
AwtImage(String, Image) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtImage
Creates an instance of AwtImage based on a java.awt.Image.
AwtInsets - Class in com.sibvisions.rad.ui.awt.impl
The AwtInsets class encapsulates the margins (in integer precision) in a single object.
AwtInsets(Insets) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtInsets
Creates an instance of AwtInsets based on a java.awt.Insets.
AwtInsets(int, int, int, int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtInsets
Creates an instance of AwtInsets for specific margins.
AwtPoint - Class in com.sibvisions.rad.ui.awt.impl
A point representing a location in (x, y) coordinate space, specified in integer precision.
AwtPoint(Point) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtPoint
Creates an instance of AwtPoint based on a java.awt.Point.
AwtPoint(int, int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtPoint
Creates an instance of AwtPoint at the specified (xy) location in the coordinate space.
AwtRectangle - Class in com.sibvisions.rad.ui.awt.impl
An AwtRectangle specifies an area in a coordinate space that is enclosed by the AwtRectangle object's top-left point (xy) in the coordinate space, its width, and its height.
AwtRectangle(Rectangle) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Creates an instance of AwtRectangle based on a java.awt.Rectangle.
AwtRectangle(int, int, int, int) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Constructs a new AwtRectangle whose top-left corner is specified as (xy) and whose width and height are specified by the arguments of the same name.
AwtResource<R> - Class in com.sibvisions.rad.ui.awt.impl
A class to encapsulate any AWT resource.
AwtResource(R) - Constructor for class com.sibvisions.rad.ui.awt.impl.AwtResource
Creates an encapsulated instance of AwtResource with the specified type R.

B

BACKWARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) backward image (used for toolbar buttons or icons).
BACKWARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) backward image (used for menuitems or buttons).
BALANCE_SCALE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) balance-scale image (used for toolbar buttons or icons).
BALANCE_SCALE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) balance-scale image (used for menuitems or buttons).
BAN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ban image (used for toolbar buttons or icons).
BAN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ban image (used for menuitems or buttons).
BANK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bank image (used for toolbar buttons or icons).
BANK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bank image (used for menuitems or buttons).
BAR_CHART_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bar-chart image (used for toolbar buttons or icons).
BAR_CHART_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bar-chart-o image (used for toolbar buttons or icons).
BAR_CHART_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bar-chart-o image (used for menuitems or buttons).
BAR_CHART_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bar-chart image (used for menuitems or buttons).
BARCODE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) barcode image (used for toolbar buttons or icons).
BARCODE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) barcode image (used for menuitems or buttons).
BARS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bars image (used for toolbar buttons or icons).
BARS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bars image (used for menuitems or buttons).
BaseCondition - Class in javax.rad.model.condition
The BaseCondition is the default implementation of ICondition.
BaseCondition() - Constructor for class javax.rad.model.condition.BaseCondition
 
BATTERY_0_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) battery-0 image (used for toolbar buttons or icons).
BATTERY_0_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) battery-0 image (used for menuitems or buttons).
BATTERY_1_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) battery-1 image (used for toolbar buttons or icons).
BATTERY_1_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) battery-1 image (used for menuitems or buttons).
BATTERY_2_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) battery-2 image (used for toolbar buttons or icons).
BATTERY_2_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) battery-2 image (used for menuitems or buttons).
BATTERY_3_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) battery-3 image (used for toolbar buttons or icons).
BATTERY_3_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) battery-3 image (used for menuitems or buttons).
BATTERY_4_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) battery-4 image (used for toolbar buttons or icons).
BATTERY_4_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) battery-4 image (used for menuitems or buttons).
BATTERY_EMPTY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) battery-empty image (used for toolbar buttons or icons).
BATTERY_EMPTY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) battery-empty image (used for menuitems or buttons).
BATTERY_FULL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) battery-full image (used for toolbar buttons or icons).
BATTERY_FULL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) battery-full image (used for menuitems or buttons).
BATTERY_HALF_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) battery-half image (used for toolbar buttons or icons).
BATTERY_HALF_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) battery-half image (used for menuitems or buttons).
BATTERY_QUARTER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) battery-quarter image (used for toolbar buttons or icons).
BATTERY_QUARTER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) battery-quarter image (used for menuitems or buttons).
BATTERY_THREE_QUARTERS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) battery-three-quarters image (used for toolbar buttons or icons).
BATTERY_THREE_QUARTERS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) battery-three-quarters image (used for menuitems or buttons).
bComponentListener - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
whether the component listener was added.
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(IBeanType) - Constructor for class javax.rad.type.bean.Bean
Creates a Bean with a IBeanType.
Bean(BeanType) - Constructor for class javax.rad.type.bean.Bean
Creates a Bean with a BeanType.
Bean(BeanType, Object...) - 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.
BeanConverter - Class in com.sibvisions.rad.persist.bean
The BeanConverter class allows to convert between Object[]s, IBeans and POJOs.
BeanConverter() - Constructor for class com.sibvisions.rad.persist.bean.BeanConverter
Creates a new instance of BeanConverter.
BeanConverter(IBeanType) - Constructor for class com.sibvisions.rad.persist.bean.BeanConverter
Creates a new instance of BeanConverter.
BeanConverterMixin - Class in com.sibvisions.rad.server.http.rest.service.mixin
The BeanConverterMixin helps to ignore BeanConverter properties from serialization.
BeanConverterMixin() - Constructor for class com.sibvisions.rad.server.http.rest.service.mixin.BeanConverterMixin
 
BeanSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Object.
BeanSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.BeanSerializer
 
beanType - Variable in class javax.rad.type.bean.AbstractBean
Stores the bean type.
BeanType - Class in javax.rad.type.bean
The BeanType is a wrapper for dynamic/generic beans and POJOs.
BeanType() - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType.
BeanType(String...) - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType with given property names.
BeanType(String, String[]) - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType with given class name and property list.
BeanType(PropertyDefinition...) - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType with given PropertyDefinitions.
BeanType(String, PropertyDefinition[]) - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType with given class name and PropertyDefinitions.
BeanType(Class) - Constructor for class javax.rad.type.bean.BeanType
Constructs a new BeanType from a POJO.
BeanTypeSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for BeanType.
BeanTypeSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
 
BeanUtil - Class in com.sibvisions.util.type
Implements the EL notation for a generic access to object methods or members.
BED_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bed image (used for toolbar buttons or icons).
BED_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bed image (used for menuitems or buttons).
BEER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) beer image (used for toolbar buttons or icons).
BEER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) beer image (used for menuitems or buttons).
beforeAddNotify(IComponent) - Method in class javax.rad.genui.container.AbstractFrame
Invoked before this component is added.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.container.InternalToolBarPanel
Invoked before this component is added.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.container.UIToolBarPanel
Invoked before this component is added.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.menu.UIMenu
Invoked before this component is added.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.UIComponent
Invoked before this component is added.
beforeAddNotify(IComponent) - Method in class javax.rad.genui.UIContainer
Invoked before this component is added.
beforeCall(CallEvent) - Method in interface javax.rad.server.event.type.IBeforeCallListener
Invoked before a call.
beforeFirstCall(Object) - Method in interface com.sibvisions.rad.server.IDirectServer
Notifies the server that at least one call will follow.
beforeFirstCall(Object) - Method in class com.sibvisions.rad.server.Server
Notifies the server that at least one call will follow.
beforeFirstCall(SessionEvent) - Method in interface javax.rad.server.event.type.IBeforeFirstCallListener
Invoked before the first call.
BEHANCE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) behance image (used for toolbar buttons or icons).
BEHANCE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) behance image (used for menuitems or buttons).
BEHANCE_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) behance-square image (used for toolbar buttons or icons).
BEHANCE_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) behance-square image (used for menuitems or buttons).
BELL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bell image (used for toolbar buttons or icons).
BELL_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bell-o image (used for toolbar buttons or icons).
BELL_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bell-o image (used for menuitems or buttons).
BELL_SLASH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bell-slash image (used for toolbar buttons or icons).
BELL_SLASH_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bell-slash-o image (used for toolbar buttons or icons).
BELL_SLASH_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bell-slash-o image (used for menuitems or buttons).
BELL_SLASH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bell-slash image (used for menuitems or buttons).
BELL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bell image (used for menuitems or buttons).
BFILE - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
A jdbc BFILE DB column data type constant.
bFocusListener - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
whether the focus listener was added.
BICYCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bicycle image (used for toolbar buttons or icons).
BICYCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bicycle image (used for menuitems or buttons).
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
Constructs a default BigDecimal data type with undefined precision and scale.
BigDecimalDataType(int, int) - Constructor for class javax.rad.model.datatype.BigDecimalDataType
Constructs a default BigDecimal data type with the given precision and scale.
BigDecimalDataType(ICellEditor) - Constructor for class javax.rad.model.datatype.BigDecimalDataType
Constructs a default BigDecimal data type with undefined precision, scale and the given cell editor.
BigDecimalDataType(int, int, ICellEditor) - Constructor for class javax.rad.model.datatype.BigDecimalDataType
Constructs a default BigDecimal data type with the given precision, scale and cell editor.
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.
BinaryDataType(int) - Constructor for class javax.rad.model.datatype.BinaryDataType
Constructs a BinaryDataType with the given Integer size.
BinaryDataType(ICellEditor) - Constructor for class javax.rad.model.datatype.BinaryDataType
Constructs a BinaryDataType with the maximum Integer size and the given cell editor.
BinaryDataType(int, ICellEditor) - Constructor for class javax.rad.model.datatype.BinaryDataType
Constructs a BinaryDataType with the given Integer size and the given cell editor.
BinaryType - Class in javax.rad.type
The BinaryType is a platform independent definition of byte[].
BinaryType() - Constructor for class javax.rad.type.BinaryType
Constructs a new BinaryType.
BINOCULARS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) binoculars image (used for toolbar buttons or icons).
BINOCULARS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) binoculars image (used for menuitems or buttons).
BIRTHDAY_CAKE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) birthday-cake image (used for toolbar buttons or icons).
BIRTHDAY_CAKE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) birthday-cake image (used for menuitems or buttons).
BITBUCKET_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bitbucket image (used for toolbar buttons or icons).
BITBUCKET_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bitbucket image (used for menuitems or buttons).
BITBUCKET_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bitbucket-square image (used for toolbar buttons or icons).
BITBUCKET_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bitbucket-square image (used for menuitems or buttons).
BITCOIN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bitcoin image (used for toolbar buttons or icons).
BITCOIN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bitcoin image (used for menuitems or buttons).
bKeyListener - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
whether the key listener was added.
black - Static variable in class javax.rad.genui.UIColor
The color black.
BLACK_TIE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) black-tie image (used for toolbar buttons or icons).
BLACK_TIE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) black-tie image (used for menuitems or buttons).
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.
bMemFilter - Variable in class com.sibvisions.rad.model.mem.MemDataBook
Determines if the filter should be made in memory.
bMemSort - Variable in class com.sibvisions.rad.model.mem.MemDataBook
Determines if the sort should be made in memory.
bMouseListener - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
whether the mouse listener was added.
BOLD - Static variable in interface javax.rad.ui.IFont
The bold style constant.
BOLD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bold image (used for toolbar buttons or icons).
BOLD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bold image (used for menuitems or buttons).
BOLT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bolt image (used for toolbar buttons or icons).
BOLT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bolt image (used for menuitems or buttons).
BOMB_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bomb image (used for toolbar buttons or icons).
BOMB_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bomb image (used for menuitems or buttons).
BOOK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) book image (used for toolbar buttons or icons).
BOOK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) book image (used for menuitems or buttons).
BOOKMARK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bookmark image (used for toolbar buttons or icons).
BOOKMARK_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bookmark-o image (used for toolbar buttons or icons).
BOOKMARK_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bookmark-o image (used for menuitems or buttons).
BOOKMARK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bookmark image (used for menuitems or buttons).
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
Constructs a BooleanDataType.
BooleanDataType(ICellEditor) - Constructor for class javax.rad.model.datatype.BooleanDataType
Constructs a BooleanDataType cell editor.
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.
bPopupMenuListener - Variable in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
whether the popup menu listener was added.
bPreserveAspectRatio - Variable in class com.sibvisions.rad.ui.celleditor.AbstractImageViewer
whether to preserve aspect ration.
BRIEFCASE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) briefcase image (used for toolbar buttons or icons).
BRIEFCASE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) briefcase image (used for menuitems or buttons).
BTC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) btc image (used for toolbar buttons or icons).
BTC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) btc image (used for menuitems or buttons).
bTranslate - Variable in class javax.rad.genui.UIComponent
whether translate should translate texts.
BUG_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bug image (used for toolbar buttons or icons).
BUG_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bug image (used for menuitems or buttons).
build(Object[]) - Static method in class com.sibvisions.rad.model.DataBookBuilder
Builds a data book with given values.
build(Object[], boolean) - Static method in class com.sibvisions.rad.model.DataBookBuilder
Builds a data book with given values.
build(List<Object>) - Static method in class com.sibvisions.rad.model.DataBookBuilder
Builds a data book with given values.
build(List<Object>, boolean) - Static method in class com.sibvisions.rad.model.DataBookBuilder
Builds a data book with given values.
build(Map<?, ?>) - Static method in class com.sibvisions.rad.model.DataBookBuilder
Builds a data book with given key/value pairs.
BUILDING_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) building image (used for toolbar buttons or icons).
BUILDING_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) building-o image (used for toolbar buttons or icons).
BUILDING_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) building-o image (used for menuitems or buttons).
BUILDING_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) building image (used for menuitems or buttons).
BULLHORN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bullhorn image (used for toolbar buttons or icons).
BULLHORN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bullhorn image (used for menuitems or buttons).
BULLSEYE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bullseye image (used for toolbar buttons or icons).
BULLSEYE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bullseye image (used for menuitems or buttons).
BUS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) bus image (used for toolbar buttons or icons).
BUS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) bus image (used for menuitems or buttons).
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.
BUYSELLADS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) buysellads image (used for toolbar buttons or icons).
BUYSELLADS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) buysellads image (used for menuitems or buttons).
bWindowListener - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
whether the window listener was added.
ByteArrayDataSource - Class in com.sibvisions.util
The ByteArrayDataSource class is a utility class for IFileHandle data.
ByteArrayDataSource(String, byte[]) - Constructor for class com.sibvisions.util.ByteArrayDataSource
Constructs a new ByteArrayDataSource.
ByteArrayDataSource(String, InputStream) - Constructor for class com.sibvisions.util.ByteArrayDataSource
Constructs a new ByteArrayDataSource.
ByteArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for byte arrays.
ByteArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ByteArraySerializer
 
ByteCountInputStream - Class in com.sibvisions.util.io
The ByteCountInputStream is an InputStream wrapper which counts read bytes and also enables reading of expected bytes if known.
ByteCountInputStream(InputStream) - Constructor for class com.sibvisions.util.io.ByteCountInputStream
Creates a new instance of ByteCountInputStream.
ByteCountInputStream(InputStream, long) - Constructor for class com.sibvisions.util.io.ByteCountInputStream
Creates a new instance of ByteCountInputStream for the given stream and calculated number of expected bytes.
ByteCountOutputStream - Class in com.sibvisions.util.io
The ByteCountOutputStream is an OutputStream wrapper which counts written bytes.
ByteCountOutputStream(OutputStream) - Constructor for class com.sibvisions.util.io.ByteCountOutputStream
Creates a new instance of ByteCountOutputStream.
ByteSerializer - Class in com.sibvisions.rad.remote
Deprecated. Use UniversalSerializer
ByteSerializer() - Constructor for class com.sibvisions.rad.remote.ByteSerializer
Deprecated. Creates a new instance of ByteSerializer.
ByteSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Byte.
ByteSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ByteSerializer
 
ByteUtil - Class in com.sibvisions.util.type
The ByteUtil contains methods for byte(array) operations and manipulations.

C

CAB_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cab image (used for toolbar buttons or icons).
CAB_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cab image (used for menuitems or buttons).
cachedDataType - Variable in class javax.rad.persist.ColumnMetaData
Cached data type for performance.
calculateAdditionalFetchRowCount(int, long) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Calculates the amount of rows to fetch additionally to an already happened fetch.
calculateRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Calculates the given row.
calculateRow(IDataBook, IDataPage, IDataRow) - Method in interface javax.rad.model.event.IRowCalculator
Is called when a new row is loaded, inserted or updated.
CALCULATOR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) calculator image (used for toolbar buttons or icons).
CALCULATOR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) calculator image (used for menuitems or buttons).
CALENDAR_CHECK_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) calendar-check-o image (used for toolbar buttons or icons).
CALENDAR_CHECK_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) calendar-check-o image (used for menuitems or buttons).
CALENDAR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) calendar image (used for toolbar buttons or icons).
CALENDAR_MINUS_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) calendar-minus-o image (used for toolbar buttons or icons).
CALENDAR_MINUS_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) calendar-minus-o image (used for menuitems or buttons).
CALENDAR_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) calendar-o image (used for toolbar buttons or icons).
CALENDAR_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) calendar-o image (used for menuitems or buttons).
CALENDAR_PLUS_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) calendar-plus-o image (used for toolbar buttons or icons).
CALENDAR_PLUS_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) calendar-plus-o image (used for menuitems or buttons).
CALENDAR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) calendar image (used for menuitems or buttons).
CALENDAR_TIMES_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) calendar-times-o image (used for toolbar buttons or icons).
CALENDAR_TIMES_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) calendar-times-o image (used for menuitems or buttons).
call(ConnectionInfo, String[], String[], Object[][], ICallBackListener[]) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Calls desired methods from a remote server object.
call(String, String, Object...) - Method in class com.sibvisions.rad.server.AbstractSession
Executes a method from an object in the life-cycle object.
call(String, String, Object...) - Method in class com.sibvisions.rad.server.DetachedSession
Executes a method from an object in the life-cycle object.
call(ConnectionInfo, String[], String[], Object[][], ICallBackListener[]) - Method in class com.sibvisions.rad.server.DirectServerConnection
Calls desired methods from a remote server object.
call(String, String, Object...) - Method in class com.sibvisions.rad.server.DirectServerSession
Executes a method from an object in the life-cycle object.
call() - Method in class com.sibvisions.rad.server.http.rest.service.CallService
Executes an object or action call without parameters.
call(Representation) - Method in class com.sibvisions.rad.server.http.rest.service.CallService
Executes an object or action call with or without parameters.
call(String, String, Object...) - Method in class com.sibvisions.rad.server.object.ExchangeSession
The method will call a method from the bound session.
call(String, String) - Method in class com.sibvisions.rad.server.object.ExchangeSession
The method will call a method from the bound session.
call(String, Object...) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Calls a javascript method.
call(ConnectionInfo, String[], String[], Object[][], ICallBackListener[]) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Calls a list of methods from objects identified by name(s).
call(Object, String, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the method of an object without changing the access to the method.
call(Object, boolean, String, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the method of an object without changing the access to the method.
call(Object, Class<?>, boolean, String, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the method of an object without changing the access to the method.
call(Object, Method, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the given method.
call(ICallBackListener[], String[], String[], Object[][]) - Method in class javax.rad.remote.AbstractConnection
Calls desired methods of server objects, through the connection.
call(ICallBackListener, String, String, Object...) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote method from a remote object.
call(ICallBackListener, String, String) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote method from a remote object.
call(String[], String[], Object[][]) - Method in class javax.rad.remote.AbstractConnection
Calls desired methods of server objects, through the connection.
call(String[], String[]) - Method in class javax.rad.remote.AbstractConnection
Calls desired methods of server objects, through the connection.
call(String, String, Object...) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote method from a remote object.
call(String, String) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote method from a remote object.
call(ConnectionInfo, String[], String[], Object[][], ICallBackListener[]) - Method in interface javax.rad.remote.IConnection
Calls desired methods from a remote server object.
call(String, String, Object...) - Method in interface javax.rad.server.ISession
Executes a method from an object in the life-cycle object.
CallableHandler - Class in javax.rad.util
The CallableHandler is a EventHandler that handles ICallable.
CallableHandler(Class...) - Constructor for class javax.rad.util.CallableHandler
Constructs a new CallableHandler.
callAction(String, Object...) - Method in class com.sibvisions.rad.server.AbstractSession
Executes an action from the life-cycle object.
callAction(String, Object...) - Method in class com.sibvisions.rad.server.DetachedSession
Executes an action from the life-cycle object.
callAction(String, Object...) - Method in class com.sibvisions.rad.server.DirectServerSession
Executes an action from the life-cycle object.
callAction(String) - Method in class com.sibvisions.rad.server.object.ExchangeSession
The method will call an action from the bound session.
callAction(String, Object...) - Method in class com.sibvisions.rad.server.object.ExchangeSession
The method will call an action from the bound session.
callAction(String) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote action.
callAction(String, Object...) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote action.
callAction(String[], Object[][]) - Method in class javax.rad.remote.AbstractConnection
The method will call one or more remote actions.
callAction(String[]) - Method in class javax.rad.remote.AbstractConnection
The method will call one or more remote actions.
callAction(ICallBackListener, String) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote action.
callAction(ICallBackListener, String, Object...) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote action.
callAction(ICallBackListener[], String[], Object[][]) - Method in class javax.rad.remote.AbstractConnection
The method will call one or more remote actions.
callAction(String, Object...) - Method in interface javax.rad.server.ISession
Executes an action from the life-cycle object.
callBack(Object[], String[], String[], String[], Object[][]) - Method in class javax.rad.remote.AbstractConnection
Calls desired methods of server objects, through the connection.
callBack(Object, String, String, String, Object...) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote method from a remote object.
callBack(Object, String, String, String) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote method from a remote object.
callBack(CallBackEvent) - Method in class javax.rad.remote.event.CallBackForward
If the IConnection detects a callback, then this method will be called, to notify the client listener.
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.
callBackAction(Object, String, String) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote action.
callBackAction(Object, String, String, Object...) - Method in class javax.rad.remote.AbstractConnection
The method will call a remote action.
callBackAction(Object[], String[], String[], Object[][]) - Method in class javax.rad.remote.AbstractConnection
The method will call one or more remote actions.
CallBackEvent - Class in javax.rad.remote.event
The CallBackEvent will be sent to an ICallBackListener if an asynchronous method call returns a result.
CallBackEvent(Object, String, String, Object, Throwable, long, long) - Constructor for class javax.rad.remote.event.CallBackEvent
Creates a new instance of CallBackEvent.
CallBackForward - Class in javax.rad.remote.event
The CallBackForward is a special ICallBackListener implementation which will replace the event source of the received CallBackEvent with another source.
CallBackForward(Object, ICallBackListener) - Constructor for class javax.rad.remote.event.CallBackForward
Creates a new instance of CallBackForward.
CallBackForward(UIInvoker, Object, ICallBackListener) - Constructor for class javax.rad.remote.event.CallBackForward
Creates a new instance of CallBackForward.
callBackResult(CallBackResultEvent) - Method in class javax.rad.remote.AbstractConnection.CallBackResultDelegate
If the IConnection detects a callback result, then this method will be called, to notify the client listener.
callBackResult(CallBackResultEvent) - Method in class javax.rad.remote.event.CallBackResultForward
If the IConnection detects a callback result, then this method will be called, to notify the client listener.
callBackResult(CallBackResultEvent) - Method in interface javax.rad.remote.event.ICallBackResultListener
If the IConnection detects a callback result, then this method will be called, to notify the client listener.
CallBackResultEvent - Class in javax.rad.remote.event
The CallBackEvent will be sent to an ICallBackListener if an asynchronous method call returns a result.
CallBackResultEvent(String, Object) - Constructor for class javax.rad.remote.event.CallBackResultEvent
Creates a new instance of CallBackEvent.
CallBackResultForward - Class in javax.rad.remote.event
The CallBackResultForward is a special ICallBackResultListener implementation which will handle listener exceptions.
CallBackResultForward(ICallBackResultListener) - Constructor for class javax.rad.remote.event.CallBackResultForward
Creates a new instance of CallBackResultForward.
CallBackResultForward(UIInvoker, ICallBackResultListener) - Constructor for class javax.rad.remote.event.CallBackResultForward
Creates a new instance of CallBackResultForward.
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(AbstractConnection, Throwable) - Constructor for class javax.rad.remote.event.CallErrorEvent
Creates a new instance of CallErrorEvent.
CallEvent - Class in javax.rad.remote.event
The CallEvent class contains information about object and action calls.
CallEvent(AbstractConnection, String, String, Object[], boolean) - Constructor for class javax.rad.remote.event.CallEvent
Creates a new instance of CallEvent.
CallEvent - Class in javax.rad.server.event
The CallEvent serves information about a server call.
CallEvent(ISession, ISession, String, String, Object[], boolean) - Constructor for class javax.rad.server.event.CallEvent
Creates a new instance of CallEvent.
CallEvent(ISession, ISession, String, String, Object[], boolean, boolean) - Constructor for class javax.rad.server.event.CallEvent
Creates a new instance of CallEvent.
CallEventHandler<L> - Class in javax.rad.server.event
The CallEventHandler is an EventHandler which handles ICallListener.
CallEventHandler(Class<L>) - Constructor for class javax.rad.server.event.CallEventHandler
Creates a new instance of CallEventHandler.
CallResultEvent - Class in javax.rad.server.event
The CallResultEvent serves the result from a method call.
CallResultEvent(ISession, ISession, String, String, Object[], boolean, Object, Throwable) - Constructor for class javax.rad.server.event.CallResultEvent
Creates a new instance of CallResultEvent.
CallService - Class in com.sibvisions.rad.server.http.rest.service
The CallService allows action or object calls.
CallService() - Constructor for class com.sibvisions.rad.server.http.rest.service.CallService
 
CAMERA_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) camera image (used for toolbar buttons or icons).
CAMERA_RETRO_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) camera-retro image (used for toolbar buttons or icons).
CAMERA_RETRO_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) camera-retro image (used for menuitems or buttons).
CAMERA_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) camera image (used for menuitems or buttons).
CANCEL_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) canel image (used for toolbar buttons or icons).
CANCEL_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) cancel image (used for menuitems or buttons).
cancelCellEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class javax.rad.application.genui.ControllerContent
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class javax.rad.genui.control.UIChart
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class javax.rad.genui.control.UIEditor
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class javax.rad.genui.control.UITable
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in class javax.rad.genui.control.UITree
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in interface javax.rad.model.ui.ICellEditorHandler
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditing() - Method in interface javax.rad.model.ui.IControl
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook.
cancelEditingControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Informs all registered controls that they should cancel any pending editing operation and revert to the values in this IDataRow.
cancelEditingControls() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Informs all registered controls that they should cancel any pending editing operation and revert to the values in this IDataRow.
cancelEditingControls() - Method in interface javax.rad.model.IDataRow
Informs all registered controls that they should cancel any pending editing operation and revert to the values in this IDataRow.
cancelPendingThreads() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Cancel/Interrupts all pending threads.
cancelPendingThreads() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Cancel/Interrupts all pending threads.
cancelPendingThreads() - Method in class javax.rad.application.genui.UILauncher
Cancel/Interrupts all pending threads.
cancelPendingThreads() - Method in interface javax.rad.application.ILauncher
Cancel/Interrupts all pending threads.
capture(int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Creates an image/screenshot of the component.
capture(int, int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Creates an image/screenshot of the component.
capture(int, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Creates an image/screenshot of the component.
capture(int, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingComponent
Creates an image/screenshot of the component.
capture(int, int) - Method in class javax.rad.genui.UIComponent
Creates an image/screenshot of the component.
capture(int, int) - Method in interface javax.rad.ui.IComponent
Creates an image/screenshot of the component.
CAR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) car image (used for toolbar buttons or icons).
CAR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) car image (used for menuitems or buttons).
CARET_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) caret-down image (used for toolbar buttons or icons).
CARET_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) caret-down image (used for menuitems or buttons).
CARET_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) caret-left image (used for toolbar buttons or icons).
CARET_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) caret-left image (used for menuitems or buttons).
CARET_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) caret-right image (used for toolbar buttons or icons).
CARET_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) caret-right image (used for menuitems or buttons).
CARET_SQUARE_O_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) caret-square-o-down image (used for toolbar buttons or icons).
CARET_SQUARE_O_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) caret-square-o-down image (used for menuitems or buttons).
CARET_SQUARE_O_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) caret-square-o-left image (used for toolbar buttons or icons).
CARET_SQUARE_O_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) caret-square-o-left image (used for menuitems or buttons).
CARET_SQUARE_O_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) caret-square-o-right image (used for toolbar buttons or icons).
CARET_SQUARE_O_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) caret-square-o-right image (used for menuitems or buttons).
CARET_SQUARE_O_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) caret-square-o-up image (used for toolbar buttons or icons).
CARET_SQUARE_O_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) caret-square-o-up image (used for menuitems or buttons).
CARET_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) caret-up image (used for toolbar buttons or icons).
CARET_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) caret-up image (used for menuitems or buttons).
CART_ARROW_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cart-arrow-down image (used for toolbar buttons or icons).
CART_ARROW_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cart-arrow-down image (used for menuitems or buttons).
CART_PLUS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cart-plus image (used for toolbar buttons or icons).
CART_PLUS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cart-plus image (used for menuitems or buttons).
CC_AMEX_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cc-amex image (used for toolbar buttons or icons).
CC_AMEX_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cc-amex image (used for menuitems or buttons).
CC_DINERS_CLUB_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cc-diners-club image (used for toolbar buttons or icons).
CC_DINERS_CLUB_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cc-diners-club image (used for menuitems or buttons).
CC_DISCOVER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cc-discover image (used for toolbar buttons or icons).
CC_DISCOVER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cc-discover image (used for menuitems or buttons).
CC_JCB_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cc-jcb image (used for toolbar buttons or icons).
CC_JCB_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cc-jcb image (used for menuitems or buttons).
CC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cc image (used for toolbar buttons or icons).
CC_MASTERCARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cc-mastercard image (used for toolbar buttons or icons).
CC_MASTERCARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cc-mastercard image (used for menuitems or buttons).
CC_PAYPAL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cc-paypal image (used for toolbar buttons or icons).
CC_PAYPAL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cc-paypal image (used for menuitems or buttons).
CC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cc image (used for menuitems or buttons).
CC_STRIPE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cc-stripe image (used for toolbar buttons or icons).
CC_STRIPE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cc-stripe image (used for menuitems or buttons).
CC_VISA_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cc-visa image (used for toolbar buttons or icons).
CC_VISA_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cc-visa image (used for menuitems or buttons).
CellFormat - Class in com.sibvisions.rad.ui.swing.ext.format
The CellFormat holds the format information for a cell.
CellFormat() - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CellFormat(Color) - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CellFormat(Color, Color, Font) - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CellFormat(Color, Color, Font, Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CellFormat(Color, Color, Font, Icon, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CellFormat(Color, Color, Font, Icon, Style, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Constructs a new instance of CellFormat.
CENTER - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The center layout constraint (middle of container).
center(Component) - Static method in class com.sibvisions.util.type.ScreenUtil
Centers a component on the screen.
center(Component, Component) - Static method in class com.sibvisions.util.type.ScreenUtil
Centers a component over another component.
CENTER - Static variable in interface javax.rad.ui.layout.IBorderLayout
The center layout constraint (middle of container).
CENTERED_NUMBER_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Centered number cell editor.
CENTERED_TEXT_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Centered text cell editor.
centerRelativeTo(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Centers the window relative to the specified component.
centerRelativeTo(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Centers the window relative to the specified component.
centerRelativeTo(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Centers the window relative to the specified component.
centerRelativeTo(IComponent) - Method in class javax.rad.genui.container.AbstractWindow
Centers the window relative to the specified component.
centerRelativeTo(IComponent) - Method in interface javax.rad.ui.container.IWindow
Centers the window relative to the specified component.
CERTIFICATE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) certificate image (used for toolbar buttons or icons).
CERTIFICATE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) certificate image (used for menuitems or buttons).
CHAIN_BROKEN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chain-broken image (used for toolbar buttons or icons).
CHAIN_BROKEN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chain-broken image (used for menuitems or buttons).
CHAIN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chain image (used for toolbar buttons or icons).
CHAIN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chain image (used for menuitems or buttons).
CHANGE_PASSWORD_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) change password image (used for toolbar buttons or icons).
CHANGE_PASSWORD_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) change password image (used for menuitems or buttons).
ChangeableDataRow - Class in com.sibvisions.rad.model.mem
An IChangeableDataRow extends the IDataRow with support for the change state of the row, some supporting methods and an unique ID column.
ChangeableDataRow() - Constructor for class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal default constructor for the MemDataBook.
ChangeableDataRow(IRowDefinition) - Constructor for class com.sibvisions.rad.model.mem.ChangeableDataRow
Constructs a DataRow with a given IRowDefinition.
ChangeableDataRow(IRowDefinition, Object[], IDataPage, int) - Constructor for class com.sibvisions.rad.model.mem.ChangeableDataRow
Constructs a DataRow with a given IRowDefinition and initialize it a copy of the Object[] data.
ChangedHashtable<K,V> - Class in com.sibvisions.util
The ChangedHashtable is a synchronized Hashtable which tracks changes to keys and values.
ChangedHashtable() - Constructor for class com.sibvisions.util.ChangedHashtable
Creates a new instance of ChangedHashtable, with a default initial capacity (11) and load factor (0.75).
ChangedHashtable(int) - Constructor for class com.sibvisions.util.ChangedHashtable
Creates a new instance of ChangedHashtable, with the specified initial capacity and default load factor (0.75).
ChangedHashtable(int, float) - Constructor for class com.sibvisions.util.ChangedHashtable
Creates a new instance of ChangedHashtable with the specified initial capacity and the specified load factor.
ChangedHashtable(Map<? extends K, ? extends V>) - Constructor for class com.sibvisions.util.ChangedHashtable
Creates a new instance of ChangedHashtable with the same mappings as the given Map.
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.NoSecurityManager
Changes the password for a user.
changePassword(ISession) - Method in class com.sibvisions.rad.server.security.XmlSecurityManager
Changes the password for a user.
ChangePasswordException - Exception in javax.rad.remote
The ChangePasswordException is a CommunicationException for sessions when the password should be changed.
ChangePasswordException() - Constructor for exception javax.rad.remote.ChangePasswordException
Constructs a new ChangePasswordException with null as its detail message.
ChangePasswordException(Throwable) - Constructor for exception javax.rad.remote.ChangePasswordException
Constructs a new ChangePasswordException with the specified cause and a detail message of (cause==null ?
ChangePasswordException(String) - Constructor for exception javax.rad.remote.ChangePasswordException
Constructs a new ChangePasswordException with the specified detail message.
ChangePasswordException(String, Throwable) - Constructor for exception javax.rad.remote.ChangePasswordException
Constructs a new ChangePasswordException with the specified detail message and cause.
CHAR_UNDEFINED - Static variable in class javax.rad.ui.event.UIKeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
characters(char[], int, int) - Method in class com.sibvisions.util.xml.XmlWorker
CharacterSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Character.
CharacterSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.CharacterSerializer
 
CharArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Character array.
CharArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.CharArraySerializer
 
CHECK_CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) check-circle image (used for toolbar buttons or icons).
CHECK_CIRCLE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) check-circle-o image (used for toolbar buttons or icons).
CHECK_CIRCLE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) check-circle-o image (used for menuitems or buttons).
CHECK_CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) check-circle image (used for menuitems or buttons).
CHECK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) check image (used for toolbar buttons or icons).
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 interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) 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_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) check-square image (used for toolbar buttons or icons).
CHECK_SQUARE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) check-square-o image (used for toolbar buttons or icons).
CHECK_SQUARE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) check-square-o image (used for menuitems or buttons).
CHECK_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) check-square image (used for menuitems or buttons).
CHECK_YES_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) yes/selected check image (used for toolbar buttons or icons).
CHECK_YES_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) yes/selected check image (used for menuitems or buttons).
checkAccess() - Method in class com.sibvisions.rad.server.AbstractSession
Checks if it is allowed to create the session.
checkAdd(IComponent, Object, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Checks if it's allowed to add a specific component to this container.
checkAdd(IComponent, Object, int) - Method in class javax.rad.genui.UIContainer
Checks if it's allowed to add a specific component to this container.
checkClientTrusted(X509Certificate[], String) - Method in class com.sibvisions.rad.remote.http.HttpsTrustManager
checkId(int) - Method in class javax.rad.ui.event.UIActionEvent
Checks if the current Instance of UIEvent allows the given id.
checkId(int) - Method in class javax.rad.ui.event.UIComponentEvent
Checks if the current Instance of UIEvent allows the given id.
checkId(int) - Method in class javax.rad.ui.event.UIEvent
Checks if the current Instance of UIEvent allows the given id.
checkId(int) - Method in class javax.rad.ui.event.UIFocusEvent
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.UIPopupMenuEvent
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.
checkNotNull(Object, String) - Static method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Throws a NullPointerException with the specified message if the given Object references null.
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
CHEVRON_CIRCLE_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chevron-circle-down image (used for toolbar buttons or icons).
CHEVRON_CIRCLE_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chevron-circle-down image (used for menuitems or buttons).
CHEVRON_CIRCLE_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chevron-circle-left image (used for toolbar buttons or icons).
CHEVRON_CIRCLE_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chevron-circle-left image (used for menuitems or buttons).
CHEVRON_CIRCLE_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chevron-circle-right image (used for toolbar buttons or icons).
CHEVRON_CIRCLE_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chevron-circle-right image (used for menuitems or buttons).
CHEVRON_CIRCLE_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chevron-circle-up image (used for toolbar buttons or icons).
CHEVRON_CIRCLE_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chevron-circle-up image (used for menuitems or buttons).
CHEVRON_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chevron-down image (used for toolbar buttons or icons).
CHEVRON_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chevron-down image (used for menuitems or buttons).
CHEVRON_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chevron-left image (used for toolbar buttons or icons).
CHEVRON_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chevron-left image (used for menuitems or buttons).
CHEVRON_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chevron-right image (used for toolbar buttons or icons).
CHEVRON_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chevron-right image (used for menuitems or buttons).
CHEVRON_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chevron-up image (used for toolbar buttons or icons).
CHEVRON_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chevron-up image (used for menuitems or buttons).
CHILD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) child image (used for toolbar buttons or icons).
CHILD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) child image (used for menuitems or buttons).
children() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
CHROME_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) chrome image (used for toolbar buttons or icons).
CHROME_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) chrome image (used for menuitems or buttons).
chtExternalProperties - Variable in class com.sibvisions.rad.server.AbstractSession
the properties got via constructor.
chtProperties - Variable in class com.sibvisions.rad.server.AbstractSession
the client and server properties.
CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) circle image (used for toolbar buttons or icons).
CIRCLE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) circle-o image (used for toolbar buttons or icons).
CIRCLE_O_NOTCH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) circle-o-notch image (used for toolbar buttons or icons).
CIRCLE_O_NOTCH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) circle-o-notch image (used for menuitems or buttons).
CIRCLE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) circle-o image (used for menuitems or buttons).
CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) circle image (used for menuitems or buttons).
CIRCLE_THIN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) circle-thin image (used for toolbar buttons or icons).
CIRCLE_THIN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) circle-thin image (used for menuitems or buttons).
classesWithConstants - Variable in class com.sibvisions.util.SimpleJavaSource
The Name for constants.
classLoader - Variable in class com.sibvisions.util.SimpleJavaSource
The classloader for class loading.
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(char[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear(int[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear(long[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear(float[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear(double[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes all Elements.
clear() - Method in class com.sibvisions.util.ChangedHashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class com.sibvisions.util.FileSearch
Clear previous search results.
clear() - Method in class com.sibvisions.util.GroupHashtable
Clears all entries.
clear(G) - Method in class com.sibvisions.util.GroupHashtable
Clears all entries from a specific group.
clear() - Method in class com.sibvisions.util.IdentityKeyValueList
Clears the list so that it contains no keys.
clear() - Method in class com.sibvisions.util.IntHashMap
Clears the interned objects.
clear() - Method in class com.sibvisions.util.io.ShadowCopyInputStream
Clears the internal cache.
clear() - Method in class com.sibvisions.util.io.ShadowCopyOutputStream
Clears the internal cache.
clear() - Method in class com.sibvisions.util.KeyValueList
Clears the list so that it contains no keys.
clear() - Method in class com.sibvisions.util.OrderedHashtable
clear() - Method in class javax.rad.util.TranslationMap
Clears all translations.
clearCache() - Static method in class com.sibvisions.rad.server.config.Configuration
Clears the zone cache.
clearCache() - Static method in class com.sibvisions.util.Internalize
Clears the interned objects.
clearChanges() - Method in class com.sibvisions.util.ChangedHashtable
Clears the list of changed mappings.
clearCurrentDataPage() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It clears the AbstractStorage of the MemDataBook.
clearFilterSortInCurrentMemDataPage() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It clears all mem filter sorts in the MemDataPages.
clearFilterSortInMemDataPages() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It clears all mem filter sorts in the MemDataPages.
clearGlobalMetaData() - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Clears the complete meta data cache.
clearGlobalMetaData(AbstractConnection) - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Clears the meta data cache for the given application.
clearImage(String) - Static method in class javax.rad.genui.UIImage
Clears the cache for the given image.
clearImageCache() - Static method in class javax.rad.genui.UIImage
Removes all images from the cache.
clearImageMappings() - Static method in class javax.rad.genui.UIImage
Removes all image mappings and also clears the image cache for mapped images.
clearMetaData() - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Clears the local meta data cache.
clearMetaData() - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Clears the meta data cache.
clearMetaData(String) - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Clears the meta data cache for the given application.
clearMetaData() - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Clears the meta data cache.
clearMetaData(String) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Clears the meta data cache for the given application.
clearSubNodes() - Method in class com.sibvisions.util.xml.XmlNode
Clears the list of known sub elements.
CLIENT_FILE_ENCODING - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the client connection creation time.
CLIENT_LOCALE_COUNTRY - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the client connection creation time.
CLIENT_LOCALE_LANGUAGE - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the client connection creation time.
CLIENT_LOCALE_VARIANT - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the client connection creation time.
CLIPBOARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) clipboard image (used for toolbar buttons or icons).
CLIPBOARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) clipboard image (used for menuitems or buttons).
CLOCK_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) clock-o image (used for toolbar buttons or icons).
CLOCK_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) clock-o image (used for menuitems or buttons).
clone() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
clone() - Method in class com.sibvisions.rad.persist.jdbc.Name
clone() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
clone() - Method in class com.sibvisions.rad.server.config.ApplicationZone
clone() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
clone() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
 
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.Not
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.LongDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.datatype.ObjectDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.datatype.StringDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.datatype.TimestampDataType
Clone an IDataType.
clone() - Method in class javax.rad.model.reference.ColumnMapping
clone() - Method in class javax.rad.model.SortDefinition
Clone an ISortDefinition.
clone() - Method in class javax.rad.persist.ColumnMetaData
clone() - Method in class javax.rad.type.bean.AbstractBean
Returns a clone of this bean.
clone() - Method in class javax.rad.type.bean.Bean
Returns a clone of this bean.
clone(Object) - Method in class javax.rad.type.bean.BeanType
Clones a bean.
clone() - Method in interface javax.rad.type.bean.IBean
Returns a clone of this bean.
clone() - Method in class javax.rad.ui.Style
CLONE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) clone image (used for toolbar buttons or icons).
CLONE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) clone image (used for menuitems or buttons).
cloneResource(UI) - Static method in class javax.rad.genui.UIFactoryManager
Creates a clone of the given resource.
close() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Closes this IDataBook.
close() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Closes this IDataSource.
close() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Closes this IDataBook.
close() - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Closes this IDataSource.
close() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Closes the storage.
close() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Closes the database Connection and releases all memory.
close() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
It close the DBStorage.
close() - Method in class com.sibvisions.rad.persist.StorageDataBook
Closes this IDataBook.
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.server.DirectServerSession
Closes the object (stream, connection, ...) and releases any system resources associated with it.
close() - Method in interface com.sibvisions.rad.server.IRequest
Notifies that processing is finished.
close() - Method in interface com.sibvisions.rad.server.IResponse
Notifies that processing is finished.
close() - Method in class com.sibvisions.rad.server.protocol.Record
Closes the record.
close(Statement...) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Closes and unregisters the given statements.
close() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Closes this internal frame.
close() - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Closes the window.
close(ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Close the connection to the server.
close() - Method in interface com.sibvisions.util.ICloseable
Closes the object (stream, connection, ...) and releases any system resources associated with it.
close() - Method in class com.sibvisions.util.io.ByteCountInputStream
close() - Method in class com.sibvisions.util.io.MagicByteInputStream
close() - Method in class com.sibvisions.util.io.NonClosingInputStream
close() - Method in class com.sibvisions.util.io.NonClosingOutputStream
close(Object...) - Static method in class com.sibvisions.util.type.CommonUtil
Close the given object(s) if closable.
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 this IDataBook.
close() - Method in interface javax.rad.model.IDataSource
Closes this IDataSource.
close() - Method in class javax.rad.remote.AbstractConnection
Close the connection.
close(boolean) - Method in class javax.rad.remote.AbstractConnection
Close the connection, with or without remote call.
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(boolean) - Method in class javax.rad.remote.SubConnection
Close the connection, with or without remote call.
close() - Method in interface javax.rad.ui.container.IInternalFrame
Closes this internal frame.
CLOSE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) close image (used for toolbar buttons or icons).
CLOSE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) close image (used for menuitems or buttons).
closeConnection() - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Close all statements and the connection.
closeConnections(String) - Method in class com.sibvisions.rad.server.Monitoring
Close all connections for a specific application.
closeFrame(JInternalFrame) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopManager
closeRecord(Record) - Method in interface com.sibvisions.rad.server.protocol.IProtocolWriter
Closes a record and writes the protocol.
closeStatements() - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Close all registered statements.
closeStatements() - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Close all registered statements.
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).
CLOUD_DOWNLOAD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cloud-download image (used for toolbar buttons or icons).
CLOUD_DOWNLOAD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cloud-download image (used for menuitems or buttons).
CLOUD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cloud image (used for toolbar buttons or icons).
CLOUD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cloud image (used for menuitems or buttons).
CLOUD_UPLOAD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cloud-upload image (used for toolbar buttons or icons).
CLOUD_UPLOAD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cloud-upload image (used for menuitems or buttons).
CNY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cny image (used for toolbar buttons or icons).
CNY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cny image (used for menuitems or buttons).
CODE_FORK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) code-fork image (used for toolbar buttons or icons).
CODE_FORK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) code-fork image (used for menuitems or buttons).
CODE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) code image (used for toolbar buttons or icons).
CODE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) code image (used for menuitems or buttons).
CodecUtil - Class in com.sibvisions.util.type
The CodecUtil contains methods for encode and decode operations.
CODEPEN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) codepen image (used for toolbar buttons or icons).
CODEPEN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) codepen image (used for menuitems or buttons).
COFFEE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) coffee image (used for toolbar buttons or icons).
COFFEE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) coffee image (used for menuitems or buttons).
COG_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cog image (used for toolbar buttons or icons).
COG_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cog image (used for menuitems or buttons).
COGS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cogs image (used for toolbar buttons or icons).
COGS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cogs image (used for menuitems or buttons).
ColumnDefinition - Class in javax.rad.model
A ColumnDefinition is a description of the data type and other attributes of a table column.
ColumnDefinition() - Constructor for class javax.rad.model.ColumnDefinition
Constructs a ColumnDefinition.
ColumnDefinition(String) - Constructor for class javax.rad.model.ColumnDefinition
Constructs a ColumnDefinition with the specified name.
ColumnDefinition(String, IDataType) - Constructor for class javax.rad.model.ColumnDefinition
Constructs a ColumnDefinition with the specified name.
ColumnMapping - Class in javax.rad.model.reference
The ColumnMapping class is for mapping different column names between referenced tables.
ColumnMapping() - Constructor for class javax.rad.model.reference.ColumnMapping
Constructs the ColumnMapping without column names.
ColumnMapping(String[]) - Constructor for class javax.rad.model.reference.ColumnMapping
Constructs the ColumnMapping with the same column names and referenced column names.
ColumnMapping(String[], String[]) - Constructor for class javax.rad.model.reference.ColumnMapping
Constructs the ColumnMapping with the different column names and referenced column names.
ColumnMetaData - Class in javax.rad.persist
A ColumnMetaData is a description of the data type and other attributes of a table storage column.
ColumnMetaData() - Constructor for class javax.rad.persist.ColumnMetaData
Constructs a ColumnMetaData with defaults.
ColumnMetaData(String) - Constructor for class javax.rad.persist.ColumnMetaData
Constructs a ColumnMetaData with a specific name.
ColumnMetaData(String, int) - Constructor for class javax.rad.persist.ColumnMetaData
Constructs a ColumnMetaData with a specific name and data type identifier.
COLUMNS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) columns image (used for toolbar buttons or icons).
COLUMNS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) columns image (used for menuitems or buttons).
columnView - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
The ColumnView.
ColumnView - Class in javax.rad.model
A ColumnView contains all column names that should be shown.
ColumnView(String...) - Constructor for class javax.rad.model.ColumnView
Constructs a new ColumnView.
ColumnView(ColumnView) - Constructor for class javax.rad.model.ColumnView
Constructs a new ColumnView with the same columns as the given column view.
ColumnView(IRowDefinition) - Constructor for class javax.rad.model.ColumnView
Constructs a new ColumnView for all columns of the given row definition.
ColumnView(IDataRow) - Constructor for class javax.rad.model.ColumnView
Constructs a new ColumnView for all columns of the given data row.
com.sibvisions.rad - package com.sibvisions.rad
Contains base classes and interfaces which can be used, extended or implemented from all sub packages.
com.sibvisions.rad.application - package com.sibvisions.rad.application
Contains base classes for application creation.
com.sibvisions.rad.application.event - package com.sibvisions.rad.application.event
Contains classes for application event handling.
com.sibvisions.rad.genui.celleditor - package com.sibvisions.rad.genui.celleditor
Contains generic cell editors.
com.sibvisions.rad.model - package com.sibvisions.rad.model
Contains model implementations.
com.sibvisions.rad.model.mem - package com.sibvisions.rad.model.mem
Contains all storage independent model classes.
com.sibvisions.rad.model.remote - package com.sibvisions.rad.model.remote
Contains model implementations for accessing remote data.
com.sibvisions.rad.persist - package com.sibvisions.rad.persist
Contains implementations of the persistence definitions.
com.sibvisions.rad.persist.bean - package com.sibvisions.rad.persist.bean
Contains implementations for bean support.
com.sibvisions.rad.persist.event - package com.sibvisions.rad.persist.event
Contains all storage event classes and interfaces.
com.sibvisions.rad.persist.jdbc - package com.sibvisions.rad.persist.jdbc
Contains all database specific persistence implementations.
com.sibvisions.rad.persist.jdbc.event - package com.sibvisions.rad.persist.jdbc.event
Contains events for DBAccess.
com.sibvisions.rad.persist.jdbc.event.type - package com.sibvisions.rad.persist.jdbc.event.type
Contains event listener type interfaces.
com.sibvisions.rad.persist.jdbc.param - package com.sibvisions.rad.persist.jdbc.param
Contains parameter definitions for JDBC calls.
com.sibvisions.rad.remote - package com.sibvisions.rad.remote
Contains general communication classes which can be used from client and server implementations.
com.sibvisions.rad.remote.http - package com.sibvisions.rad.remote.http
Contains general communication classes which can be used from client and server implementations.
com.sibvisions.rad.remote.serializer - package com.sibvisions.rad.remote.serializer
Contains classes for serialize/deserialize java objects.
com.sibvisions.rad.server - package com.sibvisions.rad.server
Contains remote server classes and dependent components.
com.sibvisions.rad.server.annotation - package com.sibvisions.rad.server.annotation
Contains annotations for server handling.
com.sibvisions.rad.server.config - package com.sibvisions.rad.server.config
Contains classes which are used for configuration purposes.
com.sibvisions.rad.server.http - package com.sibvisions.rad.server.http
Contains the server side implementation for the communication via http.
com.sibvisions.rad.server.http.rest - package com.sibvisions.rad.server.http.rest
Contains classes for generic REST access.
com.sibvisions.rad.server.http.rest.service - package com.sibvisions.rad.server.http.rest.service
Contains REST services.
com.sibvisions.rad.server.http.rest.service.jackson - package com.sibvisions.rad.server.http.rest.service.jackson
Contains Jackson extensions.
com.sibvisions.rad.server.http.rest.service.mixin - package com.sibvisions.rad.server.http.rest.service.mixin
Contains Jackson mixins.
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.plugin - package com.sibvisions.rad.server.plugin
Contains classes for server plugin support.
com.sibvisions.rad.server.protocol - package com.sibvisions.rad.server.protocol
Contains classes for server protocol support.
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 independent 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.celleditor - package com.sibvisions.rad.ui.celleditor
Contains technology and platform independent cell editor implementations.
com.sibvisions.rad.ui.swing.ext - package com.sibvisions.rad.ui.swing.ext
Contains all swing extensions which can be used without the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.ext.celleditor - package com.sibvisions.rad.ui.swing.ext.celleditor
Contains components for creating editors.
com.sibvisions.rad.ui.swing.ext.cellrenderer - package com.sibvisions.rad.ui.swing.ext.cellrenderer
Contains components for creating renderer.
com.sibvisions.rad.ui.swing.ext.event - package com.sibvisions.rad.ui.swing.ext.event
Contains all event definitions which will be needed for the swing extensions.
com.sibvisions.rad.ui.swing.ext.focus - package com.sibvisions.rad.ui.swing.ext.focus
Contains focus extensions.
com.sibvisions.rad.ui.swing.ext.fonts - package com.sibvisions.rad.ui.swing.ext.fonts
Contains additional font extensions.
com.sibvisions.rad.ui.swing.ext.format - package com.sibvisions.rad.ui.swing.ext.format
Contains table extensions.
com.sibvisions.rad.ui.swing.ext.layout - package com.sibvisions.rad.ui.swing.ext.layout
Contains awt/swing based layout managers.
com.sibvisions.rad.ui.swing.ext.text - package com.sibvisions.rad.ui.swing.ext.text
Contains formatter for input fields.
com.sibvisions.rad.ui.swing.impl - package com.sibvisions.rad.ui.swing.impl
Contains the Swing dependent interface implementations of the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.impl.component - package com.sibvisions.rad.ui.swing.impl.component
Contains Swing component implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.impl.container - package com.sibvisions.rad.ui.swing.impl.container
Contains Swing container implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.impl.control - package com.sibvisions.rad.ui.swing.impl.control
Contains Swing control implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.ui.swing.impl.layout - package com.sibvisions.rad.ui.swing.impl.layout
Contains the layout implementations for Swing.
com.sibvisions.rad.ui.swing.impl.menu - package com.sibvisions.rad.ui.swing.impl.menu
Contains Swing menu implementations based on the platform and technology independent interface definitions.
com.sibvisions.rad.util - package com.sibvisions.rad.util
Contains utility classes for the javax.rad API.
com.sibvisions.util - package com.sibvisions.util
Contains library independent utility classes.
com.sibvisions.util.db - package com.sibvisions.util.db
Contains utility classes for database handling.
com.sibvisions.util.event - package com.sibvisions.util.event
Contains utility event classes.
com.sibvisions.util.io - package com.sibvisions.util.io
Contains I/O utility classes.
com.sibvisions.util.log - package com.sibvisions.util.log
Contains an advanced logger implementation.
com.sibvisions.util.log.jdk - package com.sibvisions.util.log.jdk
Contains the log implementation for java logging.
com.sibvisions.util.log.log4j - package com.sibvisions.util.log.log4j
Contains the log implementation for log4j.
com.sibvisions.util.security - package com.sibvisions.util.security
Contains java.security extensions.
com.sibvisions.util.type - package com.sibvisions.util.type
Contains utility classes for special types/classes.
com.sibvisions.util.xml - package com.sibvisions.util.xml
Contains utility classes for handling xml files.
COMMAND_DELETE - Static variable in interface javax.rad.model.ui.IControllable
Command for deleting a row.
COMMAND_DUPLICATE - Static variable in interface javax.rad.model.ui.IControllable
Command for deleting a row.
COMMAND_EDIT - Static variable in interface javax.rad.model.ui.IControllable
Command for start editing.
COMMAND_EXPORT - Static variable in interface javax.rad.model.ui.IControllable
Command for exporting the data.
COMMAND_FIRST - Static variable in interface javax.rad.model.ui.IControllable
Command for selecting the first row.
COMMAND_INSERT - Static variable in interface javax.rad.model.ui.IControllable
Command for inserting a row.
COMMAND_INSERT_SUB - Static variable in interface javax.rad.model.ui.IControllable
Command for inserting a detail row.
COMMAND_LAST - Static variable in interface javax.rad.model.ui.IControllable
Command for selecting the last row.
COMMAND_NEXT - Static variable in interface javax.rad.model.ui.IControllable
Command for selecting the next row.
COMMAND_PREVIOUS - Static variable in interface javax.rad.model.ui.IControllable
Command for selecting the previous row.
COMMAND_RESTORE - Static variable in interface javax.rad.model.ui.IControllable
Command for restore a row.
COMMAND_SEARCH - Static variable in interface javax.rad.model.ui.IControllable
Command for searching the data.
comment(char[], int, int) - Method in class com.sibvisions.util.xml.XmlWorker
COMMENT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) comment image (used for toolbar buttons or icons).
COMMENT_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) comment-o image (used for toolbar buttons or icons).
COMMENT_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) comment-o image (used for menuitems or buttons).
COMMENT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) comment image (used for menuitems or buttons).
COMMENTING_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) commenting image (used for toolbar buttons or icons).
COMMENTING_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) commenting-o image (used for toolbar buttons or icons).
COMMENTING_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) commenting-o image (used for menuitems or buttons).
COMMENTING_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) commenting image (used for menuitems or buttons).
COMMENTS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) comments image (used for toolbar buttons or icons).
COMMENTS_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) comments-o image (used for toolbar buttons or icons).
COMMENTS_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) comments-o image (used for menuitems or buttons).
COMMENTS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) comments image (used for menuitems or buttons).
commit() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Commits the DB transaction.
commitOrRollbackBeforeClose() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Calls commit or rollback before closing the connection.
commitOrRollbackBeforeClose() - Method in class com.sibvisions.rad.persist.jdbc.HanaDBAccess
Calls commit or rollback before closing the connection.
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.
compare(Object, Object) - Method in class com.sibvisions.rad.ui.swing.ext.focus.TabIndexComparator
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
Compares this IDataRow with the given IDataRow, by considering the given SortDefinition and comparing the values of both rows according to the SortDefinition.
compareTo(Version) - Method in class com.sibvisions.util.Version
compareTo(Version, Version.Level) - Method in class com.sibvisions.util.Version
Compares this version with another version.
compareTo(Object, Object) - Method in class javax.rad.model.datatype.BinaryDataType
Compares IDataType objects in the rules of the Comparable interface.
compareTo(Object, Object) - Method in class javax.rad.model.datatype.DataType
Compares IDataType objects in the rules of the Comparable interface.
compareTo(Object, Object) - Method in interface javax.rad.model.datatype.IDataType
Compares IDataType objects in the rules of the Comparable interface.
compareTo(IDataRow, SortDefinition) - Method in interface javax.rad.model.IDataRow
Compares this IDataRow with the given IDataRow, by considering the given SortDefinition and comparing the values of both rows according to the SortDefinition.
compareTo(T, Object) - Method in class javax.rad.type.AbstractComparableType
Compares two objects.
compareTo(T, Object) - Method in class javax.rad.type.AbstractDateType
Compares two objects.
compareTo(Object, Object) - Method in class javax.rad.type.bean.BeanType
Compares two objects.
compareTo(byte[], Object) - Method in class javax.rad.type.BinaryType
Compares two objects.
compareTo(IFileHandle, Object) - Method in class javax.rad.type.FileHandleType
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.
COMPASS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) compass image (used for toolbar buttons or icons).
COMPASS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) compass image (used for menuitems or buttons).
component - Variable in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
The component.
COMPONENT_FIRST - Static variable in class javax.rad.ui.event.UIComponentEvent
The first number in the range of ids used for component events.
COMPONENT_LAST - Static variable in class javax.rad.ui.event.UIComponentEvent
The last number in the range of ids used for component events.
COMPONENT_MOVED - Static variable in class javax.rad.ui.event.UIComponentEvent
This event indicates that the component's position changed.
COMPONENT_RESIZED - Static variable in class javax.rad.ui.event.UIComponentEvent
This event indicates that the component's size changed.
ComponentHandler<L> - Class in javax.rad.ui.event
The ComponentHandler is a RuntimeEventHandler that handles IComponentListener.
ComponentHandler(Class<L>) - Constructor for class javax.rad.ui.event.ComponentHandler
Creates a new instance of ComponentHandler.
componentHidden(ComponentEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
componentHidden(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame.ModalComponentListener
componentHidden(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
componentMoved(ComponentEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
componentMoved(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame.ModalComponentListener
componentMoved(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
componentMoved(UIComponentEvent) - Method in interface javax.rad.ui.event.type.component.IComponentMovedListener
Invoked when the component's position changes.
componentResized(ComponentEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
componentResized(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame.ModalComponentListener
componentResized(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
componentResized(UIComponentEvent) - Method in interface javax.rad.ui.event.type.component.IComponentResizedListener
Invoked when the component's size changes.
components - Variable in class javax.rad.genui.menu.UIMenu
List of subcomponents.
components - Variable in class javax.rad.genui.UIContainer
List of subcomponents.
componentShown(ComponentEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
componentShown(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame.ModalComponentListener
componentShown(ComponentEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sends the visible notification to the implementation base.
COMPRESS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) compress image (used for toolbar buttons or icons).
COMPRESS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) compress image (used for menuitems or buttons).
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).
concat(Object...) - Static method in class com.sibvisions.util.log.jdk.JdkLineFormatter
Concatenates any objects to a string.
concat(String, List<? extends Object>) - Static method in class com.sibvisions.util.type.StringUtil
Concatenates the given List of Objects with the given delimiter.
concat(String, Object...) - Static method in class com.sibvisions.util.type.StringUtil
Concatenates the Objects with the given delimiter.
concat(String, String...) - Static method in class com.sibvisions.util.type.StringUtil
Concatenates the elements with pDelimiter as separator.
CONFIG_BASEDIR - Static variable in interface com.sibvisions.rad.IPackageSetup
User-defined configuration base directory (String, path to directory).
CONFIG_SEARCH_CLASSPATH - Static variable in interface com.sibvisions.rad.IPackageSetup
Whether the classpath should be used for zone search (Boolean).
Configuration - Class in com.sibvisions.rad.server.config
The Configuration enables the access to the server zone and all available application zones.
Configuration.ApplicationListOption - Enum in com.sibvisions.rad.server.config
Application name restriction.
configureAbout(About) - Method in class com.sibvisions.rad.application.Application
Configures the about dialog.
configureApplicationPane(IContainer) - Method in class com.sibvisions.rad.application.Application
Configures the default behaviour of the application pane.
configureButtons() - Method in class com.sibvisions.rad.application.Dialog
Shows the Buttons dependent of the button mode.
configureConnection(ConnectionEvent) - Method in interface com.sibvisions.rad.persist.jdbc.event.type.IConfigureConnectionListener
Invoked after a method call.
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.
configureFrameBounds(ILauncher, Frame) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Configures the bounds for the given frame, if the System property "framebounds" was set.
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.
configureObjectMapper(ObjectMapper) - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Configures the given object mapper.
configureToolBar(UIToolBar) - Method in class com.sibvisions.rad.application.Application
Configures the application toolbar.
coninf - Variable in class javax.rad.remote.AbstractConnection
the connection information.
CONNECTDEVELOP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) connectdevelop image (used for toolbar buttons or icons).
CONNECTDEVELOP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) connectdevelop image (used for menuitems or buttons).
connection - Variable in class javax.rad.remote.AbstractConnection
the connection implementation.
CONNECTION_CLASS - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the connection class name.
connectionClosed(ConnectionEvent) - Method in class com.sibvisions.rad.application.Application
A connection was closed.
connectionClosed(ConnectionEvent) - Method in interface javax.rad.remote.event.IConnectionListener
A connection was closed.
ConnectionEvent - Class in com.sibvisions.rad.persist.jdbc.event
The ConnectionEvent serves information about connection and dBAccess.
ConnectionEvent(DBAccess, Connection) - Constructor for class com.sibvisions.rad.persist.jdbc.event.ConnectionEvent
Creates a new instance of ConnectionEvent.
ConnectionEvent - Class in javax.rad.remote.event
The ConnectionEvent class encapsulates connection information.
ConnectionEvent(AbstractConnection) - Constructor for class javax.rad.remote.event.ConnectionEvent
Creates a new instance of ConnectionEvent.
ConnectionException - Exception in javax.rad.remote
The ConnectionException is a CommunicationException for general connection exceptions.
ConnectionException() - Constructor for exception javax.rad.remote.ConnectionException
Constructs a new ConnectionException with null as its detail message.
ConnectionException(Throwable) - Constructor for exception javax.rad.remote.ConnectionException
Constructs a new ConnectionException with the specified cause and a detail message of (cause==null ?
ConnectionException(String) - Constructor for exception javax.rad.remote.ConnectionException
Constructs a new ConnectionException with the specified detail message.
ConnectionException(String, Throwable) - Constructor for exception javax.rad.remote.ConnectionException
Constructs a new ConnectionException with the specified detail message and cause.
ConnectionInfo - Class in javax.rad.remote
The ConnectionInfo holds all important connection information: the connection identifier the current connection properties the last call time The information will be needed to communicate with any server through an IConnection implementation.
ConnectionInfo() - Constructor for class javax.rad.remote.ConnectionInfo
Creates a new instance of ConnectionInfo.
ConnectionInfo(ChangedHashtable<String, Object>) - Constructor for class javax.rad.remote.ConnectionInfo
Creates a new instance of ConnectionInfo with predefined connection properties.
connectionOpened(ConnectionEvent) - Method in class com.sibvisions.rad.application.Application
A connection was opened.
connectionOpened(ConnectionEvent) - Method in interface javax.rad.remote.event.IConnectionListener
A connection was opened.
connectionReOpened(ConnectionEvent) - Method in class com.sibvisions.rad.application.Application
A connection was re-opened.
connectionReOpened(ConnectionEvent) - Method in interface javax.rad.remote.event.IConnectionListener
A connection was re-opened.
construct(String, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the constructor of a desired class.
construct(ClassLoader, String, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the constructor of a desired class.
construct(Class<?>, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the constructor of a pre-loaded class.
construct(Class<?>, boolean, Object...) - Static method in class com.sibvisions.util.Reflective
Invokes the constructor of a pre-loaded class.
contains(Object) - Method in class com.sibvisions.util.ArrayUtil
contains(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(boolean[], boolean) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(char[], char) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(long[], long) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(float[], float) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(double[], double) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the specified element.
contains(K, V) - Method in class com.sibvisions.util.IdentityKeyValueList
Tests whether this list maps a key which contains a specific value.
contains(V) - Method in class com.sibvisions.util.ImmutableArray
Gets true, if the array contains the given value.
contains(K, V) - Method in class com.sibvisions.util.KeyValueList
Tests whether this list maps a key which contains a specific value.
contains(Throwable, Class<? extends Throwable>) - Static method in class com.sibvisions.util.type.ExceptionUtil
Gets whether the Throwable from the chain contains a Throwable that the given Class is assignable from.
contains(UIComponent<?>) - Method in class javax.rad.genui.UIContainer
Gets true, if the allComponents contains the given component.
containsAll(T[], T[]) - Static method in class com.sibvisions.util.ArrayUtil
Checks if a specific array contains all elements of another array.
containsAll(E[]) - Method in class com.sibvisions.util.ArrayUtil
Checks if the current array contains all elements of a specific array.
containsAsParent(TreePath) - Method in class javax.rad.model.TreePath
Returns true, if the given tree path is a parent path of this tree path.
containsException(Throwable, Class<?>) - Static method in class com.sibvisions.util.type.CommonUtil
Deprecated. since 2.3, use ExceptionUtil.contains(Throwable, Class) instead.
containsGroup(G) - Method in class com.sibvisions.util.GroupHashtable
Gets whether the group exists.
ContainsIgnoreCase - Class in javax.rad.model.condition
The ContainsIgnoreCase condition is a LikeIgnoreCase condition with a leading and trailing *.
ContainsIgnoreCase() - Constructor for class javax.rad.model.condition.ContainsIgnoreCase
Creates a new instance of ContainsIgnoreCase.
ContainsIgnoreCase(String, Object) - Constructor for class javax.rad.model.condition.ContainsIgnoreCase
Creates a new instance of ContainsIgnoreCase with a defined compare value.
ContainsIgnoreCase(String, Object, boolean) - Constructor for class javax.rad.model.condition.ContainsIgnoreCase
Creates a new instance of ContainsIgnoreCase with a defined compare value.
ContainsIgnoreCase(IDataRow, String) - Constructor for class javax.rad.model.condition.ContainsIgnoreCase
Constructs a new ContainsIgnoreCase Condition, with a column, the IDataRow to check and if null values should be ignored.
ContainsIgnoreCase(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.ContainsIgnoreCase
Constructs a new ContainsIgnoreCase Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
ContainsIgnoreCase(IDataRow, String, String) - Constructor for class javax.rad.model.condition.ContainsIgnoreCase
Constructs a new ContainsIgnoreCase 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).
ContainsIgnoreCase(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.ContainsIgnoreCase
Constructs a new ContainsIgnoreCase 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.
containsKey(Object) - Method in class com.sibvisions.rad.server.GenericBean
containsKey(G, K) - Method in class com.sibvisions.util.GroupHashtable
Tests if the specified object is a key in the group mapping.
containsKey(K) - Method in class com.sibvisions.util.IdentityKeyValueList
Tests if the specified key is in this list.
containsKey(K) - Method in class com.sibvisions.util.KeyValueList
Tests if the specified key is in this list.
containsOne(T[], T[]) - Static method in class com.sibvisions.util.ArrayUtil
Checks if a specific array contains at least one element of another array.
containsOne(E[]) - Method in class com.sibvisions.util.ArrayUtil
Checks if the current array contains at least one element of a specific array.
containsReference(Object) - Method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the reference from the specified element.
containsReference(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns true if this list contains the reference of the specified element.
containsStyleName(String) - Method in class javax.rad.ui.Style
Gets whether the current style definition contains the given style name.
containsValue(Object) - Method in class com.sibvisions.rad.server.GenericBean
containsValue(G, V) - Method in class com.sibvisions.util.GroupHashtable
Returns true if the group maps one or more keys to this value.
containsValue(V) - Method in class com.sibvisions.util.IdentityKeyValueList
Tests if the specified values is in this list.
containsValue(V) - Method in class com.sibvisions.util.KeyValueList
Tests if the specified values is in this list.
containsWhitespace(String) - Static method in class com.sibvisions.util.type.StringUtil
Gets whether a text contains at least one whitespace character.
CONTAO_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) contao image (used for toolbar buttons or icons).
CONTAO_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) contao image (used for menuitems or buttons).
Content - Class in javax.rad.application.genui
The Content is the default IContent implementation and extends an UIPanel.
Content() - Constructor for class javax.rad.application.genui.Content
Creates a new instance of Content.
Content(UILayout) - Constructor for class javax.rad.application.genui.Content
Creates a new instance of Content.
CONTENT_HTML - Static variable in class com.sibvisions.util.Mail
the html content.
CONTENT_TEXT - Static variable in class com.sibvisions.util.Mail
the plain text content.
contentsChanged(ListDataEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
contentType - Variable in class com.sibvisions.rad.ui.celleditor.AbstractTextCellEditor
The content type of this.
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.
ControllerContent - Class in javax.rad.application.genui
The ControllerContent is the default IController implementation and extends an Content.
ControllerContent() - Constructor for class javax.rad.application.genui.ControllerContent
Creates a new instance of ControllerContent.
controlMandatoryBackground - Static variable in class javax.rad.genui.UIColor
The constant for control mandatory background color.
controlReadOnlyBackground - Static variable in class javax.rad.genui.UIColor
The constant for control read only background color.
convert(Date, String, String) - Static method in class com.sibvisions.util.type.DateUtil
Converts a date from one timezone to another timezone.
convert(Date, TimeZone, TimeZone) - Static method in class com.sibvisions.util.type.DateUtil
Converts a date from one timezone to another timezone.
convertAlignment(String) - Static method in class com.sibvisions.rad.application.ApplicationUtil
Converts an alignment "name" to the constant value.
convertAndCheckToTypeClass(Object) - Method in class javax.rad.model.datatype.BigDecimalDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertAndCheckToTypeClass(Object) - Method in class javax.rad.model.datatype.BinaryDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertAndCheckToTypeClass(Object) - Method in class javax.rad.model.datatype.BooleanDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertAndCheckToTypeClass(Object) - Method in interface javax.rad.model.datatype.IDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertAndCheckToTypeClass(Object) - Method in class javax.rad.model.datatype.LongDataType
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.
convertArrayToList(Object) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Converts arrays to List of IBean.
convertArrayToList(Object) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Converts arrays to List of IBean.
convertArrayToList(Object) - Method in class com.sibvisions.rad.persist.jdbc.TiberoDBAccess
Converts arrays to List of IBean.
convertDatabaseSpecificObjectToValue(ServerColumnMetaData, Object) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Enables the database specific implementation to handle/convert special objects.
convertDatabaseSpecificObjectToValue(ServerColumnMetaData, Object) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Enables the database specific implementation to handle/convert special objects.
convertDatabaseSpecificObjectToValue(ServerColumnMetaData, Object) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Enables the database specific implementation to handle/convert special objects.
convertMemberNameToText(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts a member name in a human readable format e.g.
convertMemberNameToText(String, boolean) - Static method in class com.sibvisions.util.type.StringUtil
Converts a member name in a human readable format e.g.
convertMethodNameToFieldName(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts a method name to a name, without prefix and first character lowercase.
convertMethodNameToText(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts a method name in a human readable format.
convertMethodNameToText(String, boolean) - Static method in class com.sibvisions.util.type.StringUtil
Converts a method name in a human readable format.
convertToArray(AbstractParam) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Converts list or array to oracle arrays.
convertToArray(AbstractParam) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
 
convertToArray(AbstractParam) - Method in class com.sibvisions.rad.persist.jdbc.TiberoDBAccess
Converts list or array to oracle arrays.
convertToMemberName(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts any text to a member name.
convertToMethodName(String, String) - Static method in class com.sibvisions.util.type.StringUtil
Converts any text to a method name.
convertToName(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts text to a valid name.
convertToString(Object) - Method in class javax.rad.model.datatype.BigDecimalDataType
Converts the oObject into a String which represents the Object.
convertToString(Object) - Method in class javax.rad.model.datatype.BinaryDataType
Converts the oObject into a String which represents the Object.
convertToString(Object) - Method in class javax.rad.model.datatype.BooleanDataType
Converts the oObject into a String which represents the Object.
convertToString(Object) - Method in interface javax.rad.model.datatype.IDataType
Converts the oObject into a String which represents the Object.
convertToString(Object) - Method in class javax.rad.model.datatype.LongDataType
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.LongDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertToTypeClass(Object) - Method in class javax.rad.model.datatype.ObjectDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertToTypeClass(Object) - Method in class javax.rad.model.datatype.StringDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertToTypeClass(Object) - Method in class javax.rad.model.datatype.TimestampDataType
Converts the oObject to an Object which is an instance of the class which is handled by IDataType.
convertValueToDatabaseSpecificObject(Object) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Converts an object to a standard value for the specific database.
copy(InputStream, File) - Static method in class com.sibvisions.util.type.FileUtil
Copies the content from a stream into a file.
copy(InputStream, OutputStream) - Static method in class com.sibvisions.util.type.FileUtil
Copies the content of an InputStream to the desired OutputStream.
copy(InputStream, boolean, OutputStream, boolean) - Static method in class com.sibvisions.util.type.FileUtil
Copies the content of an InputStream to the desired OutputStream.
copy(File, File, String...) - Static method in class com.sibvisions.util.type.FileUtil
Copy a file or directory to another file or directory.
copy(File, File, FileUtil.CopyMode, String...) - Static method in class com.sibvisions.util.type.FileUtil
Copies one file into another file.
COPY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) copy image (used for toolbar buttons or icons).
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 interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) copy image (used for menuitems or buttons).
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).
COPYRIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) copyright image (used for toolbar buttons or icons).
COPYRIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) copyright image (used for menuitems or buttons).
countCharacter(String, char) - Static method in class com.sibvisions.util.type.StringUtil
Counts the number of times the given character appears in the given text.
createAbout() - Method in class com.sibvisions.rad.application.Application
Creates the about component.
createAccessController(ISession) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Creates an access controller for a ISession.
createAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Constructs an anchor relative to pRelatedAnchor auto sized.
createAnchor(IFormLayout.IAnchor, int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Constructs an anchor relative to pRelatedAnchor with pPosition pixels.
createAnchor(IFormLayout.IAnchor) - 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) - 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.
createAndCacheDataPage(IDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataBook
It constructs a new MemDataPage and puts it in the datapage cache.
createApplication(ILauncher, String) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Creates an instance of an IApplication.
createApplication(ILauncher, ClassLoader, String) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Creates an instance of an IApplication.
createArray(Object) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Creates an array of values from a given object.
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.
createAutomaticLinkStorage(StorageReferenceDefinition, String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Creates a new DBStorage which is configured for automatic link cell editors.
createBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Creates a bean with given values.
createBean(Object[]) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Creates a bean with given values.
createBean(Object) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Creates a bean from the given POJO.
createBeanType(String[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Creates a BeanType for the given column names.
createBeanType(String[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Creates a BeanType for the given column names.
createBorderLayout() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IBorderLayout.
createBorderLayout() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IBorderLayout.
createButton(String, String) - Method in class com.sibvisions.rad.application.Message
Creates an action button for this message.
createButton() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IButton.
createButton() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IButton.
createCacheKey() - Method in class javax.rad.genui.AbstractUIFactoryResource
Creates the cache key.
createCacheKey() - Method in class javax.rad.genui.celleditor.UICellEditor
Creates the cache key.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.genui.celleditor.UIEnumCellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxCheckBoxCellEditor
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 javax.rad.genui.celleditor.UICellEditor
creates an ICellEditorHandler library dependent component.
createCellEditorHandler(ICellEditorListener, IDataRow, String) - Method in interface javax.rad.model.ui.ICellEditor
creates an ICellEditorHandler library dependent component.
createCellFormat(IColor, IColor, IFont, IImage, Style, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ICellFormat.
createCellFormat(IColor, IColor, IFont, IImage, Style, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of ICellFormat.
createCellFormatter(Object, String) - Static method in class javax.rad.genui.control.AbstractControllable
Creates a cell formatter instance with the given object and method name.
createChart() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IChart.
createChart() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IChart.
createCheckBox() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ICheckBox.
createCheckBox() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ICheckBox.
createCheckBoxCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ICheckBoxCellEditor.
createCheckBoxCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ICheckBoxCellEditor.
createCheckBoxMenuItem() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ICheckBoxMenuItem.
createCheckBoxMenuItem() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ICheckBoxMenuItem.
createChoiceCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IChoiceCellEditor.
createChoiceCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IChoiceCellEditor.
createColor(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
createColor(String) - Static method in class javax.rad.genui.UIColor
Creates a color from a color definition, e.g.
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() - Method in class javax.rad.persist.ColumnMetaData
It converts a server ColumnMetaData to an client ColumnDefinition and returns it.
createColumnMetaData(ColumnDefinition) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
It returns the ColumnMetaData to the corresponding ColumnDefinition.
createColumnMetaData(DBAccess, ResultSetMetaData, int) - Method in interface com.sibvisions.rad.persist.jdbc.IColumnMetaDataCreator
Creates a custom ColumnMetaData implementation.
createComponentName() - Method in class javax.rad.application.genui.Content
Creates a name for this UIComponent.
createComponentName() - Method in class javax.rad.application.genui.WorkScreen
Creates a name for this UIComponent.
createComponentName() - Method in class javax.rad.genui.component.UIButton
Creates a name for this UIComponent.
createComponentName() - Method in class javax.rad.genui.component.UILabel
Creates a name for this UIComponent.
createComponentName() - Method in class javax.rad.genui.control.UIEditor
Creates a name for this UIComponent.
createComponentName() - Method in class javax.rad.genui.control.UITable
Creates a name for this UIComponent.
createComponentName() - Method in class javax.rad.genui.control.UITree
Creates a name for this UIComponent.
createComponentName() - Method in class javax.rad.genui.UIComponent
Creates a name for this UIComponent.
createComponentNamePrefix() - Method in class javax.rad.genui.UIComponent
Creates a String consisting of the root name (if any) and the upper characters of the simple class name.
createCondition(ICondition, boolean, String...) - Static method in class com.sibvisions.rad.model.Filter
Creates a new ICondition from the given ICondition and ignores or uses specific columns.
createConnection() - Method in class com.sibvisions.rad.application.Application
Creates a connection for the application.
createConnectionProperties() - Method in class javax.rad.remote.AbstractConnection
Gets the properties which will be sent to the server when opening a new connection.
createConnectionProperties() - Method in class javax.rad.remote.MasterConnection
Gets the properties which will be sent to the server when opening a new connection.
createConstraint(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Creates the default constraints for the given column and row.
createConstraint(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Creates the default constraints for the given column and row.
createCSV(String[], String[], ICondition, SortDefinition) - Method in class com.sibvisions.rad.persist.AbstractStorage
Write the current DBStorage with the specified filter and sort to the export.csv file in CSV format and returns the file handle.
createCSV(String[], String[], ICondition, SortDefinition, String) - Method in class com.sibvisions.rad.persist.AbstractStorage
Write the current DBStorage with the specified filter and sort to the export.csv file in CSV format and returns the file handle.
createCSV(String, String[], String[], ICondition, SortDefinition) - Method in class com.sibvisions.rad.persist.AbstractStorage
Write the current DBStorage with the specified filter and sort to the export.csv file in CSV format and returns the file handle.
createCustomComponent(Object) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new Instance of IComponent that contains any Custom Component.
createCustomComponent(Object) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new Instance of IComponent that contains any Custom Component.
createCustomComponent(Object) - Method in interface javax.rad.ui.IFactory
Creates a new Instance of IComponent that contains any Custom Component.
createCustomContainer(Object) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new Instance of IContainer that contains any Custom Container.
createCustomContainer(Object) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new Instance of IContainer that contains any Custom Container.
createCustomContainer(Object) - Method in interface javax.rad.ui.IFactory
Creates a new Instance of IContainer that contains any Custom Container.
createDataPage(IDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataBook
It constructs a new MemDataPage.
createDataPage(IDataRow) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
It constructs a new MemDataPage.
createDataRow(String[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Creates and returns a new IDataRow which only contains the specified columns and their values.
createDataRow(String[]) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Creates and returns a new IDataRow which only contains the specified columns and their values.
createDataRow(String[]) - Method in interface javax.rad.model.IDataRow
Creates and returns a new IDataRow which only contains the specified columns and their values.
createDataType() - Method in class javax.rad.persist.ColumnMetaData
It creates the corresponding IDataType to the meta data column.
createDateCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IDateCellEditor.
createDateCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IDateCellEditor.
createDBCredentials(ApplicationZone, String) - Static method in class com.sibvisions.rad.server.security.DataSourceHandler
Creates a new instance of DBCredentials with information provided in a given application.
createDBCredentials(ApplicationZone, String, String) - Static method in class com.sibvisions.rad.server.security.DataSourceHandler
Creates a new instance of DBCredentials with information provided in a given application.
createDBCredentials(IConfiguration, String) - Static method in class com.sibvisions.rad.server.security.DataSourceHandler
Creates a new instance of DBCredentials with information provided in a given configuration.
createDBCredentials(IConfiguration, String, String) - Static method in class com.sibvisions.rad.server.security.DataSourceHandler
Creates a new instance of DBCredentials with information provided in a given configuration.
createDBCredentials(XmlNode) - Static method in class com.sibvisions.rad.server.security.DataSourceHandler
Creates a new instance of DBCredentials with information provided in xml format.
createDBCredentials(XmlNode, String) - Static method in class com.sibvisions.rad.server.security.DataSourceHandler
Creates a new instance of DBCredentials with information provided in xml format.
createDBStatement(String) - Method in class com.sibvisions.util.db.DBImporter
Creates a statement and parses the parameters.
createDesktopPane() - Method in class com.sibvisions.rad.application.Application
Creates the content pane for the application.
createDesktopPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IDesktopPanel.
createDesktopPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IDesktopPanel.
createDimension(int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new instance of IDimension with the given with and height.
createDimension(int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IDimension with the given with and height.
createDoctype(String, String, String) - Static method in class com.sibvisions.util.xml.XmlNode
Creates the xml doctype tag <!
createEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IEditor.
createEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IEditor.
createEmptyBean() - Method in class com.sibvisions.rad.persist.AbstractStorage
Creates a new bean with all column names from the meta data.
createEmptyBean() - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Creates a new bean with all column names from the meta data.
createEmptyDataRow(String[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Creates and returns a new empty IDataRow which only contains the specified columns without any values.
createEmptyDataRow(String[]) - Method in interface javax.rad.model.IDataRow
Creates and returns a new empty IDataRow which only contains the specified columns without any values.
createEmptyRow(String[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Deprecated. 
createEmptyRow(String[]) - Method in interface javax.rad.model.IDataRow
Deprecated. since 2.5, use IDataRow.createEmptyDataRow(String[]) instead.
createEqualsFilter(IDataRow, String[]) - Static method in class com.sibvisions.rad.model.Filter
Creates a Filter with AND combined EQUALS conditions over all filter column names.
createEqualsFilter(IDataRow, String[], boolean) - Static method in class com.sibvisions.rad.model.Filter
Creates a Filter with AND combined EQUALS conditions over all filter column names.
createEqualsFilter(String[], Object[], ColumnMetaData[]) - Static method in class com.sibvisions.rad.model.Filter
Creates a Filter with AND combined EQUALS conditions over all filter column names.
createError() - Method in class com.sibvisions.rad.application.Application
Creates a new Error frame.
createFileHandleReceiver(Object, String) - Static method in class javax.rad.application.genui.UILauncher
Creates a file handle receiver instance with the given object and method name.
createFilter(IDataRow) - Static method in class com.sibvisions.rad.model.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 com.sibvisions.rad.model.Filter
Creates an Filter with AND combined and for each
- column with the DataType String with LikeIgnoreCase condition and
- column with the DataType BigDecimal & Boolean with Equals condition and
- for two column in order with the DataType Timestamp the first with GreaterEquals and the second with LessEquals condition and
- one column with the DataType Timestamp with Equals condition and
- column with an ILinkedCellEditor.setValidationEnabled(true) with Equals otherwise with a LikeIgnoreCase condition
over all filter column names.
createFlowLayout() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IFlowLayout.
createFlowLayout() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IFlowLayout.
createFont(String, int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new instance of IFont from the specified name, style and point size.
createFont(String, int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IFont from the specified name, style and point size.
createFormLayout() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IFormLayout.
createFormLayout() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IFormLayout.
createFrame() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IFrame.
createFrame() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IFrame.
createFullTextFilter(IDataBook, String, String...) - Static method in class com.sibvisions.rad.model.Filter
Full text filter.
createGridLayout(int, int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IGridLayout.
createGridLayout(int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IGridLayout.
createGroupPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IGroupPanel.
createGroupPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IGroupPanel.
createIcon(String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Creates a new ImageIcon from the given name.
createIcon() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IIcon.
createIcon() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IIcon.
createIdentifier(Object...) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Creates an identifier string from the given parameter.
createImage(Component, int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Creates an image from a component.
createImageViewer() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IImageViewer.
createImageViewer() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IImageViewer.
createInboundRoot() - Method in class com.sibvisions.rad.server.http.rest.RESTAdapter
Creates a root Restlet that will receive all incoming calls.
createInsets(int, int, int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new instance of IInsets.
createInsets(int, int, int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IInsets.
createInstance(AbstractSession, String) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Creates a new Map instance with a specific class name and, if possible, sets a parent object.
createInternalFrame(IDesktopPanel) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IInternalFrame.
createInternalFrame(IDesktopPanel) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IInternalFrame.
createKey() - Static method in class com.sibvisions.util.ObjectCache
Creates a random acces key.
createKey() - Static method in class com.sibvisions.util.ObjectCacheInstance
Creates a random acces key.
createLabel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ILabel.
createLabel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ILabel.
createLikeFilter(IDataRow, String[]) - Static method in class com.sibvisions.rad.model.Filter
Creates a Filter with AND combined LIKE conditions over all filter column names.
createLikeIgnoreCaseFilter(IDataRow, String[]) - Static method in class com.sibvisions.rad.model.Filter
Creates a Filter with AND combined LikeIgnoreCase conditions over all filter column names.
createLinkedCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ILinkedCellEditor.
createLinkedCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ILinkedCellEditor.
createListener(Object, String) - Method in class javax.rad.util.EventHandler
Creates a new listener interface for calling the given method for the given object.
createLogger(String) - Method in class com.sibvisions.util.log.jdk.JdkLoggerFactory
Creates an ILogger.
createLogger(String) - Method in class com.sibvisions.util.log.log4j.Log4jLoggerFactory
Creates an ILogger.
createLogger(String) - Method in class com.sibvisions.util.log.LoggerFactory
Creates an ILogger.
createLogin() - Method in class com.sibvisions.rad.application.Application
Creates the login component for entering the authentication credentials.
createMasterSession(String, Map<String, Object>) - Static method in class com.sibvisions.rad.server.DirectServerSession
Creates a new instance of DirectServerSession for the given application and properties.
createMasterSession(String, String, String) - Static method in class com.sibvisions.rad.server.DirectServerSession
Creates a new instance of DirectServerSession for the given application and credentials.
createMasterSession(String, String, String, Map<String, Object>) - Static method in class com.sibvisions.rad.server.DirectServerSession
Creates a new instance of DirectServerSession for the given application, credentials and properties.
createMenu() - Method in class com.sibvisions.rad.application.Application
Creates the menu for the application.
createMenu() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IMenu.
createMenu() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IMenu.
createMenuBar() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IMenuBar.
createMenuBar() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IMenuBar.
createMenuItem(String, String, String, UIImage) - Method in class com.sibvisions.rad.application.Application
Creates a new menu item.
createMenuItem() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IMenuItem.
createMenuItem() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IMenuItem.
createMetaData(String, String[], String, String, String, String, String[], boolean, boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the meta data for the specified DBStorage with all its parameters.
createMouseEvent(int, MouseEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Creates a UIMouseEvent with corrected location.
createName(String) - Static method in class javax.rad.application.genui.WorkScreen
Creates a name from the given simple class name.
createNodeFormatter(Object, String) - Static method in class javax.rad.genui.control.AbstractControllable
Creates a node formatter instance with the given object and method name.
createNumberCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of INumberCellEditor.
createNumberCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of INumberCellEditor.
createObjectCacheKey() - Static method in class javax.rad.io.RemoteFileHandle
Gets the access key for the object.
createObjectMapper() - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Creates a new ObjectMapper with preconfigured settings.
createPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IPanel.
createPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IPanel.
createPasswordField() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IPasswordField.
createPasswordField() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IPasswordField.
createPoint(int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new instance of IPoint with the given x and y.
createPoint(int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IPoint with the given x and y.
createPOJO(Class<T>, Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Creates a POJO from the given type and with given values.
createPOJO(Class<T>, IBean) - Method in class com.sibvisions.rad.persist.AbstractStorage
Creates a POJO from the given type and with the values from a bean.
createPOJO(Class<T>, IBean) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Creates a POJO from the given type and with the values from a bean.
createPOJO(Class<T>, Object) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Creates a POJO from the given type and with the values from a POJO.
createPOJO(Class<T>, Object[]) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Creates a POJO from the given type and with given values.
createPopupMenu() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IPopupMenu.
createPopupMenu() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IPopupMenu.
createProperties(Map<String, Object>) - Static method in class com.sibvisions.rad.server.DirectServerSession
Creates a new ChangedHashtable instance with given properties as base.
createPropertyDefinition(String) - Method in class javax.rad.type.bean.AbstractBeanType
Creates the PropertyDefinition.
createPropertyDefinition(String, Class) - Method in class javax.rad.type.bean.BeanType
Creates the PropertyDefinition.
createPropertyDefinitions(int) - Method in class javax.rad.type.bean.AbstractBeanType
Creates the PropertyDefinitions.
createRadioButton() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IRadioButton.
createRadioButton() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IRadioButton.
createReadOnlyChecker(Object, String) - Static method in class com.sibvisions.rad.model.mem.MemDataBook
Creates a read only checkerr instance with the given object and method name.
createRectangle(int, int, int, int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Creates a new instance of IRectangle with the given x, y, width and height.
createRectangle(int, int, int, int) - Method in interface javax.rad.ui.IFactory
Creates a new instance of IRectangle with the given x, y, width and height.
createRemoteFileHandle() - Method in class com.sibvisions.rad.remote.http.HttpConnection
Creates a new "empty" remote file handle prepared for downloading content.
createReplace(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Create an DB specific replace command, which replacs in the pSource all pOld to pNew.
createReplace(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DerbyDBAccess
Create an DB specific replace command, which replacs in the pSource all pOld to pNew.
createRowCalculator(Object, String) - Static method in class com.sibvisions.rad.model.mem.MemDataBook
Creates a row calculator instance with the given object and method name.
createRowDefinition(String[]) - Method in interface javax.rad.model.IRowDefinition
Creates a IRowDefinition with only the ColumnDefinitions which have been specified.
createRowDefinition(String[]) - Method in class javax.rad.model.RowDefinition
Creates a IRowDefinition with only the ColumnDefinitions which have been specified.
createScaledImage(InputStream, int, int, boolean, OutputStream, String) - Static method in class com.sibvisions.util.type.ImageUtil
Creates a scaled image out of an InputStream.
createScrollPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IScrollPanel.
createScrollPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IScrollPanel.
createSecurityManager(ISession) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Creates a new security manager instance for the given session.
createSecurityManager(ClassLoader, ISession) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Creates a new security manager instance for the given session and class loader.
createSecurityManager(ISession) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Creates a new ISecurityManager for the given session.
createSecurityManager(ClassLoader, ISession) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Creates a new ISecurityManager for the given session and class loader.
createSecurityManager(String) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Creates a new ISecurityManager for the given application.
createSeparator() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ISeparator.
createSeparator() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ISeparator.
createSerializer(String) - Static method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Creates the serializer from a given class name.
createServerColumnMetaData(ResultSetMetaData, int, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Creates the ServerColumnMetaData based on ResultSetMetaData.
createSession(IRequest, ISerializer, ChangedHashtable<String, Object>) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Creates an authenticated session for an application.
createSession(ChangedHashtable<String, Object>) - Method in class com.sibvisions.rad.server.Server
Creates a new session for an application.
createSession(ChangedHashtable<String, Object>) - Method in interface javax.rad.server.IServer
Creates a new session for an application.
createSplitPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ISplitPanel.
createSplitPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ISplitPanel.
createSubConnection(String) - Method in class javax.rad.remote.MasterConnection
Returns a new sub connection.
createSubSession(IRequest, AbstractSession, ChangedHashtable<String, Object>) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Creates a new SubSession for an already authenticated main session.
createSubSession(String) - Method in class com.sibvisions.rad.server.DirectServerSession
Creates a new instance of DirectServerSession as sub session for the given life-cycle object name.
createSubSession(String, Map<String, Object>) - Method in class com.sibvisions.rad.server.DirectServerSession
Creates a new instance of DirectServerSession as sub session for the given life-cycle object name and properties.
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.
createSubSession(String, Map<String, Object>) - Method in class javax.rad.server.SessionContext
Creates a new sub session from the current master session.
createSubStorageName(DBStorage) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Creates the sub storage name for an AutomaticLinkReference.
createSwingApplication() - Static method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Creates the application in the UI thread.
createSwingApplication(String, String, String[]) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Creates the application in the UI thread.
createTable() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITable.
createTable() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITable.
createTableCellHandler(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Creates the generic cell handler for a specific column.
createTabsetPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITabsetPanel.
createTabsetPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITabsetPanel.
createTextArea() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITextArea.
createTextArea() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITextArea.
createTextCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITextCellEditor.
createTextCellEditor() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITextCellEditor.
createTextField() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITextField.
createTextField() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITextField.
createTFCheckBoxCellEditor() - Static method in class com.sibvisions.rad.application.ApplicationUtil
Returns a new checkbox cell editor with True, False values.
createTFChoiceCellEditor() - Static method in class com.sibvisions.rad.application.ApplicationUtil
Returns a new choice cell editor with True, False values.
createTFNullChoiceCellEditor() - Static method in class com.sibvisions.rad.application.ApplicationUtil
Returns a new choice cell editor with True, False, null values.
createToggleButton() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IToggleButton.
createToggleButton() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IToggleButton.
createToolBar() - Method in class com.sibvisions.rad.application.Application
Creates the toolbar for the application.
createToolBar() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IToolBar.
createToolBar() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IToolBar.
createToolBarButton(String, String, String, UIImage) - Method in class com.sibvisions.rad.application.Application
Creates a new toolbar button.
createToolBarPanel() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IToolBarPanel.
createToolBarPanel() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IToolBarPanel.
createTree() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of ITree.
createTree() - Method in interface javax.rad.ui.IFactory
Creates a new instance of ITree.
createWhereColumn(ServerMetaData, CompareCondition, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Creates the where column.
createWhereColumn(ServerMetaData, CompareCondition, String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Creates the where column.
createWhereParam(ServerMetaData, CompareCondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Creates the where parameter.
createWhereParam(ServerMetaData, CompareCondition) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Creates the where parameter.
createWindow() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of IWindow.
createWindow() - Method in interface javax.rad.ui.IFactory
Creates a new instance of IWindow.
createWriter() - Method in class com.sibvisions.rad.server.protocol.ProtocolFactory
Creates a new instance of IProtocolWriter.
createXml(OutputStream, int, boolean) - Method in class com.sibvisions.util.xml.XmlNode
Create the xml structure based on the current node.
createXmlDeclaration() - Static method in class com.sibvisions.util.xml.XmlNode
Creates the xml declaration tag <?
createXmlWorker() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Creates the default XmlWorker for reading the file.
createXmlWorker() - Method in class com.sibvisions.rad.server.config.Zone
Creates the default XmlWorker for reading the file.
createYNCheckBoxCellEditor() - Static method in class com.sibvisions.rad.application.ApplicationUtil
Returns a new checkbox cell editor with "Y", "N" values.
createYNChoiceCellEditor() - Static method in class com.sibvisions.rad.application.ApplicationUtil
Returns a new choice cell editor with "Y", "N" values.
createYNNullChoiceCellEditor() - Static method in class com.sibvisions.rad.application.ApplicationUtil
Returns a new choice cell editor with "Y", "N", null values.
CREATIONTIME_CLIENT - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the client connection creation time.
CREATIONTIME_SERVER - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the server session creation time.
CREATIVE_COMMONS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) creative-commons image (used for toolbar buttons or icons).
CREATIVE_COMMONS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) creative-commons image (used for menuitems or buttons).
CREDIT_CARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) credit-card image (used for toolbar buttons or icons).
CREDIT_CARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) credit-card image (used for menuitems or buttons).
CROP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) crop image (used for toolbar buttons or icons).
CROP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) crop image (used for menuitems or buttons).
CROSSHAIR_CURSOR - Static variable in interface javax.rad.ui.ICursor
The crosshair cursor type.
CROSSHAIRS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) crosshairs image (used for toolbar buttons or icons).
CROSSHAIRS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) crosshairs image (used for menuitems or buttons).
CSS3_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) css3 image (used for toolbar buttons or icons).
CSS3_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) css3 image (used for menuitems or buttons).
CTRL_MASK - Static variable in class javax.rad.ui.event.UIEvent
The Control key modifier constant.
CUBE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cube image (used for toolbar buttons or icons).
CUBE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cube image (used for menuitems or buttons).
CUBES_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cubes image (used for toolbar buttons or icons).
CUBES_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cubes image (used for menuitems or buttons).
CUT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cut image (used for toolbar buttons or icons).
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 interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cut image (used for menuitems or buttons).
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).
CUTLERY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) cutlery image (used for toolbar buttons or icons).
CUTLERY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) cutlery 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.
DASHBOARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) dashboard image (used for toolbar buttons or icons).
DASHBOARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) dashboard image (used for menuitems or buttons).
DASHCUBE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) dashcube image (used for toolbar buttons or icons).
DASHCUBE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) dashcube image (used for menuitems or buttons).
DATABASE - Static variable in interface com.sibvisions.rad.server.protocol.ICategoryConstants
the database category.
DATABASE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) database image (used for toolbar buttons or icons).
DATABASE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) database image (used for menuitems or buttons).
DataBookBuilder - Class in com.sibvisions.rad.model
The DataBookBuilder is a utility class for building/creating pre-configured databooks.
dataBookChanged(DataBookEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Notifies that an IDataBook is changed.
dataBookChanged(DataBookEvent) - Method in interface javax.rad.model.event.IDataBookListener
Notifies that an IDataBook is changed.
DataBookCSVExporter - Class in com.sibvisions.rad.model
The DataBookUtil handles simple access to databooks.
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
Creates a new instance of DataBookEvent.
DataBookEvent.ChangedType - Enum in javax.rad.model.event
Specifies the type of change.
DataBookHandler - Class in javax.rad.model.event
The DataBookHandler is a ModelEventHandler that handles IDataBookListener.
DataBookHandler() - Constructor for class javax.rad.model.event.DataBookHandler
Creates a new instance of DataBookHandler.
DataBookSorter - Class in com.sibvisions.rad.model
The DataBookSorter is a helper class for sorting IDataRows.
DataBookSorter(SortDefinition) - Constructor for class com.sibvisions.rad.model.DataBookSorter
Creates a new instance of DataBookSorter with a specific SortDefinition.
DataRow - Class in com.sibvisions.rad.model.mem
An DataRow is a list of table column's.
DataRow() - Constructor for class com.sibvisions.rad.model.mem.DataRow
Constructs a DataRow without a new instance of IRowDefinition.
DataRow(IRowDefinition) - Constructor for class com.sibvisions.rad.model.mem.DataRow
Constructs a DataRow with a given IRowDefinition.
DataRow(IRowDefinition, Object[]) - Constructor for class com.sibvisions.rad.model.mem.DataRow
Constructs a DataRow with a given IRowDefinition and initialize it a copy of the Object[] data.
DataRowEvent - Class in javax.rad.model.event
The DataRowEvent gives information about changes in the IDataRow.
DataRowEvent(IDataRow, String[], IDataRow) - Constructor for class javax.rad.model.event.DataRowEvent
Creates a new instance of DataRowEvent.
DataRowHandler - Class in javax.rad.model.event
The DataRowHandler is a ModelEventHandler that handles IDataRowListener.
DataRowHandler() - Constructor for class javax.rad.model.event.DataRowHandler
Creates a new instance of DataRowHandler.
dataSourceChanged(DataSourceEvent) - Method in interface javax.rad.model.event.IDataSourceListener
Notifies that datasource were changed.
DataSourceConnectionPool - Class in com.sibvisions.rad.persist.jdbc
The IConnectionPool is an interface to allow simple custom connection pool implementations.
DataSourceConnectionPool(DataSource) - Constructor for class com.sibvisions.rad.persist.jdbc.DataSourceConnectionPool
Creates a new DataSourceConnectionPool.
DataSourceConnectionPool(DataSource, String, String) - Constructor for class com.sibvisions.rad.persist.jdbc.DataSourceConnectionPool
Creates a new DataSourceConnectionPool.
DataSourceEvent - Class in javax.rad.model.event
The DataSourceEvent gives information about changes in the IDataSource.
DataSourceEvent(IDataSource, IDataBook, DataSourceEvent.EventType) - Constructor for class javax.rad.model.event.DataSourceEvent
Creates a new instance of DataSourceEvent.
DataSourceEvent.EventType - Enum in javax.rad.model.event
Specifies the type of event.
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(Throwable) - Constructor for exception javax.rad.persist.DataSourceException
Constructs the DataSourceException with the specified error message.
DataSourceException(String, Throwable) - Constructor for exception javax.rad.persist.DataSourceException
Constructs the DataSourceException with the specified error message and main cause.
DataSourceHandler - Class in com.sibvisions.rad.server.security
The DataSourceHandler allows access to credentials configured in the application configuration.
DataSourceHandler - Class in javax.rad.model.event
The DataSourceHandler is a RuntimeEventHandler that handles IDataSourceListener.
DataSourceHandler() - Constructor for class javax.rad.model.event.DataSourceHandler
Creates a new instance of DataSourceHandler.
DataType - Class in javax.rad.model.datatype
A DataType is the abstract base class of all ColumnDefinition data types.
DataType() - Constructor for class javax.rad.model.datatype.DataType
 
DateFormatter - Class in com.sibvisions.rad.ui.swing.ext.text
The DateFormatter can handle null values and empty Strings and handle complex date formats.
DateFormatter() - Constructor for class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Constructs a new date formatter with default date format.
DateFormatter(DateUtil) - 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
 
DateType - Class in javax.rad.type
The DateType is a platform independent definition of date.
DateType() - Constructor for class javax.rad.type.DateType
Constructs a new DateType.
dateUtil - Variable in class com.sibvisions.rad.ui.celleditor.AbstractDateCellEditor
The date util.
DateUtil - Class in com.sibvisions.util.type
The DateUtil is a utility class for date conversion and for formatting dates as string.
DateUtil() - Constructor for class com.sibvisions.util.type.DateUtil
Constructs a new instance of DateUtil with default date format.
DateUtil(DateFormat) - Constructor for class com.sibvisions.util.type.DateUtil
Constructs a new instance of DateUtil that supports empty Strings and null values.
DateUtil(String) - Constructor for class com.sibvisions.util.type.DateUtil
Constructs a new instance of DateUtil that supports empty Strings and null values.
dateUtil - Variable in class javax.rad.type.AbstractDateType
The cell renderer.
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.
DB_DELETE - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the delete command.
DB_EXEC_FUNCTION - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute function command.
DB_EXEC_PROCEDURE - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute procedure command.
DB_EXEC_QUERY - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute query command.
DB_EXEC_SQL - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute sql command.
DB_EXEC_STATEMENT - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute statement command.
DB_FETCH - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the fetch command.
DB_GET_ALLOWEDVALUES - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the get allowed values command.
DB_GET_COLUMNMETADATA - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the get column metadata command.
DB_GET_DEFAULTVALUES - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the get default values command.
DB_GET_FKS - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the get foreign keys command.
DB_GET_PK - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the get primary key command.
DB_GET_TABLEINFO - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the get table info command.
DB_GET_TABLESYNONYM - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the get tablesynonym command.
DB_GET_UKS - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the get unique keys command.
DB_INSERT - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the insert command.
DB_UPDATE - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the update command.
DBAccess - Class in com.sibvisions.rad.persist.jdbc
The DBAccess is the implementation for most used SQL databases.
DBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.DBAccess
Constructs a new DBAccess Object.
DBAccess.BlobFileHandle - Class in com.sibvisions.rad.persist.jdbc
The DBAccess.BlobFileHandle is a simple IFileHandle implementation that stores a Blob and allows to retrieve it again.
DBAccess.BlobFileHandle(DBAccess, String, Object[], String, long) - Constructor for class com.sibvisions.rad.persist.jdbc.DBAccess.BlobFileHandle
Creates a new instance of DBAccess.BlobFileHandle.
DBAccess.ParameterizedStatement - Class in com.sibvisions.rad.persist.jdbc
The DBAccess.ParameterizedStatement is a simple, mutable container for a statement and its values.
DBAccess.ParameterizedStatement(String, List<String>, List<Object>, Map<String, CompareCondition>) - Constructor for class com.sibvisions.rad.persist.jdbc.DBAccess.ParameterizedStatement
Creates a new instance of DBAccess.ParameterizedStatement.
DBAccessEventHandler<L> - Class in com.sibvisions.rad.persist.jdbc.event
The DBAccessEventHandler is a EventHandler which handles IDBAccessListener.
DBAccessEventHandler(Class<L>) - Constructor for class com.sibvisions.rad.persist.jdbc.event.DBAccessEventHandler
Creates a new instance of DBAccessEventHandler.
DBAccessMixin - Class in com.sibvisions.rad.server.http.rest.service.mixin
The DBAccessMixin controls ser-/deserialization of DBAccess instances.
DBAccessMixin() - Constructor for class com.sibvisions.rad.server.http.rest.service.mixin.DBAccessMixin
 
DBCredentials - Class in com.sibvisions.rad.persist.jdbc
The DBCredentials contains information to establish a database connection.
DBCredentials(String, String, String, String) - Constructor for class com.sibvisions.rad.persist.jdbc.DBCredentials
Creates a new instance of DBCredentials.
DBImporter - Class in com.sibvisions.util.db
The DBImporter executes DML or DDL statements.
DBImporter() - Constructor for class com.sibvisions.util.db.DBImporter
 
DBImporter.DBStatement - Class in com.sibvisions.util.db
The DBStatement is a simple POJO that stores the statement (with or without wildcards) and the parameters, if available.
DBImporter.DBStatement() - Constructor for class com.sibvisions.util.db.DBImporter.DBStatement
 
DBObjects - Class in com.sibvisions.rad.server.config
The DBObjects class declares global accessible names for database objects.
DBSecurityManager - Class in com.sibvisions.rad.server.security
The DBSecurityManager uses a database to validate/authenticate users.
DBSecurityManager() - Constructor for class com.sibvisions.rad.server.security.DBSecurityManager
 
DBStorage - Class in com.sibvisions.rad.persist.jdbc
The DBStorage is a IStorage for SQL database specific features.
DBStorage() - Constructor for class com.sibvisions.rad.persist.jdbc.DBStorage
Constructs a DBStorage.
debug(Object...) - Method in class com.sibvisions.rad.persist.AbstractStorage
Logs debug information.
debug(Object...) - Static method in class com.sibvisions.rad.persist.jdbc.DataSourceConnectionPool
Logs debug information.
debug(Object...) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Logs debug information.
debug(Object...) - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Logs debug information.
debug(Object...) - Method in interface com.sibvisions.util.log.ILogger
Logs information with ILogger.LogLevel.DEBUG.
debug(Object...) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Logs information with ILogger.LogLevel.DEBUG.
debug(Object...) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Logs information with ILogger.LogLevel.DEBUG.
debug(Object...) - Method in class com.sibvisions.util.log.log4j.Log4jLogger
Logs information with ILogger.LogLevel.DEBUG.
debug(Object...) - Method in class javax.rad.genui.UIComponent
Logs debug information.
DecimalSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for BigDecimal.
DecimalSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.DecimalSerializer
 
DecimalType - Class in javax.rad.type
The DecimalType is a platform independent definition of a decimal.
DecimalType() - Constructor for class javax.rad.type.DecimalType
Constructs a new DecimalType.
decodeHex(String) - Static method in class com.sibvisions.util.type.CodecUtil
Decodes a hex, utf-8 encoded text to a string.
decodeHexAsBytes(String) - Static method in class com.sibvisions.util.type.CodecUtil
Decodes a hex, utf-8 encoded text to a string.
decodeHtml(String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes raw html to text.
decodeURLParameter(String) - Static method in class com.sibvisions.util.type.CodecUtil
Decodes an encoded value from an URL query parameter with ISO-8859-1.
decodeURLParameter(String, String) - Static method in class com.sibvisions.util.type.CodecUtil
Decodes an encoded value from an URL query parameter with a specific charset.
decodeURLPart(String) - Static method in class com.sibvisions.util.type.CodecUtil
Decodes the part of an URL with UTF-8.
DEDENT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) dedent image (used for toolbar buttons or icons).
DEDENT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) dedent image (used for menuitems or buttons).
DEFAULT_CURSOR - Static variable in interface javax.rad.ui.ICursor
The default cursor type (gets set if no cursor is defined).
DefaultAccessController - Class in com.sibvisions.rad.server.security
The DefaultAccessController is the standard IAccessController implementation.
DefaultAccessController() - Constructor for class com.sibvisions.rad.server.security.DefaultAccessController
 
defaultImageName - Variable in class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
The name of the default image.
DefaultObjectProvider - Class in com.sibvisions.rad.server
The DefaultObjectProvider manages the remote accessible objects.
DefaultObjectProvider(Server) - Constructor for class com.sibvisions.rad.server.DefaultObjectProvider
Creates an instance of AbstractObjectProvider.
DefaultObjectProvider.ImplicitLifeCycleObject - Class in com.sibvisions.rad.server
A marker class.
DefaultObjectProvider.ImplicitLifeCycleObject() - Constructor for class com.sibvisions.rad.server.DefaultObjectProvider.ImplicitLifeCycleObject
 
DefaultPasswordValidator - Class in com.sibvisions.rad.server.security.validation
The DefaultPasswordValidator validates a password and uses following options: Minimum length (default: 5) Must contain at least one number (default: false) Must contain at least one letter (default: false) Must contain at least one special character (space, dot, ...)
DefaultPasswordValidator() - Constructor for class com.sibvisions.rad.server.security.validation.DefaultPasswordValidator
 
DefaultSessionManager - Class in com.sibvisions.rad.server
The DefaultSessionManager handles the access to all sessions created through client connections.
DefaultSessionManager(Server) - Constructor for class com.sibvisions.rad.server.DefaultSessionManager
Creates an instance of DefaultSessionManager for a special communication server.
deinstall(JTextComponent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
delete() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Deletes the currently selected row.
delete(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Deletes an existing row.
delete(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Deletes the specified row from the storage.
delete(T) - Method in class com.sibvisions.rad.persist.AbstractStorage
Deletes the specified bean/POJO from the storage.
delete(String, ServerMetaData, Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Deletes the specified row.
delete(String, ServerMetaData, Object[]) - Method in interface com.sibvisions.rad.persist.jdbc.IDBAccess
Deletes the specified row.
delete(DataBookEvent) - Method in class com.sibvisions.rad.persist.MemDataBookStorage
Deletes an existing row.
delete(File, String...) - Static method in class com.sibvisions.util.type.FileUtil
Deletes a file or directory.
delete(File, boolean, String...) - Static method in class com.sibvisions.util.type.FileUtil
Deletes a file or directory.
delete() - Method in interface javax.rad.model.IDataBook
Deletes the currently selected row.
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
Deprecated. 
deleteAllDataRows() - Method in interface javax.rad.model.IDataBook
Deprecated. since 2.5, use IDataBook.deleteAllRows() instead.
deleteAllRows() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Deletes all IDataRows which are currently available, it is the same as IDataBook.delete() except that it is a mass operation on all rows.
deleteAllRows() - Method in interface javax.rad.model.IDataBook
Deletes all IDataRows which are currently available, it is the same as IDataBook.delete() except that it is a mass operation on all rows.
deleteEmpty(File, String...) - Static method in class com.sibvisions.util.type.FileUtil
Delete empty directories, recursive.
deleteIfEmpty(File...) - Static method in class com.sibvisions.util.type.FileUtil
Deletes directories if they are empty.
deleteSub(File, String...) - Static method in class com.sibvisions.util.type.FileUtil
Delete all files and directories in the given directory.
deleteSub(File, boolean, String...) - Static method in class com.sibvisions.util.type.FileUtil
Delete all files and directories in the given directory.
DELETING - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal state for DELETING.
DELICIOUS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) delicious image (used for toolbar buttons or icons).
DELICIOUS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) delicious image (used for menuitems or buttons).
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.
deselectedValue - Variable in class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
The deselected value.
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.
DESKTOP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) desktop image (used for toolbar buttons or icons).
DESKTOP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) desktop image (used for menuitems or buttons).
destroy(Object) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Destroyes a session and dependent sub sessions.
destroy() - Method in class com.sibvisions.rad.server.DirectServerSession
Destroys the session.
destroy() - Method in class com.sibvisions.rad.server.GenericBean
Invoked whenever the lifecycle object is destroyed.
destroy() - Method in class com.sibvisions.rad.server.http.ServletServer
destroy() - Method in interface com.sibvisions.rad.server.ILifeCycleObject
Invoked whenever the lifecycle object is destroyed.
destroy() - Method in class com.sibvisions.rad.server.ServerContextImpl
Destroyes any resources associated with this ServerContext instance.
destroy() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet
Inform the applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Applet will be destroyed.
destroy() - Method in class com.sibvisions.util.Execute
Destroyes the current process.
destroy() - Static method in class com.sibvisions.util.log.LoggerFactory
Destroys the internal cache and logging configuration.
destroy() - Method in class javax.rad.server.ServerContext
Destroyes any resources associated with this ServerContext instance.
destroy() - Method in class javax.rad.server.SessionContext
Destroyes any resources associated with this SessionContext instance.
destroyed(Execute) - Method in interface com.sibvisions.util.event.IExecuteListener
Notification for a destroyed process execution.
destroySession(Object) - Method in class com.sibvisions.rad.server.Server
Destroyes a session with given identifier.
destroySession(Object) - Method in interface javax.rad.server.IServer
Destroyes a session with given identifier.
DetachedSession - Class in com.sibvisions.rad.server
The DetachedSession is an ISession.
DetachedSession(String) - Constructor for class com.sibvisions.rad.server.DetachedSession
Creates a new instance of DetachedSession for a specific application.
DETAILS_CHANGED - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal state for changed detail rows.
detectModified() - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Detects if a transaction is open directly in the database.
detectModified() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Detects if a transaction is open directly in the database.
determineOffset(JTree, Object, boolean, boolean, boolean, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellEditor
DEVIANTART_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) deviantart image (used for toolbar buttons or icons).
DEVIANTART_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) deviantart image (used for menuitems or buttons).
Dialog - Class in com.sibvisions.rad.application
The Dialog class is a dialog content that shows a component and allows configuration of available buttons.
Dialog(IComponent) - Constructor for class com.sibvisions.rad.application.Dialog
Creates a new instance of Dialog with the given component to show.
DIALOG - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "Dialog".
Dialog.ButtonMode - Enum in com.sibvisions.rad.application
the possible button modes.
DIALOG_INPUT - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "DialogInput".
dialogCancel(Dialog) - Method in interface com.sibvisions.rad.application.event.IDialogListener
Invoked when dialog was canceled.
DialogHandler - Class in com.sibvisions.rad.application.event
The DialogHandler is a RuntimeEventHandler that handles IDialogListener.
DialogHandler(String) - Constructor for class com.sibvisions.rad.application.event.DialogHandler
Creates a new instance of DialogHandler.
dialogOk(Dialog) - Method in interface com.sibvisions.rad.application.event.IDialogListener
Invoked when dialog was closed.
DIAMOND_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) diamond image (used for toolbar buttons or icons).
DIAMOND_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) diamond image (used for menuitems or buttons).
DIGG_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) digg image (used for toolbar buttons or icons).
DIGG_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) digg image (used for menuitems or buttons).
DirectObjectConnection - Class in com.sibvisions.rad.util
The DirectObjectConnection enables direct object calls without the need of a server.
DirectObjectConnection() - Constructor for class com.sibvisions.rad.util.DirectObjectConnection
Creates a new instance of DirectObjectConnection without any object.
DirectObjectConnection(Map<String, Object>) - Constructor for class com.sibvisions.rad.util.DirectObjectConnection
Creates a new instance of DirectObjectConnection with predefined objects.
DirectoryHandle - Class in javax.rad.io
The DirectorHandle is an IFileHandle representation for directories.
DirectoryHandle(String) - Constructor for class javax.rad.io.DirectoryHandle
Creates a new instance of DirectoryHandle without checks.
DirectoryHandle(File) - Constructor for class javax.rad.io.DirectoryHandle
Creates a new instance of DirectoryHandle and checks if the directory exists.
DirectServerConnection - Class in com.sibvisions.rad.server
The DirectServerConnection is an IConnection implementation for a direct server communication.
DirectServerConnection() - Constructor for class com.sibvisions.rad.server.DirectServerConnection
Creates a new instance of DirectServerConnection with a new Server instance.
DirectServerConnection(IDirectServer) - Constructor for class com.sibvisions.rad.server.DirectServerConnection
Creates a new instance of DirectServerConnection for a IDirectServer implementation.
DirectServerSession - Class in com.sibvisions.rad.server
The DirectServerSession is a wrapper for server-side sessions.
disableSend() - Method in class com.sibvisions.util.Execute
Disables send feature.
dispatchEvent(Object...) - Method in class com.sibvisions.rad.persist.event.StorageEventHandler
Dispatches the given events to all listeners.
dispatchEvent(Object...) - Method in class javax.rad.model.event.ModelEventHandler
Dispatches the given events to all listeners.
dispatchEvent(Object...) - Method in class javax.rad.server.event.CallEventHandler
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.EventHandler.ListenerHandler
Invokes the listener or the proxy interface.
dispatchEvent(Object...) - Method in class javax.rad.util.RuntimeEventHandler
Dispatches the given events to all listeners.
displayReferencedColumnName - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
The name of the display referenced column.
dispose() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Makes this internal frame: invisible unselected closed If the frame is not already closed, this method fires an INTERNAL_FRAME_CLOSED event.
dispose() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Marks the frame as disposed.
dispose() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Marks the frame as disposed.
dispose() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Marks the frame as disposed.
dispose() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Marks the frame as disposed.
dispose() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Marks the frame as disposed.
dispose() - Method in class javax.rad.genui.container.AbstractWindow
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children.
dispose() - Method in class javax.rad.genui.container.UIInternalFrame
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children.
dispose() - Method in interface javax.rad.ui.container.IWindow
Releases all of the native screen resources used by this IWindow, its subcomponents, and all of its owned children.
DIVIDER_BOTTOM_RIGHT - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
The Divider is fixed to the bottom border during resize.
DIVIDER_BOTTOM_RIGHT - Static variable in interface javax.rad.ui.container.ISplitPanel
The Divider is fixed to the bottom border during resize.
DIVIDER_RELATIVE - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
The Divider is fixed to the right border during resize.
DIVIDER_RELATIVE - Static variable in interface javax.rad.ui.container.ISplitPanel
The Divider is fixed to the right border during resize.
DIVIDER_TOP_LEFT - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
The Divider is fixed to the top border during resize.
DIVIDER_TOP_LEFT - Static variable in interface javax.rad.ui.container.ISplitPanel
The Divider is fixed to the top border during resize.
doAbout(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Opens the about dialog.
doActiveControlChanged() - Method in class javax.rad.application.genui.ControllerContent
This Method is invoked, if the active controllable control has changed.
doActiveControllableChanged() - Method in class javax.rad.application.genui.ControllerContent
This Method is invoked, if the active controllable has changed.
doActiveDataBookChanged() - Method in class javax.rad.application.genui.ControllerContent
This Method is invoked, if the active data book has changed.
doCancel() - Method in class com.sibvisions.rad.application.Dialog
Invoked if cancel was pressed or window is destroyed.
doCancel(UIActionEvent) - Method in class com.sibvisions.rad.application.Message
Closes the message when the Cancel/No button was clicked and redispatches the event to the Message.getOpener(), if an action is defined for the Cancel/No button.
doChangePassword(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Change the password.
doClose(UIWindowEvent) - Method in class com.sibvisions.rad.application.Message
Closes the message when the x button in the title was clicked.
doCommand(String) - Method in class javax.rad.application.genui.ControllerContent
Performs the command.
doCommand(String) - Method in class javax.rad.genui.control.AbstractControllable
Performs the command.
doCommand(String) - Method in interface javax.rad.model.ui.IControllable
Performs the command.
doConfigureCommandButtons() - Method in class javax.rad.application.genui.ControllerContent
This Method is invoked, when the data book has been changed, and the buttons have to be configured.
doDelete(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
The delete notification method from the data book.
doDelete() - Method in class javax.rad.application.genui.ControllerContent
Performs a delete on the current DataBook.
doDelete() - Method in class javax.rad.genui.control.AbstractControllable
Performs a delete on the current DataBook.
doDetails(UIActionEvent) - Method in class com.sibvisions.rad.application.Error
Shows the details.
doDuplicate() - Method in class javax.rad.application.genui.ControllerContent
Sends the duplicate action to all listeners.
doDuplicate() - Method in class javax.rad.genui.control.AbstractControllable
Sends the duplicate action to all listeners.
doEdit() - Method in class javax.rad.application.genui.ControllerContent
Starts editing.
doEdit() - Method in class javax.rad.genui.control.AbstractControllable
Starts editing.
doEdit() - Method in class javax.rad.genui.control.UIEditor
Starts editing.
doEdit() - Method in class javax.rad.genui.control.UITable
Starts editing.
doErrorClosed(UIWindowEvent) - Method in class com.sibvisions.rad.application.Application
Unsets the error dialog.
doEventKey(UIKeyEvent) - Method in class javax.rad.genui.UIComponent
Dispatches the given UIKeyEvent to all EventHandlers that have subscribed to the Key of the event.
doExit(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Performs the exit of the application.
doExport() - Method in class javax.rad.application.genui.ControllerContent
Performs the CSV Export of the current DataBook.
doExport() - Method in class javax.rad.genui.control.AbstractControllable
Performs the CSV Export of the current DataBook.
doFirst() - Method in class javax.rad.application.genui.ControllerContent
Selects the first row in the current DataBook.
doFirst() - Method in class javax.rad.genui.control.AbstractControllable
Selects the first row in the current DataBook.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sibvisions.rad.server.http.DownloadServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sibvisions.rad.server.http.UploadServlet
doHelp(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Opens the help system.
doHideChangePassword(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Shows the change password screen.
doHideLogin(UIActionEvent) - Method in class com.sibvisions.rad.application.Application
Hides the login screen.
doInsert(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
The insert notification method from the data book.
doInsert() - Method in class javax.rad.application.genui.ControllerContent
Performs an insert on the current DataBook.
doInsert() - Method in class javax.rad.genui.control.AbstractControllable
Performs an insert on the current DataBook.
doInsertSub() - Method in class javax.rad.application.genui.ControllerContent
Performs an insert on the sub DataBook.
doInsertSub() - Method in class javax.rad.genui.control.AbstractControllable
Performs an insert on the sub DataBook.
doLast() - Method in class javax.rad.application.genui.ControllerContent
Selects the last row in the current DataBook.
doLast() - Method in class javax.rad.genui.control.AbstractControllable
Selects the last row in the current DataBook.
doLayout() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
DOLLAR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) dollar image (used for toolbar buttons or icons).
DOLLAR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) dollar image (used for menuitems or buttons).
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.
doNext() - Method in class javax.rad.application.genui.ControllerContent
Selects the next row in the current DataBook.
doNext() - Method in class javax.rad.genui.control.AbstractControllable
Selects the next row in the current DataBook.
doNotifyController() - Method in class javax.rad.application.genui.ControllerContent
Notify the controller, that focus has changed.
doNotifyController() - Method in class javax.rad.genui.control.AbstractControllable
Notify the controller, that focus has changed.
doNotOk(UIActionEvent) - Method in class com.sibvisions.rad.application.Message
Closes the message when the not OK button was clicked and redispatches the event to the Message.getOpener(), if an action is defined for the not OK button.
doOk(UIActionEvent) - Method in class com.sibvisions.rad.application.About
Closes the dialog when the OK button was clicked.
doOk() - Method in class com.sibvisions.rad.application.Dialog
Invoked if ok was pressed.
doOk(UIActionEvent) - Method in class com.sibvisions.rad.application.Error
Closes the content.
doOk(UIActionEvent) - Method in class com.sibvisions.rad.application.Message
Closes the message when the OK/Yes button was clicked and redispatches the event to the Message.getOpener(), if an action is defined for the OK/Yes button.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sibvisions.rad.server.http.ServletServer
Handles object requests via http protocol.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sibvisions.rad.server.http.UploadServlet
doPrevious() - Method in class javax.rad.application.genui.ControllerContent
Selects the previous row in the current DataBook.
doPrevious() - Method in class javax.rad.genui.control.AbstractControllable
Selects the previous row in the current DataBook.
doRepaint() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Repaints the table and updates the selection.
doRestore() - Method in class javax.rad.application.genui.ControllerContent
Performs a restore on the current DataBook.
doRestore() - Method in class javax.rad.genui.control.AbstractControllable
Performs a restore on the current DataBook.
doSearch() - Method in class javax.rad.application.genui.ControllerContent
Shows the search options.
doSearch() - Method in class javax.rad.genui.control.AbstractControllable
Shows the search options.
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.
DOT_CIRCLE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) dot-circle-o image (used for toolbar buttons or icons).
DOT_CIRCLE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) dot-circle-o image (used for menuitems or buttons).
doTabClosed(UITabsetEvent) - Method in class javax.rad.genui.container.UITabsetPanel
Notification that a tab was closed.
doTabMoved(UITabsetEvent) - Method in class javax.rad.genui.container.UITabsetPanel
Notfication that a tab was moved.
doTriggerPopMenu(UIMouseEvent) - Method in class javax.rad.genui.UIComponent
Triggers popup menu to be shown.
DOUBLE_CLICK - Static variable in interface javax.rad.ui.celleditor.IInplaceCellEditor
Open Editor on double click.
DoubleArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Double arrays.
DoubleArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
 
DoubleSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Double.
DoubleSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.DoubleSerializer
 
DoubleType - Class in javax.rad.type
The DoubleType is a platform independent definition of double.
DoubleType() - Constructor for class javax.rad.type.DoubleType
Constructs a new DoubleType.
doUpdate(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
The update notification method from the data book.
doValidate(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Validates the current record with metadata restrictions.
DOWNLOAD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) download image (used for toolbar buttons or icons).
DOWNLOAD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) download image (used for menuitems or buttons).
DownloadServlet - Class in com.sibvisions.rad.server.http
It allows clients to download files from the ObjectCache.
DownloadServlet() - Constructor for class com.sibvisions.rad.server.http.DownloadServlet
 
dpDataPage - Variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
The correspondingIDataPage of the IDataRow in the IDataBook.
DRIBBBLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) dribbble image (used for toolbar buttons or icons).
DRIBBBLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) dribbble image (used for menuitems or buttons).
drMasterDataRow - Variable in class com.sibvisions.rad.model.mem.MemDataPage
The master row from the corresponding master DataBook.
DROPBOX_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) dropbox image (used for toolbar buttons or icons).
DROPBOX_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) dropbox image (used for menuitems or buttons).
DRUPAL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) drupal image (used for toolbar buttons or icons).
DRUPAL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) drupal image (used for menuitems or buttons).
dump() - Method in class com.sibvisions.util.io.ShadowCopyInputStream
Gets the read bytes.
dump() - Method in class com.sibvisions.util.io.ShadowCopyOutputStream
Gets the written bytes.
dump(Throwable, boolean) - Static method in class com.sibvisions.util.type.CommonUtil
Deprecated. since 2.3, use ExceptionUtil.dump(Throwable, boolean) instead.
dump(Throwable, boolean) - Static method in class com.sibvisions.util.type.ExceptionUtil
Writes the Throwable and its stacktrace into a String.

E

E_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The east-resize cursor type.
EAST - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The east layout constraint (right side of container).
EAST - Static variable in interface javax.rad.ui.layout.IBorderLayout
The east layout constraint (right side of container).
EDIT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) edit image (used for toolbar buttons or icons).
EDIT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) edit image (used for toolbar buttons or icons).
EDIT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) edit image (used for menuitems or buttons).
EDIT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) edit image (used for menuitems or buttons).
editingComplete(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Informs the ICellEditorListener that the editing is completed.
editingComplete(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Informs the ICellEditorListener that the editing is completed.
editingComplete(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Informs the ICellEditorListener that the editing is completed.
editingComplete(String) - Method in interface javax.rad.model.ui.ICellEditorListener
Informs the ICellEditorListener that the editing is completed.
editingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Informs the ICellEditorListener that the editing has started.
editingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Informs the ICellEditorListener that the editing has started.
editingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Informs the ICellEditorListener that the editing has started.
editingStarted() - Method in interface javax.rad.model.ui.ICellEditorListener
Informs the ICellEditorListener that the editing has started.
EJECT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) eject image (used for toolbar buttons or icons).
EJECT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) eject image (used for menuitems or buttons).
elements(G) - Method in class com.sibvisions.util.GroupHashtable
Returns an enumeration of the values associated with a group, in this hashtable.
elements() - Method in class com.sibvisions.util.KeyValueList
Returns an enumeration of the values in this list.
ELLIPSIS_H_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ellipsis-h image (used for toolbar buttons or icons).
ELLIPSIS_H_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ellipsis-h image (used for menuitems or buttons).
ELLIPSIS_V_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ellipsis-v image (used for toolbar buttons or icons).
ELLIPSIS_V_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ellipsis-v image (used for menuitems or buttons).
EMPIRE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) empire image (used for toolbar buttons or icons).
EMPIRE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) empire image (used for menuitems or buttons).
EMPTY - Static variable in class javax.rad.model.TreePath
Constant for an empty TreePath.
encodeHex(String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a text to a hex encoded string.
encodeHex(byte[]) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a list of bytes to a hex encoded string.
encodeHex(InputStream) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a stream to a hex encoded string.
encodeHtml(String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a text to raw html.
encodeURLParameter(String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a plain value for an URL query parameter with ISO-8859-1.
encodeURLParameter(String, String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes a plain value for an URL query parameter with a specific charset.
encodeURLPart(String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes the part for an URL with UTF-8 encoding.
encodeURLPart(String, String) - Static method in class com.sibvisions.util.type.CodecUtil
Encodes the part for an URL with UTF-8 encoding.
endCDATA() - Method in class com.sibvisions.util.xml.XmlWorker
endDocument() - Method in class com.sibvisions.util.xml.XmlWorker
endDTD() - Method in class com.sibvisions.util.xml.XmlWorker
endElement(String, String, String) - Method in class com.sibvisions.util.xml.XmlWorker
endEntity(String) - Method in class com.sibvisions.util.xml.XmlWorker
engineDigest() - Method in class com.sibvisions.util.security.MD4MessageDigest
engineReset() - Method in class com.sibvisions.util.security.MD4MessageDigest
engineUpdate(byte) - Method in class com.sibvisions.util.security.MD4MessageDigest
engineUpdate(byte[], int, int) - Method in class com.sibvisions.util.security.MD4MessageDigest
ENTER_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with enter key.
entrySet() - Method in class com.sibvisions.util.IdentityKeyValueList
Returns a Set view of the entries contained in this list.
entrySet() - Method in class com.sibvisions.util.KeyValueList
Returns a Set view of the entries contained in this list.
entrySet() - Method in class javax.rad.type.bean.AbstractBean
enumeration() - Method in class com.sibvisions.util.ArrayUtil
Returns an enumeration of this collection.
EnumSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Enum.
EnumSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.EnumSerializer
 
ENVELOPE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) envelope image (used for toolbar buttons or icons).
ENVELOPE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) envelope-o image (used for toolbar buttons or icons).
ENVELOPE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) envelope-o image (used for menuitems or buttons).
ENVELOPE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) envelope image (used for menuitems or buttons).
ENVELOPE_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) envelope-square image (used for toolbar buttons or icons).
ENVELOPE_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) envelope-square image (used for menuitems or buttons).
ENVIRONMENT_DESKTOP - Static variable in interface javax.rad.application.ILauncher
the name for desktop environment.
ENVIRONMENT_HEADLESS - Static variable in interface javax.rad.application.ILauncher
the name for headless environment.
ENVIRONMENT_MOBILE - Static variable in interface javax.rad.application.ILauncher
the name for mobile environment.
ENVIRONMENT_WEB - Static variable in interface javax.rad.application.ILauncher
the name for web environment.
equals(Object) - Method in class com.sibvisions.rad.model.mem.DataRow
equals(IDataRow, String[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Compares this IDataRow with the given IDataRow for equality, but only compares the values in the column whose names are given, ignoring all not given columns.
equals(Object) - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
equals(Object) - Method in class com.sibvisions.rad.persist.jdbc.Name
equals(Object) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
equals(Object) - Method in class com.sibvisions.rad.ui.awt.impl.AwtResource
equals(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
equals(Object) - Method in class com.sibvisions.util.ArrayUtil
equals(Object) - Method in class com.sibvisions.util.IdentityKeyValueList
equals(Object) - Method in class com.sibvisions.util.ImmutableArray
equals(Object) - Method in class com.sibvisions.util.KeyValueList
equals(Object, Object) - Static method in class com.sibvisions.util.type.CommonUtil
Indicates whether two object are "equal".
equals(Object) - Method in class com.sibvisions.util.Version
equals(Object) - Method in class javax.rad.genui.UIColor
equals(Object) - Method in class javax.rad.genui.UIComponent
equals(Object) - Method in class javax.rad.genui.UIFactoryResource
equals(Object) - Method in class javax.rad.genui.UIFont
equals(Object) - Method in class javax.rad.genui.UIImage
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 this IDataRow with the given IDataRow for equality, but only compares the values in the column whose names are given, ignoring all not given columns.
equals(Object) - Method in class javax.rad.model.reference.ColumnMapping
equals(Object) - Method in class javax.rad.model.reference.StorageReferenceDefinition
equals(Object) - Method in class javax.rad.model.TreePath
equals(Object) - Method in class javax.rad.persist.ColumnMetaData
equals(Object) - Method in class javax.rad.persist.MetaData
equals(T, Object) - Method in class javax.rad.type.AbstractType
Returns true, if the two objects are equal.
equals(Object) - Method in class javax.rad.type.bean.AbstractBeanType
equals(BigDecimal, Object) - Method in class javax.rad.type.DecimalType
Returns true, if the two objects are equal.
equals(T, Object) - Method in interface javax.rad.type.IType
Returns true, if the two objects are equal.
equals(Object) - Method in class javax.rad.ui.event.Key
Returns true if this object is identical to the specified object.
equals(UIKeyEvent) - Method in class javax.rad.ui.event.Key
Returns true if the Key matches the given KeyEvent.
equals(Object) - Method in class javax.rad.ui.Style
equals(Object) - Method in class javax.rad.util.EventHandler.ListenerHandler
equals(Object) - Method in class javax.rad.util.Parameter
ERASER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) eraser image (used for toolbar buttons or icons).
ERASER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) eraser image (used for menuitems or buttons).
Error - Class in com.sibvisions.rad.application
The Error is designed to visualize errors occured in an application.
Error(IDesktopPanel) - Constructor for class com.sibvisions.rad.application.Error
Creates a new instance of Error for a special desktop.
error(Object...) - Method in class com.sibvisions.rad.persist.AbstractStorage
Logs error information.
error(Object...) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Logs error information.
error(Object...) - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Logs error information.
error(Object...) - Method in interface com.sibvisions.util.log.ILogger
Logs information with ILogger.LogLevel.ERROR.
error(Object...) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Logs information with ILogger.LogLevel.ERROR.
error(Object...) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Logs information with ILogger.LogLevel.ERROR.
error(Object...) - Method in class com.sibvisions.util.log.log4j.Log4jLogger
Logs information with ILogger.LogLevel.ERROR.
error(SAXParseException) - Method in class com.sibvisions.util.xml.XmlWorker
Throws the parse exception if validation is enabled.
error(Object...) - Method in class javax.rad.genui.UIComponent
Logs error information.
ErrorHandler - Class in com.sibvisions.rad.application.event
The ErrorHandler is a RuntimeEventHandler that handles IErrorListener.
ErrorHandler(String) - Constructor for class com.sibvisions.rad.application.event.ErrorHandler
Constructs a new ErrorHandler.
ESCAPE_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has canceled editing with escape key.
escapeHtml(String) - Static method in class com.sibvisions.util.type.HttpUtil
Replaces special characters with escape characters, valid for html.
EUR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) eur image (used for toolbar buttons or icons).
EUR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) eur image (used for menuitems or buttons).
EURO_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) euro image (used for toolbar buttons or icons).
EURO_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) euro image (used for menuitems or buttons).
eventAction() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
The EventHandler for the action event.
eventAction() - Method in class javax.rad.genui.component.AbstractUIActionComponent
The EventHandler for the action event.
eventAction() - Method in interface javax.rad.ui.component.IActionComponent
The EventHandler for the action event.
eventAfterCall() - Method in interface javax.rad.server.ICallHandler
Gets the handler for "after call" events.
eventAfterColumnSelected() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after column selected event.
eventAfterColumnSelected() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after column selected event.
eventAfterDelete() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for after delete event.
eventAfterDeleted() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after deleted event.
eventAfterDeleted() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after deleted event.
eventAfterDeleting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after deleting event.
eventAfterDeleting() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after deleting event.
eventAfterFilterChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after filter changed event.
eventAfterFilterChanged() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after filter changed event.
eventAfterInsert() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for after insert event.
eventAfterInserted() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after inserted event.
eventAfterInserted() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after inserted event.
eventAfterInserting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after inserting event.
eventAfterInserting() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after inserting event.
eventAfterLastCall() - Method in interface javax.rad.server.ICallHandler
Gets the handler for "after last call" events.
eventAfterLogin() - Method in class javax.rad.application.genui.RemoteApplication
Gets the event handler for the after login event.
eventAfterLogout() - Method in class javax.rad.application.genui.RemoteApplication
Gets the event handler for the after logout event.
eventAfterReload() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after reload event.
eventAfterReload() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after reload event.
eventAfterRestore() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after restore event.
eventAfterRestore() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after restore event.
eventAfterRowSelected() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after row selected event.
eventAfterRowSelected() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after row selected event.
eventAfterSortChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after sort changed event.
eventAfterSortChanged() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after sort changed event.
eventAfterUpdate() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for after update event.
eventAfterUpdated() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after updated event.
eventAfterUpdated() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after updated event.
eventAfterUpdating() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for after updating event.
eventAfterUpdating() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for after updating event.
eventBeforeCall() - Method in interface javax.rad.server.ICallHandler
Gets the handler for "before call" events.
eventBeforeColumnSelected() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before column selected event.
eventBeforeColumnSelected() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before column selected event.
eventBeforeDelete() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for before delete event.
eventBeforeDeleted() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before deleted event.
eventBeforeDeleted() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before deleted event.
eventBeforeDeleting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before deleting event.
eventBeforeDeleting() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before deleting event.
eventBeforeFilterChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before filter changed event.
eventBeforeFilterChanged() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before filter changed event.
eventBeforeFirstCall() - Method in interface javax.rad.server.ICallHandler
Gets the handler for "before first call" events.
eventBeforeInsert() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for before insert event.
eventBeforeInserted() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before inserted event.
eventBeforeInserted() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before inserted event.
eventBeforeInserting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before inserting event.
eventBeforeInserting() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before inserting event.
eventBeforeReload() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before reload event.
eventBeforeReload() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before reload event.
eventBeforeRestore() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before restore event.
eventBeforeRestore() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before restore event.
eventBeforeRowSelected() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before row selected event.
eventBeforeRowSelected() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before row selected event.
eventBeforeSortChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before sort changed event.
eventBeforeSortChanged() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before sort changed event.
eventBeforeUpdate() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for before update event.
eventBeforeUpdated() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before updated event.
eventBeforeUpdated() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before updated event.
eventBeforeUpdating() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the DataBookHandler for before updating event.
eventBeforeUpdating() - Method in interface javax.rad.model.IDataBook
Gets the DataBookHandler for before updating event.
eventCalculateRow() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for calculate row event.
eventCancel() - Method in class com.sibvisions.rad.application.Dialog
Gets the handler for cancel event.
eventComponentMoved - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for componentMoved.
eventComponentMoved() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The ComponentHandler for the moved event.
eventComponentMoved() - Method in class javax.rad.genui.UIComponent
The ComponentHandler for the moved event.
eventComponentMoved() - Method in interface javax.rad.ui.IComponent
The ComponentHandler for the moved event.
eventComponentResized - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for componentResized.
eventComponentResized() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The ComponentHandler for the resized event.
eventComponentResized() - Method in class javax.rad.genui.UIComponent
The ComponentHandler for the resized event.
eventComponentResized() - Method in interface javax.rad.ui.IComponent
The ComponentHandler for the resized event.
eventConfigureConnection() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
The event configure connection is always dispatched, when a new connection is used by this DBAccess.
eventDataBookAdded() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Gets the DataSourceHandler for databook added event.
eventDataBookAdded() - Method in interface javax.rad.model.IDataSource
Gets the DataSourceHandler for databook added event.
eventDataBookRemoved() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Gets the DataSourceHandler for databook removed event.
eventDataBookRemoved() - Method in interface javax.rad.model.IDataSource
Gets the DataSourceHandler for databook removed event.
eventFocusGained() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The FocusHandler for the focus gained event.
eventFocusGained() - Method in class javax.rad.genui.UIComponent
The FocusHandler for the focus gained event.
eventFocusGained() - Method in interface javax.rad.ui.IComponent
The FocusHandler for the focus gained event.
eventFocusLost() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The FocusHandler for the focus lost event.
eventFocusLost() - Method in class javax.rad.genui.UIComponent
The FocusHandler for the focus lost event.
eventFocusLost() - Method in interface javax.rad.ui.IComponent
The FocusHandler for the focus lost event.
EventHandler<L> - Class in javax.rad.util
Platform and technology independent event handler.
EventHandler(Class<L>, Class...) - Constructor for class javax.rad.util.EventHandler
Constructs a new EventHandler, the listener type may only have 1 method.
EventHandler(Class<L>, String, Class...) - Constructor for class javax.rad.util.EventHandler
Constructs a new EventHandler.
EventHandler.ListenerHandler - Class in javax.rad.util
Generic Listener that calls reflective the given method.
EventHandler.ListenerHandler(L) - Constructor for class javax.rad.util.EventHandler.ListenerHandler
Constructs a new ListenerHandler with an listener interface.
EventHandler.ListenerHandler(Object, String) - Constructor for class javax.rad.util.EventHandler.ListenerHandler
Constructs a new ListenerHandler with a proxy listener interface.
eventHideDetails() - Method in class com.sibvisions.rad.application.Error
Gets the "hide details" event handler.
eventInsteadOfDelete() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for instead-of delete event.
eventInsteadOfInsert() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for instead-of insert event.
eventInsteadOfUpdate() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the EventHandler for instead-of update event.
eventKey(Key) - Method in class javax.rad.genui.UIComponent
The EventHandler for the given Key.
eventKeyPressed - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for keyPressed.
eventKeyPressed() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the key pressed event.
eventKeyPressed() - Method in class javax.rad.genui.UIComponent
The EventHandler for the key pressed event.
eventKeyPressed() - Method in interface javax.rad.ui.IComponent
The EventHandler for the key pressed event.
eventKeyReleased - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for keyReleased.
eventKeyReleased() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the key released event.
eventKeyReleased() - Method in class javax.rad.genui.UIComponent
The EventHandler for the key released event.
eventKeyReleased() - Method in interface javax.rad.ui.IComponent
The EventHandler for the key released event.
eventKeyTyped - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for keyTyped.
eventKeyTyped() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the key typed event.
eventKeyTyped() - Method in class javax.rad.genui.UIComponent
The EventHandler for the key typed event.
eventKeyTyped() - Method in interface javax.rad.ui.IComponent
The EventHandler for the key typed event.
eventMouseClicked - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for mouseClicked.
eventMouseClicked() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the mouse clicked event.
eventMouseClicked() - Method in class javax.rad.genui.UIComponent
The EventHandler for the mouse clicked event.
eventMouseClicked() - Method in interface javax.rad.ui.IComponent
The EventHandler for the mouse clicked event.
eventMouseEntered - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for mouseEntered.
eventMouseEntered() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the mouse entered event.
eventMouseEntered() - Method in class javax.rad.genui.UIComponent
The EventHandler for the mouse entered event.
eventMouseEntered() - Method in interface javax.rad.ui.IComponent
The EventHandler for the mouse entered event.
eventMouseExited - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for mouseExited.
eventMouseExited() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the mouse exited event.
eventMouseExited() - Method in class javax.rad.genui.UIComponent
The EventHandler for the mouse exited event.
eventMouseExited() - Method in interface javax.rad.ui.IComponent
The EventHandler for the mouse exited event.
eventMousePressed - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for mouePressed.
eventMousePressed() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the mouse pressed event.
eventMousePressed() - Method in class javax.rad.genui.UIComponent
The EventHandler for the mouse pressed event.
eventMousePressed() - Method in interface javax.rad.ui.IComponent
The EventHandler for the mouse pressed event.
eventMouseReleased - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
EventHandler for mouseReleased.
eventMouseReleased() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The EventHandler for the mouse released event.
eventMouseReleased() - Method in class javax.rad.genui.UIComponent
The EventHandler for the mouse released event.
eventMouseReleased() - Method in interface javax.rad.ui.IComponent
The EventHandler for the mouse released event.
eventOk() - Method in class com.sibvisions.rad.application.Dialog
Gets the handler for ok event.
eventParameterChanged() - Method in class javax.rad.application.genui.WorkScreen
Gets the event handler for the parameter changed event.
eventParameterChanged(String) - Method in class javax.rad.application.genui.WorkScreen
Gets the event handler for the changed event of a specific parameter.
eventPopupMenuCanceled() - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
The PopupMenuHandler for the popup menu canceled event.
eventPopupMenuCanceled() - Method in class javax.rad.genui.menu.UIPopupMenu
The PopupMenuHandler for the popup menu canceled event.
eventPopupMenuCanceled() - Method in interface javax.rad.ui.menu.IPopupMenu
The PopupMenuHandler for the popup menu canceled event.
eventPopupMenuWillBecomeInvisible() - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
The PopupMenuHandler for the popup menu will become invisible event.
eventPopupMenuWillBecomeInvisible() - Method in class javax.rad.genui.menu.UIPopupMenu
The PopupMenuHandler for the popup menu will become invisible event.
eventPopupMenuWillBecomeInvisible() - Method in interface javax.rad.ui.menu.IPopupMenu
The PopupMenuHandler for the popup menu will become invisible event.
eventPopupMenuWillBecomeVisible() - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
The PopupMenuHandler for the popup menu will become visible event.
eventPopupMenuWillBecomeVisible() - Method in class javax.rad.genui.menu.UIPopupMenu
The PopupMenuHandler for the popup menu will become visible event.
eventPopupMenuWillBecomeVisible() - Method in interface javax.rad.ui.menu.IPopupMenu
The PopupMenuHandler for the popup menu will become visible event.
eventResourceChanged() - Method in class javax.rad.genui.UIResource
Gets the resource changed event handler.
eventResourceChanged(String) - Method in class javax.rad.genui.UIResource
Gets the resource handler for a single parameter/object name.
eventShowDetails() - Method in class com.sibvisions.rad.application.Error
Gets the "show details" event handler.
eventSource - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The Event Source.
eventTabActivated() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
The TabsetHandler for the activated event.
eventTabActivated() - Method in class javax.rad.genui.container.UITabsetPanel
The TabsetHandler for the activated event.
eventTabActivated() - Method in interface javax.rad.ui.container.ITabsetPanel
The TabsetHandler for the activated event.
eventTabClosed() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
The TabsetHandler for the closed event.
eventTabClosed() - Method in class javax.rad.genui.container.UITabsetPanel
The TabsetHandler for the closed event.
eventTabClosed() - Method in interface javax.rad.ui.container.ITabsetPanel
The TabsetHandler for the closed event.
eventTabDeactivated() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
The TabsetHandler for the activated event.
eventTabDeactivated() - Method in class javax.rad.genui.container.UITabsetPanel
The TabsetHandler for the activated event.
eventTabDeactivated() - Method in interface javax.rad.ui.container.ITabsetPanel
The TabsetHandler for the activated event.
eventTabMoved() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
The TabsetHandler for the moved event.
eventTabMoved() - Method in class javax.rad.genui.container.UITabsetPanel
The TabsetHandler for the moved event.
eventTabMoved() - Method in interface javax.rad.ui.container.ITabsetPanel
The TabsetHandler for the moved event.
eventUnconfigureConnection() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
The event configure connection is always dispatched, when a new connection is used by this DBAccess.
eventValuesChanged() - Method in class com.sibvisions.rad.model.mem.DataRow
Gets the DataRowHandler for the values changed event.
eventValuesChanged(String) - Method in class com.sibvisions.rad.model.mem.DataRow
Gets the DataRowHandler for the values changed event for the specified column.
eventValuesChanged() - Method in interface javax.rad.model.IDataRow
Gets the DataRowHandler for the values changed event.
eventValuesChanged(String) - Method in interface javax.rad.model.IDataRow
Gets the DataRowHandler for the values changed event for the specified column.
eventWindowActivated - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowActivated.
eventWindowActivated() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window activated event.
eventWindowActivated() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window activated event.
eventWindowActivated() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window activated event.
eventWindowClosed - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowClosed.
eventWindowClosed() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window closed event.
eventWindowClosed() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window closed event.
eventWindowClosed() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window closed event.
eventWindowClosing - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowClosing.
eventWindowClosing() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window closing event.
eventWindowClosing() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window closing event.
eventWindowClosing() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window closing event.
eventWindowDeactivated - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowDeactivated.
eventWindowDeactivated() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window deactivated event.
eventWindowDeactivated() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window deactivated event.
eventWindowDeactivated() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window deactivated event.
eventWindowDeiconified - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowDeiconified.
eventWindowDeiconified() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window deiconified event.
eventWindowDeiconified() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window deiconified event.
eventWindowDeiconified() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window deiconified event.
eventWindowIconified - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowIconified.
eventWindowIconified() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window iconified event.
eventWindowIconified() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window iconified event.
eventWindowIconified() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window iconified event.
eventWindowOpened - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
EventHandler for windowOpened.
eventWindowOpened() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
The EventHandler for the window opened event.
eventWindowOpened() - Method in class javax.rad.genui.container.AbstractWindow
The EventHandler for the window opened event.
eventWindowOpened() - Method in interface javax.rad.ui.container.IWindow
The EventHandler for the window opened event.
exception - Variable in class com.sibvisions.rad.server.protocol.Record
an exception.
ExceptionHandler - Class in javax.rad.util
The ExceptionHandler is the global handler for program exceptions.
ExceptionUtil - Class in com.sibvisions.util.type
The ExceptionUtil provides common functionality for working with and processing exceptions.
EXCHANGE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) exchange image (used for toolbar buttons or icons).
EXCHANGE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) exchange image (used for menuitems or buttons).
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.
EXCLAMATION_CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) exclamation-circle image (used for toolbar buttons or icons).
EXCLAMATION_CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) exclamation-circle image (used for menuitems or buttons).
EXCLAMATION_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) exclamation image (used for toolbar buttons or icons).
EXCLAMATION_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) exclamation image (used for menuitems or buttons).
EXCLAMATION_TRIANGLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) exclamation-triangle image (used for toolbar buttons or icons).
EXCLAMATION_TRIANGLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) exclamation-triangle image (used for menuitems or buttons).
execute(Object, String, String, Object...) - Method in class com.sibvisions.rad.server.Server
Executes a method call.
execute(Connection, InputStream) - Method in class com.sibvisions.util.db.DBImporter
Reads the statements from a stream and executes each statement.
Execute - Class in com.sibvisions.util
The Execute class executes external programs.
Execute() - Constructor for class com.sibvisions.util.Execute
 
execute(boolean) - Method in class com.sibvisions.util.Execute
Launches the given command in a new process.
execute(String) - Method in class com.sibvisions.util.SimpleJavaSource
Executes any java statement.
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(IChangeableDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Its called when the deleting DataRow (delete row) should be deleted.
executeDelete(IChangeableDataRow) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Its called when the deleting DataRow (delete row) should be deleted.
executeDelete(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the delete method.
executeDelete(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the delete method.
executeDelete(Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the delete method.
executeDelete() - Method in class com.sibvisions.rad.server.http.rest.service.StorageService
Deletes records from the storage.
executeDeleteAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method will be used if AbstractStorage.delete(Object) was called.
executeDeleteAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method will be used if AbstractStorage.delete(Object) was called.
executeFetch(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the fetch method.
executeFetch(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the fetch method.
executeFetch(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the fetch method.
executeFetch() - Method in class com.sibvisions.rad.server.http.rest.service.StorageService
Fetches records from the storage.
executeFetchAsBean(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method will be used if AbstractStorage.fetchBean(ICondition, SortDefinition, int, int) was called.
executeFetchAsBean(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method will be used if AbstractStorage.fetchBean(ICondition, SortDefinition, int, int) was called.
executeFunction(String, OutParam, Object...) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Executes a DB function with the specified parameters and return the result.
executeFunction(String, int, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a DB function with the specified parameters and return the result.
executeFunction(String, OutParam, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a DB function with the specified parameters and return the result.
executeGetMetaData() - Method in class com.sibvisions.rad.server.http.rest.service.StorageService
Gets the metadata for the storage.
executeInsert(IChangeableDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Its called when the inserting DataRow (new row) should be inserted.
executeInsert(IChangeableDataRow) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Its called when the inserting DataRow (new row) should be inserted.
executeInsert(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the insert method.
executeInsert(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the insert method.
executeInsert(Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the insert method.
executeInsert(Representation) - Method in class com.sibvisions.rad.server.http.rest.service.StorageService
Inserts a new record.
executeInsertAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method will be used if AbstractStorage.insert(Object) was called.
executeInsertAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method will be used if AbstractStorage.insert(Object) was called.
executeInvokeLater() - Method in class javax.rad.ui.InvokeLaterThread
Executes thread save all invokeLater actions immediate.
executeLockAndRefetch(IChangeableDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Its called before the DataRow (existing row) will be changed.
executeLockAndRefetch(IChangeableDataRow) - 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.AbstractOracleDBAccess
Executes a DB procedure with the specified parameters.
executeProcedure(String, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a DB procedure with the specified parameters.
executeQuery(String, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a SQL query as prepared statement.
executeRefetchRow(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the refetchRow method.
executeRefetchRow(String[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Refetches data.
executeRefetchRow(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the refetchRow method.
executeRefetchRow(Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the refetchRow method.
executeRefetchRowAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method will be used if AbstractStorage.refetch(Object) was called.
executeRefetchRowAsBean(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method will be used if AbstractStorage.refetch(Object) was called.
executeRefresh() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It will be called, when the MemDataBook will be completely refreshed.
executeRefresh() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
It will be called, when the MemDataBook will be completely refreshed.
executeRefreshDataPage() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It will be called, when the MemDataBook will be completely refreshed.
executeRefreshDataPage() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
It will be called, when the MemDataBook will be completely refreshed.
executeSql(String, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a SQL command as prepared statement.
executeSqlMulti(String, int, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a SQL command as prepared statement.
executeStatement(String, Object...) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Executes a DDL or DML Statement.
executeUpdate(IChangeableDataRow) - 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(IChangeableDataRow) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Its called when the updating DataRow (changed row) should be updated Derived classed should override this to implemented the needed functionality.
executeUpdate(Object[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method has to be implemented in the Storage implementation and should have the functionality of the update method.
executeUpdate(Object[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method has to be implemented in the Storage implementation and should have the functionality of the update method.
executeUpdate(Object[], Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
This method has to be implemented in the Storage implementation and should have the functionality of the update method.
executeUpdate(Representation) - Method in class com.sibvisions.rad.server.http.rest.service.StorageService
Updates a record.
executeUpdateAsBean(Object[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This method will be used if AbstractStorage.update(Object) was called.
executeUpdateAsBean(Object[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
This method will be used if AbstractStorage.update(Object) was called.
executeWithSessionContext(SessionContext, Call) - Method in class com.sibvisions.rad.server.AbstractSession
Executes a remote method call.
EXIT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) exit image (used for toolbar buttons or icons).
EXIT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) exit image (used for menuitems or buttons).
EXPAND_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) expand image (used for toolbar buttons or icons).
EXPAND_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) expand image (used for menuitems or buttons).
EXPEDITEDSSL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) expeditedssl image (used for toolbar buttons or icons).
EXPEDITEDSSL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) expeditedssl image (used for menuitems or buttons).
ExpiredException - Exception in javax.rad.server
The ExpiredException is a SecurityException in case that something was expired.
ExpiredException(String) - Constructor for exception javax.rad.server.ExpiredException
Constructs a new ExpiredException with the specified message.
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).
EXTERNAL_LINK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) external-link image (used for toolbar buttons or icons).
EXTERNAL_LINK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) external-link image (used for menuitems or buttons).
EXTERNAL_LINK_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) external-link-square image (used for toolbar buttons or icons).
EXTERNAL_LINK_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) external-link-square image (used for menuitems or buttons).
extractValues(String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Extracts the values from a valuelist, separated with ,.
EYE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) eye image (used for toolbar buttons or icons).
EYE_SLASH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) eye-slash image (used for toolbar buttons or icons).
EYE_SLASH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) eye-slash image (used for menuitems or buttons).
EYE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) eye image (used for menuitems or buttons).
EYEDROPPER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) eyedropper image (used for toolbar buttons or icons).
EYEDROPPER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) eyedropper image (used for menuitems or buttons).

F

FACEBOOK_F_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) facebook-f image (used for toolbar buttons or icons).
FACEBOOK_F_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) facebook-f image (used for menuitems or buttons).
FACEBOOK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) facebook image (used for toolbar buttons or icons).
FACEBOOK_OFFICIAL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) facebook-official image (used for toolbar buttons or icons).
FACEBOOK_OFFICIAL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) facebook-official image (used for menuitems or buttons).
FACEBOOK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) facebook image (used for menuitems or buttons).
FACEBOOK_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) facebook-square image (used for toolbar buttons or icons).
FACEBOOK_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) facebook-square image (used for menuitems or buttons).
factory - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
The factory that created this component.
FAST_BACKWARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) fast-backward image (used for toolbar buttons or icons).
FAST_BACKWARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) fast-backward image (used for menuitems or buttons).
FAST_FORWARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) fast-forward image (used for toolbar buttons or icons).
FAST_FORWARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) fast-forward image (used for menuitems or buttons).
fatalError(SAXParseException) - Method in class com.sibvisions.util.xml.XmlWorker
Throws the parse exception if validation is enabled.
FAX_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) fax image (used for toolbar buttons or icons).
FAX_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) fax image (used for menuitems or buttons).
FEED_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) feed image (used for toolbar buttons or icons).
FEED_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) feed image (used for menuitems or buttons).
FEMALE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) female image (used for toolbar buttons or icons).
FEMALE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) female image (used for menuitems or buttons).
fetch(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the requested rows as List[Object[]].
fetch(Class<T>, ICondition) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the requested bean/POJO from the storage.
fetch(Class<T>, ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the requested list of beans/POJOs from the storage.
fetch(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, int, int, boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the List of fetched rows (as List of Object[]) for the specified query tables and parameters.
fetch(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the List of fetched rows (as List of Object[]) for the specified query tables and parameters.
fetch(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, String, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Mostly same as DBAccess.fetch(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, int, int).
fetch(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, String, int, int, boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Mostly same as DBAccess.fetch(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, int, int).
fetch(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, int, int, boolean) - 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(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, String, int, int, boolean) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Mostly same as DBAccess.fetch(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, int, int).
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
Fetches all IDataRows from the storage.
fetchAll() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Fetches all IDataRows from the storage.
fetchAll() - Method in interface javax.rad.model.IDataPage
Fetches all IDataRows from the storage.
fetchBean(ICondition) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the requested bean from the storage.
fetchBean(ICondition, SortDefinition, int, int) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the requested list of beans from the storage.
fetchToRow(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Will/should be overridden in the derived Classes to fetch data from the storage.
fetchToRow(int) - Method in class com.sibvisions.rad.model.remote.RemoteDataPage
It tries to fetches to the specified row index in the storage.
FIGHTER_JET_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) fighter-jet image (used for toolbar buttons or icons).
FIGHTER_JET_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) fighter-jet image (used for menuitems or buttons).
FILE_ARCHIVE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-archive-o image (used for toolbar buttons or icons).
FILE_ARCHIVE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-archive-o image (used for menuitems or buttons).
FILE_AUDIO_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-audio-o image (used for toolbar buttons or icons).
FILE_AUDIO_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-audio-o image (used for menuitems or buttons).
FILE_CODE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-code-o image (used for toolbar buttons or icons).
FILE_CODE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-code-o image (used for menuitems or buttons).
FILE_EXCEL_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-excel-o image (used for toolbar buttons or icons).
FILE_EXCEL_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-excel-o image (used for menuitems or buttons).
FILE_IMAGE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-image-o image (used for toolbar buttons or icons).
FILE_IMAGE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-image-o image (used for menuitems or buttons).
FILE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file image (used for toolbar buttons or icons).
FILE_MOVIE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-movie-o image (used for toolbar buttons or icons).
FILE_MOVIE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-movie-o image (used for menuitems or buttons).
FILE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-o image (used for toolbar buttons or icons).
FILE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-o image (used for menuitems or buttons).
FILE_PDF_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-pdf-o image (used for toolbar buttons or icons).
FILE_PDF_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-pdf-o image (used for menuitems or buttons).
FILE_PHOTO_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-photo-o image (used for toolbar buttons or icons).
FILE_PHOTO_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-photo-o image (used for menuitems or buttons).
FILE_PICTURE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-picture-o image (used for toolbar buttons or icons).
FILE_PICTURE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-picture-o image (used for menuitems or buttons).
FILE_POWERPOINT_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-powerpoint-o image (used for toolbar buttons or icons).
FILE_POWERPOINT_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-powerpoint-o image (used for menuitems or buttons).
FILE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file image (used for menuitems or buttons).
FILE_SOUND_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-sound-o image (used for toolbar buttons or icons).
FILE_SOUND_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-sound-o image (used for menuitems or buttons).
FILE_TEXT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-text image (used for toolbar buttons or icons).
FILE_TEXT_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-text-o image (used for toolbar buttons or icons).
FILE_TEXT_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-text-o image (used for menuitems or buttons).
FILE_TEXT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-text image (used for menuitems or buttons).
FILE_VIDEO_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-video-o image (used for toolbar buttons or icons).
FILE_VIDEO_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-video-o image (used for menuitems or buttons).
FILE_WORD_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-word-o image (used for toolbar buttons or icons).
FILE_WORD_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-word-o image (used for menuitems or buttons).
FILE_ZIP_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) file-zip-o image (used for toolbar buttons or icons).
FILE_ZIP_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) file-zip-o image (used for menuitems or buttons).
FileChooser - Class in com.sibvisions.rad.ui.swing.impl
The FileChooser encapsulates the access to AWT or Swing File chooser.
FileChooser() - Constructor for class com.sibvisions.rad.ui.swing.impl.FileChooser
 
FileHandle - Class in javax.rad.io
FileHandle handles data in memory or in the file system.
FileHandle() - Constructor for class javax.rad.io.FileHandle
Constructs a new FileHandle.
FileHandle(String) - Constructor for class javax.rad.io.FileHandle
Constructs a new FileHandle.
FileHandle(String, byte[]) - Constructor for class javax.rad.io.FileHandle
Constructs a new file handle with the content from a byte[].
FileHandle(String, InputStream) - Constructor for class javax.rad.io.FileHandle
Constructs a file handle with the content form an InputStream.
FileHandle(File) - Constructor for class javax.rad.io.FileHandle
Constructs a new FileHandle.
FileHandleSerializer - Class in com.sibvisions.rad.server.http.rest.service.jackson
The FileHandleSerializer writes IFileHandle as byte[].
FileHandleSerializer() - Constructor for class com.sibvisions.rad.server.http.rest.service.jackson.FileHandleSerializer
 
FileHandleType - Class in javax.rad.type
The FileHandleType is a platform independent definition of byte[].
FileHandleType() - Constructor for class javax.rad.type.FileHandleType
Constructs a new FileHandleType.
FILES_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) files-o image (used for toolbar buttons or icons).
FILES_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) files-o image (used for menuitems or buttons).
FileSearch - Class in com.sibvisions.util
The FileSearch is a utility class to search files and directories.
FileSearch() - Constructor for class com.sibvisions.util.FileSearch
Creates a new instance of FileSearch.
FileUtil - Class in com.sibvisions.util.type
The FileUtil contains file and filename dependent utility methods.
FileUtil.CopyMode - Enum in com.sibvisions.util.type
File or directory copy mode.
FileViewer - Class in com.sibvisions.util
The FileViewer opens files/documents with the platform dependent viewer application.
fillInStackTrace(Throwable) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Fills in the current call-stack in the given exception.
FILM_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) film image (used for toolbar buttons or icons).
FILM_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) film image (used for menuitems or buttons).
Filter - Class in com.sibvisions.rad.model
The Filter class provide helper functions to create combined IConditions.
Filter() - Constructor for class com.sibvisions.rad.model.Filter
Should not be used.
FILTER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) filter image (used for toolbar buttons or icons).
FILTER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) filter image (used for menuitems or buttons).
finalize() - Method in class com.sibvisions.rad.model.mem.MemDataBook
finalize() - Method in class com.sibvisions.rad.model.mem.MemDataSource
finalize() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
finalize() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
finalize() - Method in class com.sibvisions.rad.server.DetachedSession
finalize() - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
finalize() - Method in class javax.rad.io.FileHandle
finalize() - Method in class javax.rad.io.RemoteFileHandle
finalize() - Method in class javax.rad.remote.AbstractConnection
find(String) - Method in class com.sibvisions.rad.server.security.DefaultAccessController
Search all available lifecycle objects for the given name.
find(String) - Method in interface com.sibvisions.rad.server.security.IAccessController
Search all available lifecycle objects for the given name.
findAndCreateReducedCondition(ICondition, Set<String>, Map<String, CompareCondition>) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Finds and removes the ICondition with the given column names from the given ICondition.
findMenu(IContainer, String) - Static method in class javax.rad.genui.menu.AbstractUIMenuItem
Gets the menu with the given menu text.
findNamedParameters(String, List<String>) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Finds all named parameters in the given statement and adds the names to the given List.
FIRE_EXTINGUISHER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) fire-extinguisher image (used for toolbar buttons or icons).
FIRE_EXTINGUISHER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) fire-extinguisher image (used for menuitems or buttons).
FIRE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) fire image (used for toolbar buttons or icons).
FIRE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) fire image (used for menuitems or buttons).
fireActionEvent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Notifies all listeners that have registered interest for notification on this event type.
fireActionPerformed(ActionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
fireCall(boolean, String, String, Object...) - Method in class javax.rad.remote.AbstractConnection
Fires the objectCalled methods to all registered connection listeners.
fireCallAction(boolean, String, Object...) - Method in class javax.rad.remote.AbstractConnection
Fires the actionCalled methods to all registered connection listeners.
fireCallBackResult(CallBackResultEvent) - Method in class javax.rad.remote.AbstractConnection
Fires the callBackResult methods to all registered callback result listeners.
fireCallError(Throwable) - Method in class javax.rad.remote.AbstractConnection
Fires the callError methods to all registered connection listeners.
fireClose() - Method in class javax.rad.remote.AbstractConnection
Fires the connectionClosed methods to all registered connection listeners.
fireEditingComplete(String, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingComplete(String, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingComplete(String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingComplete(String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEditingStarted() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Delegates the event to the ICellEditorListener.
fireEventConfigureConnection() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Fires the event configureConnection.
fireEventUnconfigureConnection() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Fires the event unconfigureConnection.
FIREFOX_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) firefox image (used for toolbar buttons or icons).
FIREFOX_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) firefox image (used for menuitems or buttons).
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.
fireMenuActionPerformed(ActionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Notifies all menu action listeners.
fireOpen() - Method in class javax.rad.remote.AbstractConnection
Fires the connectionOpened methods to all registered connection listeners.
fireParameterChanged(String, Object, Object) - Method in class javax.rad.application.genui.WorkScreen
Notifies all parameter changed listeners about a change.
firePropertyChange(String, Object, Object) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, byte, byte) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, char, char) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, short, short) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, long, long) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, float, float) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, double, double) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
fireReOpen() - Method in class javax.rad.remote.AbstractConnection
Fires the connectionReOpened methods to all registered connection listeners.
fireResourceChanged(ResourceEvent.EventType, String, Object, Object) - Method in class javax.rad.genui.UIResource
Notifies all listeners about a change.
first() - Method in class com.sibvisions.util.ArrayUtil
Gets the first element.
FIRST_COMPONENT - Static variable in interface javax.rad.ui.container.ISplitPanel
Used to add a Component to the left/top of the other Component.
firstCharLower(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts the first char to lowercase.
firstCharUpper(String) - Static method in class com.sibvisions.util.type.StringUtil
Converts the first char to uppercase.
FIVEHUNDRED_PX_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) 500px image (used for toolbar buttons or icons).
FIVEHUNDRED_PX_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) 500px image (used for menuitems or buttons).
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_CHECKERED_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) flag-checkered image (used for toolbar buttons or icons).
FLAG_CHECKERED_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) flag-checkered image (used for menuitems or buttons).
FLAG_ESTABLISHED - Static variable in interface javax.rad.remote.IConnection
the established flag.
FLAG_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) flag image (used for toolbar buttons or icons).
FLAG_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) flag-o image (used for toolbar buttons or icons).
FLAG_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) flag-o image (used for menuitems or buttons).
FLAG_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) flag image (used for menuitems or buttons).
FLASH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) flash image (used for toolbar buttons or icons).
FLASH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) flash image (used for menuitems or buttons).
FLASK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) flask image (used for toolbar buttons or icons).
FLASK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) flask image (used for menuitems or buttons).
FLICKR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) flickr image (used for toolbar buttons or icons).
FLICKR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) flickr image (used for menuitems or buttons).
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.
FLOPPY_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) floppy-o image (used for toolbar buttons or icons).
FLOPPY_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) floppy-o image (used for menuitems or buttons).
FOCUS_FIRST - Static variable in class javax.rad.ui.event.UIFocusEvent
The first number in the range of ids used for focus events.
FOCUS_GAINED - Static variable in class javax.rad.ui.event.UIFocusEvent
This event indicates that the Component is now the focus owner.
FOCUS_LAST - Static variable in class javax.rad.ui.event.UIFocusEvent
The last number in the range of ids used for focus events.
FOCUS_LOST - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has lost focus.
FOCUS_LOST - Static variable in class javax.rad.ui.event.UIFocusEvent
This event indicates that the Component is no longer the focus owner.
focusGained(FocusEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
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.JVxEditor
focusGained(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
focusGained(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
focusGained(UIFocusEvent) - Method in interface javax.rad.ui.event.type.focus.IFocusGainedListener
Invoked when the focus is gained.
FocusHandler<L> - Class in javax.rad.ui.event
The FocusHandler is a RuntimeEventHandler that handles IFocusListener.
FocusHandler(Class<L>) - Constructor for class javax.rad.ui.event.FocusHandler
Creates a new instance of FocusHandler.
focusLost(FocusEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
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.JVxEditor
focusLost(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
focusLost(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
focusLost(UIFocusEvent) - Method in interface javax.rad.ui.event.type.focus.IFocusLostListener
Invoked when the focus is lost.
FOLDER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) folder image (used for toolbar buttons or icons).
FOLDER_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) folder-o image (used for toolbar buttons or icons).
FOLDER_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) folder-o image (used for menuitems or buttons).
FOLDER_OPEN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) folder-open image (used for toolbar buttons or icons).
FOLDER_OPEN_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) folder-open-o image (used for toolbar buttons or icons).
FOLDER_OPEN_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) folder-open-o image (used for menuitems or buttons).
FOLDER_OPEN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) folder-open image (used for menuitems or buttons).
FOLDER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) folder image (used for menuitems or buttons).
FONT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) font image (used for toolbar buttons or icons).
FONT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) font image (used for menuitems or buttons).
FontAwesome - Enum in com.sibvisions.rad.ui.swing.ext.fonts
The FontAwesome class defines all supported font icons.
FONTICONS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) fonticons image (used for toolbar buttons or icons).
FONTICONS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) fonticons image (used for menuitems or buttons).
ForeignKey - Class in com.sibvisions.rad.persist.jdbc
It stores all relevant information, like FK Columns, PK Columns, etc. of an Foreign Key.
ForeignKey(Name, Name, Name) - Constructor for class com.sibvisions.rad.persist.jdbc.ForeignKey
Construct a Select cache object.
ForeignKey(String[], String, String[], String[]) - Constructor for class com.sibvisions.rad.persist.jdbc.ForeignKey
Construct a Select cache object.
forLanguageTag(String) - Static method in class com.sibvisions.util.type.LocaleUtil
Get a locale parsing language, country and variant.
format(LogRecord) - Method in class com.sibvisions.util.log.jdk.JdkLineFormatter
format(Date) - Method in class com.sibvisions.util.type.DateUtil
Formats the date to text.
format(long, String) - Static method in class com.sibvisions.util.type.DateUtil
Formats a time string.
format(Date, String) - Static method in class com.sibvisions.util.type.DateUtil
Formats a Date into a date/time string.
format(Number) - Method in class com.sibvisions.util.type.NumberUtil
Formats the number to text.
format(Number, String) - Static method in class com.sibvisions.util.type.NumberUtil
Formats a number.
FORMAT - Static variable in class javax.rad.type.AbstractDateType
The format to convert a String to a Timestamp.
formatAsDirectory(String) - Static method in class com.sibvisions.util.type.FileUtil
Formats the given path as directory.
formatCSVFileName(String) - Static method in class com.sibvisions.rad.model.DataBookCSVExporter
Formats a name as filename for a csv export.
formatInitCap(String) - Static method in class com.sibvisions.util.type.StringUtil
Sets the first character in each word to uppercase and the rest to lowercase.
formatInitCap(String, boolean) - Static method in class com.sibvisions.util.type.StringUtil
Sets the first character in each word to uppercase and the rest to lowercase.
formatMemberName(String) - Static method in class com.sibvisions.util.type.StringUtil
Formats a member name.
formatMethodName(String, String) - Static method in class com.sibvisions.util.type.StringUtil
Formats a method name with a given property name and the method prefix.
formatSQLException(SQLException) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Adds the SQL Error Code into the message of the SQL Exception.
formatSQLException(SQLException, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Adds the SQL Error Code into the message of the SQL Exception.
formatSQLException(SQLException) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Adds the SQL Error Code into the message of the SQL Exception.
FORUMBEE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) forumbee image (used for toolbar buttons or icons).
FORUMBEE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) forumbee image (used for menuitems or buttons).
FORWARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) forward image (used for toolbar buttons or icons).
FORWARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) forward image (used for menuitems or buttons).
FOURSQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) foursquare image (used for toolbar buttons or icons).
FOURSQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) foursquare image (used for menuitems or buttons).
free() - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
FROWN_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) frown-o image (used for toolbar buttons or icons).
FROWN_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) frown-o image (used for menuitems or buttons).
FUTBOL_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) futbol-o image (used for toolbar buttons or icons).
FUTBOL_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) futbol-o image (used for menuitems or buttons).

G

GAMEPAD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) gamepad image (used for toolbar buttons or icons).
GAMEPAD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) gamepad image (used for menuitems or buttons).
GAVEL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) gavel image (used for toolbar buttons or icons).
GAVEL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) gavel image (used for menuitems or buttons).
GBP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) gbp image (used for toolbar buttons or icons).
GBP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) gbp image (used for menuitems or buttons).
gc() - Static method in class com.sibvisions.util.Memory
Starts the garbage collector as soon as possible.
GE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ge image (used for toolbar buttons or icons).
GE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ge image (used for menuitems or buttons).
GEAR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) gear image (used for toolbar buttons or icons).
GEAR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) gear image (used for menuitems or buttons).
GEARS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) gears image (used for toolbar buttons or icons).
GEARS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) gears image (used for menuitems or buttons).
GENDERLESS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) genderless image (used for toolbar buttons or icons).
GENDERLESS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) genderless image (used for menuitems or buttons).
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.DetachedSession
Gets an object from the life-cycle object.
get(String) - Method in class com.sibvisions.rad.server.DirectServerSession
Gets an object from the life-cycle object.
get(String) - Method in class com.sibvisions.rad.server.GenericBean
Gets the value of the property name.
get(int) - Method in class com.sibvisions.rad.server.GenericBean
Gets the value for a cached member variable.
get(String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Retrieves a named member of a JavaScript object.
get(String) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Gets a specific object from the list of known objects.
get(int) - Method in class com.sibvisions.util.ArrayUtil
get(G, K) - Method in class com.sibvisions.util.GroupHashtable
Returns the value to which the specified key is mapped.
get(G) - Method in class com.sibvisions.util.GroupHashtable
Returns the internal Hashtable associated with the pGroup.
get(K) - Method in class com.sibvisions.util.IdentityKeyValueList
Returns the value list for the specified key in the list.
get(int) - Method in class com.sibvisions.util.ImmutableArray
Gets the value of given index.
get(int) - Method in class com.sibvisions.util.IntHashMap
Gets the value for key.
get(K) - Method in class com.sibvisions.util.KeyValueList
Returns the value list for the specified key in the list.
get(Object) - Static method in class com.sibvisions.util.ObjectCache
Gets an object from the cache.
get(Object) - Method in class com.sibvisions.util.ObjectCacheInstance
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(String) - Static method in class com.sibvisions.util.type.HttpUtil
Sends a get request.
get(String, File) - Static method in class com.sibvisions.util.type.HttpUtil
Sends a get request with given file.
get(String, InputStream) - Static method in class com.sibvisions.util.type.HttpUtil
Sends a get request with content.
get(String, InputStream, Map<String, String>) - Static method in class com.sibvisions.util.type.HttpUtil
Sends a get request with content.
get(String, InputStream, Map<String, String>, int) - Static method in class com.sibvisions.util.type.HttpUtil
Sends a get request with content.
get(int) - Method in class com.sibvisions.util.xml.XmlNode
Gets the node from the given index.
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.
GET_POCKET_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) get-pocket image (used for toolbar buttons or icons).
GET_POCKET_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) get-pocket image (used for menuitems or buttons).
getAbsolutePosition() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns the absolute position of this Anchor in this FormLayout.
getAbsolutePosition() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns the absolute position of this Anchor in this FormLayout.
getAbsolutePosition() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the absolute position of this Anchor in this FormLayout.
getAccelerator() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Returns the KeyStroke which serves as an accelerator for the menu item.
getAccelerator(AbstractButton) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Returns the KeyStroke which serves as an accelerator for the menu item.
getAccelerator() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Returns the KeyStroke which serves as an accelerator for the menu item.
getAccelerator() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the Key which serves as an accelerator for the button.
getAccelerator() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the Key which serves as an accelerator for the button.
getAccelerator() - Method in interface javax.rad.ui.component.IActionComponent
Returns the Key which serves as an accelerator for the button.
getAcceptedIssuers() - Method in class com.sibvisions.rad.remote.http.HttpsTrustManager
getAccessController() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the IAccessController for checking the access to server side objects and calls.
getAccessController(ISession) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Gets the access controller for a session.
getAccessController(ISession) - Method in interface com.sibvisions.rad.server.security.ISecurityManager
Gets the access controller for a session.
getAccessController(ISession) - Method in class com.sibvisions.rad.server.security.NoSecurityManager
Gets the access controller for a session.
getAccessController(ISession) - Method in class com.sibvisions.rad.server.security.XmlSecurityManager
Gets the access controller for a session.
getAccessibleBoolean(String, boolean) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the boolean value of a system property, if the property is accessible.
getAccessibleProperty(String, String) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the string value of a system property, if the property is accessible.
getActionCommand() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Returns the action command for this button.
getActionCommand() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the action command that is included in the event sent to action listeners.
getActionCommand() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the command name of the action event fired by this action component.
getActionCommand() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the command name of the action event fired by this action component.
getActionCommand() - Method in interface javax.rad.ui.component.IActionComponent
Returns the command name of the action event fired by this action component.
getActionCommand() - Method in class javax.rad.ui.event.UIActionEvent
Returns the command string associated with this action.
getActionListeners() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns an array of all the ActionListeners added to this JComboBox with addActionListener().
getActiveControl() - Method in class javax.rad.application.genui.ControllerContent
Gets the real control that caused the focus event.
getActiveControllable() - Method in class javax.rad.application.genui.ControllerContent
Gets the active IControllable that should be controlled by this IController.
getActiveControllable() - Method in interface javax.rad.model.ui.IController
Gets the active IControllable that should be controlled by this IController.
getActiveDataBook() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets the active data book.
getActiveDataBook() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the active data book.
getActiveDataBook() - Method in class javax.rad.application.genui.ControllerContent
Gets the controllable IDataBook for this IControllable.
getActiveDataBook() - Method in class javax.rad.genui.control.UIChart
Gets the controllable IDataBook for this IControllable.
getActiveDataBook() - Method in class javax.rad.genui.control.UIEditor
Gets the controllable IDataBook for this IControllable.
getActiveDataBook() - Method in class javax.rad.genui.control.UITable
Gets the controllable IDataBook for this IControllable.
getActiveDataBook() - Method in class javax.rad.genui.control.UITree
Gets the active data book.
getActiveDataBook() - Method in interface javax.rad.model.ui.IControllable
Gets the controllable IDataBook for this IControllable.
getActiveDataBook() - Method in interface javax.rad.model.ui.ITreeControl
Gets the active data book.
getAdditionalCondition() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Gets the additional condition, that is combined with And.
getAdditionalCondition() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets the additional condition, that is combined with And.
getAdditionalCondition() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets the additional condition, that is combined with And.
getAdditionalDataRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the additional data row.
getAdditionalDataRow() - Method in interface javax.rad.model.IDataBook
Returns the additional data row.
getAdditionalQueryColumns() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the additional query columns of the SELECT statement.
getAfterWhereClause() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the string to place in the SELECT statement after the WHERE clause and before the ORDER BY clause.
getAliveInterval() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the desired client-side communication interval for this session.
getAliveInterval() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the desired client-side communication interval for this session.
getAliveInterval() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the desired client-side communication interval for this session.
getAliveInterval() - Method in class javax.rad.remote.MasterConnection
Gets the current alive interval.
getAliveInterval() - Method in interface javax.rad.server.ISession
Gets the desired client-side communication interval for this session.
getAliveQuery() - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Gets the query which should be use for connection check.
getAliveQuery() - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Gets the query which should be use for connection check.
getAllowedValues() - Method in class com.sibvisions.rad.genui.celleditor.UIEnumCellEditor
Gets all allowed values.
getAllowedValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the allowed values from a specific table.
getAllowedValues() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Gets the allowed values for this column.
getAllowedValues() - Method in class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
Gets all allowed values.
getAllowedValues() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets all allowed values.
getAllowedValues() - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Gets all allowed values.
getAllowedValues() - Method in class javax.rad.model.ColumnDefinition
Gets the allowed values for this column.
getAllowedValues() - Method in class javax.rad.persist.ColumnMetaData
Gets the allowed values for this column.
getAllowedValues() - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Gets all allowed values.
getAllowedValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Gets the allowed values from a specific table.
getAllowedValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the allowed values from a specific table.
getAllowedValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
Gets the allowed values from a specific table.
getAllowsChildren() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getAllVisibleColumns(IDataBook) - Static method in class com.sibvisions.rad.application.ApplicationUtil
Gets all visible columns on screen.
getAlpha() - Method in class com.sibvisions.rad.ui.awt.impl.AwtColor
Returns the alpha component in the range 0-255.
getAlpha() - Method in class javax.rad.genui.UIColor
Returns the alpha component in the range 0-255.
getAlpha() - Method in interface javax.rad.ui.IColor
Returns the alpha component in the range 0-255.
getAnchorConfiguration() - Method in class javax.rad.genui.layout.UIFormLayout
Gets the anchor configuration for default anchors.
getAndInitBeanType() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the bean type based on the meta data.
getApplication() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets the launched application.
getApplication() - Method in class javax.rad.application.genui.RemoteWorkScreen
Gets the main application of this work-screen.
getApplication() - Method in class javax.rad.application.genui.WorkScreen
Gets the main application of this work-screen.
getApplication() - Method in interface javax.rad.application.IWorkScreen
Gets the main application of this work-screen.
getApplicationName() - Method in class com.sibvisions.rad.application.Application
Gets the name for the application.
getApplicationName() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the associated application name of the session.
getApplicationName() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the associated application name of the session.
getApplicationName() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the associated application name of the session.
getApplicationName() - Method in class javax.rad.remote.AbstractConnection
Gets the application name which will be used from the remote server to authenticate the connection.
getApplicationName() - Method in interface javax.rad.server.ISession
Gets the associated application name of the session.
getApplicationObject(AbstractSession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets the life-cycle object for an application.
getApplicationPane() - Method in class javax.rad.application.genui.Application
Gets the standard application pane where the content will be added.
getApplicationPane() - Method in interface javax.rad.application.IApplication
Gets the standard application pane where the content will be added.
getApplicationsDir() - Static method in class com.sibvisions.rad.server.config.Configuration
Returns the directory with the applications.
getApplicationZone() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the application zone for which the session was created.
getApplicationZone(String) - Static method in class com.sibvisions.rad.server.config.Configuration
Returns the current zone for an application.
getAppLocations() - Method in class com.sibvisions.rad.server.config.AppSettings
Gets all configured application directories.
getAppSettings() - Static method in class com.sibvisions.rad.server.config.Configuration
Gets the application settings.
getArchiveClassList() - Method in class com.sibvisions.util.SimpleJavaSource
Gets the archive class list to find classes with simple class name without class loader.
getArea() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Gets the current area of the toolbar.
getArrayType() - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Deprecated. use AbstractParam.getTypeName() instead.
getAsProperties() - Method in class javax.rad.util.TranslationMap
Gets this TranslationMap as Properties.
getAutoboxClass(Class) - Static method in class com.sibvisions.util.Reflective
Gets the outerboxed class when primitive class or the object class itself.
getAutoIncrementColumnIndices() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the auto increment column name indices.
getAutoIncrementColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the auto increment column names.
getAutoIncrementColumnNames() - Method in class javax.rad.persist.MetaData
Returns the auto increment column names.
getAutomaticLinkColumnNameTranslation() - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the TranslationMap for the automatic link column name custom Translation. its used in the getAutomaticLinkColName(ForeignKey pForeignKey) to change the column, thats determined.
getAvailableFontFamilyNames() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Returns an array containing the names of all font families in this GraphicsEnvironment localized for the default locale, as returned by Locale.getDefault().
getAvailableFontFamilyNames() - Static method in class javax.rad.genui.UIFont
Returns an array containing the names of all font families in this GraphicsEnvironment localized for the default locale, as returned by Locale.getDefault().
getAvailableFontFamilyNames() - Method in interface javax.rad.ui.IFactory
Returns an array containing the names of all font families in this GraphicsEnvironment localized for the default locale, as returned by Locale.getDefault().
getAverageColor(Color, Color) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the average color from pColor1 and pColor2.
getBackground() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the background color of this component.
getBackground() - Method in class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Gets the background.
getBackground() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getBackground() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Gets the background IColor.
getBackground() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the background color of this component.
getBackground() - Method in class javax.rad.genui.control.UICellFormat
Gets the background IColor.
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 IColor.
getBackground() - Method in interface javax.rad.ui.IComponent
Gets the background color of this component.
getBackgroundImage() - Method in class com.sibvisions.rad.ui.swing.ext.JVxPanel
Gets the current background image.
getBackgroundImage() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingPanel
Gets the background image of the panel.
getBackgroundImage() - Method in class javax.rad.genui.container.UIPanel
Gets the background image of the panel.
getBackgroundImage() - Method in interface javax.rad.ui.container.IPanel
Gets the background image of the panel.
getBeanConverter() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the BeanConverter for this storage and also initializes it with the metadata from this storage.
getBeanType() - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Gets the IBeanType used by this BeanConverter.
getBeanType() - Method in class com.sibvisions.rad.server.GenericBean
Gets the property names available by this bean.
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.
getBinaryStream() - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
getBinaryStream(long, long) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
getBlinkRate() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
getBlockFetchColumnNames() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the block fetch columns.
getBlue() - Method in class com.sibvisions.rad.ui.awt.impl.AwtColor
Returns the blue component in the range 0-255 in the default sRGB space.
getBlue() - Method in class javax.rad.genui.UIColor
Returns the blue component in the range 0-255 in the default sRGB space.
getBlue() - Method in interface javax.rad.ui.IColor
Returns the blue component in the range 0-255 in the default sRGB space.
getBorderAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Gets the related border anchor to this anchor.
getBorderAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Gets the related border anchor to this anchor.
getBorderAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Gets the border anchor.
getBottom() - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
The bottom margin of the IInsets.
getBottom() - Method in class javax.rad.genui.UIInsets
The bottom margin of the IInsets.
getBottom() - Method in interface javax.rad.ui.IInsets
The bottom margin of the IInsets.
getBottomAlignedConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates bottom aligned constraints for the given column and row.
getBottomAlignedConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates bottom aligned constraints for the given column and row.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Returns the bottom anchor.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Returns the bottom anchor.
getBottomAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the bottom border anchor.
getBottomAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Returns the bottom anchor.
getBottomMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the bottom margin border anchor.
getBottomMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the bottom margin border anchor.
getBottomMarginAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the bottom margin border anchor.
getBottomMarginAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the bottom margin border anchor.
getBottomSpaceConstraints(IComponent) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the constraints bottom of the center constraint.
getBounds() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the bounds of this component in the form of a IRectangle object.
getBounds() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getBounds() - Method in class javax.rad.genui.UIComponent
Gets the bounds of this component in the form of a IRectangle object.
getBounds() - Method in interface javax.rad.ui.IComponent
Gets the bounds of this component in the form of a IRectangle object.
getBufferCharacterCount() - Method in class com.sibvisions.util.Execute
Gets the output buffer character count (default: 4000).
getBuild() - Method in class com.sibvisions.util.Version
Gets the build number (x.x.3.x).
getButtonMode() - Method in class com.sibvisions.rad.application.Dialog
Gets the current button mode.
getButtonPanel() - Method in class com.sibvisions.rad.application.Dialog
Gets the panel that contains all button panels.
getBytes(long, int) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
getCalendarPane() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
Gets the internal calendar pane.
getCallBackBroker() - Method in class javax.rad.server.SessionContext
Gets the ICallBackBroker.
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.
getCallHandler() - Method in class com.sibvisions.rad.server.ServerContextImpl
Gets the ICallHandler for the current context.
getCallHandler() - Method in class javax.rad.server.ServerContext
Gets the ICallHandler for the current context.
getCallHandler() - Method in class javax.rad.server.SessionContext
Gets the ICallHandler for the current context.
getCancelButton() - Method in class com.sibvisions.rad.application.Dialog
Gets the default Cancel button.
getCancelButton() - Method in class com.sibvisions.rad.application.Message
Gets the cancel button.
getCaseSensitiveType(String) - Static method in class com.sibvisions.util.type.StringUtil
Gets the case sensitive type of a text.
getCatalog() - Method in class com.sibvisions.rad.persist.jdbc.TableInfo
Gets the catalog name.
getCategory() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the protocol category.
getCause() - Method in class javax.rad.remote.event.CallErrorEvent
Gets the cause which inited the event.
getCauseList(Throwable) - Static method in class com.sibvisions.util.type.CommonUtil
Deprecated. since 2.3, use ExceptionUtil.getThrowables(Throwable) instead.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditor() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditor() - Method in class javax.rad.genui.control.UIEditor
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditor() - Method in class javax.rad.model.datatype.DataType
Returns the CellEditor for this IDataType.
getCellEditor() - Method in interface javax.rad.model.datatype.IDataType
Returns the CellEditor for this IDataType.
getCellEditor() - Method in interface javax.rad.model.ui.ICellEditorHandler
Returns the ICellEditor that created this handler.
getCellEditor() - Method in interface javax.rad.model.ui.IEditorControl
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditor() - Method in interface javax.rad.ui.control.IEditor
Gets the CellEditor that edits the given column in the given DataRow.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorComponent() - Method in interface javax.rad.model.ui.ICellEditorHandler
Returns the library dependent CellEditorComponent.
getCellEditorHandler() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
The current used CellEditor for editing.
getCellEditorHandler() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
The current used CellEditor for editing.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Returns the CellEditorListener.
getCellEditorListener() - Method in interface javax.rad.model.ui.ICellEditorHandler
Returns the CellEditorListener.
getCellEditorValue() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in interface com.sibvisions.rad.ui.swing.ext.format.ICellFormatter
Gets the format for the given cell.
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Gets the format for the given cell.
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the format for the given cell.
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the format for the given cell.
getCellFormat(IDataBook, IDataPage, IDataRow, String, int, int) - Method in interface javax.rad.ui.control.ICellFormatter
Gets the ICellFormat for the specified cell.
getCellFormatter() - Method in interface com.sibvisions.rad.ui.swing.ext.ICellFormatterEditorListener
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets the CellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Gets the ICellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the ICellFormatter.
getCellFormatter() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the ICellFormatter.
getCellFormatter() - Method in class javax.rad.genui.control.UIEditor
Gets the ICellFormatter.
getCellFormatter() - Method in class javax.rad.genui.control.UITable
Gets the ICellFormatter.
getCellFormatter() - Method in class javax.rad.genui.control.UITree
Gets the ICellFormatter.
getCellFormatter() - Method in interface javax.rad.ui.control.ICellFormatable
Gets the ICellFormatter.
getCellRenderer() - Method in class javax.rad.model.datatype.DataType
Returns the CellRenderer for this IDataType.
getCellRenderer() - Method in interface javax.rad.model.datatype.IDataType
Returns the CellRenderer for this IDataType.
getCellRendererComponent(Component, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxCheckBoxCellEditor
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(JComponent, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(Component, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(JComponent, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(Object, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(Object, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Configures a IComponent for rendering.
getCellRendererComponent(Object, IDataPage, int, IDataRow, String, boolean, boolean) - Method in class javax.rad.genui.celleditor.UIImageViewer
Configures a IComponent for rendering.
getCellRendererComponent(C, IDataPage, int, IDataRow, String, boolean, boolean) - Method in interface javax.rad.model.ui.ICellRenderer
Configures a IComponent for rendering.
getCenterButtonPanel() - Method in class com.sibvisions.rad.application.Dialog
Gets the panel that contains all "center" buttons.
getCenterComponent() - Method in class com.sibvisions.rad.ui.swing.ext.focus.TabIndexFocusTraversalPolicy
Find the center component.
getCenterConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates horizontal and vertical centered constraints for the given column and row.
getCenterConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates horizontal and vertical centered constraints for the given column and row.
getChallenge() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmSession
Gets the challenge.
getChangedColumnNames() - Method in class javax.rad.model.event.DataRowEvent
Gets the column names whose values changed.
getChangedDataBook() - Method in class javax.rad.model.event.DataBookEvent
Gets the IDataBook that is changed.
getChangedDataRow() - Method in class javax.rad.model.event.DataRowEvent
Gets the IDataRow that is changed.
getChangedDataRows() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Deprecated. 
getChangedDataRows() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Deprecated. 
getChangedDataRows() - Method in interface javax.rad.model.IDataPage
Deprecated. since 2.5, use IDataPage.getChangedRows() instead.
getChangedRows() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets an int array containing the indexes of all changed IDataRow s.
getChangedRows() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Gets an int array containing the indexes of all changed IDataRow s.
getChangedRows() - Method in interface javax.rad.model.IDataPage
Gets an int array containing the indexes of all changed IDataRow s.
getChangedType() - Method in class javax.rad.model.event.DataBookEvent
Gets the type of change.
getChanges(Class<? extends V>...) - Method in class com.sibvisions.util.ChangedHashtable
Gets the tracked changes of this Hashtable but return only the values with a specified class type.
getCharacterType(String) - Static method in class com.sibvisions.util.type.StringUtil
Gets the character type of a text.
getChartPanel() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the ChartPanel displayed, or null if non is displayed.
getChartStyle() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the style of the chart.
getChartStyle() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the chart style.
getChartStyle() - Method in class javax.rad.genui.control.UIChart
Gets the chart style.
getChartStyle() - Method in interface javax.rad.ui.control.IChart
Gets the chart style.
getChild(IChangeableDataRow) - Method in class javax.rad.model.TreePathFinder
Gets the child TreePathFinder to the given data row.
getChildAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getChildCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getChildPath(int...) - Method in class javax.rad.model.TreePath
Adds the given array to this TreePath.
getClassByName(String, boolean) - Method in class com.sibvisions.util.SimpleJavaSource
Gets the class for the given class name.
getClassByName(String) - Method in class com.sibvisions.util.SimpleJavaSource
Gets the class for the given name.
getClassesWithConstants() - Method in class com.sibvisions.util.SimpleJavaSource
Gets all classes from constant classes.
getClassLoader(AbstractSession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets the classloader for loading LCOs.
getClassLoader(ISession) - Method in class com.sibvisions.rad.server.http.rest.RESTAdapter
Gets the class loader for the given session.
getClassLoader() - Method in class com.sibvisions.util.SimpleJavaSource
Gets the class loader.
getClassName() - Method in class javax.rad.type.bean.AbstractBeanType
Gets the class name or identifier of the bean class.
getClickCount() - Method in class javax.rad.ui.event.UIMouseEvent
Returns the number of mouse clicks associated with this event.
getClipboard() - Static method in class com.sibvisions.rad.ui.Webstart
Gets the current text from the clipboard.
getCloseQuoteCharacter() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the database specific quote character.
getCode() - Method in enum com.sibvisions.rad.ui.swing.ext.fonts.FontAwesome
Gets the icon character.
getCodeBase() - Static method in class com.sibvisions.rad.ui.Webstart
Gets the codebase from the JNLP BasicService.
getColor() - Method in class com.sibvisions.rad.ui.swing.ext.JVxFontAwesomeIcon
Gets the color.
getColumn(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
getColumnClass(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
getColumnCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
getColumnCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
Gets the column count.
getColumnCount() - Method in class javax.rad.model.ColumnView
Returns the column count of this IRowDefintion.
getColumnCount() - Method in interface javax.rad.model.IRowDefinition
Gets the count of added ColumnDefinitions.
getColumnCount() - Method in class javax.rad.model.RowDefinition
Gets the count of added ColumnDefinitions.
getColumnDefinition(String) - Method in interface javax.rad.model.IRowDefinition
Gets the ColumnDefinition with the given name.
getColumnDefinition(int) - Method in interface javax.rad.model.IRowDefinition
Gets the ColumnDefinition with the given index.
getColumnDefinition(String) - Method in class javax.rad.model.RowDefinition
Gets the ColumnDefinition with the given name.
getColumnDefinition(int) - Method in class javax.rad.model.RowDefinition
Gets the ColumnDefinition with the given index.
getColumnDefinitionIndex(String) - Method in interface javax.rad.model.IRowDefinition
Gets the index of the ColumnDefinition with the given name.
getColumnDefinitionIndex(String) - Method in class javax.rad.model.RowDefinition
Gets the index of the ColumnDefinition with the given name.
getColumnDefinitionIndexes(String[]) - Method in interface javax.rad.model.IRowDefinition
Returns the indexes of the ColumnDefinitions with the given names.
getColumnDefinitionIndexes(String[]) - Method in class javax.rad.model.RowDefinition
Returns the indexes of the ColumnDefinitions with the given names.
getColumnDefinitions() - Method in interface javax.rad.model.IRowDefinition
Gets all added ColumnDefinitions as array.
getColumnDefinitions() - Method in class javax.rad.model.RowDefinition
Gets all added ColumnDefinitions as array.
getColumnIndex(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
getColumnInfo(String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Get detailed column information for the given table.
getColumnLeftAnchor(int) - Method in class javax.rad.genui.layout.UIFormLayout
Gets the left anchor of the given column.
getColumnMetaData(String, String[], String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getColumnMetaData() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the ColumnMetaData client infos.
getColumnMetaData() - Method in class javax.rad.persist.MetaData
returns all ColumnMetaData columns.
getColumnMetaData(String) - Method in class javax.rad.persist.MetaData
Returns the specific ColumnMetaData column.
getColumnMetaData(int) - Method in class javax.rad.persist.MetaData
Returns the specific ColumnMetaData column.
getColumnMetaDataCount() - Method in class javax.rad.persist.MetaData
Returns the ColumnMetaData count.
getColumnMetaDataCreator() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the column meta data creator for custom column meta data support.
getColumnMetaDataIndex(String) - Method in class javax.rad.persist.MetaData
Returns the specific ColumnMetaData column index. -1 if the Column name doesn't exist.
getColumnMetaDataIntern(String, String[], String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getColumnMetaDataIntern(String, String[], String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
 
getColumnMetaDataIntern(String, String[], String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
 
getColumnName() - Method in class com.sibvisions.rad.genui.celleditor.UIEnumCellEditor
Gets the column name.
getColumnName(ResultSetMetaData, int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the column name from the given resultset metadata.
getColumnName(ResultSetMetaData, int) - Method in class com.sibvisions.rad.persist.jdbc.H2DBAccess
Gets the column name from the given resultset metadata.
getColumnName(ResultSetMetaData, int) - Method in class com.sibvisions.rad.persist.jdbc.HanaDBAccess
Gets the column name from the given resultset metadata.
getColumnName() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the name object for that column.
getColumnName(IConfiguration, String, String) - Static method in class com.sibvisions.rad.server.config.DBObjects
Gets the name of a column, as it is in the database.
getColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the column name edited by this control.
getColumnName(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
getColumnName() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Returns the column name displayed by this control.
getColumnName() - Method in class javax.rad.genui.control.UIEditor
Returns the column name displayed by this control.
getColumnName(int) - Method in class javax.rad.model.ColumnView
Returns the column name for the given index.
getColumnName() - Method in class javax.rad.model.condition.CompareCondition
Returns the column name to use in the compare.
getColumnName(String) - Method in class javax.rad.model.reference.ColumnMapping
Gets the corresponding column name to the given referenced column name.
getColumnName() - Method in interface javax.rad.model.ui.ICellEditorHandler
Returns the column name that is edited in the IDataRow.
getColumnName() - Method in interface javax.rad.model.ui.IEditorControl
Returns the column name displayed by this control.
getColumnNameIndex(String) - Method in class javax.rad.model.ColumnView
Returns the index of the column name.
getColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns all column names of the ColumnMetaData list.
getColumnNames() - Method in class javax.rad.model.ColumnView
Returns the String[] of all column names.
getColumnNames() - Method in interface javax.rad.model.IRowDefinition
Gets the names of all added ColumnDefinitions.
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
Gets the names of all added ColumnDefinitions.
getColumnNames() - Method in class javax.rad.persist.MetaData
Returns all column names of the ColumnMetaData list.
getColumnNumber() - Method in class com.sibvisions.util.xml.XmlNode
Gets the column number behind the start-tag tag.
getColumnRightAnchor(int) - Method in class javax.rad.genui.layout.UIFormLayout
Gets the right anchor of the given column.
getColumns() - Method in class com.sibvisions.rad.persist.jdbc.Key
Returns the key columns.
getColumns() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
getColumns() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Returns the number of columns.
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.swing.impl.layout.AwtGridLayout
Returns the number of columns.
getColumns() - Method in class javax.rad.genui.component.AbstractUITextField
Returns the number of columns in this ITextField.
getColumns() - Method in class javax.rad.genui.layout.UIGridLayout
Returns the number of columns.
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.
getColumns() - Method in interface javax.rad.ui.layout.IGridLayout
Returns the number of columns.
getColumnView() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Returns the ColumnView displayed by this control.
getColumnView() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Returns the ColumnView displayed by this control.
getColumnView() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Returns the ColumnView displayed by this control.
getColumnView() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Returns the ColumnView displayed by this control.
getColumnView() - Method in class javax.rad.genui.control.UITable
Returns the ColumnView displayed by this control.
getColumnView(Class<? extends IControl>) - Method in interface javax.rad.model.IRowDefinition
Gets the ColumnView to use for the given IControl.
getColumnView(Class<? extends IControl>) - Method in class javax.rad.model.RowDefinition
Gets the ColumnView to use for the given IControl.
getColumnView() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Returns the ColumnView displayed by this control.
getColumnView() - Method in interface javax.rad.ui.control.ITable
Returns the ColumnView displayed by this control.
getColumnViewClasses() - Method in interface javax.rad.model.IRowDefinition
Gets all classes for which ColumnView are set.
getColumnViewClasses() - Method in class javax.rad.model.RowDefinition
Gets the classes for which ColumnViews are set.
getCommand() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the command.
getCommand() - Method in class com.sibvisions.util.db.AbstractCommand
Gets the command.
getCommandButtons(String) - Method in class javax.rad.application.genui.ControllerContent
Gets the registered button for the given command, or null otherwise.
getCommandName() - Method in class com.sibvisions.util.db.AbstractCommand
Gets the command name.
getCommandParameters() - Method in class com.sibvisions.util.db.AbstractCommand
Gets the command parameters.
getComment() - Method in class javax.rad.model.ColumnDefinition
Returns the comment for this column.
getComparator() - Method in class com.sibvisions.rad.ui.swing.ext.focus.TabIndexFocusTraversalPolicy
getComponent(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Gets the nth IComponent in this container.
getComponent() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the Swing Component.
getComponent(int) - Method in class javax.rad.genui.menu.UIMenu
Gets the nth IComponent in this container.
getComponent(int) - Method in class javax.rad.genui.UIContainer
Gets the nth IComponent in this container.
getComponent(int) - Method in interface javax.rad.ui.IContainer
Gets the nth IComponent in this container.
getComponentAfter(Container, Component) - Method in class com.sibvisions.rad.ui.swing.ext.focus.TabIndexFocusTraversalPolicy
getComponentAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the alignment between the components.
getComponentAlignment() - Method in class javax.rad.genui.layout.UIFlowLayout
Gets the alignment between the components.
getComponentAlignment() - Method in interface javax.rad.ui.layout.IFlowLayout
Gets the alignment between the components.
getComponentBefore(Container, Component) - Method in class com.sibvisions.rad.ui.swing.ext.focus.TabIndexFocusTraversalPolicy
getComponentCount() - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Gets the number of IComponents in this panel.
getComponentCount() - Method in class javax.rad.genui.menu.UIMenu
Gets the number of IComponents in this panel.
getComponentCount() - Method in class javax.rad.genui.UIContainer
Gets the number of IComponents in this panel.
getComponentCount() - Method in interface javax.rad.ui.IContainer
Gets the number of IComponents in this panel.
getComponents() - Method in class javax.rad.genui.UIContainer
Gets the added IComponents as array.
getComponentType(Class<?>, int) - Method in class com.sibvisions.util.SimpleJavaSource
Gets the array class with the given dimension.
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() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the IConfiguration of the session.
getConfig() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the IConfiguration of the session.
getConfig(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.
getConfiguration() - Method in interface com.sibvisions.rad.server.config.IVirtualZone
Gets the configuration for this zone.
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.DataSourceConnectionPool
Gets a connection from the pool.
getConnection() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the connection to the database.
getConnection() - Method in class com.sibvisions.rad.persist.jdbc.event.ConnectionEvent
Gets the connection.
getConnection() - Method in interface com.sibvisions.rad.persist.jdbc.IConnectionPool
Gets a connection from the pool.
getConnection() - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Gets the current connection to the database.
getConnection(ISession) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Gets the connection to the database.
getConnection() - Method in class javax.rad.application.genui.RemoteApplication
Gets the communication connection.
getConnection() - Method in class javax.rad.application.genui.RemoteWorkScreen
Gets the communication connection.
getConnection() - Method in interface javax.rad.application.IConnectable
Gets the communication connection.
getConnection() - Method in class javax.rad.remote.AbstractConnection
Returns the connection to the server.
getConnection() - Method in exception javax.rad.remote.CommunicationException
Gets the connection which received the exception.
getConnection() - Method in class javax.rad.remote.event.ConnectionEvent
Gets the connection.
getConnectionId() - Method in class javax.rad.remote.AbstractConnection
Gets the connection identifier for this connection.
getConnectionId() - Method in class javax.rad.remote.ConnectionInfo
Gets the connection identifier.
getConnectionId() - Method in class javax.rad.remote.event.CallBackResultEvent
Gets the connection identifier.
getConnectionInfo() - Method in class javax.rad.io.TransferContext
Gets the connection info.
getConnectionIntern() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the connection to the database.
getConnectionListener() - Method in class javax.rad.remote.AbstractConnection
Gets all registered IConnectionListeners.
getConnectionPool() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the conncetion to the database.
getConnectionTimeout() - Method in class com.sibvisions.rad.remote.http.HttpConnection
Gets the timeout for the connection establishment.
getConstraint(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the constraints for given component.
getConstraints(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Gets the constraints for the specified component.
getConstraints(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Gets the constraints for the specified IComponent.
getConstraints(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Creates a constraint with the specified number of rows and columns.
getConstraints(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Creates a constraint with the specified number of rows and columns with the determined dimensions.
getConstraints(int, int, int, int, Insets) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Creates a constraint with the specified number of rows and columns with the determined dimensions and insets.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Gets the constraints for the specified IComponent.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the constraints for the specified IComponent.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Gets the constraints for the specified IComponent.
getConstraints(int, int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Creates the default constraints for the given column and row.
getConstraints(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Creates the default constraints for the given column and row.
getConstraints(IFormLayout.IAnchor, IFormLayout.IAnchor, IFormLayout.IAnchor, IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Creates the default constraints for the given anchors.
getConstraints(IFormLayout.IAnchor, IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Gets the constraints for the left corner, specified through anchors.
getConstraints(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Gets the constraints for the specified IComponent.
getConstraints(int, int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Creates a constraint with the specified number of rows and columns.
getConstraints(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Creates a constraint with the specified number of rows and columns with the determined dimensions.
getConstraints(int, int, int, int, IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Creates a constraint with the specified number of rows and columns with the determined dimensions and insets.
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(int, int) - Method in class javax.rad.genui.layout.UIGridLayout
Creates a constraint with the specified number of rows and columns.
getConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIGridLayout
Creates a constraint with the specified number of rows and columns with the determined dimensions.
getConstraints(int, int, int, int, IInsets) - Method in class javax.rad.genui.layout.UIGridLayout
Creates a constraint with the specified number of rows and columns with the determined dimensions and insets.
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.
getConstraints(int, int) - Method in interface javax.rad.ui.layout.IGridLayout
Creates a constraint with the specified number of rows and columns.
getConstraints(int, int, int, int) - Method in interface javax.rad.ui.layout.IGridLayout
Creates a constraint with the specified number of rows and columns with the determined dimensions.
getConstraints(int, int, int, int, IInsets) - Method in interface javax.rad.ui.layout.IGridLayout
Creates a constraint with the specified number of rows and columns with the determined dimensions and insets.
getConstructor(ClassLoader, String, Object...) - Static method in class com.sibvisions.util.Reflective
Gets the best matching constructor from the given class.
getConstructor(Class<?>, boolean, Object...) - Static method in class com.sibvisions.util.Reflective
Gets the best matching constructor from the given class.
getContent(InputStream) - Static method in class com.sibvisions.util.type.FileUtil
Reads the content of an InputStream into a byte array and closes the stream after reading.
getContent(InputStream, boolean) - Static method in class com.sibvisions.util.type.FileUtil
Reads the content of an InputStream into a byte array.
getContent(File) - Static method in class com.sibvisions.util.type.FileUtil
Gets the content from a file.
getContent(String) - Static method in class com.sibvisions.util.type.FileUtil
Gets the content from a file.
getContent(InputStreamReader) - Static method in class com.sibvisions.util.type.FileUtil
Reads the content of an InputStreamReader into a byte array and closes the stream after reading.
getContent(InputStreamReader, boolean) - Static method in class com.sibvisions.util.type.FileUtil
Reads the content of an InputStreamReader into a byte array.
getContent(Object) - Static method in class javax.rad.model.datatype.BinaryDataType
Get's the content to the given object.
getContentDefinition() - Method in class javax.rad.io.FileHandle
Gets the content (definition).
getContentLength(RemoteFileHandle) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Gets the expected content length.
getContentLength(RemoteFileHandle) - Method in interface javax.rad.io.IDownloadExecutor
Gets the expected content length.
getContentPane() - Method in class com.sibvisions.rad.application.Application
Gets the content pane for the application.
getContentPane() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
getContentPane() - Method in class javax.rad.application.genui.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.celleditor.AbstractTextCellEditor
Gets the content type used for editing the text.
getContentType() - Method in class com.sibvisions.util.ByteArrayDataSource
getContentType() - Method in class com.sibvisions.util.Mail
Gets the content type.
getContentType() - Method in class javax.rad.genui.celleditor.UITextCellEditor
Gets the content type used for editing the text.
getContentType() - Method in interface javax.rad.ui.celleditor.ITextCellEditor
Gets the content type used for editing the text.
getControl() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Get's the control corresponding to this cell editor listener.
getControl() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Get's the control corresponding to this cell editor listener.
getControl() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Get's the control corresponding to this cell editor listener.
getControl() - Method in interface javax.rad.model.ui.ICellEditorListener
Get's the control corresponding to this cell editor listener.
getController() - Method in class javax.rad.application.genui.ControllerContent
Gets the IController for this IControllable.
getController() - Method in class javax.rad.genui.control.AbstractControllable
Gets the IController for this IControllable.
getController() - Method in interface javax.rad.model.ui.IControllable
Gets the IController for this IControllable.
getControllerInterval() - Static method in class com.sibvisions.rad.server.DefaultSessionManager
Gets the "validate session" controlleer check interval.
getControllerProperty(String) - Method in class javax.rad.application.genui.Application
Gets the current value of the given controller property.
getControllerProperty(String) - Method in class javax.rad.application.genui.ControllerContent
Gets the current value for a controller property.
getControllerProperty(String) - Method in interface javax.rad.model.ui.IController
Gets the current value for a controller property.
getControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Gets all registered IControls as array.
getControls() - Method in interface javax.rad.model.IDataRow
Gets all registered IControls as array.
getControls() - Method in interface javax.rad.model.IRowDefinition
Returns all added IControls.
getControls() - Method in class javax.rad.model.RowDefinition
Returns all added IControls.
getCookie(String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Gets the value of a cookie.
getCount() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the count.
getCreationTime() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the creation time.
getCreationTime() - Method in class javax.rad.server.event.SessionEvent
Gets the creation time of this event.
getCredentials(ISession) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Gets the configured database credentials for the given session.
getCredentials(IConfiguration) - Static method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Gets the configured database credentials from a given configuration.
getCurrentConnectionInfo() - Static method in class javax.rad.io.TransferContext
Gets the current connection info.
getCurrentDispatchObject() - Static method in class javax.rad.util.EventHandler
Gets the current dispatch object.
getCurrentDownloadExecutor() - Static method in class javax.rad.io.TransferContext
Gets the current download executor.
getCurrentInstance() - Static method in class com.sibvisions.rad.server.http.HttpContext
Gets the current instance of HttpContext.
getCurrentInstance() - Static method in class javax.rad.io.TransferContext
Gets the current instance of TransferContext.
getCurrentInstance() - Static method in class javax.rad.server.ServerContext
Gets the current instance of ServerContext.
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.ServerContext
Gets the current session.
getCurrentSession() - Static method in class javax.rad.server.SessionContext
Gets the ISession from the current instance of SessionContext.
getCurrentSessionConfig() - Static method in class javax.rad.server.SessionContext
Gets the IConfiguration from the current instance of SessionContext.
getCurrentTimestamp() - Static method in class com.sibvisions.rad.persist.TriggerAPI
Gets the current timestamp.
getCurrentTranslation() - Method in class javax.rad.genui.UIComponent
Gets the current translation mapping usable for this UIComponent.
getCurrentUploadExecutor() - Static method in class javax.rad.io.TransferContext
Gets the current upload executor.
getCurrentUserName() - Static method in class com.sibvisions.rad.persist.TriggerAPI
Gets the current username from the session through the SessionContext.
getCursor() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the ICursor set in the component.
getCursor() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the ICursor set in the component.
getCursor() - Method in class javax.rad.application.genui.Application
Gets the cursor from the launcher.
getCursor() - Method in class javax.rad.genui.UIComponent
Gets the ICursor set in the component.
getCursor() - Method in interface javax.rad.ui.IComponent
Gets the ICursor set in the component.
getDatabaseSpecificLockStatement(String, ServerMetaData, ICondition) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
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.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.PostgreSQLDBAccess
Returns the database specific statement to lock the specified row in the database.
getDataBook() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the parent IDataBook.
getDataBook() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Gets the parent IDataBook.
getDataBook(String) - Method in class com.sibvisions.rad.model.mem.MemDataSource
Gets the (first) IDataBook with the given name.
getDataBook() - Method in class com.sibvisions.rad.model.remote.RemoteDataPage
Gets the parent IDataBook.
getDataBook() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Gets the internal MemDataBook.
getDataBook() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the DataBook shown by this control.
getDataBook() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Returns the DataBook displayed by this control.
getDataBook() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Returns the DataBook displayed by this control.
getDataBook() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Returns the DataBook displayed by this control.
getDataBook() - Method in class javax.rad.genui.control.UIChart
Returns the DataBook displayed by this control.
getDataBook() - Method in class javax.rad.genui.control.UITable
Returns the DataBook displayed by this control.
getDataBook() - Method in class javax.rad.model.event.DataSourceEvent
Gets the databook.
getDataBook() - Method in interface javax.rad.model.IDataPage
Gets the parent IDataBook.
getDataBook(String) - Method in interface javax.rad.model.IDataSource
Gets the (first) IDataBook with the given name.
getDataBook() - Method in class javax.rad.model.TreePathFinder
Gets the current DataBook the current DataBook.
getDataBook() - Method in interface javax.rad.model.ui.ITableControl
Returns the DataBook displayed by this control.
getDataBooks() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Gets all the IDataBooks which have been added to this IDataSource.
getDataBooks() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Returns the DataBooks displayed by this control.
getDataBooks() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Returns the DataBooks displayed by this control.
getDataBooks() - Method in class javax.rad.genui.control.UITree
Returns the DataBooks displayed by this control.
getDataBooks() - Method in interface javax.rad.model.IDataSource
Gets all the IDataBooks which have been added to this IDataSource.
getDataBooks() - Method in interface javax.rad.model.IRowDefinition
Gets the array if IDataBooks which have been added.
getDataBooks() - Method in class javax.rad.model.RowDefinition
Gets the array if IDataBooks which have been added.
getDataBooks() - Method in interface javax.rad.model.ui.ITreeControl
Returns the DataBooks displayed by this control.
getDataPage() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Gets the parent IDataPage.
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 the given 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
Gets the parent IDataPage.
getDataPage() - Method in interface javax.rad.model.IChangeableDataRow
Gets the parent IDataPage.
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 the given 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
Gets a copy of the IChangeableDataRow at the specified index.
getDataRow(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Gets a copy of the IChangeableDataRow at the specified index.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the DataRow edited by this control.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
Gets the current IDataRow.
getDataRow() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Returns the DataRow displayed by this control.
getDataRow() - Method in class javax.rad.genui.control.UIEditor
Returns the DataRow displayed by this control.
getDataRow() - Method in class javax.rad.model.condition.CompareCondition
Returns the data row to use in the compare.
getDataRow(int) - Method in interface javax.rad.model.IDataPage
Gets a copy of the IChangeableDataRow at the specified index.
getDataRow() - Method in interface javax.rad.model.ui.ICellEditorHandler
Returns the IDataRow that is edited.
getDataRow() - Method in interface javax.rad.model.ui.IEditorControl
Returns the DataRow displayed by this control.
getDataRowColumnName() - Method in class javax.rad.model.condition.CompareCondition
Returns the data row column name to use in the compare.
getDataRowStorage(int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns the internal storage for the specified DataRow Object[].
getDataSource() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the IDataSource that is used.
getDataSource() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Gets the IDataSource that is used.
getDataSource() - Method in class com.sibvisions.rad.persist.jdbc.DataSourceConnectionPool
Gets the data source.
getDataSource() - Method in class javax.rad.model.event.DataSourceEvent
Gets the datasource.
getDataSource() - Method in interface javax.rad.model.IDataBook
Gets the IDataSource that is used.
getDataType() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
It gets the corresponding IDataType to the meta data column.
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
It gets the corresponding IDataType to the meta data column.
getDate() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Returns the current selected date and time.
getDate(int, int, int, int, int, int) - Static method in class com.sibvisions.util.type.DateUtil
Creates a new date instance.
getDateFormat() - Method in class com.sibvisions.rad.ui.celleditor.AbstractDateCellEditor
Gets the date format used for editing the date.
getDateFormat() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo
Gets the date format used for editing the date.
getDateFormat() - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Gets the date format.
getDateFormat() - Method in class com.sibvisions.util.type.DateUtil
Gets the date format.
getDateFormat() - Method in class javax.rad.genui.celleditor.UIDateCellEditor
Gets the date format used for editing the date.
getDateFormat() - Method in class javax.rad.model.datatype.TimestampDataType
Returns the current DateFormat.
getDateFormat() - Method in class javax.rad.type.AbstractDateType
Returns the current DateFormat.
getDateFormat() - Method in interface javax.rad.ui.celleditor.IDateCellEditor
Gets the date format used for editing the date.
getDatePattern() - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Gets the date format pattern.
getDatePattern() - Method in class com.sibvisions.util.type.DateUtil
Gets the date format pattern.
getDBAccess(String) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the suitable DBAcces for the given JdbcUrl.
getDBAccess(String, String, String) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the suitable DBAcces for the given JdbcUrl.
getDBAccess(DBCredentials) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the suitable DBAccess for the given DBCredentials.
getDBAccess(Connection) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the suitable DBAccess for the given external connection.
getDBAccess(IConnectionPool) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the suitable DBAccess for the given connection pool.
getDBAccess() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the IDBAccess of this DBStorage .
getDBAccess() - Method in class com.sibvisions.rad.persist.jdbc.event.ConnectionEvent
Gets the dBAccess.
getDBProperties() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the DB specific initial parameters for the Connection creation.
getDBProperty(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the value for a specific database property.
getDefault() - Static method in class com.sibvisions.util.type.LocaleUtil
Gets the default locale.
getDefaultAllowedValues(String, String, String, ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the default allowed values for a given column from a given table.
getDefaultCellEditor(Class<?>) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the default ICellEditor for the given class.
getDefaultCellEditor(Class<?>) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the default ICellEditor for the given class.
getDefaultCellEditor(Class) - Static method in class javax.rad.genui.celleditor.UICellEditor
Gets the default ICellEditor for the given class.
getDefaultCellEditor(Object[]) - Static method in class javax.rad.genui.celleditor.UICellEditor
Gets a cell editor from the defaults list, if an editor is available for specific values.
getDefaultCellEditor() - Method in class javax.rad.model.datatype.DataType
Returns the default CellEditor for this IDataType.
getDefaultCellEditor() - Method in interface javax.rad.model.datatype.IDataType
Returns the default CellEditor for this IDataType.
getDefaultCellEditor(Class<?>) - Method in interface javax.rad.ui.IFactory
Gets the default ICellEditor for the given class.
getDefaultCellEditors() - Static method in class javax.rad.genui.celleditor.UICellEditor
Gets all currently available default cell editors as array.
getDefaultCellEditors(Class) - Static method in class javax.rad.genui.celleditor.UICellEditor
Gets all currently available default cell editors of the given class.
getDefaultCellRenderer() - Method in class javax.rad.model.datatype.DataType
Returns the default CellRenderer for this IDataType.
getDefaultCellRenderer() - Method in interface javax.rad.model.datatype.IDataType
Returns the default CellRenderer for this IDataType.
getDefaultCheckBoxCellEditor(Object[]) - Static method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Gets a checkbox cell editor from the defaults list, if an editor is available for specific values.
getDefaultCheckBoxCellEditors() - Static method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Gets all currently available default checkbox cell editors as array.
getDefaultChoiceCellEditor(Object[]) - Static method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Gets a choice cell editor from the defaults list, if an editor is available for specific values.
getDefaultChoiceCellEditors() - Static method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Gets all currently available default choice cell editors as array.
getDefaultClassLoader() - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the default class loader.
getDefaultColumnView() - Method in class javax.rad.model.RowDefinition
Returns the default table columns names.
getDefaultCursorCacheTimeout() - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the default cursor cache timeout in ms.
getDefaultEncoding() - Static method in class com.sibvisions.rad.model.DataBookCSVExporter
Get the default encoding for CSV exports.
getDefaultFont() - Static method in class javax.rad.genui.UIFont
Returns the default UIFont.
getDefaultHorizontalAlignment(IDataRow, String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Gets the default horizontal alignment based on data type.
getDefaultIgnoredColumnNames() - Static method in class javax.rad.model.RowDefinition
Gets the list of columns which are not included in the table columns when no specific table columns are set.
getDefaultImage() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the default image that is shown if selectedIndex is -1.
getDefaultImageName() - Method in class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
Gets the default image that is shown if selectedIndex is -1.
getDefaultImageName() - Method in class com.sibvisions.rad.ui.celleditor.AbstractImageViewer
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.
getDefaultItem() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Gets the default menu item.
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.
getDefaultLargeObjectLimit() - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the default value for the limit for what is considered a "large object".
getDefaultListener() - Method in class javax.rad.util.EventHandler
Gets the default listener.
getDefaultMaximumAdditionalFetchAmount() - Static method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Gets the default maximum amount of additional rows to fetch.
getDefaultName() - Method in class javax.rad.genui.UIComponent
Gets the default/generated name for this UIComponent.
getDefaultNumberCellEditor() - Static method in class javax.rad.genui.celleditor.UINumberCellEditor
Gets the default ICellEditor for Number class.
getDefaultSchema() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the default schema name, if it was set manually.
getDefaultSort() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Gets the default sort definition.
getDefaultSort() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default sort.
getDefaultValue() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Gets the default value of this column.
getDefaultValue() - Method in class javax.rad.model.ColumnDefinition
Gets the default value of this column.
getDefaultValue() - Method in class javax.rad.persist.ColumnMetaData
Gets the default value of this column.
getDefaultValues(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets all default column values of a specific table.
getDefaultValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Gets all default column values of a specific table.
getDefaultValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Gets all default column values of a specific table.
getDefaultValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets all default column values of a specific table.
getDefaultValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DerbyDBAccess
Gets all default column values of a specific table.
getDefaultValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.H2DBAccess
Gets all default column values of a specific table.
getDefaultValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HanaDBAccess
Gets all default column values of a specific table.
getDefaultValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Gets all default column values of a specific table.
getDefaultValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Gets all default column values of a specific table.
getDefaultValuesIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Gets all default column values of a specific table.
getDeselectedValue() - Method in class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
Gets the value for deselected state.
getDeselectedValue() - Method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Gets the value for deselected state.
getDeselectedValue() - Method in interface javax.rad.ui.celleditor.ICheckBoxCellEditor
Gets the value for deselected state.
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
Gets all detail IDataBooks as array.
getDetailDataBooks() - Method in interface javax.rad.model.IDataBook
Gets all detail IDataBooks as array.
getDetailsButton() - Method in class com.sibvisions.rad.application.Error
Gets the details button.
getDetailsGroupPanel() - Method in class com.sibvisions.rad.application.Error
Gets the details group panel.
getDetectedType() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the detected type of this column.
getDirectory() - Method in class com.sibvisions.rad.server.config.Zone
Returns the zone directory.
getDirectory(String) - Static method in class com.sibvisions.util.type.FileUtil
Gets the directory for a path.
getDisabledIconAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
getDiscardRowCount(int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets how many rows should be discarded based on the given values.
getDiscardRowCount(int, int) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Gets how many rows should be discarded based on the given values.
getDisplayMode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Returns if the desktop pane is in tab mode.
getDisplayReferencedColumnName() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Gets the name of the referenced column that is used for displaying values.
getDisplayReferencedColumnName() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets the name of the referenced column that is used for displaying values.
getDisplayReferencedColumnName() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets the name of the referenced column that is used for displaying values.
getDisplayValue(IDataRow, String) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Gets the correct display value for the given row and column.
getDisplayValues() - Method in class com.sibvisions.rad.genui.celleditor.UIEnumCellEditor
Gets all display values.
getDividerAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Gets the divider alignment.
getDividerAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Gets the divider alignment.
getDividerAlignment() - Method in class javax.rad.genui.container.UISplitPanel
Gets the divider alignment.
getDividerAlignment() - Method in interface javax.rad.ui.container.ISplitPanel
Gets the divider alignment.
getDividerPosition() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Gets the position of the divider.
getDividerPosition() - Method in class javax.rad.genui.container.UISplitPanel
Gets the position of the divider.
getDividerPosition() - Method in interface javax.rad.ui.container.ISplitPanel
Gets the position of the divider.
getDocumentFilter() - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
getDomainController() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmSession
Gets the domain controller.
getDot() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
getDownloadExecutor() - Method in class javax.rad.io.TransferContext
Gets the download executor.
getDownloadURL() - Method in class com.sibvisions.rad.remote.http.HttpConnection
Gets the download URL.
getDriver() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the database driver name as String.
getDriver() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
Gets the JDBC driver name/class.
getDumpStream() - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Gets the dump stream.
getDuration() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the duration.
getEchoChar() - Method in class com.sibvisions.rad.ui.celleditor.AbstractTextCellEditor
Gets the password echo char which is used by AbstractTextCellEditor.maskPassword(String).
getEchoChar() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingPasswordField
Returns the character to be used for echoing.
getEchoChar() - Method in class javax.rad.genui.component.UIPasswordField
Returns the character to be used for echoing.
getEchoChar() - Method in interface javax.rad.ui.component.IPasswordField
Returns the character to be used for echoing.
getEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
getEditorComponent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Returns the editor component.
getEditorComponentName() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the name of the editor JComponent.
getElementAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
getElementAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
getEncryptedPassword(IConfiguration, String) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Gets the password, encrypted with the algorithm specified in an application configuration.
getEndX(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getEndY(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getEnterNavigationMode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the ENTER navigation mode.
getEnterNavigationMode() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the navigation mode for the ENTER key.
getEnterNavigationMode() - Method in class javax.rad.genui.control.UITable
Gets the navigation mode for the ENTER key.
getEnterNavigationMode() - Method in interface javax.rad.ui.control.INavigationControl
Gets the navigation mode for the ENTER key.
getEnvironmentName() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Gets the name of the environment for this launcher.
getEnvironmentName() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets the name of the environment for this launcher.
getEnvironmentName() - Method in class javax.rad.application.genui.UILauncher
Gets the name of the environment for this launcher.
getEnvironmentName() - Method in interface javax.rad.application.ILauncher
Gets the name of the environment for this launcher.
getEqualsValue(ICondition, String) - Static method in class com.sibvisions.rad.model.Filter
Gets the value from the first Equals condition of the given filter.
getError() - Method in class com.sibvisions.rad.application.Application
Gets the error frame.
getError() - Method in class com.sibvisions.rad.application.Login
Gets the current error text, if set.
getError() - Method in class com.sibvisions.util.Execute
Gets the data of error stream from last exection.
getErrorForwarder() - Method in class com.sibvisions.util.Execute
Gets the forwarder for error messages.
getErrors() - Method in class com.sibvisions.rad.application.Error
Gets all available errors.
getEstimatedRowCount() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the row count in IDBAccess for this RemoteDataBook.
getEstimatedRowCount() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns -1.
getEstimatedRowCount() - Method in class com.sibvisions.rad.model.remote.RemoteDataPage
Returns the count of rows in the storage for this RemoteDataPage in the RemoteDataBook.
getEstimatedRowCount(ICondition) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Returns the number of rows in this AbstractStorage from the storage.
getEstimatedRowCount(ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the number of rows in this AbstractStorage from the storage.
getEstimatedRowCount(ICondition) - Method in interface javax.rad.persist.IStorage
Returns the number of rows in this AbstractStorage from the storage.
getETag(File) - Static method in class com.sibvisions.util.type.HttpUtil
Gets the ETag http header value for the last modified of a file.
getEventSource() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the wanted event source for this component.
getEventSource() - Method in class javax.rad.genui.UIComponent
Gets the wanted event source for this component.
getEventSource() - Method in interface javax.rad.ui.IComponent
Gets the wanted event source for this component.
getEventType() - Method in class javax.rad.genui.event.ResourceEvent
Gets the event type.
getEventType() - Method in class javax.rad.model.event.DataSourceEvent
Gets the event type.
getException() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the exception (if occured).
getException(Throwable, Class<?>) - Static method in class com.sibvisions.util.type.CommonUtil
Deprecated. since 2.3, use ExceptionUtil.getThrowable(Throwable, Class) instead.
getExceptions() - Method in class com.sibvisions.util.db.DBImporter
Gets the last occured exception(s).
getExistingNames() - Method in class javax.rad.genui.UIComponent
Gets the Set which contains the already existing UIComponent names under the current root.
getExpectedBytes() - Method in class com.sibvisions.util.io.ByteCountInputStream
Gets the expected bytes.
getExtension(String) - Static method in class com.sibvisions.util.type.FileUtil
Gets the extension of an absolute file path.
getFactory() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the factory that created this NamedObject.
getFactory() - Method in class javax.rad.genui.UIComponent
Gets the factory that created this NamedObject.
getFactory() - Static method in class javax.rad.genui.UIFactoryManager
Gets the global IFactory singleton instance.
getFactory() - Method in interface javax.rad.ui.IComponent
Gets the factory that created this NamedObject.
getFactoryInstance(Class) - Static method in class javax.rad.genui.UIFactoryManager
Creates the global IFactory singleton instance.
getFamily() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFont
Returns the family name of this IFont.
getFamily() - Method in class javax.rad.genui.UIFont
Returns the family name of this IFont.
getFamily() - Method in interface javax.rad.ui.IFont
Returns the family name of this IFont.
getFeatures() - Method in class javax.rad.persist.MetaData
Gets supported features.
getFetchColumnIndexes() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the correct column indexes of the fetched data, after opening the data book.
getFetchedRowsForBlock(IDataRow) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the amount of fetched rows per block.
getFieldName(Object) - Method in class com.sibvisions.util.SimpleJavaSource
Gets the name for a instance.
getFieldNames() - Method in class com.sibvisions.util.SimpleJavaSource
Gets all fields.
getFieldValue(String) - Method in class com.sibvisions.util.SimpleJavaSource
Gets the instance for a specific field.
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.
getFileEncoding() - Method in class com.sibvisions.util.db.DBImporter
Gets the file-encoding charset name.
getFileForClass(String) - Static method in class com.sibvisions.util.type.ResourceUtil
Searches the file in which a class is stored.
getFileForClass(ClassLoader, String) - Static method in class com.sibvisions.util.type.ResourceUtil
Searches the file in which a class is stored.
getFileHandle(IFileHandleReceiver, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver, String) - Method in class javax.rad.application.genui.UILauncher
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver) - Method in class javax.rad.application.genui.UILauncher
Technology independent getFileHandle.
getFileHandle(Object, String, String) - Method in class javax.rad.application.genui.UILauncher
Technology independent getFileHandle.
getFileHandle(Object, String) - Method in class javax.rad.application.genui.UILauncher
Technology independent getFileHandle.
getFileHandle(IFileHandleReceiver, String) - Method in interface javax.rad.application.ILauncher
Technology independent getFileHandle.
getFileItemStream(HttpServletRequest) - Method in class com.sibvisions.rad.server.http.ResourceServlet
Gets the first FileItemStream inside a multipart upload.
getFileName() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.BlobFileHandle
Gets the file name of this file handle.
getFileName(String) - Method in class com.sibvisions.rad.server.http.ResourceServlet
Returns the given content-disposition headers file name.
getFileName() - Method in class javax.rad.io.DirectoryHandle
Gets the file name of this file handle.
getFileName() - Method in class javax.rad.io.FileHandle
Gets the file name of this file handle.
getFileName() - Method in interface javax.rad.io.IFileHandle
Gets the file name of this file handle.
getFileName() - Method in class javax.rad.io.RemoteFileHandle
Gets the file name of this file handle.
getFilesPerDirectory() - Method in class com.sibvisions.util.FileSearch
Gets a list of found files per found directory.
getFileTypeMap() - Method in class com.sibvisions.util.ByteArrayDataSource
Gets the FileTypeMap.
getFilter() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the used filter.
getFilter() - Method in interface javax.rad.model.IDataBook
Gets the used filter.
getFirstCause(Throwable) - Static method in class com.sibvisions.util.type.CommonUtil
Deprecated. since 2.3, use ExceptionUtil.getRootCause(Throwable) instead.
getFirstComponent(Container) - Method in class com.sibvisions.rad.ui.swing.ext.focus.TabIndexFocusTraversalPolicy
getFirstComponent() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Returns the component to the left (or above) the divider.
getFirstComponent() - Method in class javax.rad.genui.container.UISplitPanel
Returns the component to the left (or above) the divider.
getFirstComponent() - Method in interface javax.rad.ui.container.ISplitPanel
Returns the component to the left (or above) the divider.
getFirstTextNode() - Method in class com.sibvisions.util.xml.XmlNode
Gets the first text node.
getFirstWord(String) - Static method in class com.sibvisions.util.type.StringUtil
Gets the first word of a text.
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.
getFocusableComponent(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the focusable sub component of the given component.
getFont() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the font of this component.
getFont() - Method in class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Gets the font.
getFont() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Gets the IFont.
getFont() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the font of this component.
getFont() - Method in class javax.rad.genui.control.UICellFormat
Gets the IFont.
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 IFont.
getFont() - Method in interface javax.rad.ui.IComponent
Gets the font of this component.
getFontName() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFont
Returns the font face name of this IFont.
getFontName() - Method in class javax.rad.genui.UIFont
Returns the font face name of this IFont.
getFontName() - Method in interface javax.rad.ui.IFont
Returns the font face name of this IFont.
getForeground() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the foreground color of this component.
getForeground() - Method in class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Gets the foreground.
getForeground() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Gets the foreground IColor.
getForeground() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the foreground color of this component.
getForeground() - Method in class javax.rad.genui.control.UICellFormat
Gets the foreground IColor.
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 IColor.
getForeground() - Method in interface javax.rad.ui.IComponent
Gets the foreground color of this component.
getForeignKeys(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns all Foreign Keys for the specified table.
getForeignKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Returns all Foreign Keys for the specified table.
getForeignKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Returns all Foreign Keys for the specified table.
getForeignKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns all Foreign Keys for the specified table.
getForeignKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.H2DBAccess
Returns all Foreign Keys for the specified table.
getForeignKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HanaDBAccess
Returns all Foreign Keys for the specified table.
getForeignKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Returns all Foreign Keys for the specified table.
getForeignKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Returns all Foreign Keys for the specified table.
getFoundDirectories() - Method in class com.sibvisions.util.FileSearch
Gets the found directories of a previous search.
getFoundFiles() - Method in class com.sibvisions.util.FileSearch
Gets the found files of a previous search.
getFqClassName(Object) - Static method in class com.sibvisions.util.type.ResourceUtil
Returns the full qualified class name for an object.
getFreePort(int, int) - Static method in class com.sibvisions.util.type.CommonUtil
Searchs a free *network* port in the given range.
getFreePort(int, int, boolean) - Static method in class com.sibvisions.util.type.CommonUtil
Searchs a free port in the given range.
getFromClause() - 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.
getGetMethod(String) - Method in class javax.rad.type.bean.BeanType
Gets the method for getting a value, in case of a class based BeanType and the property exists, null otherwise.
getGlobalCursor(Component) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the application global cursor.
getGlobalMetaData(AbstractConnection, String) - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Returns the column meta data from the global client cache.
getGreen() - Method in class com.sibvisions.rad.ui.awt.impl.AwtColor
Returns the green component in the range 0-255 in the default sRGB space.
getGreen() - Method in class javax.rad.genui.UIColor
Returns the green component in the range 0-255 in the default sRGB space.
getGreen() - Method in interface javax.rad.ui.IColor
Returns the green component in the range 0-255 in the default sRGB space.
getGridHeight() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Returns the height on the GridLayout.
getGridHeight() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Returns the height on the GridLayout.
getGridHeight() - Method in interface javax.rad.ui.layout.IGridLayout.IGridConstraints
Returns the height on the GridLayout.
getGridWidth() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Returns the width on the GridLayout.
getGridWidth() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Returns the width on the GridLayout.
getGridWidth() - Method in interface javax.rad.ui.layout.IGridLayout.IGridConstraints
Returns the width on the GridLayout.
getGridX() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Returns the x-position on the grid.
getGridX() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Returns the x-position on the grid.
getGridX() - Method in interface javax.rad.ui.layout.IGridLayout.IGridConstraints
Returns the x-position on the grid.
getGridY() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Returns the y-position on the GridLayout.
getGridY() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Returns the y-position on the GridLayout.
getGridY() - Method in interface javax.rad.ui.layout.IGridLayout.IGridConstraints
Returns the y-position on the GridLayout.
getHash(String, InputStream) - Static method in class com.sibvisions.util.SecureHash
Gets the hash of all content read from an InputStream.
getHash(String, byte[]) - Static method in class com.sibvisions.util.SecureHash
Gets the hash of specific data.
getHash() - Method in class com.sibvisions.util.SecureHash
Gets the current hash.
getHCenterConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates vertical centered constraints for the given column and row.
getHCenterConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates vertical centered constraints for the given column and row.
getHeight() - Method in class com.sibvisions.rad.ui.awt.impl.AwtDimension
The height of the IDimension.
getHeight() - Method in class com.sibvisions.rad.ui.awt.impl.AwtImage
Determines the height of the image.
getHeight() - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
The height of the IDimension.
getHeight() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getHeight() - Method in class com.sibvisions.rad.ui.swing.impl.SwingImage
Determines the height of the image.
getHeight() - Method in class javax.rad.genui.UIDimension
The height of the IDimension.
getHeight() - Method in class javax.rad.genui.UIImage
Determines the height of the image.
getHeight() - Method in class javax.rad.genui.UIRectangle
The height of the IDimension.
getHeight() - Method in interface javax.rad.ui.IDimension
The height of the IDimension.
getHeight() - Method in interface javax.rad.ui.IImage
Determines the height of the image.
getHierarchicalDirectoryList() - Method in class com.sibvisions.util.FileSearch
Gets the hierarchial directory tree as flat list: directory-1 |- sub-1.1 |- sub-1.2 |- sub-1.3 | |- sub 1.3.1 | |- sub 1.3.2 |- sub 1.4 will return a list with following elements: directory-1 sub-1.1 sub-1.2 sub-1.3 sub-1.3.1 sub-1.3.2 sub-1.4 .
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.celleditor.AbstractStyledCellEditor
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.JVxEditor
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Gets the horizontal alignment of the icon.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the alignment for the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Returns the alignment for the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the alignment along the x axis.
getHorizontalAlignment(int) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the horizontal IAlignmentConstants alignment from given JVxConstants alignment.
getHorizontalAlignment() - Method in class javax.rad.genui.celleditor.UICellEditor
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.celleditor.UIImageViewer
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.component.AbstractUITextField
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.component.UIIcon
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.component.UILabel
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.container.UIGroupPanel
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.control.UIEditor
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.layout.UIFlowLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the alignment along the x axis.
getHorizontalAlignment() - Method in interface javax.rad.ui.IAlignmentConstants
Returns the alignment along the x axis.
getHorizontalAnchors() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns all horizontal anchors used by this layout.
getHorizontalAnchors() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns all horizontal anchors used by this layout.
getHorizontalAnchors() - Method in class javax.rad.genui.layout.UIFormLayout
Returns all horizontal anchors used by this layout.
getHorizontalAnchors() - Method in interface javax.rad.ui.layout.IFormLayout
Returns all horizontal anchors used by this layout.
getHorizontalComponentAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the component alignment for the x axis.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Gets the horizontal gap between components.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the horizontal gap.
getHorizontalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
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.swing.impl.layout.AwtGridLayout
Returns the horizontal gap between components.
getHorizontalGap() - Method in class javax.rad.genui.UILayout
Returns the horizontal gap between components.
getHorizontalGap() - Method in interface javax.rad.ui.ILayout
Returns the horizontal gap between components.
getHorizontalSwingAlignment(int) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the horizontal JVxConstants alignment from given IAlignmentConstants alignment.
getHorizontalTextPosition() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the horizontal position of the text relative to the icon.
getHorizontalTextPosition() - Method in class javax.rad.genui.component.AbstractUIButton
Returns the horizontal position of the text relative to the icon.
getHorizontalTextPosition() - Method in interface javax.rad.ui.component.IButton
Returns the horizontal position of the text relative to the icon.
getIcon() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCheckBoxMenuItem
getIcon(String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets an ImageIcon from the resource bundle.
getIcon(String, byte[]) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets an ImageIcon from the resource bundle.
getIconAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
getIconAt(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns the tab icon at pIndex.
getIconAt(int) - Method in class javax.rad.genui.container.UITabsetPanel
Returns the tab icon at pIndex.
getIconAt(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Returns the tab icon at pIndex.
getIconHeight() - Method in class com.sibvisions.rad.ui.swing.ext.JVxFontAwesomeIcon
getIconImage() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Returns the image to be displayed as the icon for this frame.
getIconImage() - Method in class javax.rad.genui.container.AbstractFrame
Returns the image to be displayed as the icon for this frame.
getIconImage() - Method in interface javax.rad.ui.container.IFrame
Returns the image to be displayed as the icon for this frame.
getIconWidth() - Method in class com.sibvisions.rad.ui.swing.ext.JVxFontAwesomeIcon
getId() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the session identifier.
getId() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the session identifier.
getId() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the session identifier.
getId() - Method in interface javax.rad.server.ISession
Gets the session identifier.
getId() - Method in class javax.rad.ui.event.UIEvent
The id of this Event.
getIdentifier() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the identifier for this DBAccess.
getIdentifier(Request, Response) - Method in class com.sibvisions.rad.server.http.rest.SecurityManagerVerifier
Returns the user identifier.
getIdentifier() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the identifier.
getIgnorePropertyDefinition(Class<?>) - Method in class com.sibvisions.util.SimpleJavaSource
Gets the properties to ignore.
getImage() - Method in class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Gets the image.
getImage() - Method in class com.sibvisions.rad.ui.swing.ext.JVxFontAwesomeIcon
getImage(String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets an image from the resource bundle.
getImage(String, byte[]) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets an ImageIcon from the resource bundle.
getImage() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the default image.
getImage() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Returns the default image.
getImage() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Gets the IImage.
getImage(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Searches the image if it is available as: File ClassLoader resource.
getImage(String, byte[]) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates an image from byte data.
getImage() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the default image.
getImage() - Method in class javax.rad.genui.component.UIIcon
Returns the default image.
getImage() - Method in class javax.rad.genui.control.UICellFormat
Gets the IImage.
getImage(String) - Static method in class javax.rad.genui.UIImage
Gets the cached instance of an image resource.
getImage() - Method in interface javax.rad.ui.component.IIcon
Returns the default image.
getImage() - Method in interface javax.rad.ui.control.ICellFormat
Gets the IImage.
getImage(String) - Method in interface javax.rad.ui.IFactory
Searches the image if it is available as: File ClassLoader resource.
getImage(String, byte[]) - Method in interface javax.rad.ui.IFactory
Creates an image from byte data.
getImageData(IImage) - Static method in class com.sibvisions.rad.application.ApplicationUtil
Gets the raw image data.
getImageFormat(byte[]) - Static method in class com.sibvisions.util.type.ImageUtil
Gets the image format from raw image data.
getImageMapping(String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the image name for the given mapping name.
getImageMapping(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the image name for the given mapping name.
getImageMapping(String) - Static method in class javax.rad.genui.UIImage
Gets the image name for the given mapping name.
getImageMapping(String) - Method in interface javax.rad.ui.IFactory
Gets the image name for the given mapping name.
getImageMappingNames() - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets all used mapping names.
getImageMappingNames() - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets all used mapping names.
getImageMappingNames() - Static method in class javax.rad.genui.UIImage
Gets all used mapping names.
getImageMappingNames() - Method in interface javax.rad.ui.IFactory
Gets all used mapping names.
getImageName() - Method in class com.sibvisions.rad.ui.awt.impl.AwtImage
Gets the name of the image.
getImageName() - Method in class com.sibvisions.rad.ui.swing.impl.SwingImage
Gets the name of the image.
getImageName() - Method in class javax.rad.genui.UIImage
Gets the name of the image.
getImageName() - Method in interface javax.rad.ui.IImage
Gets the name of the image.
getImageNames() - Method in class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
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() - Static method in class javax.rad.genui.UIImage
Gets all available image names.
getImageNames() - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Gets the image names that are used for displaying the corresponding values.
getImages() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the images that are used for displaying the values.
getImageSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the image size.
getImageTextGap() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the amount of space between the text and the icon displayed in this button.
getImageTextGap() - Method in class javax.rad.genui.component.AbstractUIButton
Returns the amount of space between the text and the icon displayed in this button.
getImageTextGap() - Method in interface javax.rad.ui.component.IButton
Returns the amount of space between the text and the icon displayed in this button.
getImports() - Method in class com.sibvisions.util.SimpleJavaSource
Gets all import statements.
getIndentation() - Method in class com.sibvisions.util.xml.XmlWorker
Gets the xml output indentation.
getIndex(TreeNode) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getIndexOfPrimaryKey() - Method in class javax.rad.model.TreePathFinder
Gets the index of the primary key in this node.
getInfoImage() - Method in class com.sibvisions.rad.application.Login
Gets the login-info image.
getInfoLabel() - Method in class com.sibvisions.rad.application.About
Gets the info label.
getInitialThread() - Method in class com.sibvisions.rad.server.http.HttpContext
The initial thread at constructor time.
getInnerBackground() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the inner background.
getInnerBorder() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the inner border.
getInnerBounds() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the inner bounds of the choice component.
getInnerInsets() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the inner insets.
getInputStream() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.BlobFileHandle
Gets the InputStream of this file handle.
getInputStream(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets the InputStream for reading the response from the server.
getInputStream(ConnectionInfo) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Gets the InputStream for reading the response from the server.
getInputStream() - Method in interface com.sibvisions.rad.server.IRequest
Retrieves the binary data of the request as InputStream.
getInputStream() - Method in class com.sibvisions.util.ByteArrayDataSource
getInputStream(String) - Method in interface com.sibvisions.util.type.IResourceArchive
Gets the stream for the given resource.
getInputStream() - Method in class javax.rad.io.DirectoryHandle
Gets the InputStream of this file handle.
getInputStream() - Method in class javax.rad.io.FileHandle
Gets the InputStream of this file handle.
getInputStream() - Method in interface javax.rad.io.IFileHandle
Gets the InputStream of this file handle.
getInputStream() - Method in class javax.rad.io.RemoteFileHandle
Gets the InputStream of this file handle.
getInsets() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Returns the insets on the GridLayout.
getInsets() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Returns the insets on the GridLayout.
getInsets() - Method in class javax.rad.genui.UIContainer
Gets the insets due to different componentUIResource and uiResource.
getInsets() - Method in interface javax.rad.ui.layout.IGridLayout.IGridConstraints
Returns the insets on the GridLayout.
getInstance() - Static method in class com.sibvisions.rad.server.protocol.ProtocolFactory
Gets the current factory instance.
getInstance() - Static method in class com.sibvisions.rad.server.security.ntlm.NtlmHelper
Gets the current instance of NtlmHelper.
getInstance() - Static method in class com.sibvisions.rad.server.Server
Gets the current server instance as singleton.
getInstance(Class) - Static method in class com.sibvisions.util.log.LoggerFactory
Construct (if necessary) and return an ILogger instance, using the factory's current set of configuration attributes.
getInstance(String) - Static method in class com.sibvisions.util.log.LoggerFactory
Construct (if necessary) and return an ILogger instance, using the factory's current set of configuration attributes.
getInstanceKey() - Method in class com.sibvisions.rad.server.Server
Gets the instance key of this server instance.
getInstruction() - Method in class javax.rad.remote.event.CallBackResultEvent
Gets the instruction identifier.
getInterfaces(Class<?>, boolean, Class<?>...) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets interfaces from a specific class and all parent classes, recursively.
getInterfaces(List<Class<?>>, Class<?>, boolean, Class<?>...) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets interfaces from a specific class and all parent classes, recursively.
getIntern(Object, String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Retrieves a named member of a JavaScript object.
getItem() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
getItemAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
getItemCount(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getItemCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getItemCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
getItemListeners() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns an array of all the ItemListeners added to this JVxChoice with addItemListener().
getJTable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the JTable used by JVxTable.
getKey(KeyStroke) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the Key for a KeyStroke.
getKey(int) - Method in class com.sibvisions.util.OrderedHashtable
Gets a key by index.
getKey(UIKeyEvent) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key that represents the Key of the given UIKeyEvent.
getKey(char) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key that represents a KEY_TYPED event for the specified character.
getKey(char, int) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key, for the specified character.
getKeyChar() - Method in class javax.rad.ui.event.Key
Returns the character for this Key.
getKeyChar() - Method in class javax.rad.ui.event.UIKeyEvent
Returns the character associated with the key in this event.
getKeyCode() - Method in class javax.rad.ui.event.Key
Returns the numeric key code for this Key.
getKeyCode() - Method in class javax.rad.ui.event.UIKeyEvent
Returns the integer keyCode associated with the key in this event.
getKeyEventType() - Method in class javax.rad.ui.event.Key
Returns the type of KeyEvent which corresponds to this Key.
getKeyOnPressed(int) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key that represents a KEY_PRESSED event for the specified key code.
getKeyOnPressed(int, int) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key, for the specified key code.
getKeyOnReleased(int) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key that represents a KEY_RELEASED event for the specified key code.
getKeyOnReleased(int, int) - Static method in class javax.rad.ui.event.Key
Returns a shared instance of an Key, for the specified key code.
getKeyStroke(Key) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the KeyStroke for a Key.
getLabel() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the default label.
getLabel() - Method in class javax.rad.model.ColumnDefinition
Returns the label of the column.
getLabel() - Method in class javax.rad.persist.ColumnMetaData
Returns the default label.
getLanguage() - Method in class javax.rad.util.TranslationMap
Gets the language code of the translated texts.
getLargeObjectLimit() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the value for the limit for what is considered a "large object".
getLast() - Method in class javax.rad.model.TreePath
Gets the value of the last index.
getLastAccessTime() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the time of the last session access.
getLastAccessTime() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the time of the last session access.
getLastAccessTime() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the time of the last session access.
getLastAccessTime() - Method in interface javax.rad.server.ISession
Gets the time of the last session access.
getLastAliveTime() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the time of the last communication of the session.
getLastAliveTime() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the time of the last communication of the session.
getLastAliveTime() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the time of the last communication of the session.
getLastAliveTime() - Method in interface javax.rad.server.ISession
Gets the time of the last communication of the session.
getLastCallTime() - Method in class javax.rad.remote.ConnectionInfo
Gets the time in millis when the last call was sent to the server.
getLastChanges() - Method in class com.sibvisions.util.ChangedHashtable
Gets the last tracked changes of this Hashtable but return only the values with a specified class type.
getLastComponent(Container) - Method in class com.sibvisions.rad.ui.swing.ext.focus.TabIndexFocusTraversalPolicy
getLastDestroyedSessionId() - Method in class com.sibvisions.rad.server.Monitoring
Gets the id of the last destroyed session.
getLastDispatchedObject() - Static method in class javax.rad.util.EventHandler
Gets the last dispatched object.
getLastModified(File) - Static method in class com.sibvisions.util.type.HttpUtil
Gets the Last-Modified http header value for the last modified of a file.
getLauncher(IComponent) - Static method in class com.sibvisions.rad.application.ApplicationUtil
Gets the launcher for a specific component.
getLauncher() - Method in class javax.rad.application.genui.Application
Returns the platform independent launcher which is associated with this factory.
getLauncher() - Method in interface javax.rad.application.IApplication
Returns the platform independent launcher which is associated with this factory.
getLayout() - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Gets the layout manager for this container.
getLayout() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Gets the layout manager for the content pane.
getLayout() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns the Layout to which this Anchor belongs.
getLayout() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns the Layout to which this Anchor belongs.
getLayout() - Method in class javax.rad.genui.menu.UIMenu
Gets the layout manager for this container.
getLayout() - Method in class javax.rad.genui.UIContainer
Gets the layout manager for this container.
getLayout() - Method in interface javax.rad.ui.IContainer
Gets the layout manager for this container.
getLayout() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the layout to which this anchor belongs.
getLayoutAlignmentX(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
getLayoutAlignmentX(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
getLayoutAlignmentX(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
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
getLayoutAlignmentY(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
getLeft() - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
The left margin of the IInsets.
getLeft() - Method in class javax.rad.genui.UIInsets
The left margin of the IInsets.
getLeft() - Method in interface javax.rad.ui.IInsets
The left margin of the IInsets.
getLeftAlignedConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates left aligned constraints for the given column and row.
getLeftAlignedConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates left aligned constraints for the given column and row.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Returns the left anchor.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Returns the left anchor.
getLeftAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the left border anchor.
getLeftAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Returns the left anchor.
getLeftButtonPanel() - Method in class com.sibvisions.rad.application.Dialog
Gets the panel that contains all "left" buttons.
getLeftIndent() - Method in class com.sibvisions.rad.ui.swing.ext.format.CellFormat
Gets the left indent.
getLeftIndent() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Gets the left indentation value.
getLeftIndent() - Method in class javax.rad.genui.control.UICellFormat
Gets the left indentation value.
getLeftIndent() - Method in interface javax.rad.ui.control.ICellFormat
Gets the left indentation value.
getLeftMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the left margin border anchor.
getLeftMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the left margin border anchor.
getLeftMarginAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the left margin border anchor.
getLeftMarginAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the left margin border anchor.
getLeftSpaceConstraints(IComponent) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the constraints left of the center constraint.
getLength() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.BlobFileHandle
Gets the length of the InputStream in bytes
getLength() - Method in class javax.rad.io.DirectoryHandle
Gets the length of the InputStream in bytes
getLength() - Method in class javax.rad.io.FileHandle
Gets the length of the InputStream in bytes
getLength() - Method in interface javax.rad.io.IFileHandle
Gets the length of the InputStream in bytes
getLength() - Method in class javax.rad.io.RemoteFileHandle
Gets the length of the InputStream in bytes
getLevel() - Method in interface com.sibvisions.util.log.ILogger
Gets the log level.
getLevel() - Method in class com.sibvisions.util.log.jdk.JdkLogger
Gets the log level.
getLevel() - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Gets the log level.
getLevel() - Method in class com.sibvisions.util.log.log4j.Log4jLogger
Gets the log level.
getLevel(Class) - Static method in class com.sibvisions.util.log.LoggerFactory
Gets the level of a specific logger.
getLevel(String) - Static method in class com.sibvisions.util.log.LoggerFactory
Gets the level of a specific logger.
getLevel() - Method in class com.sibvisions.util.Version
Gets the level of the last significant sequence, e.g. 2.0.1 will return Version.Level.Build.
getLifeCycleName() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the name of the life-cycle object.
getLifeCycleName() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the name of the life-cycle object.
getLifeCycleName() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the name of the life-cycle object.
getLifeCycleName() - Method in class javax.rad.remote.AbstractConnection
Gets the name of the server-side life-cycle object.
getLifeCycleName() - Method in interface javax.rad.server.ISession
Gets the name of the life-cycle object.
getLineColor() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
Returns the color of the border.
getLineNumber() - Method in class com.sibvisions.util.xml.XmlNode
Gets the line number of the tag occurence.
getLinkReference() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the link reference for a server side dropdown list (automatic linked celleditor).
getLinkReference() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Gets reference definition that defines the link.
getLinkReference() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets reference definition that defines the link.
getLinkReference(String) - Method in class javax.rad.model.RowDefinition
Gets the link reference of the column name.
getLinkReference() - Method in class javax.rad.persist.ColumnMetaData
Returns the link reference for a server side dropdown list (automatic linked celleditor).
getLinkReference() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets reference definition that defines the link.
getLinkReferenceColumnNames(String) - Method in class javax.rad.model.RowDefinition
Gets all columns with a LinkReference including pColumnName.
getListener(int) - Method in class javax.rad.util.EventHandler
Gets the listener at the position.
getListenerCount() - Method in class javax.rad.util.EventHandler
Gets the count of listeners.
getListeners(String) - Method in class javax.rad.remote.AbstractConnection.ListenerDelegate
Gets all available listeners for the given name.
getListeners() - Method in class javax.rad.util.EventHandler
Gets all listeners.
getListeners() - Static method in class javax.rad.util.ExceptionHandler
Returns all registered exception listeners.
getListSeparator() - Static method in class com.sibvisions.util.type.LocaleUtil
Gets the list separator for the current locale.
getListSeparator(Locale) - Static method in class com.sibvisions.util.type.LocaleUtil
Gets the list separator for the given locale.
getLocation() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocation() - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Gets the current location.
getLocation() - Method in class javax.rad.genui.UIComponent
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocation() - Method in interface javax.rad.ui.IComponent
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocationForClass(String) - Static method in class com.sibvisions.util.type.ResourceUtil
Searches the location where a class is stored.
getLocationForClass(ClassLoader, String) - Static method in class com.sibvisions.util.type.ResourceUtil
Searches the location where a class is stored.
getLocationOffset() - Method in class javax.rad.genui.UIComponent
Gets the component which will be added/removed to an UIContainer instead of this component.
getLocationRelativeTo(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the location relative to the given component.
getLocationRelativeTo(IComponent) - Method in class javax.rad.genui.UIComponent
Gets the location relative to the given component.
getLocationRelativeTo(IComponent) - Method in interface javax.rad.ui.IComponent
Gets the location relative to the given component.
getLogger() - Static method in class com.sibvisions.util.log.LoggerFactory
Gets all created logger instances.
getLogin() - Method in class com.sibvisions.rad.application.Application
Gets the login frame.
getMagicCaretPosition() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
getMajor() - Method in class com.sibvisions.util.Version
Gets the major number (1.x.x.x).
getMapping(Class<? extends V>...) - Method in class com.sibvisions.util.ChangedHashtable
Gets a list of entries but only includes the values of a specific type.
getMargins() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Gets the layout margins.
getMargins() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the margins.
getMargins() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
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.swing.impl.layout.AwtGridLayout
Gets the margins.
getMargins() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the margin between the component's border and the text.
getMargins() - Method in class javax.rad.genui.container.UIToolBar
Returns the margin between the tool bar's border and its buttons.
getMargins() - Method in class javax.rad.genui.UILayout
Gets the margins.
getMargins() - Method in interface javax.rad.ui.component.IActionComponent
Returns the margin between the component's border and the text.
getMargins() - Method in interface javax.rad.ui.container.IToolBar
Returns the margin between the tool bar's border and its buttons.
getMargins() - Method in interface javax.rad.ui.ILayout
Gets the margins.
getMark() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
getMasterColumnIndexesForBlock() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the correct master column indexes of the fetched data, after opening the data book.
getMasterConnection() - Method in class javax.rad.remote.SubConnection
Returns the master connection.
getMasterDataRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the corresponding master row.
getMasterDataRow() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Gets the corresponding master row.
getMasterDataRow() - Method in interface javax.rad.model.IDataPage
Gets the corresponding master row.
getMasterReference() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the master reference that is used.
getMasterReference() - Method in interface javax.rad.model.IDataBook
Gets the master reference that is used.
getMasterReference() - Method in class javax.rad.model.RowDefinition
Gets the master reference.
getMasterSession() - Method in class javax.rad.server.SessionContext
Gets the master ISession instance for this context.
getMasterSessionIds() - Method in class com.sibvisions.rad.server.Monitoring
Gets all available master session ids.
getMasterSessionIds(String) - Method in class com.sibvisions.rad.server.Monitoring
Gets all available master session ids for a specific application.
getMaxColumnLength() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the maximum allowed column length.
getMaximizedConstraints() - Method in class javax.rad.genui.layout.UIFormLayout
Creates maximized constraints for top, left, bottom and right anchor.
getMaximumAdditionalFetchAmount() - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Gets the maximum amount of additional rows to fetch.
getMaximumSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the maximum size of this component.
getMaximumSize() - Method in class javax.rad.genui.UIComponent
Gets the maximum size of this component.
getMaximumSize() - Method in interface javax.rad.ui.IComponent
Gets the maximum size of this component.
getMaxInactiveInterval() - Method in class com.sibvisions.rad.server.AbstractSession
Returns the maximum time interval, in seconds, that this session will be active.
getMaxInactiveInterval() - Method in class com.sibvisions.rad.server.DetachedSession
Returns the maximum time interval, in seconds, that this session will be active.
getMaxInactiveInterval() - Method in class com.sibvisions.rad.server.DirectServerSession
Returns the maximum time interval, in seconds, that this session will be active.
getMaxInactiveInterval() - Method in interface javax.rad.server.ISession
Returns the maximum time interval, in seconds, that this session will be active.
getMaxObjectCount() - Static method in class com.sibvisions.util.Internalize
Gets the maximum amount of internalized objects.
getMaxRowHeight() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the maximal row height.
getMaxRowHeight() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the max row height for automatic calculation.
getMaxRowHeight() - Method in class javax.rad.genui.control.UITable
Gets the max row height for automatic calculation.
getMaxRowHeight() - Method in interface javax.rad.ui.control.ITable
Gets the max row height for automatic calculation.
getMaxTime() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the maximum time in miliseconds to use, to try to fetch all rows. reduce open cursors, and increase performance.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.BeanSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.BooleanSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ByteArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ByteSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.CharacterSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.CharArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.DateSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.DecimalSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.DoubleSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.EnumSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.FloatArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.FloatSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.IntArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.IntegerSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in interface com.sibvisions.rad.remote.serializer.ITypeSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.LongArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.LongSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.NullSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ObjectSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ShortArraySerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ShortSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.StringSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class com.sibvisions.rad.remote.serializer.XmlNodeSerializer
Gets the maximal value used to detect this type in stream.
getMaxValue() - Method in class javax.rad.type.AbstractNumberType
Gets the maximal allowed value.
getMemoryConsumption() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the memory consumption.
getMemoryInitial() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the initial memory.
getMenu(IContainer, String) - Static method in class javax.rad.genui.menu.AbstractUIMenuItem
Gets the specific menu from the given parent.
getMenuBar() - Method in class com.sibvisions.rad.application.Application
Gets the application menu bar.
getMenuBar() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Returns the menubar set on this frame.
getMenuBar() - Method in class javax.rad.genui.container.AbstractFrame
Returns the menubar set on this frame.
getMenuBar() - Method in interface javax.rad.ui.container.IFrame
Returns the menubar set on this frame.
getMessage() - Method in class com.sibvisions.rad.application.Error
Gets the error message.
getMessages(Throwable) - Static method in class com.sibvisions.util.type.ExceptionUtil
Gets all messages in the chain starting with pThrowable.
getMessages(Throwable, String) - Static method in class com.sibvisions.util.type.ExceptionUtil
Gets all messages in the chain starting with pThrowable concatenated into a String with the given separator.
getMetaData(String) - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Returns the column meta data from the client cache.
getMetaData(String, String) - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Returns the meta data for this AbstractStorage from the storage as MetaData and places the MetaData to the cache with a group name and meta data name.
getMetaData(String) - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets meta data which are cached under a specific name.
getMetaData() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Returns the meta data for this AbstractStorage from the storage as MetaData.
getMetaData() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the meta data for this AbstractStorage from the storage as MetaData.
getMetaData() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the MetaData client infos.
getMetaData(String, String) - Method in interface javax.rad.persist.ICachedStorage
Returns the meta data for this AbstractStorage from the storage as MetaData and places the MetaData to the cache with a group name and meta data name.
getMetaData() - Method in interface javax.rad.persist.IStorage
Returns the meta data for this AbstractStorage from the storage as MetaData.
getMetaDataCacheGroups(String) - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets the available metadata cache groups for the given application.
getMetaDataCacheOption() - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Gets the metadata cache option from the connection.
getMetaDataCacheOption() - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets the metadata cache option for this instance.
getMetaDataCacheOption() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the metadata cache option for this instance.
getMetaDataCacheRole() - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Gets whether the global or the local cache is used.
getMetaDataColumnNames() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns the server meta data column names.
getMetaDataFromCache(String) - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Returns all available meta data from the cache for a specific cache group.
getMetaDataFromCache(String, String) - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets meta data from the cache.
getMetaDataFromCache(String) - Method in interface javax.rad.persist.ICachedStorage
Returns all available meta data from the cache for a specific cache group.
getMetaDataWhereClause() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the where clause for metadata detection.
getMetaDataWhereClause() - Method in class com.sibvisions.rad.persist.jdbc.TiberoDBAccess
Gets the where clause for metadata detection.
getMethod(Class<?>, String, Class...) - Static method in class com.sibvisions.util.Reflective
Gets the method with the given types.
getMethod(Class<?>, boolean, String, Class...) - Static method in class com.sibvisions.util.Reflective
Gets the method with the given types.
getMethodDeclaration(Class, String, Object...) - Static method in class com.sibvisions.util.Reflective
Gets the human readable method declaration of a method with its parameter list.
getMethodForCall(Class<?>, String, Object...) - Static method in class com.sibvisions.util.Reflective
Gets the method for a possible call.
getMethodForCall(Class<?>, boolean, String, Object...) - Static method in class com.sibvisions.util.Reflective
Gets the method for a possible call.
getMethodName() - Method in class javax.rad.remote.event.CallBackEvent
Returns the method name of the remote call.
getMethodName() - Method in class javax.rad.remote.event.CallEvent
Gets the method or action name.
getMethodName() - Method in class javax.rad.server.event.CallEvent
Gets the method name for the 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.
getMethodsByReturnValue(Class<?>, Class<?>, boolean) - Static method in class com.sibvisions.util.Reflective
Gets all methods (without parameters) which has a return value that is assignable from the given return value.
getMinimalRehashCheckInterval() - Static method in class com.sibvisions.util.Internalize
The minimal interval, the rehashing is done in ms.
getMinimumSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the mininimum size of this component.
getMinimumSize(Component) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the minimum size of a component.
getMinimumSize() - Method in class javax.rad.genui.UIComponent
Gets the mininimum size of this component.
getMinimumSize() - Method in interface javax.rad.ui.IComponent
Gets the mininimum size of this component.
getMinor() - Method in class com.sibvisions.util.Version
Gets the minor number (x.2.x.x).
getMinRowHeight() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the minimal row height.
getMinRowHeight() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the min row height for automatic calculation.
getMinRowHeight() - Method in class javax.rad.genui.control.UITable
Gets the min row height for automatic calculation.
getMinRowHeight() - Method in interface javax.rad.ui.control.ITable
Gets the min row height for automatic calculation.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.BeanSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.BooleanSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ByteArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ByteSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.CharacterSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.CharArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.DateSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.DecimalSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.DoubleSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.EnumSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.FloatArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.FloatSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.IntArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.IntegerSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in interface com.sibvisions.rad.remote.serializer.ITypeSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.LongArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.LongSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.NullSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ObjectSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ShortArraySerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ShortSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.StringSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class com.sibvisions.rad.remote.serializer.XmlNodeSerializer
Gets the minimal value used to detect this type in stream.
getMinValue() - Method in class javax.rad.type.AbstractNumberType
Gets the minimal allowed value.
getModalDesktopPane() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Returns the modal desktop pane.
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.
getMostRecentFocusOwner() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
getMouseOverImage() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets the image for the button when the mouse is over.
getMouseOverImage() - Method in class javax.rad.genui.component.AbstractUIButton
Gets the image for the button when the mouse is over.
getMouseOverImage() - Method in interface javax.rad.ui.component.IButton
Gets the image for the button when the mouse is over.
getName() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the name that is used.
getName() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the storage name.
getName() - Method in class com.sibvisions.rad.persist.jdbc.Key
Returns the key name.
getName() - Method in class com.sibvisions.rad.persist.jdbc.Name
Returns the name to use in the application. default is toUpperCase().
getName() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the column name.
getName() - Method in class com.sibvisions.rad.server.config.ApplicationZone
Returns the name of the application.
getName() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the name of the object.
getName() - Method in class com.sibvisions.rad.ui.awt.impl.AwtCursor
Returns the name of this cursor.
getName() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFont
Returns the logical name of this IFont.
getName() - Method in enum com.sibvisions.rad.ui.swing.ext.fonts.FontAwesome
Gets the icon name.
getName() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Gets the name of the object.
getName() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Gets the name of the object.
getName() - Method in class com.sibvisions.util.ByteArrayDataSource
getName() - Method in interface com.sibvisions.util.log.ILogger
Gets the logger name.
getName() - Method in class com.sibvisions.util.log.jdk.JdkLogger
Gets the logger name.
getName() - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Gets the logger name.
getName() - Method in class com.sibvisions.util.log.log4j.Log4jLogger
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.event.ResourceEvent
Gets the parameter/object 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
Gets the name that is used.
getName() - Method in class javax.rad.persist.ColumnMetaData
Returns the column name.
getName() - Method in class javax.rad.server.InjectObject
Gets the name of the inject object.
getName() - Method in class javax.rad.type.bean.PropertyDefinition
Gets the property name.
getName() - Method in interface javax.rad.ui.IComponent
Gets the name of the object.
getName() - Method in interface javax.rad.ui.ICursor
Returns the name of this cursor.
getName() - Method in interface javax.rad.ui.IFont
Returns the logical name of this IFont.
getName() - Method in interface javax.rad.util.INamedObject
Gets the name of the object.
getName() - Method in class javax.rad.util.Parameter
Gets the name.
getNames() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ParameterizedStatement
Gets the names.
getNameToCondition() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ParameterizedStatement
Gets the name to condition.
getNew() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the new IBean.
getNew(Class<T>) - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the new POJO from type <T>.
getNewAsArray() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the new row as object array.
getNewIndex() - Method in class javax.rad.ui.event.UITabsetEvent
Gets the current index of the tab.
getNewlineCount() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the new line count.
getNewlineCount() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Gets the new line count.
getNewlineCount() - Method in class javax.rad.genui.layout.UIFormLayout
Gets the new line count.
getNewlineCount() - Method in interface javax.rad.ui.layout.IFormLayout
Gets the new line count.
getNewPassword() - Method in class com.sibvisions.rad.application.Login
Gets the new password.
getNewTabIndex() - Method in class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Gets the affected new tab index.
getNewValue() - Method in class javax.rad.genui.event.ResourceEvent
Gets the new value.
getNewValue() - Method in class javax.rad.remote.event.PropertyEvent
Gets the new value.
getNextContext() - Method in class javax.rad.server.SessionContext
Gets the next SessionContext, if available.
getNode(String) - Method in class com.sibvisions.rad.server.config.ApplicationZone
Gets the xml node for a property name from the application configuration.
getNode(String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets the value for a property as xml representation.
getNode(String) - Method in class com.sibvisions.util.xml.XmlNode
Gets a specific (sub) XmlNode based on the current XmlNode.
getNode(String) - Method in interface javax.rad.server.IConfiguration
Gets the value for a property in xml representation.
getNodeCount(String) - Method in class com.sibvisions.util.xml.XmlNode
Count the elements of a node list.
getNodeFormatter() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets the node formatter.
getNodeFormatter() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the node formatter.
getNodeFormatter() - Method in class javax.rad.genui.control.UITree
Gets the node formatter.
getNodeFormatter() - Method in interface javax.rad.ui.control.ITree
Gets the node formatter.
getNodeImage(IDataBook, IDataPage, IDataRow, String, int, boolean, boolean) - Method in interface com.sibvisions.rad.ui.swing.ext.format.INodeFormatter
Gets the image for the given node.
getNodeImage(IDataBook, IDataPage, IDataRow, String, int, boolean, boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the image for the given node.
getNodeImage(IDataBook, IDataPage, IDataRow, String, int, boolean, boolean) - Method in interface javax.rad.ui.control.INodeFormatter
Gets the image for the given node.
getNodes(String) - Method in class com.sibvisions.rad.server.config.ApplicationZone
Gets the xml node or a list of nodes for a property name from the application configuration.
getNodes(String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets the value for a property as xml representation.
getNodes() - Method in class com.sibvisions.util.xml.XmlNode
Gets the list of sub XmlNode elements.
getNodes(short) - Method in class com.sibvisions.util.xml.XmlNode
Gets the list of sub XmlNode elements of the given type.
getNodes(String) - Method in class com.sibvisions.util.xml.XmlNode
Gets a list of XmlNodes based on the current XmlNode.
getNodes(String) - Method in interface javax.rad.server.IConfiguration
Gets a list of values for a property in xml representation.
getNodeValue(String) - Method in class com.sibvisions.util.xml.XmlNode
Gets the value of a specific (sub) XmlNode based on the current XmlNode.
getNotExistingFile(File) - Static method in class com.sibvisions.util.type.FileUtil
Gets a file that does not exist.
getNotExistingFile(File, String, String) - Static method in class com.sibvisions.util.type.FileUtil
Gets a file that does not exist.
getNotOKButton() - Method in class com.sibvisions.rad.application.Message
Gets the not OK button.
getNtlmAuth() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmAuthInfo
Gets the ntlm password authentication object.
getNumberFormat() - Method in class com.sibvisions.rad.ui.celleditor.AbstractNumberCellEditor
Gets the number format used for editing the number.
getNumberFormat() - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Gets the number format.
getNumberFormat() - Method in class com.sibvisions.util.type.NumberUtil
Gets the number format.
getNumberFormat() - Method in class javax.rad.genui.celleditor.UINumberCellEditor
Gets the number format used for editing the number.
getNumberFormat() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns the current NumberFormat.
getNumberFormat() - Method in class javax.rad.model.datatype.LongDataType
Returns the current NumberFormat.
getNumberFormat() - Method in interface javax.rad.ui.celleditor.INumberCellEditor
Gets the number format used for editing the number.
getNumberPattern() - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Gets the number pattern.
getNumberPattern() - Method in class com.sibvisions.util.type.NumberUtil
Gets the number format pattern.
getObject(String) - Method in class com.sibvisions.rad.server.AbstractSession
Gets an object from the cache.
getObject(ISession, String) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Returns an object from the life-cycle object container for an ISession.
getObject(Representation) - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Gets the result object from a representation.
getObject(Representation, Class) - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Gets the result object from a representation.
getObject(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets an external object from launchers object store.
getObject(String) - Method in class javax.rad.genui.UIResource
Get the specific Object.
getObject() - Method in class javax.rad.remote.event.CallBackEvent
Gets the return value from a remote method call.
getObject() - Method in class javax.rad.remote.event.CallBackResultEvent
Gets the server-sent object.
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.event.CallResultEvent
Gets the return value from the method call.
getObject() - Method in class javax.rad.server.InjectObject
Gets the inject object.
getObject() - Method in class javax.rad.server.push.PushMessage
Gets the object.
getObject() - Method in class javax.rad.server.ResultObject
Gets the result of a remote method call.
getObject(String) - Method in class javax.rad.server.SessionContext
Gets an already added inject object.
getObject() - Method in class javax.rad.type.bean.Bean
Gets the Object that stores the values.
getObjectAccessController() - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets the object access controller.
getObjectCacheKey() - Method in class javax.rad.io.RemoteFileHandle
Gets the ObjectCache key.
getObjectCenterLocation(Component, Component) - Static method in class com.sibvisions.util.type.ScreenUtil
Gets the coordinates for a component to center it over another component.
getObjectCount() - Static method in class com.sibvisions.util.Internalize
Gets the amount of internalized objects.
getObjectFromResultSet(ResultSet, int, ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the Object from the result set, and ensures that numbers are always returned as BigDecimal, and dates as Timestamp.
getObjectFromResultSet(ResultSet, int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the Object from the result set, and ensures that numbers are always returned as BigDecimal, and dates as Timestamp.
getObjectFromResultSet(ResultSet, int) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Gets the Object from the result set, and ensures that numbers are always returned as BigDecimal, and dates as Timestamp.
getObjectName() - Method in class javax.rad.remote.event.CallBackEvent
Returns the object name of the remote method call.
getObjectName() - Method in class javax.rad.remote.event.CallEvent
Gets the object name.
getObjectName() - Method in class javax.rad.server.event.CallEvent
Gets the object name for the call.
getObjectName() - Method in class javax.rad.server.SessionContext
Gets the name of the object from which a method will be called.
getObjectNames() - Method in class javax.rad.genui.UIResource
Gets a Collection of all object names that are currently stored as property on this resource.
getObjectProvider() - Method in class com.sibvisions.rad.server.Server
Gets the AbstractObjectProvider.
getObjectProvider() - Method in interface javax.rad.server.IServer
Gets the AbstractObjectProvider.
getOkButton() - Method in class com.sibvisions.rad.application.Dialog
Gets the default OK button.
getOKButton() - Method in class com.sibvisions.rad.application.Error
Gets the OK button.
getOKButton() - Method in class com.sibvisions.rad.application.Message
Gets the OK button.
getOld() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the old IBean.
getOld(Class<T>) - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the old POJO from type <T>.
getOldAsArray() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the old row as object array.
getOldIndex() - Method in class javax.rad.ui.event.UITabsetEvent
Gets the index of the tab before the event occured.
getOldTabIndex() - Method in class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Gets the affected old tab index.
getOldValue() - Method in class javax.rad.genui.event.ResourceEvent
Gets the old value.
getOldValue() - Method in class javax.rad.remote.event.PropertyEvent
Gets the old value.
getOpener() - Method in class com.sibvisions.rad.application.Error
Gets the opener of the content.
getOpener() - Method in class com.sibvisions.rad.application.Message
Gets the opener of the content.
getOpener() - Method in class javax.rad.application.genui.Content
Gets the opener of the content.
getOpener() - Method in interface javax.rad.application.IContent
Gets the opener of the content.
getOpenQuoteCharacter() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the database specific open quote character.
getOrderByClause() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the string to place in the ORDER BY section if no default sort is set.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns whether the orientation of this Anchor is HORIZONTAL or VERTICAL.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the component orientation.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Returns the orientation.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Returns the current orientation of the tool bar.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the orientation of this flow layout.
getOrientation() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns whether the orientation of this Anchor is HORIZONTAL or VERTICAL.
getOrientation() - Method in class javax.rad.genui.container.UISplitPanel
Returns the orientation.
getOrientation() - Method in class javax.rad.genui.container.UIToolBar
Returns the current orientation of the tool bar.
getOrientation() - Method in class javax.rad.genui.layout.UIFlowLayout
Gets the orientation of this flow layout.
getOrientation() - Method in interface javax.rad.ui.container.ISplitPanel
Returns the orientation.
getOrientation() - Method in interface javax.rad.ui.container.IToolBar
Returns the current orientation of the tool bar.
getOrientation() - Method in interface javax.rad.ui.layout.IFlowLayout
Gets the orientation of this flow layout.
getOrientation() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns whether the orientation of this Anchor is HORIZONTAL or VERTICAL.
getOriginalDataRow() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Gets the original IDataRow, before any changes were performed.
getOriginalDataRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the original IDataRow, before any changes were performed.
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.
getOriginalDataRow() - Method in interface javax.rad.model.IChangeableDataRow
Gets the original IDataRow, before any changes were performed.
getOriginalRow() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Deprecated. 
getOriginalRow() - Method in interface javax.rad.model.IChangeableDataRow
Deprecated. since 2.5, use IChangeableDataRow.getOriginalDataRow().
getOuterBoxClass(Class) - Static method in class com.sibvisions.util.Reflective
Deprecated. since 2.7, use Reflective.getAutoboxClass(Class) instead.
getOutput() - Method in class com.sibvisions.util.Execute
Gets the data of output stream from last exection.
getOutputForwarder() - Method in class com.sibvisions.util.Execute
Gets the forwarder for standard output.
getOutputStream(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets the OutputStream for submitting requests to the server.
getOutputStream(ConnectionInfo) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Gets the OutputStream for submitting requests to the server.
getOutputStream() - Method in interface com.sibvisions.rad.server.IResponse
Returns an OutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class com.sibvisions.util.ByteArrayDataSource
getOutputStream() - Method in class javax.rad.io.FileHandle
Resets the content to zero, and gets an OutputStresm to write the content.
getOutputStream() - Method in class javax.rad.io.RemoteFileHandle
Resets the content to zero, and gets an OutputStresm to write the content.
getPackage(Class<?>) - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the package name from a class independent of Class.getPackage().
getParameter(ICondition, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the parameters used for this ICondition.
getParameter(ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the parameters used for this ICondition.
getParameter() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the parameter.
getParameter(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Gets a configuration parameter of the application.
getParameter(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets a configuration parameter of the application.
getParameter(String) - Method in class com.sibvisions.util.db.DBImporter
Gets the value of a user-defined parameter.
getParameter(String) - Method in class javax.rad.application.genui.UILauncher
Gets a configuration parameter of the application.
getParameter(String) - Method in class javax.rad.application.genui.WorkScreen
Gets the value of an additional parameter from the work-screen.
getParameter(String) - Method in interface javax.rad.application.ILauncher
Gets a configuration parameter of the application.
getParameter(String) - Method in interface javax.rad.application.IWorkScreen
Gets the value of an additional parameter from the work-screen.
getParameter() - Method in class javax.rad.remote.event.CallEvent
Gets the parameter list.
getParameter() - Method in class javax.rad.server.event.CallEvent
Gets all parameters for the call.
getParameterAsBoolean(String, boolean) - Method in class javax.rad.application.genui.UILauncher
Gets the value for the given application parameter as boolean value.
getParameterizedSelectStatement(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, String, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Creates the DBAccess.ParameterizedStatement and returns it.
getParameterizedSelectStatement(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, String, int, int) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Creates the DBAccess.ParameterizedStatement and returns it.
getParent() - Method in class com.sibvisions.rad.server.GenericBean
Gets the parent, if set.
getParent() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the parent of this component.
getParent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
getParent() - Method in class com.sibvisions.util.xml.XmlNode
Gets the parent XmlNode.
getParent() - Method in class javax.rad.genui.UIComponent
Gets the parent of this component.
getParent() - Method in class javax.rad.model.TreePathFinder
Gets the parent TreePathFinder.
getParent() - Method in interface javax.rad.ui.IComponent
Gets the parent of this component.
getParent() - Method in class javax.rad.util.TranslationMap
Gets the Parent TranslationMap to delegate translations.
getParentPath() - Method in class javax.rad.model.TreePath
Gets the parent tree path.
getParentWithDataBook(IDataBook) - Method in class javax.rad.model.TreePathFinder
Gets the parent TreePathFinder which has the given IDataBook.
getPassword() - Method in class com.sibvisions.rad.application.Login
Gets the password.
getPassword() - Method in class com.sibvisions.rad.persist.jdbc.DataSourceConnectionPool
Gets the password.
getPassword() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the password to use for the connection to the database.
getPassword() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
Gets the password, needed to establish a valid connection.
getPassword() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the sessions password.
getPassword() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the sessions password.
getPassword() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the sessions password.
getPassword() - Method in class javax.rad.remote.AbstractConnection
Gets the password which will be used from the remote server to authenticate the connection.
getPassword() - Method in interface javax.rad.server.ISession
Gets the sessions password.
getPasswordAuthentication() - Method in class com.sibvisions.util.Mail
getPasswordValidator(IConfiguration) - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Gets the password validator from an application configuration.
getPath() - Method in class com.sibvisions.rad.server.config.AppSettings.AppLocation
Gets the path for the application directory.
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.
getPendingStoppedThreads() - Method in class com.sibvisions.util.ThreadManager
Gets all pending stopped threads which are already alive.
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.
getPojoPropertyName(int) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Returns the POJO property name at the given index.
getPopupComponent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Returns the popup component.
getPopupMenu() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Gets the popup menu.
getPopupMenu() - Method in class javax.rad.genui.UIComponent
Sets the popup menu that should be displayed by this component.
getPopupSize() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Gets the size of the Popup window using a Dimension object.
getPopupSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets the size of the Popup window using a Dimension object.
getPopupSize() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets the size of the Popup window using a Dimension object.
getPopupSize() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets the size of the Popup window using a Dimension object.
getPosition() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns the position of this Anchor.
getPosition() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns the position of this Anchor.
getPosition() - Method in class com.sibvisions.util.db.AbstractCommand
Gets the start position in the statement for the command.
getPosition() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the position of this Anchor.
getPrecision() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the precision/size of this column.
getPrecision() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns the precision of the BigDecimalDataType.
getPrecision() - Method in class javax.rad.persist.ColumnMetaData
Returns the precision/size of this column.
getPrecision() - Method in class javax.rad.type.AbstractNumberType
Gets the precision.
getPredefinedCursor(int) - Static method in class com.sibvisions.rad.ui.awt.impl.AwtCursor
Returns a cursor object with the specified predefined type.
getPredefinedCursor(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Gets a ICursor object with the specified type.
getPredefinedCursor(int) - Static method in class javax.rad.genui.UICursor
Gets a ICursor object with the specified type.
getPredefinedCursor(int) - Method in interface javax.rad.ui.IFactory
Gets a ICursor object with the specified type.
getPreferredComponentSize(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
The calculation of PreferredSize is in here to prevent wrapping each component.
getPreferredEditorMode() - Method in class com.sibvisions.rad.ui.celleditor.AbstractInplaceCellEditor
Gets the preferred Editor Mode.
getPreferredEditorMode() - Method in class javax.rad.genui.celleditor.UIInplaceCellEditor
Gets the preferred Editor Mode.
getPreferredEditorMode() - Method in interface javax.rad.ui.celleditor.IInplaceCellEditor
Gets the preferred Editor Mode.
getPreferredSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the preferred size of this component.
getPreferredSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the preferred size of the icon dependent of the configured alignments.
getPreferredSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Gets the preferred size of the icon dependent of the configured alignments.
getPreferredSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Returns the preferred size in a bit different way as JScrollPane.
getPreferredSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Returns the preferred size in a bit different way as JScrollPane.
getPreferredSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellRenderer
getPreferredSize(Component) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the preferred size of a component.
getPreferredSize() - Method in class javax.rad.genui.UIComponent
Gets the preferred size of this component.
getPreferredSize() - Method in interface javax.rad.ui.IComponent
Gets the preferred size of this component.
getPreparedStatement(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Return a PreparedStatement for the given SQL statement.
getPreparedStatement(String, boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Return a PreparedStatement for the given SQL statement.
getPressedImage() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets the image for the button when the button is pressed.
getPressedImage() - Method in class javax.rad.genui.component.AbstractUIButton
Gets the image for the button when the button is pressed.
getPressedImage() - Method in class javax.rad.genui.menu.UICheckBoxMenuItem
Gets the image for the button when the button is pressed.
getPressedImage() - Method in interface javax.rad.ui.component.IButton
Gets the image for the button when the button is pressed.
getPressedImage() - Method in interface javax.rad.ui.component.IToggleActionComponent
Gets the image for the button when the button is pressed.
getPreviousContext() - Method in class javax.rad.server.SessionContext
Gets the previous SessionContext, if available.
getPreviousFocusOwner() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Gets the previous focus owner.
getPrimaryKey(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It's gets all Primary Key columns and return it as String[].
getPrimaryKey(IDataRow) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
Gets the primary key part of the given datarow.
getPrimaryKeyColumnIndices() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the Primary Key column name indices.
getPrimaryKeyColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the Primary Key column names.
getPrimaryKeyColumnNames() - Method in interface javax.rad.model.IRowDefinition
Gets the names of all added ColumnDefinitions which represent a primary key column.
getPrimaryKeyColumnNames() - Method in class javax.rad.model.RowDefinition
Gets the names of all added ColumnDefinitions which represent a primary key column.
getPrimaryKeyColumnNames() - Method in class javax.rad.persist.MetaData
Returns the Primary Key column names.
getPrimaryKeyIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
It's gets all Primary Key columns and return it as String[].
getPrimaryKeyIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It's gets all Primary Key columns and return it as String[].
getPrimaryKeyIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
It's gets all Primary Key columns and return it as String[].
getPrimaryKeyIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
It's gets all Primary Key columns and return it as String[].
getPrimaryKeyType() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Gets the type of the Primary key columns.
getPrimaryKeyValues() - Method in class javax.rad.model.TreePathFinder
Gets the primary key.
getProgram() - Method in class com.sibvisions.util.Execute
Gets the program to launch.
getProperties(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets a clone of all connection properties.
getProperties() - Method in class com.sibvisions.rad.server.AbstractSession
Gets a reference to the internal properties.
getProperties(String) - Method in class com.sibvisions.rad.server.config.ApplicationZone
Gets a list of values for a property which exists more than once.
getProperties(String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets a list of values for a property which exists more than once.
getProperties() - Method in class com.sibvisions.rad.server.DetachedSession
Gets all properties.
getProperties(ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Gets a clone of all connection properties.
getProperties() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets all properties.
getProperties() - Method in interface com.sibvisions.rad.server.IRequest
Returns properties from the request.
getProperties(Object) - Method in class com.sibvisions.rad.server.Server
Gets all session properties.
getProperties(ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Gets a clone of all connection properties.
getProperties() - Method in class javax.rad.remote.AbstractConnection
Gets a copy of the current properties.
getProperties() - Method in class javax.rad.remote.ConnectionInfo
Gets the current connection properties.
getProperties(ConnectionInfo) - Method in interface javax.rad.remote.IConnection
Gets a clone of all connection properties.
getProperties(String) - Method in interface javax.rad.server.IConfiguration
Gets a list of values for a property which exists more than once.
getProperties(Object) - Method in interface javax.rad.server.IServer
Gets all session properties.
getProperties() - Method in interface javax.rad.server.ISession
Gets all properties.
getProperty(ConnectionInfo, String) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets a connection property.
getProperty(String) - Method in class com.sibvisions.rad.server.AbstractSession
Gets the value of a property.
getProperty(String, String) - Method in class com.sibvisions.rad.server.config.ApplicationZone
Gets the value of a property from the application configuration file.
getProperty(String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets the value of a property from the application configuration file.
getProperty(String, String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets the value of a property from the application configuration file.
getProperty(String) - Method in class com.sibvisions.rad.server.DetachedSession
Gets the value of a property.
getProperty(ConnectionInfo, String) - Method in class com.sibvisions.rad.server.DirectServerConnection
Gets a connection property.
getProperty(String) - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the value of a property.
getProperty(String) - Method in interface com.sibvisions.rad.server.IRequest
Gets the value of a request property.
getProperty(String) - Method in class com.sibvisions.rad.server.object.ExchangeSession
Gets the value of a session property.
getProperty(Object, String) - Method in class com.sibvisions.rad.server.Server
Gets the value of a session property.
getProperty(String) - Method in class com.sibvisions.rad.ui.AbstractFactory
Gets the value of the property with the given name.
getProperty(String) - Static method in class com.sibvisions.rad.ui.Webstart
Gets the value of a property through the PersistenceService.
getProperty(ConnectionInfo, String) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Gets a connection property.
getProperty(String) - Method in class com.sibvisions.util.Mail
Gets the value of a property.
getProperty(String) - Method in class javax.rad.remote.AbstractConnection
Gets a connection property.
getProperty(ConnectionInfo, String) - Method in interface javax.rad.remote.IConnection
Gets a connection property.
getProperty(String) - Method in interface javax.rad.server.IConfiguration
Gets the value of a property from the configuration.
getProperty(String, String) - Method in interface javax.rad.server.IConfiguration
Gets the value of a property from the configuration.
getProperty(Object, String) - Method in interface javax.rad.server.IServer
Gets the value of a session property.
getProperty(String) - Method in interface javax.rad.server.ISession
Gets the value of a property.
getProperty(String) - Method in interface javax.rad.ui.IFactory
Gets the value of the property with the given name.
getPropertyCount() - Method in class javax.rad.type.bean.AbstractBeanType
Gets the amount of properties.
getPropertyCount() - Method in interface javax.rad.type.bean.IBeanType
Gets the amount of properties.
getPropertyDefinition(int) - Method in class javax.rad.type.bean.AbstractBeanType
Gets the bean property for the given index.
getPropertyDefinition(String) - Method in class javax.rad.type.bean.AbstractBeanType
Gets the bean property for the given property name.
getPropertyDefinition(int) - Method in interface javax.rad.type.bean.IBeanType
Gets the bean property for the given index.
getPropertyDefinition(String) - Method in interface javax.rad.type.bean.IBeanType
Gets the bean property for the given property name.
getPropertyIndex(String) - Method in class javax.rad.type.bean.AbstractBeanType
Gets the index of the property name.
getPropertyIndex(String) - Method in interface javax.rad.type.bean.IBeanType
Gets the index of the property name.
getPropertyName() - Method in class javax.rad.remote.event.PropertyEvent
Gets the property name.
getPropertyNameForColumn(String) - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets the property name (Java standard) for the given column name.
getPropertyNameForColumn(String) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Gets the property name (Java standard) for the given column name.
getPropertyNames() - Method in class javax.rad.type.bean.AbstractBeanType
Gets the property names.
getPropertyNames() - Method in interface javax.rad.type.bean.IBeanType
Gets the property names.
getQueryColumns() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the query columns of the SELECT statement.
getQueryTimeout() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the query time out.
getQuotedBoundaries(String) - Static method in class com.sibvisions.util.type.StringUtil
Returns the boundaries of quoted strings.
getQuotedName() - Method in class com.sibvisions.rad.persist.jdbc.Name
Returns the quoted name to use in the database.
getQuotedName() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the quoted column name.
getRawHash(String, InputStream) - Static method in class com.sibvisions.util.SecureHash
Gets the raw hash of all content read from an InputStream.
getRawHash(String, byte[]) - Static method in class com.sibvisions.util.SecureHash
Gets the raw hash of specific data.
getRawHash() - Method in class com.sibvisions.util.SecureHash
Gets the current raw hash.
getReadAhead() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the count of rows which are read ahead from the IDBAccess.
getReadBytes() - Method in class com.sibvisions.util.io.ByteCountInputStream
Gets the read bytes.
getReadOnly() - Method in interface javax.rad.model.IRowDefinition
Gets the names of the columns which are read only.
getReadOnly() - Method in class javax.rad.model.RowDefinition
Gets the names of the columns which are read only.
getReadOnlyChecker() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the IReadOnlyChecker.
getReadOnlyChecker() - Method in interface javax.rad.model.IDataBook
Gets the IReadOnlyChecker.
getRealName() - Method in class com.sibvisions.rad.persist.jdbc.Name
Returns the real name.
getRealQueryColumnName(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the real query column name without alias.
getRealQueryColumnName() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the used name in the database (real column) for the query column.
getRed() - Method in class com.sibvisions.rad.ui.awt.impl.AwtColor
Returns the red component in the range 0-255 in the default sRGB space.
getRed() - Method in class javax.rad.genui.UIColor
Returns the red component in the range 0-255 in the default sRGB space.
getRed() - Method in interface javax.rad.ui.IColor
Returns the red component in the range 0-255 in the default sRGB space.
getReferencedColumnName(String) - Method in class javax.rad.model.reference.ColumnMapping
Gets the corresponding referenced column name to the given column name.
getReferencedColumnNames() - Method in class javax.rad.model.reference.ColumnMapping
Gets the referenced column names of the ReferenceDefinition.
getReferencedDataBook() - Method in class javax.rad.model.reference.ReferenceDefinition
Returns the referenced (master) IDataBook of the ReferenceDefinition.
getReferencedStorage() - Method in class javax.rad.model.reference.StorageReferenceDefinition
Returns the "name" of the referenced (master) IStorage of the StorageReferenceDefinition.
getRegisteredCommands() - Method in class javax.rad.application.genui.ControllerContent
Gets all registered commands.
getRegistryApplicationName(ILauncher) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Gets the application name out of the launcher.
getRegistryKey(String, String) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Gets the value for an application specific registry key.
getRegistryKey(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Gets the value for a specific key from the applications registry.
getRegistryKey(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets the value for a specific key from the applications registry.
getRegistryKey(String) - Method in class javax.rad.application.genui.UILauncher
Gets the value for a specific key from the applications registry.
getRegistryKey(String) - Method in interface javax.rad.application.ILauncher
Gets the value for a specific key from the applications registry.
getRelatedAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns the related Anchor.
getRelatedAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns the related Anchor.
getRelatedAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns the related Anchor.
getRelativeAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Gets the related unused auto size anchor.
getRelativeAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Gets the related unused auto size anchor.
getRepresentationColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the Representation column names.
getRepresentationColumnNames() - Method in class javax.rad.persist.MetaData
Returns the Representation column names.
getRequest() - Method in class com.sibvisions.rad.server.http.HttpContext
Gets the current request.
getRequestTime() - Method in class javax.rad.remote.event.CallBackEvent
Returns the time at which the remote method call was sent to the remote server.
getRequestURI(HttpServletRequest) - Method in class com.sibvisions.rad.server.http.ResourceServlet
Gets the request URI that was used from the client to communicate to the server.
getResource() - Method in class com.sibvisions.rad.ui.awt.impl.AwtResource
Gets the original resource corresponding with this wrapper object.
getResource(String) - Static method in class com.sibvisions.util.type.ResourceUtil
Finds a resource with a given name.
getResource(ClassLoader, String) - Static method in class com.sibvisions.util.type.ResourceUtil
Finds a resource with a given name.
getResource() - Method in class javax.rad.genui.celleditor.UICellEditor
Gets the original resource corresponding with this wrapper object.
getResource() - Method in class javax.rad.genui.event.ResourceEvent
Gets the UI resource.
getResource() - Method in class javax.rad.genui.UIComponent
Gets the original resource corresponding with this wrapper object.
getResource() - Method in class javax.rad.genui.UIFactoryResource
Gets the original resource corresponding with this wrapper object.
getResource() - Method in class javax.rad.genui.UIResource
Gets the original resource corresponding with this wrapper object.
getResource() - Method in interface javax.rad.ui.IResource
Gets the original resource corresponding with this wrapper object.
getResourceArchives() - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the current list of known resource archives.
getResourceAsStream(String) - Static method in class com.sibvisions.util.type.ResourceUtil
Finds a resource with a given name.
getResourceAsStream(ClassLoader, String) - Static method in class com.sibvisions.util.type.ResourceUtil
Finds a resource with a given name.
getResourceClassLoader(Object) - Static method in class com.sibvisions.util.type.ResourceUtil
Get the current class loader for a given object.
getResourceDirectoryName() - Method in class com.sibvisions.rad.server.http.DownloadServlet
Gets the name of the resource directory.
getResourceDirectoryName() - Method in class com.sibvisions.rad.server.http.ResourceServlet
Gets the name of the resource directory.
getResourceDirectoryName() - Method in class com.sibvisions.rad.server.http.UploadServlet
Gets the name of the resource directory.
getResourcePath() - Method in class javax.rad.util.TranslationMap
Gets the resource path.
getResponse() - Method in class com.sibvisions.rad.server.http.HttpContext
Gets the current esponse.
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.
getRetryCount() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets the number of retries if a communication error occurs.
getRetryInterval() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets the retry interval.
getRevision() - Method in class com.sibvisions.util.Version
Gets the revision number (x.x.x.4).
getRGBA() - Method in class com.sibvisions.rad.ui.awt.impl.AwtColor
Returns the red, green, blue and alpha component as one integer.
getRGBA() - Method in class javax.rad.genui.UIColor
Returns the red, green, blue and alpha component as one integer.
getRGBA() - Method in interface javax.rad.ui.IColor
Returns the red, green, blue and alpha component as one integer.
getRight() - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
The right margin of the IInsets.
getRight() - Method in class javax.rad.genui.UIInsets
The right margin of the IInsets.
getRight() - Method in interface javax.rad.ui.IInsets
The right margin of the IInsets.
getRightAlignedConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates right aligned constraints for the given column and row.
getRightAlignedConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates right aligned constraints for the given column and row.
getRightAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Returns the right anchor.
getRightAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the right border anchor.
getRightAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Returns the right anchor.
getRightAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the right border anchor.
getRightAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the right border anchor.
getRightAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the right border anchor.
getRightAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Returns the right anchor.
getRightButtonPanel() - Method in class com.sibvisions.rad.application.Dialog
Gets the panel that contains all "right" buttons.
getRightMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the right margin border anchor.
getRightMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the right margin border anchor.
getRightMarginAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the right margin border anchor.
getRightMarginAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the right margin border anchor.
getRightSpaceConstraints(IComponent) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the constraints right of the center constraint.
getRoles() - Method in interface javax.rad.application.IWorkScreenApplication
Gets all roles of the current user.
getRoot() - Method in class javax.rad.model.TreePathFinder
Gets the root TreePathFinder.
getRootCause(Throwable) - Static method in class com.sibvisions.util.type.ExceptionUtil
Gets the root cause of the given Throwable.
getRootDataBook() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the root data book.
getRootDataBook() - Method in interface javax.rad.model.IDataBook
Gets the root data book.
getRootDataBookIntern() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Evaluates the current root data book.
getRootName() - Method in class javax.rad.genui.UIComponent
Gets the name of the root UIComponent of this UIComponent.
getRootReference() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the tree root reference.
getRootReference() - Method in interface javax.rad.model.IDataBook
Gets the tree root reference.
getRowBottomAnchor(int) - Method in class javax.rad.genui.layout.UIFormLayout
Gets the bottom anchor of the given row.
getRowCalculator() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the IRowCalculator.
getRowCalculator() - Method in interface javax.rad.model.IDataBook
Gets the IRowCalculator.
getRowCount() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the number of rows which are currently held.
getRowCount() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Gets the number of rows which are currently held.
getRowCount() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Gets the row count.
getRowCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
Gets the row count.
getRowCount() - Method in interface javax.rad.model.IDataPage
Gets the number of rows which are currently held.
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
Gets the IRowDefinition that is used.
getRowDefinition() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the IRowDefinition that is used.
getRowDefinition() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Returns the row definition for the internal MemDataBook.
getRowDefinition() - Method in class com.sibvisions.rad.persist.MemDataBookStorage
Returns the row definition for the internal MemDataBook.
getRowDefinition() - Method in class javax.rad.model.ColumnDefinition
Returns the IRowDefinition for this ColumnDefinition.
getRowDefinition() - Method in interface javax.rad.model.IDataRow
Gets the IRowDefinition that is used.
getRowDefinitions() - Method in class javax.rad.model.ColumnView
Gets all IRowDefinition that are currently added.
getRowHeight() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Get the row height.
getRowHeight() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the row height.
getRowHeight() - Method in class javax.rad.genui.control.UITable
Gets the row height.
getRowHeight() - Method in interface javax.rad.ui.control.ITable
Gets the row height.
getRowIndex() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Gets the row index within the parent IDataPage.
getRowIndex() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the row index within the parent IDataPage.
getRowIndex() - Method in interface javax.rad.model.IChangeableDataRow
Gets the row index within the parent IDataPage.
getRows() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Returns the number of rows.
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.swing.impl.layout.AwtGridLayout
Returns the number of rows.
getRows() - Method in class javax.rad.genui.component.UITextArea
Returns the number of rows in this ITextArea.
getRows() - Method in class javax.rad.genui.layout.UIGridLayout
Returns the number of rows.
getRows() - Method in interface javax.rad.ui.component.ITextArea
Returns the number of rows in this ITextArea.
getRows() - Method in interface javax.rad.ui.layout.IGridLayout
Returns the number of rows.
getRowTopAnchor(int) - Method in class javax.rad.genui.layout.UIFormLayout
Gets the top anchor of the given row.
getRunningThreads() - Static method in class com.sibvisions.util.ThreadHandler
Gets all alive threads from the thread list.
getRunningThreads() - Method in class com.sibvisions.util.ThreadManager
Gets all "known" and alive threads.
getScale() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the scale of this column.
getScale() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns the scale of the BigDecimalDataType.
getScale() - Method in class javax.rad.persist.ColumnMetaData
Returns the scale of this column.
getScaledIcon(Icon, int, int, boolean) - Static method in class com.sibvisions.util.type.ImageUtil
Gets a scaled ImageIcon out of an Icon.
getScaledIcon(ImageIcon, int, int, boolean) - Static method in class com.sibvisions.util.type.ImageUtil
Gets a scaled ImageIcon out of an ImageIcon.
getScaledImage(InputStream, int, int, boolean) - Static method in class com.sibvisions.util.type.ImageUtil
Gets a scaled Image out of an InputStream.
getScaledImage(Image, int, int, boolean) - Static method in class com.sibvisions.util.type.ImageUtil
Gets a scaled Image out of an Image.
getScaledImage(Image, int, int, int, boolean) - Static method in class com.sibvisions.util.type.ImageUtil
Gets a scaled Image out of an Image.
getSchema() - Method in class com.sibvisions.rad.persist.jdbc.TableInfo
Gets the schema name.
getSchema() - Method in class com.sibvisions.util.xml.XmlWorker
Gets the resource name of the schema file for validation of the xml.
getScreenCenterLocation(Dimension) - Static method in class com.sibvisions.util.type.ScreenUtil
Gets the screen centered coordinates for the given component size.
getSearchColumnMapping() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Gets search columns for which should be searched in the linked cell.
getSearchColumnMapping() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets search columns for which should be searched in the linked cell.
getSearchColumnMapping() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets search columns for which should be searched in the linked cell.
getSecondComponent() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Returns the component to the right (or below) the divider.
getSecondComponent() - Method in class javax.rad.genui.container.UISplitPanel
Returns the component to the right (or below) the divider.
getSecondComponent() - Method in interface javax.rad.ui.container.ISplitPanel
Returns the component to the right (or below) the divider.
getSecret(Request, Response) - Method in class com.sibvisions.rad.server.http.rest.SecurityManagerVerifier
Returns the secret provided by the user.
getSecurityManager() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the security manager for this session.
getSelectedColumn() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the name of the selected column.
getSelectedColumn() - Method in interface javax.rad.model.IDataBook
Gets the name of the selected column.
getSelectedDataPageRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the selected row index relatively to the current IDataPage.
getSelectedDataPageRow() - Method in interface javax.rad.model.IDataBook
Returns the selected row index relatively to the current IDataPage.
getSelectedIndex() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the selected index, or -1 if no value is selected.
getSelectedIndex() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
getSelectedIndex() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns the currently selected index for this tabbedpane.
getSelectedIndex() - Method in class javax.rad.genui.container.UITabsetPanel
Returns the currently selected index for this tabbedpane.
getSelectedIndex() - Method in interface javax.rad.ui.container.ITabsetPanel
Returns the currently selected index for this tabbedpane.
getSelectedItem() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
getSelectedItem() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the current selected value, or null, if no one is selected.
getSelectedItem() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
getSelectedItem() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
getSelectedObjects() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getSelectedRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the index of the selected row.
getSelectedRow() - Method in interface javax.rad.model.IDataBook
Gets the index of the selected row.
getSelectedValue() - Method in class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
Gets the value for selected state.
getSelectedValue() - Method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Gets the value for selected state.
getSelectedValue() - Method in interface javax.rad.ui.celleditor.ICheckBoxCellEditor
Gets the value for selected state.
getSelectionMode() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the IDataBook.SelectionMode that is used.
getSelectionMode() - Method in interface javax.rad.model.IDataBook
Gets the IDataBook.SelectionMode that is used.
getSelectStatement(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, String, int, int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It initialize the select for a specified storage unit and return the SELECT statement.
getSelectStatement(ServerMetaData, String, String[], String, ICondition, String, String, SortDefinition, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It initialize the select for a specified storage unit and return the SELECT statement.
getSerializer() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets the current serializer.
getSeriesCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getSeriesKey(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getServer() - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets the associated IServer.
getServer() - Method in class com.sibvisions.rad.server.ServerContextImpl
Gets the server.
getServer() - Method in class javax.rad.server.AbstractObjectProvider
Gets the associated IServer.
getServer() - Method in class javax.rad.server.AbstractSessionManager
Gets the associated IServer.
getServerColumnMetaData() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns all ServerColumnMetaData columns.
getServerColumnMetaData(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the specific ServerColumnMetaData column.
getServerColumnMetaData(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the specific ServerColumnMetaData column index. -1 if the Column name doesn't exist.
getServerColumnMetaDataIndex(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the specific ServerColumnMetaData column index. -1 if the Column name doesn't exist.
getServerColumnMetaDataIndex(ServerColumnMetaData[], String) - Static method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns the specific ServerColumnMetaData column index. -1 if the Column name doesn't exist.
getServerConfig() - Method in class 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.
getServerIdentifier() - Method in class com.sibvisions.rad.server.ServerContextImpl
Gets the identifier of the server that started this context.
getServerIdentifier() - Method in class javax.rad.server.ServerContext
Gets the identifier of the server that started this context.
getServerStartupTime() - Method in class com.sibvisions.rad.server.Monitoring
Gets the startup time of the server.
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.http.rest.LifeCycleConnector
Gets the session.
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 com.sibvisions.rad.server.ServerContextImpl
Gets the session instance if available.
getSession() - Method in class javax.rad.server.event.SessionEvent
Gets the event session.
getSession() - Method in class javax.rad.server.push.PushMessage
Gets the session.
getSession() - Method in class javax.rad.server.ServerContext
Gets the session instance if available.
getSession() - Method in class javax.rad.server.SessionContext
Gets the ISession instance for this context.
getSessionConfig() - Method in class javax.rad.server.SessionContext
Gets the IConfiguration for the session.
getSessionCount() - Method in class com.sibvisions.rad.server.Monitoring
Gets the number of opened sessions.
getSessionIds() - Method in class com.sibvisions.rad.server.Monitoring
Gets the session identifiers of all currently opened sessions.
getSessionListeners() - Method in class com.sibvisions.rad.server.DefaultSessionManager
Gets the list of known listeners.
getSessionListeners() - Method in class javax.rad.server.AbstractSessionManager
Gets the list of known listeners.
getSessionManager() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the session manager for this session.
getSessionManager() - Method in class com.sibvisions.rad.server.Server
Gets the AbstractSessionManager.
getSessionManager() - Method in interface javax.rad.server.IServer
Gets the AbstractSessionManager.
getSessionObject(ISession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets the life-cycle object for a session.
getSetMethod(String) - Method in class javax.rad.type.bean.BeanType
Gets the method for getting a value, in case of a class based BeanType and the property exists, null otherwise.
getSetup() - Method in class javax.rad.application.genui.Application
Gets the application setup, if used.
getShortenedWords(String, int) - Static method in class com.sibvisions.util.type.StringUtil
Gets all words from the given text with the given maximum length.
getSimpleEnvironmentName(ISession) - Static method in class com.sibvisions.rad.server.security.DBSecurityManager
Gets the name of the environment from the given session, without additional information.
getSimpleEnvironmentName() - Method in class javax.rad.application.genui.UILauncher
Gets the environment name without additional information.
getSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns the size of this component in the form of a IDimension object.
getSize() - Method in class com.sibvisions.rad.ui.awt.impl.AwtFont
Returns the point size of this IFont, rounded to an integer.
getSize() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
getSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
getSize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxFontAwesomeIcon
Gets the size.
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.LongDataType
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.
getSkippedBytes() - Method in class com.sibvisions.util.io.ByteCountInputStream
Gets the skipped bytes.
getSort() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the used SortDefinition.
getSort() - Method in interface javax.rad.model.IDataBook
Gets the used SortDefinition.
getSource() - Method in class javax.rad.remote.event.CallBackEvent
Gets the source object of this event.
getSource() - Method in class javax.rad.ui.event.UIEvent
The object on which the Event initially occurred.
getSourceSession() - Method in class javax.rad.server.event.SessionEvent
Gets the event source session.
getSQL(ServerMetaData, ICondition, boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the ANSI SQL String for this ICondition.
getSqlType() - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Gets the SQL type.
getSQLType() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the SQL type of this column.
getSQLTypeName() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns the SQL type name of this column.
getStartTime() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the session start/create time.
getStartTime() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the session start/create time.
getStartTime() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the session start/create time.
getStartTime() - Method in interface javax.rad.server.ISession
Gets the session start/create time.
getStartupTime() - Method in class com.sibvisions.rad.server.Server
Gets the server startup time.
getStartX(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getStartY(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getState() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Gets the state of this frame (obsolete).
getState() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Gets the state of this frame (obsolete).
getState() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Gets the state of this frame (obsolete).
getState() - Method in class javax.rad.genui.container.AbstractFrame
Gets the state of this frame (obsolete).
getState() - Method in interface javax.rad.ui.container.IFrame
Gets the state of this frame (obsolete).
getStatement() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ParameterizedStatement
Gets the statement.
getStorage() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the IStorage that is changed.
getStorageImpl() - Method in class com.sibvisions.rad.persist.StorageDataBook
Gets the configured storage implementation.
getStyle() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Gets the style definition.
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.swing.ext.format.CellFormat
Gets the style.
getStyle() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Gets the style definition.
getStyle() - Method in class javax.rad.genui.control.UICellFormat
Gets the style definition.
getStyle() - Method in class javax.rad.genui.UIComponent
Gets the style definition.
getStyle() - Method in class javax.rad.genui.UIFont
Returns the style of this IFont.
getStyle() - Method in interface javax.rad.ui.control.ICellFormat
Gets the style definition.
getStyle() - Method in interface javax.rad.ui.IComponent
Gets the style definition.
getStyle() - Method in interface javax.rad.ui.IFont
Returns the style of this IFont.
getStyleNames() - Method in class javax.rad.ui.Style
Gets the list of already defined style names.
getSubConnections() - Method in class javax.rad.remote.MasterConnection
Returns a cloned list of sub connections.
getSubInfoLabel() - Method in class com.sibvisions.rad.application.About
Gets the subinfo label.
getSubNodes() - Method in class com.sibvisions.util.xml.XmlNode
Deprecated. since 2.6 use XmlNode.getNodes() instead.
getSubPath(int) - Method in class javax.rad.model.TreePath
Returns the sub path from the position of the given level.
getSubSessionIds(Object) - Method in class com.sibvisions.rad.server.Monitoring
Gets all available sub sessions for the given master session.
getSubStorages() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Gets all known sub storages as key/value pair.
getSystemColor(String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Gets the system color.
getSystemColor(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
This encapsulate symbolic colors representing the color of native GUI objects on a system.
getSystemColor(String) - Static method in class javax.rad.genui.UIColor
This encapsulate symbolic colors representing the color of native GUI objects on a system.
getSystemColor(String) - Method in interface javax.rad.ui.IFactory
This encapsulate symbolic colors representing the color of native GUI objects on a system.
getSystemColorName(UIColor) - Static method in class javax.rad.genui.UIColor
Gets the name of a system color.
getSystemCustomCursor(String) - Static method in class com.sibvisions.rad.ui.awt.impl.AwtCursor
Returns a system-specific custom cursor object matching the specified name.
getSystemCustomCursor(String) - Method in class com.sibvisions.rad.ui.awt.impl.AwtFactory
Returns a system-specific custom ICursor object matching the specified name.
getSystemCustomCursor(String) - Static method in class javax.rad.genui.UICursor
Returns a system-specific custom ICursor object matching the specified name.
getSystemCustomCursor(String) - Method in interface javax.rad.ui.IFactory
Returns a system-specific custom ICursor object matching the specified name.
getSystemIdentifier() - Method in class com.sibvisions.rad.server.ServerContextImpl
Gets the system identifier.
getSystemIdentifier() - Method in class javax.rad.server.ServerContext
Gets the system identifier.
getSystemProxy(String) - Static method in class com.sibvisions.util.ProxyUtil
Gets the system proxy for the given URL.
getTabbedPane() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Gets the tab pane.
getTabIndex() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns the desired tab index.
getTabIndex() - Method in class javax.rad.genui.UIComponent
Returns the desired tab index.
getTabIndex() - Method in interface javax.rad.ui.IComponent
Returns the desired tab index.
getTabLayoutPolicy() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns the policy used by the tabbedpane to layout the tabs when all the tabs will not fit within a single run.
getTabLayoutPolicy() - Method in class javax.rad.genui.container.UITabsetPanel
Returns the policy used by the tabbedpane to layout the tabs when all the tabs will not fit within a single run.
getTabLayoutPolicy() - Method in interface javax.rad.ui.container.ITabsetPanel
Returns the policy used by the tabbedpane to layout the tabs when all the tabs will not fit within a single run.
getTable() - Method in class com.sibvisions.rad.persist.jdbc.TableInfo
Gets the table name.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
getTableForSynonym(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the full qualified table name incl. schema/catalog/db link for the given synonym.
getTableForSynonymIntern(String, String) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Gets the table name for a synonym.
getTableForSynonymIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Returns the full qualified table name incl. schema/catalog/db link for the given synonym.
getTableForSynonymIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the full qualified table name incl. schema/catalog/db link for the given synonym.
getTableForSynonymIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
Returns the full qualified table name incl. schema/catalog/db link for the given synonym.
getTableForSynonymIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess
Returns the full qualified table name incl. schema/catalog/db link for the given synonym.
getTableForSynonymIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.TiberoDBAccess
Returns the full qualified table name incl. schema/catalog/db link for the given synonym.
getTableInfo(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getTableInfoIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getTableInfoIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getTableInfoIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getTableInfoIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.DerbyDBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getTableInfoIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.HanaDBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getTableInfoIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getTableInfoIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getTableInfoIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getTableInfoIntern(String) - Method in class com.sibvisions.rad.persist.jdbc.SQLiteDBAccess
Returns the meta data information for the specified query, and configures all columns with defaults.
getTableName(IConfiguration, String) - Static method in class com.sibvisions.rad.server.config.DBObjects
Gets the name of a table, as it is in the database.
getTabNavigationMode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the ENTER navigation mode.
getTabNavigationMode() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the navigation mode for the TAB key.
getTabNavigationMode() - Method in class javax.rad.genui.control.UITable
Gets the navigation mode for the TAB key.
getTabNavigationMode() - Method in interface javax.rad.ui.control.INavigationControl
Gets the navigation mode for the TAB key.
getTabPlacement() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Gets the tab placement.
getTabPlacement() - Method in class javax.rad.genui.container.UITabsetPanel
Gets the tab placement.
getTabPlacement() - Method in interface javax.rad.ui.container.ITabsetPanel
Gets the tab placement.
getText() - Method in class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
Gets the text of the checkbox button.
getText() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Returns the text string that the label displays.
getText() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Returns the text string that the label displays.
getText(String, char...) - Static method in class com.sibvisions.util.type.StringUtil
Gets only specific characters from a string.
getText(String, StringUtil.TextType) - Static method in class com.sibvisions.util.type.StringUtil
Gets only specific characters from a string.
getText() - Method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Gets the text of the checkbox button.
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.celleditor.ICheckBoxCellEditor
Gets the text of the checkbox button.
getText() - Method in interface javax.rad.ui.component.ILabel
Returns the text string that the label displays.
getTextArea() - Method in class com.sibvisions.rad.application.About
Gets the textarea for the text.
getTextArea() - Method in class com.sibvisions.rad.application.Error
Gets the message text area.
getTextAt(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns the tab text at pIndex.
getTextAt(int) - Method in class javax.rad.genui.container.UITabsetPanel
Returns the tab text at pIndex.
getTextAt(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Returns the tab text at pIndex.
getThreadClassLoader() - Static method in class com.sibvisions.util.type.ResourceUtil
Gets the resource class loader for the current thread, if set.
getThrowable(Throwable, Class<T>) - Static method in class com.sibvisions.util.type.ExceptionUtil
Gets the Throwable from the chain that the given Class is assignable from.
getThrowables(Throwable) - Static method in class com.sibvisions.util.type.ExceptionUtil
Gets a List of all Throwables and causes including pThrowable as first element.
getTimeout() - Method in class javax.rad.io.RemoteFileHandle
Gets the ObjectCache key.
getTimeout() - Method in class javax.rad.remote.AbstractConnection
Gets the timeout of the connection.
getTitle() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the title.
getTitle() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Gets the title of the frame.
getTitle() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Gets the title of the frame.
getTitle() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the title.
getTitle() - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Gets the current window title.
getTitle() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Gets the title of the frame.
getTitle() - Method in class javax.rad.genui.container.AbstractFrame
Gets the title of the frame.
getTitle() - Method in class javax.rad.genui.control.UIChart
Gets the title.
getTitle() - Method in interface javax.rad.ui.container.IFrame
Gets the title of the frame.
getTitle() - Method in interface javax.rad.ui.control.IChart
Gets the title.
getToolBar() - Method in class com.sibvisions.rad.application.Application
Gets the application tool bar.
getToolBar(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Gets the JToolBar at a specific index.
getToolBar() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Gets the internal toolbar.
getToolBar(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Gets the IToolBar from a specific index.
getToolBar(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Gets the IToolBar from a specific index.
getToolBar(int) - Method in class javax.rad.genui.container.AbstractFrame
Gets the IToolBar from a specific index.
getToolBar(int) - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets the IToolBar from a specific index.
getToolBar(int) - Method in class javax.rad.genui.container.UIToolBarPanel
Gets the IToolBar from a specific index.
getToolBar(int) - Method in interface javax.rad.ui.container.IToolBarPanel
Gets the IToolBar from a specific index.
getToolBarArea() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class javax.rad.genui.container.AbstractFrame
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in class javax.rad.genui.container.UIToolBarPanel
Gets the area where the toolbar(s) are added.
getToolBarArea() - Method in interface javax.rad.ui.container.IToolBarPanel
Gets the area where the toolbar(s) are added.
getToolBarCount() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Gets the number of JToolBars in this panel.
getToolBarCount() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in class javax.rad.genui.container.AbstractFrame
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in class javax.rad.genui.container.UIToolBarPanel
Gets the number of IToolBars in this panel.
getToolBarCount() - Method in interface javax.rad.ui.container.IToolBarPanel
Gets the number of IToolBars in this panel.
getToolTipText() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns the tooltip string that has been set with setToolTipText.
getToolTipText() - Method in class com.sibvisions.rad.ui.swing.impl.SwingComponent
Returns the tooltip string that has been set with setToolTipText.
getToolTipText() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns the tooltip string that has been set with setToolTipText.
getToolTipText() - Method in class javax.rad.genui.UIComponent
Returns the tooltip string that has been set with setToolTipText.
getToolTipText() - Method in interface javax.rad.ui.IComponent
Returns the tooltip string that has been set with setToolTipText.
getTop() - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
The top margin of the IInsets.
getTop() - Method in class javax.rad.genui.UIInsets
The top margin of the IInsets.
getTop() - Method in interface javax.rad.ui.IInsets
The top margin of the IInsets.
getTopAlignedConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates top aligned constraints for the given column and row.
getTopAlignedConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates top aligned constraints for the given column and row.
getTopAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Returns the top anchor.
getTopAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the top border anchor.
getTopAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Returns the top anchor.
getTopAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the top border anchor.
getTopAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the top border anchor.
getTopAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the top border anchor.
getTopAnchor() - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Returns the top anchor.
getTopMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns the top margin border anchor.
getTopMarginAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the top margin border anchor.
getTopMarginAnchor() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the top margin border anchor.
getTopMarginAnchor() - Method in interface javax.rad.ui.layout.IFormLayout
Returns the top margin border anchor.
getTopSpaceConstraints(IComponent) - Method in class javax.rad.genui.layout.UIFormLayout
Creates the constraints top of the center constraint.
getTransactionTimeout() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the transaction time out.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Gets the possible translation mapping.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the possible translation mapping.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets the possible translation mapping.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets the possible translation mapping.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Gets the translation mapping.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the possible translation mapping.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets the possible translation mapping.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Gets the translation for the window.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Gets the translation for the window.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the translation for this table.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Gets the possible translation mapping.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the translation for this table.
getTranslation() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets the possible translation mapping.
getTranslation() - Method in class javax.rad.genui.UIComponent
Gets the possible translation mapping.
getTranslation() - Method in interface javax.rad.model.ui.ITranslatable
Gets the possible translation mapping.
getTranslation() - Method in interface javax.rad.ui.container.IWindow
Gets the translation for the window.
getTranslation() - Method in interface javax.rad.ui.control.IChart
Gets the translation for this table.
getTranslation() - Method in interface javax.rad.ui.control.ITable
Gets the translation for this table.
getTranslator() - Method in class javax.rad.model.datatype.StringDataType
Gets the translator for translating.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataRowTreeCellRenderer
getTreePath() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the tree current tree path.
getTreePath() - Method in interface javax.rad.model.IDataBook
Gets the tree current tree path.
getType() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets the type of change.
getType() - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Gets the parameter type.
getType() - Method in class com.sibvisions.rad.ui.awt.impl.AwtCursor
Returns the type for this cursor.
getType() - Method in class com.sibvisions.util.xml.XmlNode
Gets the node type.
getType() - Method in class javax.rad.genui.UICursor
Returns the type for this cursor.
getType() - Method in class javax.rad.server.push.PushMessage
Gets the message type.
getType() - Method in class javax.rad.server.ResultObject
Gets the type of a remote method call.
getType() - Method in class javax.rad.type.bean.PropertyDefinition
Gets the property type.
getType() - Method in interface javax.rad.ui.ICursor
Returns the type for this cursor.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.BeanSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.BooleanSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ByteArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ByteSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.CharacterSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.CharArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.DateSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.DecimalSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.DoubleSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.EnumSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.FloatArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.FloatSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.IntArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.IntegerSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in interface com.sibvisions.rad.remote.serializer.ITypeSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.LongArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.LongSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.NullSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ObjectSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ShortArraySerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ShortSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.StringSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.rad.remote.serializer.XmlNodeSerializer
Gets the type class that can be serialized by this serializer.
getTypeClass() - Method in class com.sibvisions.util.Reflective.Parameter
Gets the type class.
getTypeClass() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in class javax.rad.model.datatype.BinaryDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in class javax.rad.model.datatype.BooleanDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in interface javax.rad.model.datatype.IDataType
Returns the class of the Object's handled by IDataType.
getTypeClass() - Method in class javax.rad.model.datatype.LongDataType
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.BinaryType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.BooleanType
Returns the class used by this type.
getTypeClass() - Method in class javax.rad.type.DateType
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.FileHandleType
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.TimestampType
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.persist.jdbc.ServerColumnMetaData
Returns the used data type for this ServerColumnMetaData.
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.LongDataType
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.
getTypeIdentifier() - Method in class javax.rad.persist.ColumnMetaData
Returns the used data type for this ColumnMetaData.
getTypeName() - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Gets the SQL type name.
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.
getUIComponent() - Method in class javax.rad.genui.UIComponent
Gets the genui component, thats ui resource is added to the parents ui resource.
getUID() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Gets the internal unique identifier for this IDataRow.
getUID() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the internal unique identifier for this IDataRow.
getUID() - Method in interface javax.rad.model.IChangeableDataRow
Gets the internal unique identifier for this IDataRow.
getUIInvoker() - Method in class javax.rad.remote.AbstractConnection
Gets the UI invoker.
getUIInvoker() - Method in class javax.rad.remote.MasterConnection
Gets the UI invoker.
getUIInvoker() - Method in class javax.rad.remote.SubConnection
Gets the UI invoker.
getUIResource() - Method in class javax.rad.genui.AbstractUIFactoryResource
Gets the UI resource corresponding with this wrapper object.
getUIResource() - Method in class javax.rad.genui.UIResource
Gets the UI resource corresponding with this wrapper object.
getUIResourceContainer() - Method in class javax.rad.genui.UIContainer
Gets a new UIResource.
getUniqueKeys(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It gets all columns for each Unique Key and return it.
getUniqueKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
It gets all columns for each Unique Key and return it.
getUniqueKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It gets all columns for each Unique Key and return it.
getUniqueKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HanaDBAccess
It gets all columns for each Unique Key and return it.
getUniqueKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
It gets all columns for each Unique Key and return it.
getUniqueKeysIntern(String, String, String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
It gets all columns for each Unique Key and return it.
getUntranslated() - Method in class javax.rad.util.TranslationMap
Gets all the untranslated texts.
getUploadExecutor() - Method in class javax.rad.io.TransferContext
Gets the upload executor.
getUploadURL() - Method in class com.sibvisions.rad.remote.http.HttpConnection
Gets the upload URL.
getUrl() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the jdbc url String for this database.
getUrl() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
Gets the connection url.
getURL(String) - Method in interface com.sibvisions.util.type.IResourceArchive
Gets the URL for the given resource.
getUserName() - Method in class com.sibvisions.rad.application.Login
Gets the user name.
getUsername() - Method in class com.sibvisions.rad.persist.jdbc.DataSourceConnectionPool
Gets the user name.
getUsername() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the user name to connect with.
getUserName() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
Gets the username, needed to establish a valid connection.
getUserName() - Method in class com.sibvisions.rad.server.AbstractSession
Gets the sessions user name.
getUserName() - Method in class com.sibvisions.rad.server.DetachedSession
Gets the sessions user name.
getUserName() - Method in class com.sibvisions.rad.server.DirectServerSession
Gets the sessions user name.
getUserName() - Method in class javax.rad.remote.AbstractConnection
Gets the user name which will be used from the remote server to authenticate the connection.
getUserName() - Method in interface javax.rad.server.ISession
Gets the sessions user name.
getUUID() - Method in class com.sibvisions.rad.server.protocol.Record
Gets the Universal Unique Identifier.
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(int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the value of the column by index.
getValue(String) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns the value of the named column.
getValue() - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Gets the current value.
getValue(Object, String) - Static method in class com.sibvisions.util.Reflective
Gets the value from a field.
getValue(Object, Field) - Static method in class com.sibvisions.util.Reflective
Gets the value from a vield.
getValue() - Method in class com.sibvisions.util.Reflective.Parameter
Gets the value.
getValue() - Method in class com.sibvisions.util.xml.XmlNode
Gets the node value.
getValue() - Method in class javax.rad.model.condition.CompareCondition
Returns the value to use in the compare.
getValue() - Method in class javax.rad.model.condition.ContainsIgnoreCase
Returns the value to use in the compare.
getValue() - Method in class javax.rad.model.condition.StartsWithIgnoreCase
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.
getValue() - Method in class javax.rad.util.Parameter
Gets the value.
getValueAsString(String) - Method in class com.sibvisions.rad.model.mem.DataRow
Returns the value of the named column converted to a String.
getValueAsString(String) - Method in interface javax.rad.model.IDataRow
Returns the value of the named column converted to a 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
Gets the values from all specified columns as an Object array.
getValues(String[]) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets the values from all specified columns as an Object array.
getValues() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ParameterizedStatement
Gets the values.
getValues(String[]) - Method in interface javax.rad.model.IDataRow
Gets the values from all specified columns as an Object array.
getValuesAsArray() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ParameterizedStatement
Gets the DBAccess.ParameterizedStatement.getValues() as array.
getValuesAsString(String[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Gets the values from all specified columns and converts them to a String array.
getValuesAsString(String[]) - Method in interface javax.rad.model.IDataRow
Gets the values from all specified columns and converts them to a String array.
getVCenterConstraints(int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates vertical centered constraints for the given column and row.
getVCenterConstraints(int, int, int, int) - Method in class javax.rad.genui.layout.UIFormLayout
Creates vertical centered constraints for the given column and row.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.celleditor.AbstractStyledCellEditor
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.JVxEditor
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Gets the vertical alignment of the icon.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the alignment for the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the alignment for the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns the alignment along the y axis.
getVerticalAlignment(int) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the vertical IAlignmentConstants alignment from given JVxConstants alignment.
getVerticalAlignment() - Method in class javax.rad.genui.celleditor.UICellEditor
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.celleditor.UIImageViewer
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.component.AbstractUITextField
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.component.UIIcon
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.component.UILabel
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.container.UIGroupPanel
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.control.UIEditor
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.layout.UIFlowLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in class javax.rad.genui.layout.UIFormLayout
Returns the alignment along the y axis.
getVerticalAlignment() - Method in interface javax.rad.ui.IAlignmentConstants
Returns the alignment along the y axis.
getVerticalAnchors() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Returns all vertical anchors used by this layout.
getVerticalAnchors() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Returns all vertical anchors used by this layout.
getVerticalAnchors() - Method in class javax.rad.genui.layout.UIFormLayout
Returns all vertical anchors used by this layout.
getVerticalAnchors() - Method in interface javax.rad.ui.layout.IFormLayout
Returns all vertical anchors used by this layout.
getVerticalComponentAlignment() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the component alignment for the x axis.
getVerticalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Gets the vertical gap between components.
getVerticalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Gets the vertical gap.
getVerticalGap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
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.swing.impl.layout.AwtGridLayout
Returns the vertical gap between components.
getVerticalGap() - Method in class javax.rad.genui.UILayout
Returns the vertical gap between components.
getVerticalGap() - Method in interface javax.rad.ui.ILayout
Returns the vertical gap between components.
getVerticalSwingAlignment(int) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the vertical JVxConstants alignment from given IAlignmentConstants alignment.
getVerticalTextPosition() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Returns the vertical position of the text relative to the icon.
getVerticalTextPosition() - Method in class javax.rad.genui.component.AbstractUIButton
Returns the vertical position of the text relative to the icon.
getVerticalTextPosition() - Method in interface javax.rad.ui.component.IButton
Returns the vertical position of the text relative to the icon.
getViewportView() - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Gets the view port view.
getWhen() - Method in class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Returns the timestamp of when this event occurred.
getWhen() - Method in class javax.rad.ui.event.UIEvent
Returns the timestamp of when this event occurred, in milliseconds since epoch.
getWhereClause(ServerMetaData, ICondition, String, boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the WHERE clause for a UPDATE, DELETE or SELECT statement specified with a Filter.
getWhereClause() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the string to place in the SELECT statement after the last WHERE condition from the Filter or MasterReference (Master-Detail Condition).
getWidth() - Method in class com.sibvisions.rad.ui.awt.impl.AwtDimension
The width of the IDimension.
getWidth() - Method in class com.sibvisions.rad.ui.awt.impl.AwtImage
Determines the width of the image.
getWidth() - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
The width of the IDimension.
getWidth() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
getWidth() - Method in class com.sibvisions.rad.ui.swing.impl.SwingImage
Determines the width of the image.
getWidth() - Method in class javax.rad.genui.UIDimension
The width of the IDimension.
getWidth() - Method in class javax.rad.genui.UIImage
Determines the width of the image.
getWidth() - Method in class javax.rad.genui.UIRectangle
The width of the IDimension.
getWidth() - Method in class javax.rad.model.ColumnDefinition
Returns the size of this column, which is used in GUI control to display.
getWidth() - Method in interface javax.rad.ui.IDimension
The width of the IDimension.
getWidth() - Method in interface javax.rad.ui.IImage
Determines the width of the image.
getWindowWillBeActiveSoon() - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Get the window, that will get the focus soon.
getWorkingDirectory() - Method in class com.sibvisions.util.Execute
Gets the working directory, if set.
getWorkScreens() - Method in interface javax.rad.application.IWorkScreenApplication
Gets all open work screens.
getWrappedException(Throwable) - Static method in class javax.rad.util.EventHandler
Gets the cause of an exception that is a wrapper exception, like InvocationTargetException.
getWrappedExceptionAllowSilent(Throwable) - Static method in class javax.rad.util.EventHandler
Gets the cause of an exception that is a wrapper exception, like InvocationTargetException.
getWritableColumnIndices() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns all writable column name indices.
getWritableColumnNames() - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Returns all writable column names.
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
Gets the IDataBook.WriteBackIsolationLevel that is used.
getWritebackIsolationLevel() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Gets the default IDataBook.WriteBackIsolationLevel for all added IDataBooks.
getWritebackIsolationLevel() - Method in interface javax.rad.model.IDataBook
Gets the IDataBook.WriteBackIsolationLevel that is used.
getWritebackIsolationLevel() - Method in interface javax.rad.model.IDataSource
Gets the default IDataBook.WriteBackIsolationLevel for all added IDataBooks.
getWritebackTable() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the WritebackTable, which is used for the INSERT, UPDATE, DELETE calls.
getWritebackTable(String) - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
Returns the WritebackTable as toUpper, because of the meta data bug in HSQL.
getWritebackTableCatalog() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Gets the catalog name of the writeback table.
getWritebackTableSchema() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Gets the schema name of the writeback table.
getWriter() - Static method in class com.sibvisions.rad.server.protocol.ProtocolFactory
Construct (if necessary) and return an IProtocolWriter instance, using the factory's current set of configuration attributes.
getWrittenBytes() - Method in class com.sibvisions.util.io.ByteCountOutputStream
Gets the number of already written bytes.
getX() - Method in class com.sibvisions.rad.ui.awt.impl.AwtPoint
The X coordinate of the upper-left corner of the IPoint.
getX() - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
The X coordinate of the upper-left corner of the IPoint.
getX(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getX() - Method in class javax.rad.genui.UIPoint
The X coordinate of the upper-left corner of the IPoint.
getX() - Method in class javax.rad.genui.UIRectangle
The X coordinate of the upper-left corner of the IPoint.
getX() - Method in class javax.rad.ui.event.UIMouseEvent
Returns the horizontal x position of the event relative to the source component.
getX() - Method in interface javax.rad.ui.IPoint
The X coordinate of the upper-left corner of the IPoint.
getXAxisTitle() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the x axis title.
getXAxisTitle() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the x axis title.
getXAxisTitle() - Method in class javax.rad.genui.control.UIChart
Gets the x axis title.
getXAxisTitle() - Method in interface javax.rad.ui.control.IChart
Gets the x axis title.
getXColumnName() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the x column name.
getXColumnName() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the x column name.
getXColumnName() - Method in class javax.rad.genui.control.UIChart
Gets the x column name.
getXColumnName() - Method in interface javax.rad.ui.control.IChart
Gets the x column name.
getXmlValue(String) - Static method in class com.sibvisions.util.xml.XmlNode
Returns the given value as XML value.
getY() - Method in class com.sibvisions.rad.ui.awt.impl.AwtPoint
The Y coordinate of the upper-left corner of the IPoint.
getY() - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
The Y coordinate of the upper-left corner of the IPoint.
getY(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
getY() - Method in class javax.rad.genui.UIPoint
The Y coordinate of the upper-left corner of the IPoint.
getY() - Method in class javax.rad.genui.UIRectangle
The Y coordinate of the upper-left corner of the IPoint.
getY() - Method in class javax.rad.ui.event.UIMouseEvent
Returns the vertical y position of the event relative to the source component.
getY() - Method in interface javax.rad.ui.IPoint
The Y coordinate of the upper-left corner of the IPoint.
getYAxisTitle() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the y axis title.
getYAxisTitle() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the y axis title.
getYAxisTitle() - Method in class javax.rad.genui.control.UIChart
Gets the y axis title.
getYAxisTitle() - Method in interface javax.rad.ui.control.IChart
Gets the y axis title.
getYColumnNames() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the y column names.
getYColumnNames() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets the y column names.
getYColumnNames() - Method in class javax.rad.genui.control.UIChart
Gets the y column names.
getYColumnNames() - Method in interface javax.rad.ui.control.IChart
Gets the y column names.
getYesValue(IConfiguration) - Static method in class com.sibvisions.rad.server.config.DBObjects
Gets the yes value for yes/no fields.
GG_CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) gg-circle image (used for toolbar buttons or icons).
GG_CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) gg-circle image (used for menuitems or buttons).
GG_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) gg image (used for toolbar buttons or icons).
GG_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) gg image (used for menuitems or buttons).
GIFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) gift image (used for toolbar buttons or icons).
GIFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) gift image (used for menuitems or buttons).
GIT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) git image (used for toolbar buttons or icons).
GIT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) git image (used for menuitems or buttons).
GIT_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) git-square image (used for toolbar buttons or icons).
GIT_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) git-square image (used for menuitems or buttons).
GITHUB_ALT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) github-alt image (used for toolbar buttons or icons).
GITHUB_ALT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) github-alt image (used for menuitems or buttons).
GITHUB_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) github image (used for toolbar buttons or icons).
GITHUB_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) github image (used for menuitems or buttons).
GITHUB_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) github-square image (used for toolbar buttons or icons).
GITHUB_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) github-square image (used for menuitems or buttons).
GITTIP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) gittip image (used for toolbar buttons or icons).
GITTIP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) gittip image (used for menuitems or buttons).
GLASS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) glass image (used for toolbar buttons or icons).
GLASS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) glass image (used for menuitems or buttons).
GLOBE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) globe image (used for toolbar buttons or icons).
GLOBE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) globe image (used for menuitems or buttons).
GOOGLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) google image (used for toolbar buttons or icons).
GOOGLE_PLUS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) google-plus image (used for toolbar buttons or icons).
GOOGLE_PLUS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) google-plus image (used for menuitems or buttons).
GOOGLE_PLUS_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) google-plus-square image (used for toolbar buttons or icons).
GOOGLE_PLUS_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) google-plus-square image (used for menuitems or buttons).
GOOGLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) google image (used for menuitems or buttons).
GOOGLE_WALLET_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) google-wallet image (used for toolbar buttons or icons).
GOOGLE_WALLET_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) google-wallet image (used for menuitems or buttons).
GRADUATION_CAP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) graduation-cap image (used for toolbar buttons or icons).
GRADUATION_CAP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) graduation-cap image (used for menuitems or buttons).
GRATIPAY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) gratipay image (used for toolbar buttons or icons).
GRATIPAY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) gratipay image (used for menuitems or buttons).
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.
GROUP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) group image (used for toolbar buttons or icons).
GROUP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) group image (used for menuitems or buttons).
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
 
groups() - Method in class com.sibvisions.util.GroupHashtable
Returns an enumeration of all groups.

H

H2DBAccess - Class in com.sibvisions.rad.persist.jdbc
The H2DBAccess is the implementation for the H2 database.
H2DBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.H2DBAccess
Creates a new instance of H2DBAccess.
H_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) h-square image (used for toolbar buttons or icons).
H_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) h-square image (used for menuitems or buttons).
HACKER_NEWS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hacker-news image (used for toolbar buttons or icons).
HACKER_NEWS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hacker-news image (used for menuitems or buttons).
HanaDBAccess - Class in com.sibvisions.rad.persist.jdbc
The HanaDBAccess is the implementation for SAP HANA databases.
HanaDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.HanaDBAccess
Constructs a new HanaDBAccess Object.
HAND_CURSOR - Static variable in interface javax.rad.ui.ICursor
The hand cursor type.
HAND_GRAB_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-grab-o image (used for toolbar buttons or icons).
HAND_GRAB_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-grab-o image (used for menuitems or buttons).
HAND_LIZARD_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-lizard-o image (used for toolbar buttons or icons).
HAND_LIZARD_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-lizard-o image (used for menuitems or buttons).
HAND_O_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-o-down image (used for toolbar buttons or icons).
HAND_O_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-o-down image (used for menuitems or buttons).
HAND_O_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-o-left image (used for toolbar buttons or icons).
HAND_O_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-o-left image (used for menuitems or buttons).
HAND_O_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-o-right image (used for toolbar buttons or icons).
HAND_O_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-o-right image (used for menuitems or buttons).
HAND_O_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-o-up image (used for toolbar buttons or icons).
HAND_O_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-o-up image (used for menuitems or buttons).
HAND_PAPER_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-paper-o image (used for toolbar buttons or icons).
HAND_PAPER_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-paper-o image (used for menuitems or buttons).
HAND_PEACE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-peace-o image (used for toolbar buttons or icons).
HAND_PEACE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-peace-o image (used for menuitems or buttons).
HAND_POINTER_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-pointer-o image (used for toolbar buttons or icons).
HAND_POINTER_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-pointer-o image (used for menuitems or buttons).
HAND_ROCK_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-rock-o image (used for toolbar buttons or icons).
HAND_ROCK_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-rock-o image (used for menuitems or buttons).
HAND_SCISSORS_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-scissors-o image (used for toolbar buttons or icons).
HAND_SCISSORS_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-scissors-o image (used for menuitems or buttons).
HAND_SPOCK_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-spock-o image (used for toolbar buttons or icons).
HAND_SPOCK_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-spock-o image (used for menuitems or buttons).
HAND_STOP_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hand-stop-o image (used for toolbar buttons or icons).
HAND_STOP_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hand-stop-o image (used for menuitems or buttons).
handleCallError(Throwable) - Method in class javax.rad.remote.AbstractConnection
Handles a call error.
handledType() - Method in class com.sibvisions.rad.server.http.rest.service.jackson.FileHandleSerializer
 
handleException(Throwable) - Method in class com.sibvisions.rad.application.Application
Notification for the listener to handle an exception occured in another part of the program.
handleException(Throwable) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Notification for the listener to handle an exception occured in another part of the program.
handleException(Throwable) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Notification for the listener to handle an exception occured in another part of the program.
handleException(Exception) - Method in class com.sibvisions.util.log.jdk.JdkLoggerFactory
Handle an internal exception.
handleException(Throwable) - Method in class javax.rad.application.genui.UILauncher
Notification for the listener to handle an exception occured in another part of the program.
handleException(Throwable) - Method in interface javax.rad.util.event.IExceptionListener
Notification for the listener to handle an exception occured in another part of the program.
hasChanges() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Checks if the databook has changes.
hasChanges() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Returns true, if there are changes.
hasControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Gets whether at least one control was added to this row.
hasDataPage(IDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if an IDataPage to specified master row from the master DataBook exists.
hasDataPage(IDataRow, TreePath) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if an IDataPage to specified root row and TreePath from the master DataBook exists.
hasDataPage(IDataRow) - Method in interface javax.rad.model.IDataBook
Returns true if an IDataPage to specified master row from the master DataBook exists.
hasError() - Method in class javax.rad.server.event.SessionEvent
Gets whether this event was marked as error event.
hashCode() - Method in class com.sibvisions.rad.model.mem.DataRow
hashCode() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
hashCode() - Method in class com.sibvisions.rad.persist.jdbc.Name
hashCode() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
hashCode() - Method in class com.sibvisions.rad.ui.awt.impl.AwtResource
hashCode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
hashCode() - Method in class com.sibvisions.util.ArrayUtil
hashCode() - Method in class com.sibvisions.util.IdentityKeyValueList
hashCode() - Method in class com.sibvisions.util.ImmutableArray
hashCode() - Method in class com.sibvisions.util.KeyValueList
hashCode() - Method in class com.sibvisions.util.Version
hashCode() - Method in class javax.rad.genui.UIColor
hashCode() - Method in class javax.rad.genui.UIComponent
hashCode() - Method in class javax.rad.genui.UIFactoryResource
hashCode() - Method in class javax.rad.genui.UIFont
hashCode() - Method in class javax.rad.genui.UIImage
hashCode() - Method in class javax.rad.genui.UIResource
hashCode(Object) - Method in class javax.rad.model.datatype.DataType
Returns the hash code of the given object or null if the object is null.
hashCode(Object) - Method in interface javax.rad.model.datatype.IDataType
Returns the hash code of the given object or null if the object is null.
hashCode() - Method in class javax.rad.model.reference.ColumnMapping
hashCode() - Method in class javax.rad.model.reference.StorageReferenceDefinition
hashCode() - Method in class javax.rad.model.TreePath
hashCode() - Method in class javax.rad.persist.ColumnMetaData
hashCode() - Method in class javax.rad.persist.MetaData
hashCode(T) - Method in class javax.rad.type.AbstractType
Returns the hash code of the given object.
hashCode() - Method in class javax.rad.type.bean.AbstractBeanType
hashCode(T) - Method in interface javax.rad.type.IType
Returns the hash code of the given object.
hashCode() - Method in class javax.rad.ui.event.Key
Returns a numeric value for this object that is likely to be unique, making it a good choice as the index value in a hash table.
hashCode() - Method in class javax.rad.ui.Style
hashCode() - Method in class javax.rad.util.EventHandler.ListenerHandler
hashCode() - Method in class javax.rad.util.Parameter
hasInsteadOfDeleteEventHandler() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets whether an insteadOf delete event was assigned.
hasInsteadOfInsertEventHandler() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets whether an insteadOf insert event was assigned.
hasInsteadOfUpdateEventHandler() - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets whether an insteadOf update event was assigned.
hasObject(ISession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets whether this object provider contains least one object for the given session.
hasResourceHandler() - Method in class javax.rad.genui.UIResource
Gets whether the resource has at least one ResourceHandler.
hasRole(String) - Method in interface javax.rad.application.IWorkScreenApplication
Gets true, of the current user has the given role.
HDD_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hdd-o image (used for toolbar buttons or icons).
HDD_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hdd-o image (used for menuitems or buttons).
HEADER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) header image (used for toolbar buttons or icons).
HEADER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) header image (used for menuitems or buttons).
HEADPHONES_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) headphones image (used for toolbar buttons or icons).
HEADPHONES_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) headphones image (used for menuitems or buttons).
HEART_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) heart image (used for toolbar buttons or icons).
HEART_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) heart-o image (used for toolbar buttons or icons).
HEART_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) heart-o image (used for menuitems or buttons).
HEART_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) heart image (used for menuitems or buttons).
HEARTBEAT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) heartbeat image (used for toolbar buttons or icons).
HEARTBEAT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) heartbeat image (used for menuitems or buttons).
HELP_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) help image (used for toolbar buttons or icons).
HELP_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) help image (used for menuitems or buttons).
hideDetails(Error) - Method in interface com.sibvisions.rad.application.event.IErrorListener
Invoked when details will be hidden.
HISTORY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) history image (used for toolbar buttons or icons).
HISTORY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) history image (used for menuitems or buttons).
HOME_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) home image (used for toolbar buttons or icons).
HOME_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) home image (used for menuitems or buttons).
HORIZONTAL - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Constant for horizontal anchors.
HORIZONTAL - Static variable in interface javax.rad.ui.container.IToolBar
Horizontal orientation.
HORIZONTAL - Static variable in interface javax.rad.ui.layout.IFlowLayout
Constant for horizontal flow layout.
HORIZONTAL - Static variable in interface javax.rad.ui.layout.IFormLayout.IAnchor
Constant for horizontal anchors.
horizontalAlignment - Variable in class com.sibvisions.rad.ui.celleditor.AbstractStyledCellEditor
The horizontal alignment.
HOSPITAL_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hospital-o image (used for toolbar buttons or icons).
HOSPITAL_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hospital-o image (used for menuitems or buttons).
HOTEL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hotel image (used for toolbar buttons or icons).
HOTEL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hotel image (used for menuitems or buttons).
HOURGLASS_1_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hourglass-1 image (used for toolbar buttons or icons).
HOURGLASS_1_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hourglass-1 image (used for menuitems or buttons).
HOURGLASS_2_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hourglass-2 image (used for toolbar buttons or icons).
HOURGLASS_2_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hourglass-2 image (used for menuitems or buttons).
HOURGLASS_3_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hourglass-3 image (used for toolbar buttons or icons).
HOURGLASS_3_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hourglass-3 image (used for menuitems or buttons).
HOURGLASS_END_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hourglass-end image (used for toolbar buttons or icons).
HOURGLASS_END_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hourglass-end image (used for menuitems or buttons).
HOURGLASS_HALF_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hourglass-half image (used for toolbar buttons or icons).
HOURGLASS_HALF_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hourglass-half image (used for menuitems or buttons).
HOURGLASS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hourglass image (used for toolbar buttons or icons).
HOURGLASS_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hourglass-o image (used for toolbar buttons or icons).
HOURGLASS_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hourglass-o image (used for menuitems or buttons).
HOURGLASS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hourglass image (used for menuitems or buttons).
HOURGLASS_START_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) hourglass-start image (used for toolbar buttons or icons).
HOURGLASS_START_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) hourglass-start image (used for menuitems or buttons).
HOUZZ_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) houzz image (used for toolbar buttons or icons).
HOUZZ_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) houzz image (used for menuitems or buttons).
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.
HTML5_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) html5 image (used for toolbar buttons or icons).
HTML5_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) html5 image (used for menuitems or buttons).
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.
HttpContext - Class in com.sibvisions.rad.server.http
The HttpContext is simple context for accessing request and response objects.
HttpContext(Object, Object) - Constructor for class com.sibvisions.rad.server.http.HttpContext
Creates a new instance of HttpContext.
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
 
HttpUtil - Class in com.sibvisions.util.type
The HttpUtil is a utility class for http communication.

I

I_CURSOR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) i-cursor image (used for toolbar buttons or icons).
I_CURSOR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) i-cursor image (used for menuitems or buttons).
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.
IAfterCallListener - Interface in javax.rad.server.event.type
The IAfterCallListener will be used for notifications about finished calls.
IAfterLastCallListener - Interface in javax.rad.server.event.type
The IAfterLastCallListener will be used for notifications after the last call.
IAfterLoginApplicationListener - Interface in javax.rad.application.genui.event.type.application
The IAfterLoginApplicationListener notifies about after login in the RemoteApplication.
IAfterLogoutApplicationListener - Interface in javax.rad.application.genui.event.type.application
The IAfterLogoutApplicationListener notifies about after logout of the RemoteApplication.
IAlignmentConstants - Interface in javax.rad.ui
Alignment constants definitions.
IAllFetched - Interface in com.sibvisions.rad.persist.bean
The IAllFetched is a marker interface for fully fetched bean lists.
IApplication - Interface in javax.rad.application
Platform and technology independent application definition.
IApplicationSetup - Interface in javax.rad.application.genui
The IApplicationSetup should be used for the configuration of a new application.
IBean - Interface in javax.rad.type.bean
The definition of a Bean interface.
IBeanType<T> - Interface in javax.rad.type.bean
The IBeaType is the class descriptor for IBeans.
IBeforeCallListener - Interface in javax.rad.server.event.type
The IAfterCallListener will be used for notifications before calls.
IBeforeFirstCallListener - Interface in javax.rad.server.event.type
The IBeforeFirstCallListener will be used for notifications before the first call.
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.
ICallBackBroker - Interface in javax.rad.server
The ICallBackBroker enables publishing of objects from the server to the client.
ICallBackBroker.PublishState - Enum in javax.rad.server
The publish state.
ICallBackListener - Interface in javax.rad.remote.event
The ICallBackListener interface enables the asynchronous communication between client and server.
ICallBackResultListener - Interface in javax.rad.remote.event
The ICallBackResultListener is the listener for server-sent callback objects.
ICallHandler - Interface in javax.rad.server
The ICallHandler allows listening on remote calls and offers an invokeLater mechanism like on UI side.
ICallListener - Interface in javax.rad.server.event
The listener interface for receiving events from ICallHandler.
ICategoryConstants - Interface in com.sibvisions.rad.server.protocol
The ICategoryConstants defines the standard protocol categories.
ICellEditor - Interface in javax.rad.model.ui
The ICellEditor provides the generation of the physical editor component, handles correct all events, and gives standard access to edited values.
ICellEditorHandler<C> - Interface in javax.rad.model.ui
The ICellEditorHandler holds the physical editor component, handles correct all events, and stores or restores the values.
ICellEditorListener - Interface in javax.rad.model.ui
The ICellEditorListener will be informed from the ICellEditor, if editing is complete, or canceled.
ICellFormat - Interface in javax.rad.ui.control
Platform and technology independent CellFormat definition.
ICellFormatable - Interface in javax.rad.ui.control
Platform and technology independent cell formatable definition.
ICellFormatter - Interface in com.sibvisions.rad.ui.swing.ext.format
The ICellFormatter allows cell oriented formatting of the displayed information.
ICellFormatter - Interface in javax.rad.ui.control
Platform and technology independent CellFormatter definition.
ICellFormatterEditorListener - Interface in com.sibvisions.rad.ui.swing.ext
This Interface is necessary to give Swing CellEditorHandler access to the ICellFormatter of the Control.
ICellRenderer<C> - Interface in javax.rad.model.ui
This class renders a cell of a GUI control.
IChangeableDataRow - Interface in javax.rad.model
The IChangeableDataRow is an IDataRow extension which adds support for monitoring the state of the IDataRow (whether it is currently changing or not, and what changes are occurring).
IChart - Interface in javax.rad.ui.control
Platform and technology independent Table definition.
ICheckBox - Interface in javax.rad.ui.component
Platform and technology independent checkbox definition.
ICheckBoxCellEditor<C> - Interface in javax.rad.ui.celleditor
Platform and technology independent checkbox editor 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.
ICloseable - Interface in com.sibvisions.util
A ICloseable is a source or destination of data that can be closed.
ICloseableSession - Interface in javax.rad.server
The ICloseableSession defines a manually closeable session.
IColor - Interface in javax.rad.ui
Platform and technology independent Color definition.
IColumnMetaDataCreator - Interface in com.sibvisions.rad.persist.jdbc
The IColumnMetaDataCreator is for creating custom ColumnMetaData implementations.
IComboCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent combo box cell editor definition.
ICommandConstants - Interface in com.sibvisions.rad.server.protocol
The ICommandConstants defines the standard protocol commands.
IComponent - Interface in javax.rad.ui
Platform and technology independent component definition.
IComponentListener - Interface in javax.rad.ui.event
Platform and technology independent component listener definition.
IComponentMovedListener - Interface in javax.rad.ui.event.type.component
Platform and technology independent component moved listener definition.
IComponentResizedListener - Interface in javax.rad.ui.event.type.component
Platform and technology independent component resized listener definition.
ICondition - Interface in javax.rad.model.condition
The ICondition specifies the interface for all Condition's.
IConfiguration - Interface in javax.rad.server
The IConfiguration defines the access to the application or server configuration.
IConfigureConnectionListener - Interface in com.sibvisions.rad.persist.jdbc.event.type
The IInitializeConnectionListener will be used for initializing connections of a dBAccess.
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.
IConnectionPool - Interface in com.sibvisions.rad.persist.jdbc
The IConnectionPool is an interface to allow simple custom connection pool implementations.
IConnectionPropertyChangedListener - Interface in javax.rad.remote.event
The IConnectionPropertyChangedListener interface should be used to get notifications when a property in the IConnection changes.
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.
IControllable - Interface in javax.rad.model.ui
The IControllable to allow external control for IControls.
IController - Interface in javax.rad.model.ui
The IController to allow external control for IControls.
iCount - Variable in class com.sibvisions.rad.server.protocol.Record
the count.
ICursor - Interface in javax.rad.ui
Platform and technology independent Cursor definition.
IDataBook - Interface in javax.rad.model
The IDataBook is a storage independent representation of table and handles all the operations to load, save and change the data.
IDataBook.SelectionMode - Enum in javax.rad.model
The IDataBook.SelectionMode specifies which row should be selected after a reload or after the master row has changed.
IDataBook.WriteBackIsolationLevel - Enum in javax.rad.model
The IDataBook.WriteBackIsolationLevel specifies when the changes in the IDataBook will be (implicitly) saved.
IDataBookListener - Interface in javax.rad.model.event
The IDataBookListener informs about changes in an IDataBook.
IDataPage - Interface in javax.rad.model
The IDataPage is the abstract representation of multiple IDataRows, basically mimicking one set of rows or a result set.
IDataRow - Interface in javax.rad.model
An IDataRow is a storage independent representation of one row of data.
IDataRowListener - Interface in javax.rad.model.event
The IDataRowListener is used to inform about changes in the IDataBook, via IDataRow.setValue(String, Object) or IDataRow.setValues(String[], Object[]).
IDataSource - Interface in javax.rad.model
The IDataSource is a storage independent way to access table oriented data, or any data that can be approximately represented as table.
IDataSourceListener - Interface in javax.rad.model.event
The IDataSourceListener is used to inform about changes in the IDataBook.
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, ...
IDBAccessListener - Interface in com.sibvisions.rad.persist.jdbc.event
The listener interface for receiving events from DBAccess.
IdentityKeyValueList<K,V> - Class in com.sibvisions.util
The KeyValueList is a special IdentityHashMap.
IdentityKeyValueList() - Constructor for class com.sibvisions.util.IdentityKeyValueList
 
IDesktopPanel - Interface in javax.rad.ui.container
Platform and technology independent DesktopPanel definition.
IDialogListener - Interface in com.sibvisions.rad.application.event
The IDialogListener informs about Dialog states.
IDimension - Interface in javax.rad.ui
Platform and technology independent Dimension implementation.
IDirectServer - Interface in com.sibvisions.rad.server
The IDirectServer interface defines a way to handle callbacks direct without callback-ID mapping.
IDownloadExecutor - Interface in javax.rad.io
The IDownloadExecutor is an executor for downloads of RemoteFileHandle from remote servers.
IEditor - Interface in javax.rad.ui.control
Platform and technology independent Editor definition.
IEditorControl - Interface in javax.rad.model.ui
The IEditorControl is an IControl that displays the value of one column in an IDataRow.
IErrorListener - Interface in com.sibvisions.rad.application.event
The IErrorListener informs about Error states.
IExceptionListener - Interface in javax.rad.util.event
The IExceptionListener will be used to handle program exceptions.
IExecuteListener - Interface in com.sibvisions.util.event
Defines execution events.
IFactory - Interface in javax.rad.ui
UIFactory Interface to create Platform and technology independent Components.
IFileHandle - Interface in javax.rad.io
The IFileHandle is a storage independent file handle.
IFileHandleReceiver - Interface in javax.rad.application
The IFileHandleListener get's a IFileHandle.
IFlowLayout - Interface in javax.rad.ui.layout
Platform and technology independent flow layout definition.
IFocusGainedListener - Interface in javax.rad.ui.event.type.focus
Platform and technology independent focus gained listener definition.
IFocusListener - Interface in javax.rad.ui.event
Platform and technology independent focus listener definition.
IFocusLostListener - Interface in javax.rad.ui.event.type.focus
Platform and technology independent focus lost listener definition.
IFont - Interface in javax.rad.ui
Platform and technology independent Font definition.
IFontAwesome - Interface in javax.rad.genui
The IFontAwesome interface predefines supported FontAwesome icons.
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.
ignoreProperties - Variable in class com.sibvisions.util.SimpleJavaSource
Class forName.
IGridLayout - Interface in javax.rad.ui.layout
Platform and technology independent grid oriented layout definition.
IGridLayout.IGridConstraints - Interface in javax.rad.ui.layout
The Constraint stores the column and row for layouting a component.
IGroupPanel - Interface in javax.rad.ui.container
Platform and technology independent GroupPanel definition.
IIcon - Interface in javax.rad.ui.component
Platform and technology independent Icon definition.
IImage - Interface in javax.rad.ui
Platform and technology independent image definition.
IImage.ImageType - Enum in javax.rad.ui
the save image types.
IImageViewer<C> - Interface in javax.rad.ui.celleditor
Platform and technology independent choice editor definition.
IInjectObject - Interface in com.sibvisions.rad.server
The IInjectObject allows initialization of automatically injected session objects.
IInplaceCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent in place cell editor definition.
IInsets - Interface in javax.rad.ui
Platform and technology independent Insets definition.
IInternalFrame - Interface in javax.rad.ui.container
Platform and technology independent InternalFrame definition.
IKeyListener - Interface in javax.rad.ui.event
Platform and technology independent key listener definition.
IKeyPressedListener - Interface in javax.rad.ui.event.type.key
Platform and technology independent key pressed listener definition.
IKeyReleasedListener - Interface in javax.rad.ui.event.type.key
Platform and technology independent key released listener definition.
IKeyTypedListener - Interface in javax.rad.ui.event.type.key
Platform and technology independent key typed listener definition.
ILabel - Interface in javax.rad.ui.component
Platform and technology independent Label definition.
ILauncher - Interface in javax.rad.application
The ILauncher defines a platform and technology independent IApplication launcher.
ILayout<CO> - Interface in javax.rad.ui
Platform and technology independent layout definition.
ILifeCycleObject - Interface in com.sibvisions.rad.server
The ILifeCycleObject interface is a marker interface for server-side lifecycle objects.
ILinkedCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent linked editor definition.
ILogger - Interface in com.sibvisions.util.log
The ILogger defines methods for logging within an application.
ILogger.LogLevel - Enum in com.sibvisions.util.log
the log level enum.
ILookAndFeelConfiguration - Interface in com.sibvisions.rad.ui.swing.impl
The ILookAndFeelConfiguration should be used to set custom LaF properties before the LaF will be set via SwingFactory.
ILS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ils image (used for toolbar buttons or icons).
ILS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ils image (used for menuitems or buttons).
image - Variable in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
the IconImage.
IMAGE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) image image (used for toolbar buttons or icons).
IMAGE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) image image (used for menuitems or buttons).
IMAGE_VIEWER - Static variable in class com.sibvisions.rad.application.ApplicationUtil
The Image Viewer.
imageNames - Variable in class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
The name of the images to represent the values.
ImageUtil - Class in com.sibvisions.util.type
The ImageUtil provides useful image operation/manipulation methods.
ImageUtil.ImageFormat - Enum in com.sibvisions.util.type
The image formats.
IMasterSession - Interface in com.sibvisions.rad.server
The IMasterSession defines a master session.
IMenu - Interface in javax.rad.ui.menu
Platform and technology independent menu definition.
IMenuActionListener - Interface in com.sibvisions.rad.ui.swing.ext.event
The IMenuActionListener is a marker listener for menu action events.
IMenuBar - Interface in javax.rad.ui.menu
Platform and technology independent menu bar definition.
IMenuItem - Interface in javax.rad.ui.menu
Platform and technology independent MenuItem definition.
IMessageConstants - Interface in javax.rad.application
The IMessageConstants defines constant values for message handling of IApplication implementations.
imgBack - Variable in class javax.rad.genui.container.UIPanel
the background image.
imgOver - Variable in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
the mouse over image.
imgPressed - Variable in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
the mouse pressed image.
ImmutableArray<V> - Class in com.sibvisions.util
The ImmutableArray gives the functionality of immutable arrays.
ImmutableArray(V...) - Constructor for class com.sibvisions.util.ImmutableArray
Constructs a new Array.
IMouseClickedListener - Interface in javax.rad.ui.event.type.mouse
Platform and technology independent mouse clicked listener definition.
IMouseEnteredListener - Interface in javax.rad.ui.event.type.mouse
Platform and technology independent mouse entered listener definition.
IMouseExitedListener - Interface in javax.rad.ui.event.type.mouse
Platform and technology independent mouse exited listener definition.
IMouseListener - Interface in javax.rad.ui.event
Platform and technology independent mouse listener definition.
IMousePressedListener - Interface in javax.rad.ui.event.type.mouse
Platform and technology independent mouse pressed listener definition.
IMouseReleasedListener - Interface in javax.rad.ui.event.type.mouse
Platform and technology independent mouse released 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).
imports - Variable in class com.sibvisions.util.SimpleJavaSource
Imports to find Java Classes.
InactiveException - Exception in javax.rad.server
The InactiveException is a SecurityException in case that something is inactive.
InactiveException(String) - Constructor for exception javax.rad.server.InactiveException
Constructs a new InactiveException with the specified message.
INamedObject - Interface in javax.rad.util
The INamedObject is the base for all classes or interfaces with the property "name".
INavigationControl - Interface in javax.rad.ui.control
The INavigationControl is an interface that allows to control the behavior of the ENTER and TAB key in the implementing controls.
INBOX_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) inbox image (used for toolbar buttons or icons).
INBOX_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) inbox image (used for menuitems or buttons).
incrementNameIfExists(String, Set<String>, boolean) - Static method in class javax.rad.genui.UIComponent
A simple helper method that allows to add a counter to a name until it is unique.
INDENT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) indent image (used for toolbar buttons or icons).
INDENT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) indent image (used for menuitems or buttons).
indexOf(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Gets the nth position of an IComponent in this container.
indexOf(Object) - Method in class com.sibvisions.util.ArrayUtil
indexOf(Object, int) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(T[], T, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(T[], T, 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(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(char[], char) - 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(char[], char, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(int[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(long[], long) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(long[], long, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(float[], float) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(float[], float, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(double[], double) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(double[], double, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
indexOf(V) - Method in class com.sibvisions.util.ImmutableArray
Gets the index of the given value.
indexOf(String, String) - Method in class com.sibvisions.util.xml.XmlNode
Returns the index of the first occurrence of the specified node with the given value, or -1 if this node does not contain the specified node with the given value.
indexOf(String, String, int) - Method in class com.sibvisions.util.xml.XmlNode
Returns the index of the first occurrence of the specified node with the given value, or -1 if this node does not contain the specified node with the given value.
indexOf(IComponent) - Method in class javax.rad.genui.menu.UIMenu
Gets the nth position of an IComponent in this container.
indexOf(IComponent) - Method in class javax.rad.genui.UIContainer
Gets the nth position of an IComponent in this container.
indexOf(IComponent) - Method in interface javax.rad.ui.IContainer
Gets the nth position of an IComponent in this container.
indexOfReference(Object) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element, or -1 if the list does not contain this element.
indexOfReference(Object, int) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element started at pIndex, or -1 if the list does not contain this element.
indexOfReference(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element, or -1 if the list does not contain this element.
indexOfReference(T[], T, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element started at pIndex, or -1 if the list does not contain this element.
indexOfReference(List<T>, T) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element, or -1 if the list does not contain this element.
indexOfReference(List<T>, T, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element started at pIndex, or -1 if the list does not contain this element.
indexOfToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in class javax.rad.genui.container.AbstractFrame
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in class javax.rad.genui.container.UIToolBarPanel
Gets the nth position of an IToolBar in this panel.
indexOfToolBar(IToolBar) - Method in interface javax.rad.ui.container.IToolBarPanel
Gets the nth position of an IToolBar in this panel.
INDUSTRY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) industry image (used for toolbar buttons or icons).
INDUSTRY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) industry image (used for menuitems or buttons).
info(Object...) - Method in class com.sibvisions.rad.persist.AbstractStorage
Logs information.
info(Object...) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Logs information.
info(Object...) - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Logs information.
info(Object...) - Method in interface com.sibvisions.util.log.ILogger
Logs information with ILogger.LogLevel.INFO.
info(Object...) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Logs information with ILogger.LogLevel.INFO.
info(Object...) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Logs information with ILogger.LogLevel.INFO.
info(Object...) - Method in class com.sibvisions.util.log.log4j.Log4jLogger
Logs information with ILogger.LogLevel.INFO.
INFO - Static variable in class com.sibvisions.util.security.SecurityProvider
the provider information.
info(Object...) - Method in class javax.rad.genui.UIComponent
Logs information.
INFO_CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) info-circle image (used for toolbar buttons or icons).
INFO_CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) info-circle image (used for menuitems or buttons).
INFO_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) info image (used for toolbar buttons or icons).
INFO_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) info image (used for menuitems or buttons).
Inherit - Annotation Type in com.sibvisions.rad.server.annotation
The Inherit annotation should be used if an action was defined in a parent LCO and the action call through the LCO should be executed with the scope of the caller LCO and not with parent scope, e.g.
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(ISession) - Method in interface com.sibvisions.rad.server.IInjectObject
Initializes the object.
init(String) - Static method in class com.sibvisions.rad.server.protocol.ProtocolFactory
Creates and sets a new instance of ProtocolFactory.
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.log4j.Log4jLoggerFactory
Initializes the factory instance.
init() - Method in class com.sibvisions.util.log.LoggerFactory
Initializes the factory instance.
init(String) - Static method in class com.sibvisions.util.log.LoggerFactory
Creates a new instance of LoggerFactory.
init() - Static method in class com.sibvisions.util.security.SecurityProvider
Adds the security provider to the list of known providers, if not already done.
initCall(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Will be invoked before a call starts.
initCall(ConnectionInfo) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Will be invoked before a call starts.
initializeColumnDefinition(ColumnDefinition) - Method in class javax.rad.persist.ColumnMetaData
Initializes the ColumnDefinition with the given ColumnMetaData.
initializeColumnMetaData(ColumnDefinition, ColumnMetaData) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This initializes the ColumnMetaData with the given corresponding ColumnDefinition.
initializeColumnMetaData(ResultSetMetaData, int, ColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Initilizes the ColumnMetaData with the given ResultSetMetaData.
initializeDataType(ColumnDefinition, ColumnMetaData) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
This initializes the column meta data with the data of the data type IDataType.
initializeDataType(ResultSetMetaData, int, ColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
Initializes the datatype data of the ColumnMetaData with the given ResultSetMetaData.
initializeDataType(ResultSetMetaData, int, ColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Initializes the datatype data of the ColumnMetaData with the given ResultSetMetaData.
initializeDataType(ResultSetMetaData, int, ColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Initializes the datatype data of the ColumnMetaData with the given ResultSetMetaData.
initializeServerColumnMetaData(ResultSetMetaData, int, String, ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Fills data into the ServerColumnMetaData based on ResultSetMetaData.
initLogging() - Static method in class com.sibvisions.rad.server.Server
Initializes LoggerFactory.
initMaxAliveInterval(ChangedHashtable<String, Object>, Zone) - Method in class com.sibvisions.rad.server.AbstractSession
Initializes the max alive interval.
initMaxInactiveInterval(ChangedHashtable<String, Object>, Zone, String, int) - Method in class com.sibvisions.rad.server.AbstractSession
Initializes the max inactive interval.
initStatements(Connection) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Initializes all statements after opening a database connection.
initStatements(Connection) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Initializes all statements after opening a database connection.
initTableColumns(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
Inits the TableColumns.
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.
InjectObject(String, Object, boolean) - Constructor for class javax.rad.server.InjectObject
Creates a new instance of InjectObject for a inject object with a specific name.
INodeFormatter - Interface in com.sibvisions.rad.ui.swing.ext.format
Swing NodeFormatter definition.
INodeFormatter - Interface in javax.rad.ui.control
Platform and technology independent NodeFormatter definition.
InOutParam - Class in com.sibvisions.rad.persist.jdbc.param
The InOutParam defines an input and output parameter for JDBC calls.
InOutParam(int) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InOutParam
Creates a new instance of InOutParam for the given sql type.
InOutParam(int, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InOutParam
Creates a new instance of InOutParam for the given value and sql type.
InOutParam(String) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InOutParam
Deprecated. use InOutParam.newArrayParam(String) instead.
InOutParam(String, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InOutParam
Deprecated. use InOutParam.newArrayParam(String, Object) instead.
InOutParam(int, String, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InOutParam
Creates a new instance of InOutParam for the given value and array type.
InParam - Class in com.sibvisions.rad.persist.jdbc.param
The InParam defines a simple input parameter.
InParam(Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam with the given value.
InParam(int) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam for the given sql type.
InParam(int, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam for the given value and sql type.
InParam(String) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InParam
Deprecated. use InParam.newArrayParam(String) instead.
InParam(String, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InParam
Deprecated. use InParam.newArrayParam(String, Object) instead.
InParam(int, String, Object) - Constructor for class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam for the given value and array type.
INR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) inr image (used for toolbar buttons or icons).
INR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) inr image (used for menuitems or buttons).
insert(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Inserts a new IDataRow at the current position.
insert(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Inserts a new row.
insert(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns the newly inserted row for this IStorage.
insert(T) - Method in class com.sibvisions.rad.persist.AbstractStorage
Inserts the new bean/POJO and returns a bean/POJO with current values from the storage.
insert(String, ServerMetaData, Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the newly inserted row from the write back table.
insert(String, ServerMetaData, Object[]) - Method in class com.sibvisions.rad.persist.jdbc.HanaDBAccess
Returns the newly inserted row from the write back table.
insert(String, ServerMetaData, Object[]) - Method in interface com.sibvisions.rad.persist.jdbc.IDBAccess
Returns the newly inserted row from the write back table.
insert(DataBookEvent) - Method in class com.sibvisions.rad.persist.MemDataBookStorage
Inserts a new row.
insert(MutableTreeNode, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
insert(int, XmlNode) - Method in class com.sibvisions.util.xml.XmlNode
Inserts a XmlNode as a known sub node at a defined position, in the sub node list.
insert(boolean) - Method in interface javax.rad.model.IDataBook
Inserts a new IDataRow at the current position.
insert(Object[]) - Method in interface javax.rad.persist.IStorage
Returns the newly inserted row for this IStorage.
insertAll(int, Collection<XmlNode>) - Method in class com.sibvisions.util.xml.XmlNode
Adds all the nodes as a known sub node, at the end of the known sub nodes list.
insertAnsiSQL(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the newly inserted row from a Ansi SQL Database.
insertDatabaseSpecific(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Returns the newly inserted row from a Database specific insert statement.
insertDatabaseSpecific(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the newly inserted row from a Database specific insert statement.
insertDatabaseSpecific(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.HanaDBAccess
Returns the newly inserted row from a 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 a 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 a 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 a Database specific insert statement.
insertHana(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.HanaDBAccess
Returns the newly inserted row from a SAP Hana Database.
INSERTING - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal state for INSERTING.
insertNode(String, Object) - Method in class com.sibvisions.util.xml.XmlNode
Inserts a specific XmlNode at a defined position based on the current XmlNode.
insertOracle(String, String, ServerMetaData, Object[], String) - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
Returns the newly inserted row from an Oracle Database.
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
INSTAGRAM_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) instagram image (used for toolbar buttons or icons).
INSTAGRAM_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) instagram image (used for menuitems or buttons).
install(IServer) - Method in interface com.sibvisions.rad.server.plugin.IServerPlugin
Installs the plugin.
install(JTextComponent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
installActions(JTextComponent) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Installs copy/paste/cut actions for the given text component.
installAutomaticLinkReferenceIntern(StorageReferenceDefinition) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Creates and sets a new StorageReferenceDefinition with the specified DBStorage(or from clause) and columns and reference columns on all pColumns.
instanceNames - Variable in class com.sibvisions.util.SimpleJavaSource
The Name for any instance.
instances - Variable in class com.sibvisions.util.SimpleJavaSource
All known instances.
INSTITUTION_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) institution image (used for toolbar buttons or icons).
INSTITUTION_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) institution image (used for menuitems or buttons).
IntArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Integer arrays.
IntArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.IntArraySerializer
 
IntegerSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Integer.
IntegerSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.IntegerSerializer
 
IntegerType - Class in javax.rad.type
The IntegerType is a platform independent definition of integer.
IntegerType() - Constructor for class javax.rad.type.IntegerType
Constructs a new IntegerType.
intern(T) - Static method in class com.sibvisions.util.Internalize
Internalizes any Immutable Object.
INTERNAL_OFFSET - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal Offset in the AbstractStorage Array for the Inserting, etc.. states.
internalFrameActivated(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
internalFrameClosed(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Removes the internal frame from it's parent.
internalFrameClosing(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
internalFrameDeactivated(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
internalFrameDeiconified(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
internalFrameIconified(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
internalFrameOpened(InternalFrameEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Internalize - Class in com.sibvisions.util
Intern functionality for all immutable Objects.
InternalToolBarPanel - Class in javax.rad.genui.container
The InternalToolBarPanel is an UIContainer for IToolBars.
InternalToolBarPanel(UIContainer<? extends IToolBarPanel>) - Constructor for class javax.rad.genui.container.InternalToolBarPanel
Creates a new instance of InternalToolBarPanel with an owner.
INTERNET_EXPLORER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) internet-explorer image (used for toolbar buttons or icons).
INTERNET_EXPLORER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) internet-explorer image (used for menuitems or buttons).
internNoSync(T) - Static method in class com.sibvisions.util.Internalize
Internalizes any Immutable Object.
intersect(T[], T[]) - Static method in class com.sibvisions.util.ArrayUtil
Creates an array which contains all elements that are available in both arrays.
INTERSEX_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) intersex image (used for toolbar buttons or icons).
INTERSEX_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) intersex image (used for menuitems or buttons).
intervalAdded(ListDataEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
intervalRemoved(ListDataEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
IntHashMap<T> - Class in com.sibvisions.util
The IntHashMap is a very efficient int hash map.
IntHashMap() - Constructor for class com.sibvisions.util.IntHashMap
Creates a new instance of IntHashMap.
INumberCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent number editor definition.
INVALID_EDITOR_BACKGROUND - Static variable in interface javax.rad.ui.IColor
The constant for control read only background color.
invalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
invalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
invalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
invalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
invalidateLayout() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
If container is already invalid, the layout is no longer informed about new calculation.
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
invalidateLayout(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
invalidEditorBackground - Static variable in class javax.rad.genui.UIColor
The color for invalid editor background color.
InvalidPasswordException - Exception in javax.rad.server
The InvalidPasswordException is a SecurityException in case that passwords are wrong or invalid.
InvalidPasswordException(String) - Constructor for exception javax.rad.server.InvalidPasswordException
Constructs a new InvalidPasswordException with the specified message.
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.
invoke(Object, Method, Object[]) - Method in class javax.rad.util.EventHandler.ListenerHandler
invokeAfterCall(Runnable) - Method in interface javax.rad.server.ICallHandler
Adds an operation to the "after call" queue.
invokeAfterCall(Object, String) - Method in interface javax.rad.server.ICallHandler
Adds an operation to the "after call" queue.
invokeAfterLastCall(Runnable) - Method in interface javax.rad.server.ICallHandler
Adds an operation to the "after last call" queue.
invokeAfterLastCall(Object, String) - Method in interface javax.rad.server.ICallHandler
Adds an operation to the "after last call" queue.
invokeAndWait(Runnable) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Causes pRunnable.run() to be executed synchronously on the event dispatching thread.
invokeAndWait(Runnable) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed synchronously on the event dispatching thread.
invokeAndWait(Object, String) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed synchronously on the event dispatching thread.
invokeAndWait(Runnable) - Method in interface javax.rad.ui.IFactory
Causes pRunnable.run() to be executed synchronously on the event dispatching thread.
invokeCancelEditingControls() - Method in class com.sibvisions.rad.model.mem.DataRow
It invokes for each IComponent the cancelEditing() method.
invokeFinally(Runnable) - Method in interface javax.rad.server.ICallHandler
Adds an operation to the invokeFinally queue.
invokeFinally(Object, String) - Method in interface javax.rad.server.ICallHandler
Adds an operation to the invokeFinally queue.
invokeInThread(Runnable) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Causes pRunnable.run() to be executed asynchronously in a new thread.
invokeInThread(Runnable) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed asynchronously in a new thread.
invokeInThread(Object, String) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed asynchronously in a new thread.
invokeInThread(Runnable) - Method in interface javax.rad.ui.IFactory
Causes pRunnable.run() to be executed asynchronously in a new thread.
invokeLater(Runnable) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Uses InvokerLaterThread, to invoke guarantee even in another Thread, that it will be invoked later.
invokeLater(Runnable) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Causes pRunnable.run() to be executed asynchronously on the event dispatching thread.
invokeLater(Runnable) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed asynchronously on the event dispatching thread.
invokeLater(Object, String) - Static method in class javax.rad.genui.UIComponent
Causes pRunnable.run() to be executed asynchronously on the event dispatching thread.
invokeLater(Runnable) - Method in interface javax.rad.ui.IFactory
Causes pRunnable.run() to be executed asynchronously on the event dispatching thread.
invokeLater(Runnable) - Method in class javax.rad.ui.InvokeLaterThread
Executes the given Runnable after this Thread is finished.
invokeLater(Runnable) - Method in class javax.rad.util.UIInvoker
Causes pRunnable.run() to be executed asynchronously on the current event dispatching thread.
InvokeLaterThread - Class in javax.rad.ui
InvokeLaterThread supports invokeLater notification for GUI Controls, when the thread ends.
InvokeLaterThread(IFactory, Runnable) - Constructor for class javax.rad.ui.InvokeLaterThread
Constructs a new InvokeLaterThread.
invokeRepaintListeners() - Method in class com.sibvisions.rad.model.mem.DataRow
It invokes for each IComponent the notifyRepaint() method.
invokeRepaintListeners() - Method in class javax.rad.model.ColumnDefinition
Notifies all controls from the row definition that this column definition has changed.
invokeSaveEditingControls() - Method in class com.sibvisions.rad.model.mem.DataRow
It invokes for each IComponent the saveEditing() method.
invokeTreeCancelEditingControls() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Its invokes for each IComponent the cancelEditing() method.
invokeTreeSaveEditingControls() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It invokes for each IComponent the saveEditing() method.
IObjectAccessController - Interface in com.sibvisions.rad.server.security
The IObjectAccessController defines a security controller for accessing objects and methods.
IOXHOST_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ioxhost image (used for toolbar buttons or icons).
IOXHOST_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ioxhost image (used for menuitems or buttons).
IPackageSetup - Interface in com.sibvisions.rad
The IPackageSetup class defines package relevant version information and properties.
IPackageSetup - Interface in javax.rad
The IPackageSetup class defines package relevant version information and properties.
IPanel - Interface in javax.rad.ui.container
Platform and technology independent Panel definition.
IParameterChangedListener - Interface in javax.rad.application.genui.event.type.screen
The IParameterChangedListener notifies about changed WorkScreen parameters.
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.
IPopupMenuCanceledListener - Interface in javax.rad.ui.event.type.popupmenu
Platform and technology independent popup menu canceled listener definition.
IPopupMenuListener - Interface in javax.rad.ui.event
Platform and technology independent popup menu listener definition.
IPopupMenuWillBecomeInvisibleListener - Interface in javax.rad.ui.event.type.popupmenu
Platform and technology independent popup menu will become invisible listener definition.
IPopupMenuWillBecomeVisibleListener - Interface in javax.rad.ui.event.type.popupmenu
Platform and technology independent popup menu will become visible listener definition.
IProtocolWriter - Interface in com.sibvisions.rad.server.protocol
The IProtocolWriter defines writing record logs.
IPushHandler - Interface in javax.rad.server.push
The IPushHandler interface defines the handler for the push mechanism.
IPushReceiver - Interface in javax.rad.server.push
The IPushReceiver interface defines the receiver for push messages.
IRadioButton - Interface in javax.rad.ui.component
Platform and technology independent radio button definition.
IReadOnlyChecker - Interface in javax.rad.model.event
The IReadOnlyChecker allows to define a specific value as readonly.
IRectangle - Interface in javax.rad.ui
Platform and technology independent rectangle definition.
IRemoteApplicationListener - Interface in javax.rad.application.genui.event
The IRemoteApplicationListener informs about states in the RemoteApplication.
IRequest - Interface in com.sibvisions.rad.server
Defines an object to provide client request.
IResource - Interface in javax.rad.ui
Platform and technology independent resource should give access to the original used Resource.
IResourceArchive - Interface in com.sibvisions.util.type
The IResourceArchive defines the access to resources which are available in archives.
IResponse - Interface in com.sibvisions.rad.server
Defines an object to assist a servre in sending a response to the client.
IRowCalculator - Interface in javax.rad.model.event
The IRowCalculator is used for calculating/providing data dynamically at runtime, without firing associated events (for example IDataRow.eventValuesChanged()).
IRowDefinition - Interface in javax.rad.model
The IRowDefinition defines the layout of the model.
iRowIndex - Variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
The row index of the IDataRow in the IDataBook.
IRunnable - Interface in javax.rad.util
IRunnable is a clone of Runnable with the exception that the IRunnable.run() function can throw any Throwable.
isActive(ISession, String) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Checks if a user is active.
isActive() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Returns whether this IWindow is active.
isActive() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns whether this IWindow is active.
isActive() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Returns whether this IWindow is active.
isActive() - Method in class javax.rad.genui.container.AbstractWindow
Returns whether this IWindow is active.
isActive() - Method in interface javax.rad.ui.container.IWindow
Returns whether this IWindow is active.
isAdditionalDataRowVisible() - Method in class com.sibvisions.rad.model.mem.MemDataBook
True, if the additional data row is visible.
isAdditionalDataRowVisible() - Method in interface javax.rad.model.IDataBook
True, if the additional data row is visible.
isAlive(long) - Method in class com.sibvisions.rad.server.AbstractSession
Checks if the session is alive.
isAlive(long) - Method in class com.sibvisions.rad.server.DetachedSession
Checks if the session is alive.
isAlive(long) - Method in class com.sibvisions.rad.server.DirectServerSession
Checks if the session is alive.
isAlive(long) - Method in interface javax.rad.server.ISession
Checks if the session is alive.
isAllFetched() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if all IDataRows have been fetched from the storage, and there is nothing more to fetch.
isAllFetched() - Method in class com.sibvisions.rad.model.mem.MemDataPage
Gets if all IDataRows have been fetched from the storage, and there is nothing more to fetch.
isAllFetched() - Method in interface javax.rad.model.IDataPage
Gets if all IDataRows have been fetched from the storage, and there is nothing more to fetch.
isAllowed(String) - Method in class com.sibvisions.rad.server.security.DefaultAccessController
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.
isAllowEncryptedUserPassword() - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Gets whether encrypted user passwords should be allowed.
isAllWhiteSpace(CharSequence) - Method in class com.sibvisions.util.type.StringParser
Gets whether the given text only contains whitespaces or is empty.
isApplication(String) - Static method in class com.sibvisions.rad.server.config.Configuration
Checks if a given application name exists as valid application.
isAscending() - Method in class javax.rad.model.SortDefinition
Returns the boolean Array which defines if the corresponding (same index) column is sorted ascending (=true) or descending (=false).
isAutoCommit() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets whether auto-commit is en-/disabled.
isAutoEOFEnabled() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets whether automatic EOF should be detected for response stream.
isAutoFillEmptySpace() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets true, empty space is automatically filled with existing columns.
isAutoIncrement() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns true if this ColumnMetaData is an auto increment column.
isAutoIncrement() - Method in class javax.rad.persist.ColumnMetaData
Returns true if this ColumnMetaData is an auto increment column.
isAutoLinkReference() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns if the automatic LinkReference mode is on or off.
isAutomaticDecrypt() - Method in class com.sibvisions.util.xml.XmlWorker
Gets whether automatic decryption is enabled.
isAutomaticLinkNullable(String[], ServerColumnMetaData[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
True, if one of the writable columns is nullable.
isAutoOpenPopup() - Method in class com.sibvisions.rad.ui.celleditor.AbstractComboCellEditor
Gets true, if the popup is automatically opened.
isAutoOpenPopup() - Method in class javax.rad.genui.celleditor.UIComboCellEditor
Gets true, if the popup is automatically opened.
isAutoOpenPopup() - Method in interface javax.rad.ui.celleditor.IComboCellEditor
Gets true, if the popup is automatically opened.
isAutoQuote(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It returns true if this name should be automated quoted.
isAutoQuote(String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
 
isAutoQuote(String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
 
isAutoQuote(String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
 
isAutoQuote(String) - Method in class com.sibvisions.rad.persist.jdbc.SQLiteDBAccess
It returns true if this name should be automated quoted.
isAutoResize() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets true, if the JVxTable is in auto resize mode.
isAutoResize() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets true, if the ITable is in auto resize mode.
isAutoResize() - Method in class javax.rad.genui.control.UITable
Gets true, if the ITable is in auto resize mode.
isAutoResize() - Method in interface javax.rad.ui.control.ITable
Gets true, if the ITable is in auto resize mode.
isAutoScroll() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Gets whether automatic scrolling on text change is en/disabled.
isAutoSize() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns true, if the position of this anchor is calculated automatically.
isAutoSize() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns true, if the position of this anchor is calculated automatically.
isAutoSize() - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Returns true, if the position of this anchor is calculated automatically.
isAutoTrimEnd() - Method in class javax.rad.model.datatype.StringDataType
Gets, if string ends are auto trimmed.
isAutoWrap() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the current state of the automatic wrap mode.
isAutoWrap() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Gets the current state of the automatic wrap mode.
isAutoWrap() - Method in class javax.rad.genui.layout.UIFlowLayout
Gets the current state of the automatic wrap mode.
isAutoWrap() - Method in interface javax.rad.ui.layout.IFlowLayout
Gets the current state of the automatic wrap mode.
isAvailable(Object) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Gets whether a session is known from this session manager.
isAvailable(Object) - Method in class javax.rad.server.AbstractSessionManager
Gets whether the given session identifier is available.
isBackgroundSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether the background color has been explicitly set for this Component.
isBackgroundSet() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns whether the background color has been explicitly set for this Component.
isBackgroundSet() - Method in class javax.rad.genui.UIComponent
Returns whether the background color has been explicitly set for this Component.
isBackgroundSet() - Method in interface javax.rad.ui.IComponent
Returns whether the background color has been explicitly set for this Component.
isBeanMode() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Gets whether this event is based on a bean/object.
isBeforeNotified() - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets whether this component is notified before it was added.
isBeforeNotified() - Method in class javax.rad.genui.UIComponent
Gets whether this component is notified before it was added.
isBorderAnchor() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Returns true, if this anchor is the border anchor.
isBorderAnchor() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Returns true, if this anchor is the border anchor.
isBorderOnMouseEntered() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Gets, if the border should only be shown on mouse entered.
isBorderOnMouseEntered(AbstractButton) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Gets, if the border should only be shown on mouse entered.
isBorderOnMouseEntered() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Gets, if the border should only be shown on mouse entered.
isBorderOnMouseEntered() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets, if the border should only be shown on mouse entered.
isBorderOnMouseEntered() - Method in class javax.rad.genui.component.AbstractUIButton
Gets, if the border should only be shown on mouse entered.
isBorderOnMouseEntered() - Method in interface javax.rad.ui.component.IButton
Gets, if the border should only be shown on mouse entered.
isBorderPainted() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets whether the border will be painted.
isBorderPainted() - Method in class javax.rad.genui.component.AbstractUIButton
Gets whether the border will be painted.
isBorderPainted() - Method in interface javax.rad.ui.component.IButton
Gets whether the border will be painted.
isBorderVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Returns whether the the border of the text field is visible.
isBorderVisible() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Returns whether the the border of the text field is visible.
isBorderVisible() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Returns whether the the border of the text field is visible.
isBorderVisible() - Method in class javax.rad.genui.component.AbstractUITextField
Returns whether the the border of the text field is visible.
isBorderVisible() - Method in class javax.rad.genui.control.UIEditor
Returns whether the the border of the text field is visible.
isBorderVisible() - Method in interface javax.rad.ui.component.ITextField
Returns whether the the border of the text field is visible.
isBorderVisible() - Method in interface javax.rad.ui.control.IEditor
Returns whether the the border of the text field is visible.
isCachingStorage() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns whether the server storage is a cached storage or a storage without cache.
isCalculated() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns whether this column is writeable.
isCalculated() - Method in class javax.rad.persist.ColumnMetaData
Returns whether this column is calculated.
isCallBack() - Method in class javax.rad.remote.event.CallEvent
Gets whether the call is a callback call.
isCallBack() - Method in class javax.rad.server.event.CallEvent
Gets whether the call is a callback call.
isCalling() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets whether a call is active.
isCalling() - Method in class com.sibvisions.rad.server.DirectServerConnection
Gets whether a call is active.
isCalling() - Method in class com.sibvisions.rad.util.DirectObjectConnection
Gets whether a call is active.
isCalling() - Method in interface javax.rad.remote.IConnection
Gets whether a call is active.
isCancelOnFailure() - Method in class com.sibvisions.util.db.DBImporter
Gets whether the script execution should be stopped if an error occurs.
isCellEditable(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
isCellEditable(EventObject) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
isChanged(K) - Method in class com.sibvisions.util.ChangedHashtable
Checks if a the value of a property is currently marked as changed.
isChangedColumnName(String) - Method in class javax.rad.model.event.DataRowEvent
Gets true, if the given column name is in the list of changed column names.
isChangePassword(ISession, String) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Checks if the change password flag is set.
isCloneNodes() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets whether xml nodes should be cloned before returning.
isClosable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns whether this internal frame can be closed by some user action.
isClosable() - Method in class javax.rad.genui.container.UIInternalFrame
Returns whether this internal frame can be closed by some user action.
isClosable() - Method in interface javax.rad.ui.container.IInternalFrame
Returns whether this internal frame can be closed by some user action.
isClosableAt(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns whether a tab is closable.
isClosableAt(int) - Method in class javax.rad.genui.container.UITabsetPanel
Returns whether a tab is closable.
isClosableAt(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Returns whether a tab is closable.
isClosed() - Method in interface com.sibvisions.rad.server.IRequest
Gets whether the request was closed.
isClosed() - Method in interface com.sibvisions.rad.server.IResponse
Gets whether the response 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 javax.rad.genui.container.UIInternalFrame
Returns whether this IInternalFrame is currently closed.
isClosed() - Method in interface javax.rad.ui.container.IInternalFrame
Returns whether this IInternalFrame is currently closed.
isColumnIgnored(String) - Static method in class javax.rad.model.RowDefinition
Gets whether a column name is ignored through the default ignored column names.
isCommandEnabled(String) - Method in class javax.rad.application.genui.ControllerContent
Gets true, if the command should be enabled.
isCommandEnabled(String) - Method in class javax.rad.genui.control.AbstractControllable
Gets true, if the command should be enabled.
isCommandEnabled(String) - Method in interface javax.rad.model.ui.IControllable
Gets true, if the command should be enabled.
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.
isConnectionAlive() - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Checks whether the connection is still alive, means whether the connection can be used.
isConnectionPoolEnabled() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets the method of connection pool usage.
IScrollPanel - Interface in javax.rad.ui.container
Platform and technology independent ScrollPanel definition.
isCursorSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether the cursor has been explicitly set for this Component.
isCursorSet() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns whether the cursor has been explicitly set for this Component.
isCursorSet() - Method in class javax.rad.genui.UIComponent
Returns whether the cursor has been explicitly set for this Component.
isCursorSet() - Method in interface javax.rad.ui.IComponent
Returns whether the cursor has been explicitly set for this Component.
isDataPageRefetchPossible() - Method in class com.sibvisions.rad.model.mem.MemDataBook
This function is used for rehashing data pages after insert of the master row.
isDataPageRefetchPossible() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
This function is used for rehashing data pages after insert of the master row.
isDefaultAllowedValues() - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default allowed value detection mode.
isDefaultAutoLinkReference() - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default automatic LinkReference mode.
isDefaultButton() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
isDefaultButton() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Gets the value of the defaultButton property, which if true means that this button is the current default button.
isDefaultButton() - Method in class javax.rad.genui.component.AbstractUIButton
Gets the value of the defaultButton property, which if true means that this button is the current default button.
isDefaultButton() - Method in interface javax.rad.ui.component.IButton
Gets the value of the defaultButton property, which if true means that this button is the current default button.
isDefaultDefaultValue() - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default - default value detection mode.
isDefaultValue() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns the default value detection mode.
isDeleteAllowed() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if it is possible to delete an already existing row.
isDeleteAllowed() - Method in interface javax.rad.model.IDataBook
Gets if it is possible to delete an already existing row.
isDeleteCascade() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if a delete on a master IDataBook should also delete all rows associated with the master row in this IDataBook.
isDeleteCascade() - Method in interface javax.rad.model.IDataBook
Gets if a delete on a master IDataBook should also delete all rows associated with the master row in this IDataBook.
isDeleteEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if deleting a row is enabled.
isDeleteEnabled() - Method in class javax.rad.application.genui.ControllerContent
True, if delete should be enabled.
isDeleteEnabled() - Method in class javax.rad.genui.control.AbstractControllable
True, if delete should be enabled.
isDeleteEnabled() - Method in interface javax.rad.model.IDataBook
Gets if deleting a row is enabled.
isDeleting() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Gets if this row is currently being deleted, which means that it has been removed/deleted but this action has not yet been finalized.
isDeleting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if this row is currently being deleted, which means that it has been removed/deleted but this action has not yet been finalized.
isDeleting() - Method in interface javax.rad.model.IChangeableDataRow
Gets if this row is currently being deleted, which means that it has been removed/deleted but this action has not yet been finalized.
isDesktopEnvironment() - Method in class javax.rad.application.genui.UILauncher
Gets whether the launcher was started in a desktop environment.
isDestroyed() - Method in class com.sibvisions.rad.application.Error
Gets whether the content is already destroyed.
isDestroyed() - Method in class com.sibvisions.rad.application.Message
Gets whether the content is already destroyed.
isDestroyed() - Method in class javax.rad.application.genui.Content
Gets whether the content is already destroyed.
isDestroyed() - Method in interface javax.rad.application.IContent
Gets whether the content is already destroyed.
isDetailChanged() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Gets if any associated detail rows have been modified.
isDetailChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if any associated detail rows have been modified.
isDetailChanged() - Method in interface javax.rad.model.IChangeableDataRow
Gets if any associated detail rows have been modified.
isDetectEndNode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets whether end node detection is enabled.
isDetectEndNode() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets if a node should be detected to be an end node or not.
isDetectEndNode() - Method in class javax.rad.genui.control.UITree
Gets if a node should be detected to be an end node or not.
isDetectEndNode() - Method in interface javax.rad.ui.control.ITree
Gets if a node should be detected to be an end node or not.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.celleditor.AbstractComboCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.celleditor.AbstractNumberCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.celleditor.AbstractStyledCellEditor
Defines, if the editor should edit directly in complex controls.
isDirectCellEditor() - Method in class com.sibvisions.rad.ui.celleditor.AbstractTextCellEditor
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.
isDisabled() - Static method in class com.sibvisions.util.Internalize
True, if internalize is disabled.
isDispatchable() - Method in class javax.rad.util.EventHandler
Returns true, if dispatch will invoke any listener.
isDispatchable(EventHandler) - Static method in class javax.rad.util.EventHandler
Returns true, if dispatch will invoke any listener.
isDispatchEventsEnabled() - Method in class javax.rad.util.EventHandler
Gets whether event dispatching is enabled.
isDisposed() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Gets whether this 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 javax.rad.genui.container.AbstractWindow
Checks whether the window is disposed already.
isDisposed() - Method in interface javax.rad.ui.container.IWindow
Checks whether the window is disposed already.
isDragable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Returns the drag option of tabs.
isDragable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns whether the tabs are dragable.
isDragable() - Method in class javax.rad.genui.container.UITabsetPanel
Returns whether the tabs are dragable.
isDragable() - Method in interface javax.rad.ui.container.ITabsetPanel
Returns whether the tabs are dragable.
isDumpStreamEnabled() - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Gets whether JSTOM stream dumping is enabled.
isDuplicateEnabled() - Method in class javax.rad.application.genui.ControllerContent
Gets the duplicate button visibility.
isDuplicateEnabled() - Method in class javax.rad.genui.control.AbstractControllable
Gets the duplicate button visibility.
ISecurityManager - Interface in com.sibvisions.rad.server.security
The ISecurityManager has methods to check the access of a user to a special application.
isEditable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets if editable or not.
isEditable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets whether this tree is editable.
isEditable() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Returns the boolean indicating whether this ITextField is editable or not.
isEditable() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if editable or not.
isEditable() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets if editable or not.
isEditable() - Method in class javax.rad.genui.component.AbstractUITextField
Returns the boolean indicating whether this ITextField is editable or not.
isEditable() - Method in class javax.rad.genui.control.UITable
Gets if editable or not.
isEditable() - Method in class javax.rad.genui.control.UITree
Gets if editable or not.
isEditable() - Method in interface javax.rad.ui.component.ITextField
Returns the boolean indicating whether this ITextField is editable or not.
isEditable() - Method in interface javax.rad.ui.control.ITable
Gets if editable or not.
isEditable() - Method in interface javax.rad.ui.control.ITree
Gets if editable or not.
isEditEnabled() - Method in class javax.rad.application.genui.ControllerContent
Gets the edit button visibility.
isEditEnabled() - Method in class javax.rad.genui.control.AbstractControllable
Gets the edit button visibility.
isEditorEditable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets true, if the editor is editable.
isEmpty() - Method in class com.sibvisions.util.ArrayUtil
isEmpty() - Method in class com.sibvisions.util.IdentityKeyValueList
Tests if the list is empty.
isEmpty() - Method in class com.sibvisions.util.KeyValueList
Tests if the list is empty.
isEmpty(String) - Static method in class com.sibvisions.util.type.StringUtil
Gets whether the given text contains no characters or consists only of whitespace.
isEnabled() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Determines whether this component is enabled.
isEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Determines whether this component is enabled.
isEnabled(ILogger.LogLevel) - Method in interface com.sibvisions.util.log.ILogger
Checks if the current log level is enabled/allowed to log.
isEnabled(ILogger.LogLevel) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Checks if the current log level is enabled/allowed to log.
isEnabled(ILogger.LogLevel) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Checks if the current log level is enabled/allowed to log.
isEnabled(ILogger.LogLevel) - Method in class com.sibvisions.util.log.log4j.Log4jLogger
Checks if the current log level is enabled/allowed to log.
isEnabled() - Method in class javax.rad.genui.UIComponent
Determines whether this component is enabled.
isEnabled() - Method in interface javax.rad.ui.IComponent
Determines whether this component is enabled.
isEnabledAt(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Returns if a tab is en- or disabled.
isEnabledAt(int) - Method in class javax.rad.genui.container.UITabsetPanel
Returns if a tab is en- or disabled.
isEnabledAt(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Returns if a tab is en- or disabled.
isEncrypted(String) - Method in class com.sibvisions.util.xml.XmlWorker
Gets whether the node with the given name should be encrypted.
isEnum(ServerColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Gets whether the given column has an enum as datatype.
ISeparator - Interface in javax.rad.ui.menu
Platform and technology independent Menu Separator definition.
ISerializer - Interface in com.sibvisions.rad.remote
The ISerializer interface defines standard methods for serialization and deserialization of objects to and from streams.
isError() - Method in class javax.rad.remote.event.CallBackEvent
Determines if the result object is an exception, thrown by a call.
IServer - Interface in javax.rad.server
The IServer interface defines the methods which are necessary for remote server implementations.
IServerPlugin - Interface in com.sibvisions.rad.server.plugin
The IServerPlugin defines the handling of server-side plugins.
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.
ISessionValidator - Interface in com.sibvisions.rad.server
The ISessionValidator is a simple interface for Session validation.
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.
isExportEnabled() - Method in class javax.rad.application.genui.ControllerContent
Gets the export button visibility.
isExportEnabled() - Method in class javax.rad.genui.control.AbstractControllable
Gets the export button visibility.
isExternal() - Method in class javax.rad.server.InjectObject
Gets whether the object should be handled lik an external object.
isFetchEnabled() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
This can be used for performance tuning.
isFetchLargeObjectsLazy() - Method in class javax.rad.persist.ColumnMetaData
If large objects in this column should be lazily fetched, meaning that they are only send to the client if the client actually requests that very value.
isFile() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets whether the config is a physical file.
isFilterable() - Method in class javax.rad.model.ColumnDefinition
true, if this column will be filtered by generic filters.
isFirstEnabled() - Method in class javax.rad.application.genui.ControllerContent
True, if first should be enabled.
isFirstEnabled() - Method in class javax.rad.genui.control.AbstractControllable
True, if first should be enabled.
isFocusable() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether this component can be focused.
isFocusable() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns whether this component can be focused.
isFocusable() - Method in class javax.rad.genui.UIComponent
Returns whether this component can be focused.
isFocusable() - Method in interface javax.rad.ui.IComponent
Returns whether this component can be focused.
isFocusStored() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Checks if the frame has stored a focus component.
isFontSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether the font has been explicitly set for this Component.
isFontSet() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns whether the font has been explicitly set for this Component.
isFontSet() - Method in class javax.rad.genui.UIComponent
Returns whether the font has been explicitly set for this Component.
isFontSet() - Method in interface javax.rad.ui.IComponent
Returns whether the font has been explicitly set for this Component.
isForceFocusOnPopup() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets if the focus is forced to be given on the popup.
isForegroundSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether the foreground color has been explicitly set for this Component.
isForegroundSet() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Returns whether the foreground color has been explicitly set for this Component.
isForegroundSet() - Method in class javax.rad.genui.UIComponent
Returns whether the foreground color has been explicitly set for this Component.
isForegroundSet() - Method in interface javax.rad.ui.IComponent
Returns whether the foreground color has been explicitly set for this Component.
isFormatWhitespaces() - Method in class com.sibvisions.util.xml.XmlWorker
Gets whether to format whitespaces in tag values.
isFulfilled(IDataRow) - Method in class javax.rad.model.condition.And
Returns true, if the ICondition is fulfilled.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.CompareCondition
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataRow) - Method in class javax.rad.model.condition.CompareCondition
Returns true, if the ICondition is fulfilled.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.Equals
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.Greater
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.GreaterEquals
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataRow) - Method in interface javax.rad.model.condition.ICondition
Returns true, if the ICondition is fulfilled.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.Less
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.LessEquals
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.Like
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.LikeIgnoreCase
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.LikeReverse
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataType, Object) - Method in class javax.rad.model.condition.LikeReverseIgnoreCase
It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
isFulfilled(IDataRow) - Method in class javax.rad.model.condition.Not
Returns true, if the ICondition is fulfilled.
isFulfilled(IDataRow) - Method in class javax.rad.model.condition.Or
Returns true, if the ICondition is fulfilled.
isFullScreen() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets whether full screen mode is active.
isGlobalActive() - Method in class javax.rad.genui.container.UIInternalFrame
Gets the active flag of the internal frame ignoring modal frames.
isGlobalMetaDataCacheEnabled() - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets whether the global meta data cache is enabled.
isGreater(Version) - Method in class com.sibvisions.util.Version
Gets whether the current (this) version is greater than the given version.
isGreaterOrEqual(Version) - Method in class com.sibvisions.util.Version
Gets whether the current (this) version is greater or equal than the given version.
isHeadlessEnvironment() - Method in class javax.rad.application.genui.UILauncher
Gets whether the launcher was started in a headless (without GUI) environment.
isHiddenPackage(String) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Checks if a class or package name is excluded through the hidden package list.
isIconifiable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns whether this internal frame can be iconified by some user action.
isIconifiable() - Method in class javax.rad.genui.container.UIInternalFrame
Returns whether this internal frame can be iconified by some user action.
isIconifiable() - Method in interface javax.rad.ui.container.IInternalFrame
Returns whether this internal frame can be iconified by some user action.
isIgnoreEvent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
True, if events should be ignored.
isIgnoreLeadingWhiteSpace() - Method in class com.sibvisions.util.type.StringParser
Gets whether leading whitespaces should be ignored.
isIgnoreNull() - Method in class javax.rad.model.condition.CompareCondition
Returns if null values will be ignored.
isImageBorderVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Gets the visibility of the image border.
isInactive(long) - Method in class com.sibvisions.rad.server.AbstractSession
Checks if the session is inactive.
isInactive(long) - Method in class com.sibvisions.rad.server.DetachedSession
Checks if the session is inactive.
isInactive(long) - Method in class com.sibvisions.rad.server.DirectServerSession
Checks if the session is inactive.
isInactive(long) - Method in interface javax.rad.server.ISession
Checks if the session is inactive.
isIncluded(String) - Method in class com.sibvisions.rad.server.config.AppSettings.AppLocation
Gets whether the given application name/zone is included.
isInitDone() - Method in class com.sibvisions.util.log.jdk.JdkLoggerFactory
Returns whether the log manager is initialized through a property file.
isInitDone() - Method in class com.sibvisions.util.log.LoggerFactory
Gets whether factory is initialized.
isInitialized() - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Returns true if this BeanConverter has been initialized.
isInitialized() - Static method in class com.sibvisions.util.log.LoggerFactory
Gets whether this factory has been initialized.
isInitializing(ISession) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Gets whether the given session is initializing.
isInsertAllowed() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if it is possible to IDataBook.insert(boolean) a new row.
isInsertAllowed() - Method in interface javax.rad.model.IDataBook
Gets if it is possible to IDataBook.insert(boolean) a new row.
isInsertEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if inserting is enabled.
isInsertEnabled() - Method in class javax.rad.application.genui.ControllerContent
True, if new should be enabled.
isInsertEnabled() - Method in class javax.rad.genui.control.AbstractControllable
True, if new should be enabled.
isInsertEnabled() - Method in interface javax.rad.model.IDataBook
Gets if inserting is enabled.
isInserting() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Gets if this row is currently being inserted, which means that it has been created but has not yet been saved/finalized.
isInserting() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if this row is currently being inserted, which means that it has been created but has not yet been saved/finalized.
isInserting() - Method in interface javax.rad.model.IChangeableDataRow
Gets if this row is currently being inserted, which means that it has been created but has not yet been saved/finalized.
isInsertNewLines() - Method in class com.sibvisions.util.xml.XmlWorker
Gets whether new lines will be inserted for better readable.
isInsertSubEnabled() - Method in class javax.rad.application.genui.ControllerContent
True, if new sub should be enabled.
isInsertSubEnabled() - Method in class javax.rad.genui.control.AbstractControllable
True, if new sub should be enabled.
isIsolated(Object) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets whether the given object is an isolated object.
isIsolated(AbstractSession) - Static method in class com.sibvisions.rad.server.DefaultObjectProvider
Gets whether the given session is isolated.
isJavaScriptAvailable() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet
Gets whether Javascript is available.
isJdbc(String) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets whether the given URL is a JDBC resource.
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.
isKeepHorizontalScrollPosition() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Gets whether the horizontal position will be kept after auto scroll.
isLaFOpaque() - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets whether the current Look and Feel draws its own background independent of the background color and opaque setting.
isLastEnabled() - Method in class javax.rad.application.genui.ControllerContent
True, if last should be enabled.
isLastEnabled() - Method in class javax.rad.genui.control.AbstractControllable
True, if last should be enabled.
isLazyFetchEnabled() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
If lazy fetch should be enabled.
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.
isLevelSet() - Method in class com.sibvisions.util.log.log4j.Log4jLogger
Gets whether the log level is set or used from a parent logger.
isLinux() - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Gets whether the operating system is Linux.
isLoadBalance() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmHelper
Returns whether the load balance option will be used for authentication.
isLockAndRefetchEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if lock and refetch is enabled.
isLocked() - Method in class com.sibvisions.rad.server.AbstractSession
Gets whether the session is locked.
isLockOnRefetch() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
True, if refetch should lock the row.
isLogEnabled(ILogger.LogLevel) - Method in class com.sibvisions.rad.persist.AbstractStorage
Gets whether the given log level is enabled.
isLogEnabled(ILogger.LogLevel) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets whether the given log level is enabled.
isMacOS() - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Gets whether the operating system is MacOS.
isMasterLinkColumn(String) - Method in class javax.rad.model.RowDefinition
Gets true, if the column is a LinkReferenceColumn for the MasterReference definition.
isMaxAliveIntervalExceeded(long) - Method in class com.sibvisions.rad.server.AbstractSession
Gets whether the alive interval is exceeded.
isMaximizable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns whether this internal frame can be maximized by some user action.
isMaximizable() - Method in class javax.rad.genui.container.UIInternalFrame
Returns whether this internal frame can be maximized by some user action.
isMaximizable() - Method in interface javax.rad.ui.container.IInternalFrame
Returns whether this internal frame can be maximized by some user action.
isMaximumSizeSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns true if the maximum size has been set to a non-null value otherwise returns false.
isMaximumSizeSet() - Method in class javax.rad.genui.UIComponent
Returns true if the maximum size has been set to a non-null value otherwise returns false.
isMaximumSizeSet() - Method in interface javax.rad.ui.IComponent
Returns true if the maximum size has been set to a non-null value otherwise returns false.
isMemFilter() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if the filter is handled in memory.
isMemFilter() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns true if the filter is handled in memory.
isMemSort() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if the sort is handled in memory.
isMemSort() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns true if the sort is handled in memory.
isMetaDataCacheEnabled() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Gets whether metadata cache is enabled.
isMetaDataCacheEnabled() - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Gets whether the meta data cache should be used.
isMetaDataCacheEnabled() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets whether the meta data cache should be used.
isMethodInvocationAllowed(AbstractObjectProvider, ISession, String, Object, String, Object...) - Method in interface com.sibvisions.rad.server.security.IObjectAccessController
Gets whether method invocation is allowed.
isMinimumSizeSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns whether or not setMinimumSize has been invoked with a non-null value.
isMinimumSizeSet() - Method in class javax.rad.genui.UIComponent
Returns whether or not setMinimumSize has been invoked with a non-null value.
isMinimumSizeSet() - Method in interface javax.rad.ui.IComponent
Returns whether or not setMinimumSize has been invoked with a non-null value.
isMobileEnvironment() - Method in class javax.rad.application.genui.UILauncher
Gets whether the launcher was started in a mobile environment.
isModal() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Returns the modal option of the internal frame.
isModal() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Returns the modal option of the internal frame.
isModal() - Method in class javax.rad.application.genui.WorkScreen
Returns the modal state of this workscreen.
isModal() - Method in interface javax.rad.application.IWorkScreen
Returns the modal state of this workscreen.
isModal() - Method in class javax.rad.genui.container.UIInternalFrame
Returns the modal option of the internal frame.
isModal() - Method in interface javax.rad.ui.container.IInternalFrame
Returns the modal option of the internal frame.
isModified() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Gets whether the database access is modified.
isModifier(int) - Method in class javax.rad.ui.event.UIEvent
True, if the given modifiers are set.
isMouseEventOnSelectedCell() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
True, if the mouse event occured on current selected cell.
isMouseEventOnSelectedCell() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets whether mouse event on selected cell is enabled.
isMouseEventOnSelectedCell() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
True, if the mouse event occured on current selected cell.
isMouseEventOnSelectedCell() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
True, if the mouse event occured on current selected cell.
isMouseEventOnSelectedCell() - Method in class javax.rad.genui.control.UITable
True, if the mouse event occured on current selected cell.
isMouseEventOnSelectedCell() - Method in class javax.rad.genui.control.UITree
True, if the mouse event occured on current selected cell.
isMouseEventOnSelectedCell() - Method in interface javax.rad.ui.control.ITable
True, if the mouse event occured on current selected cell.
isMouseEventOnSelectedCell() - Method in interface javax.rad.ui.control.ITree
True, if the mouse event occured on current selected cell.
isMovable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Returns whether the toolbar is movable.
isMovable() - Method in class javax.rad.genui.container.UIToolBar
Returns whether the toolbar is movable.
isMovable() - Method in class javax.rad.model.ColumnDefinition
Returns whether this column can be moved.
isMovable() - Method in interface javax.rad.ui.container.IToolBar
Returns whether the toolbar is movable.
isMustQuote() - Method in class com.sibvisions.util.type.StringParser
Gets whether the strict quote mode 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 javax.rad.genui.container.UIDesktopPanel
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in class javax.rad.genui.container.UITabsetPanel
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in interface javax.rad.ui.container.IDesktopPanel
Determines whether the navigation with the keyboard is enabled.
isNavigationKeysEnabled() - Method in interface javax.rad.ui.container.ITabsetPanel
Determines whether the navigation with the keyboard is enabled.
isNewModified() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Deprecated. With 2.1 onwards.
isNextCharacterEscapable(String, boolean, int) - Method in class com.sibvisions.util.type.StringParser
Gets whether the next character is an escape.
isNextEnabled() - Method in class javax.rad.application.genui.ControllerContent
True, if next should be enabled.
isNextEnabled() - Method in class javax.rad.genui.control.AbstractControllable
True, if next should be enabled.
isNotified() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
True, if this component is added in the component tree of a viewable root container (window or applet).
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.ServerColumnMetaData
Returns true if values in this column may be null.
isNullable() - Method in class javax.rad.model.ColumnDefinition
Returns true if values in this column may be null.
isNullable() - Method in class javax.rad.persist.ColumnMetaData
Returns true if values in this column may be null.
isObjectAccessAllowed(AbstractObjectProvider, ISession, Map, String, Object) - Method in interface com.sibvisions.rad.server.security.IObjectAccessController
Gets whether access to an object is allowed.
isOldModified() - Method in class com.sibvisions.rad.persist.event.StorageEvent
Deprecated. With 2.1 onwards.
isOpen() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if this IDataBook is open.
isOpen() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Gets if this IDataSource is open.
isOpen() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Returns whether the storage is open and ready to use.
isOpen() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns true, if the database is still open.
isOpen() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Returns if the DBStorage is open.
isOpen(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Checks if the connection to the server is opened.
isOpen(ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Checks if the connection to the server is opened.
isOpen(ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
The connection is always open.
isOpen() - Method in interface javax.rad.model.IDataBook
Gets if this IDataBook is open.
isOpen() - Method in interface javax.rad.model.IDataSource
Gets if this IDataSource is open.
isOpen() - Method in class javax.rad.remote.AbstractConnection
Checks if the connection is open.
isOpen(ConnectionInfo) - Method in interface javax.rad.remote.IConnection
Checks if the connection to the server is opened.
isOpen() - Method in class javax.rad.remote.SubConnection
Checks if the connection is open.
isOutOfSync() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if this IDataBook is out of sync with its master.
isOutOfSync() - Method in interface javax.rad.model.IDataBook
Gets if this IDataBook is out of sync with its master.
isParameterSet(String) - Method in class com.sibvisions.util.db.DBImporter
Gets whether a parameter is set.
isParameterSet(String) - Method in class javax.rad.application.genui.WorkScreen
Gets whether the given parameter is set.
isParameterSet(String) - Method in interface javax.rad.application.IWorkScreen
Gets whether the given parameter is set.
isParamsLogEnabled() - Method in class com.sibvisions.util.Execute
Gets whether parameter logging is enabled.
isParamTypeListValid(Class<?>[], Class[], boolean) - Static method in class com.sibvisions.util.Reflective
Checks if the class definitions of a parameter list are equal to a desired class list.
isPasswordEncrypted(String) - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Gets whether the given password is already encrypted.
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.
isPending() - Method in class com.sibvisions.util.type.StringParser
Gets whether parsing has open fields from last call(s).
ISplitPanel - Interface in javax.rad.ui.container
Platform and technology independent SplitPanel definition.
isPopupCanceled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
True, if popup is canceled, or popup is set as canceled.
isPopupFocusEvent(FocusEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
True, if FocusEvent is caused from the Popup.
isPopupTrigger() - Method in class javax.rad.ui.event.UIMouseEvent
Returns whether or not this mouse event is the popup menu trigger event for the platform.
isPopupVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Returns the visibility of the choice component.
isPreferredSizeSet() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Returns true if the preferred size has been set to a non-null value otherwise returns false.
isPreferredSizeSet() - Method in class javax.rad.genui.UIComponent
Returns true if the preferred size has been set to a non-null value otherwise returns false.
isPreferredSizeSet() - Method in interface javax.rad.ui.IComponent
Returns true if the preferred size has been set to a non-null value otherwise returns false.
isPreserveAspectRatio() - Method in class com.sibvisions.rad.ui.celleditor.AbstractImageViewer
If the aspect ratio of the image should be preserved if it is stretched in any direction.
isPreserveAspectRatio() - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
If the aspect ratio of the image should be preserved if it is stretched in any direction.
isPreserveAspectRatio() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
If the aspect ratio of the image should be preserved if it is stretched in any direction.
isPreserveAspectRatio() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
If the aspect ratio of the image should be preserved if it is stretched in any direction.
isPreserveAspectRatio() - Method in class javax.rad.genui.celleditor.UIImageViewer
If the aspect ratio of the image should be preserved if it is stretched in any direction.
isPreserveAspectRatio() - Method in class javax.rad.genui.component.AbstractUIActionComponent
If the aspect ratio of the image should be preserved if it is stretched in any direction.
isPreserveAspectRatio() - Method in class javax.rad.genui.component.UIIcon
If the aspect ratio of the image should be preserved if it is stretched in any direction.
isPreserveAspectRatio() - Method in interface javax.rad.ui.celleditor.IImageViewer
If the aspect ratio of the image should be preserved if it is stretched in any direction.
isPreserveAspectRatio() - Method in interface javax.rad.ui.component.IIcon
If the aspect ratio of the image should be preserved if it is stretched in any direction.
isPreviousEnabled() - Method in class javax.rad.application.genui.ControllerContent
True, if previous should be enabled.
isPreviousEnabled() - Method in class javax.rad.genui.control.AbstractControllable
True, if previous should be enabled.
isPropertyIgnored(Object, String) - Method in class com.sibvisions.util.SimpleJavaSource
True, if the given property has to be ignored.
isPropertySet(Object, String) - Method in class com.sibvisions.util.SimpleJavaSource
True, if the given property is detected as set with isXxxSet.
isQuoted() - Method in class com.sibvisions.rad.persist.jdbc.Name
Returns true if the quoted name should be used.
isReachable(String, int) - Static method in class com.sibvisions.util.type.CommonUtil
Tests if the given port is reachable on the given host.
isReadingMagicByteEnabled() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Whether this connection should read the magic byte sequence.
isReadingMagicByteEnabled() - Method in class com.sibvisions.rad.remote.http.HttpConnection
Whether this connection should read the magic byte sequence.
isReadOnly() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if this IDataBook is read only.
isReadOnly() - Method in class javax.rad.model.ColumnDefinition
Returns the read only state of this column.
isReadOnly(IDataBook, IDataPage, IDataRow, String, int, int) - Method in interface javax.rad.model.event.IReadOnlyChecker
Is called to determine whether the value at the location (row/column) should be readonly or not.
isReadOnly() - Method in interface javax.rad.model.IDataBook
Gets if this IDataBook is read only.
isRefetch() - Method in class com.sibvisions.rad.persist.AbstractStorage
Returns if this Storage refetches after insert and update.
isRelative() - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
true, if the anchor is relative.
isRelative() - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
true, if the anchor is relative.
isReleaseConnectionPending() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
True, if there is a release connection task waiting.
isReleased() - Method in class com.sibvisions.rad.server.http.HttpContext
Gets the release state of this HttpContext.
isReleased() - Method in class javax.rad.io.TransferContext
Gets the release state of this TransferContext.
isReleased() - Method in class javax.rad.server.ServerContext
Gets the release state of this ServerContext.
isReleased() - Method in class javax.rad.server.SessionContext
Gets the release state of this SessionContext.
isRemoveQuotes() - Method in class com.sibvisions.util.type.StringParser
Gets whether leading and trailing quotes will be removed from the fields.
isResizable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Indicates whether this frame is resizable by the user.
isResizable() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Indicates whether this frame is resizable by the user.
isResizable() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Indicates whether this frame is resizable by the user.
isResizable() - Method in class javax.rad.genui.container.AbstractFrame
Indicates whether this frame is resizable by the user.
isResizable() - Method in class javax.rad.model.ColumnDefinition
Returns whether this column can be resized.
isResizable() - Method in interface javax.rad.ui.container.IFrame
Indicates whether this frame is resizable by the user.
isRestoreEnabled() - Method in class javax.rad.application.genui.ControllerContent
True, if restore should be enabled.
isRestoreEnabled() - Method in class javax.rad.genui.control.AbstractControllable
True, if restore should be enabled.
isRetryDuringAliveCheck() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets whether alive check should retry if a communication error occurs.
isRetryDuringClose() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets whether close should retry if a communication error occurs.
isRetryDuringOpen() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Gets whether open should retry if a communication error occurs.
isRunning() - Method in class com.sibvisions.util.Execute
Gets whether the program is still running.
isSaveImmediate() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets it immediate save of changes is enabled.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in class javax.rad.genui.control.UIEditor
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in interface javax.rad.model.ui.ICellEditorListener
Tells whether the CellEditor should save immediate.
isSavingImmediate() - Method in interface javax.rad.ui.control.IEditor
Tells whether the CellEditor should save immediate.
isSearchClassPath() - Static method in class com.sibvisions.rad.server.config.Configuration
Gets whether resource search via classpath is enabled.
isSearchEnabled() - Method in class javax.rad.application.genui.ControllerContent
Gets the search button visibility.
isSearchEnabled() - Method in class javax.rad.genui.control.AbstractControllable
Gets the search button visibility.
isSearchTextAnywhere() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
True, if the text is searched anywhere.
isSearchTextAnywhere() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
True, if the text is searched anywhere.
isSearchTextAnywhere() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
True, if the text is searched anywhere.
isSelected() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
isSelected() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingToggleButton
Checks if the component is selected.
isSelected() - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingCheckBoxMenuItem
Checks if the component is selected.
isSelected() - Method in class javax.rad.genui.component.AbstractUIToggleButton
Checks if the component is selected.
isSelected() - Method in class javax.rad.genui.menu.UICheckBoxMenuItem
Checks if the component is selected.
isSelected() - Method in interface javax.rad.ui.component.IToggleActionComponent
Checks if the component is selected.
isSelectionVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
isSelfJoined() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if this IDataBook has been joined with itself.
isSelfJoined() - Method in interface javax.rad.model.IDataBook
Gets if this IDataBook has been joined with itself.
isShowAmPm() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
True, if am pm should be shown.
isShowFocusRect() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets if showing the focus rect or not.
isShowFocusRect() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if showing the focus rect or not.
isShowFocusRect() - Method in class javax.rad.genui.control.UITable
Gets if showing the focus rect or not.
isShowFocusRect() - Method in interface javax.rad.ui.control.ITable
Gets if showing the focus rect or not.
isShowGridLines() - Method in class javax.rad.genui.control.UITable
Gets if the horizontal lines or vertical lines are shown.
isShowHorizontalLines() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if showing the vertical lines or not.
isShowHorizontalLines() - Method in class javax.rad.genui.control.UITable
Gets if showing the vertical lines or not.
isShowHorizontalLines() - Method in interface javax.rad.ui.control.ITable
Gets if showing the vertical lines or not.
isShowing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
isShowing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
isShowSeconds() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
True, if seconds should be shown.
isShowSelection() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets if showing the selection or not.
isShowSelection() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if showing the selection or not.
isShowSelection() - Method in class javax.rad.genui.control.UITable
Gets if showing the selection or not.
isShowSelection() - Method in interface javax.rad.ui.control.ITable
Gets if showing the selection or not.
isShowVerticalLines() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets if showing the vertical lines or not.
isShowVerticalLines() - Method in class javax.rad.genui.control.UITable
Gets if showing the vertical lines or not.
isShowVerticalLines() - Method in interface javax.rad.ui.control.ITable
Gets if showing the vertical lines or not.
isSigned() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns if this ColumnMetaData is signed.
isSigned() - Method in class javax.rad.model.datatype.BigDecimalDataType
Returns if the BigDecimalDataType is signed.
isSigned() - Method in class javax.rad.model.datatype.LongDataType
Returns if the BigDecimalDataType is signed.
isSigned() - Method in class javax.rad.persist.ColumnMetaData
Returns if this ColumnMetaData is signed.
isSmaller(Version) - Method in class com.sibvisions.util.Version
Gets whether the current (this) version is smaller than the given version.
isSmallerOrEqual(Version) - Method in class com.sibvisions.util.Version
Gets whether the current (this) version is smaller or equal than the given version.
isSortable() - Method in class javax.rad.model.ColumnDefinition
Returns whether this column can be sorted.
isSortByColumnName() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
isSortByColumnName() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
isSortByColumnName() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
isSortDataRowOnSave() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Is true, if the current saved row should be moved to the correct possition according to the set SortDefinition.
isSortOnHeaderEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets true, if it is possible sorting the data by clicking on the header.
isSortOnHeaderEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets true, if it is possible sorting the data by clicking on the header.
isSortOnHeaderEnabled() - Method in class javax.rad.genui.control.UITable
Gets true, if it is possible sorting the data by clicking on the header.
isSortOnHeaderEnabled() - Method in interface javax.rad.ui.control.ITable
Gets true, if it is possible sorting the data by clicking on the header.
isStartCharacter(char) - Method in enum com.sibvisions.util.type.StringUtil.TextType
Tests if the given char is a valid start position for the type.
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 the given thread is stopped.
isStopped() - Method in class com.sibvisions.util.ThreadManager
Gets if the current thread is stopped.
isStopped(Thread) - Method in class com.sibvisions.util.ThreadManager
Gets if a desired thread is stopped.
isStream() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets whether the config was read from an external stream.
isStrictFormatCheck() - Method in class com.sibvisions.util.type.DateUtil
Strict format check defines whether the set pattern should be exactly by format, or be more flexibel in analysing the given date.
isStrikeThrough() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
true, if strike through should be painted.
isStrikeThrough() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughLineBorder
true, if strike through should be painted.
isSupported(MetaData.Feature) - Method in class javax.rad.persist.MetaData
Gets whether a specific feature is supported.
isSystemExitOnDispose() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Gets whether System.exit(int) will be called if dispose is called.
isTableHeaderVisible() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
The header of a table can't be hidden.
isTableHeaderVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets the visibility of the table header.
isTableHeaderVisible() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets the visibility of the table header.
isTableHeaderVisible() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets whether the table header is visible.
isTableHeaderVisible() - Method in class javax.rad.genui.control.UITable
Gets the visibility of the table header.
isTableHeaderVisible() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets whether the table header is visible.
isTableHeaderVisible() - Method in interface javax.rad.ui.control.ITable
Gets the visibility of the table header.
isTableReadonly() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Gets whether the table in the popup readonly.
isTableReadonly() - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Gets whether the table in the popup readonly.
isTableReadonly() - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Gets whether the table in the popup readonly.
isTabMode() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Gets whether tab mode is active.
isTabMode() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingDesktopPanel
Gets the display mode of the desktop.
isTabMode() - Method in class javax.rad.genui.container.UIDesktopPanel
Gets the display mode of the desktop.
isTabMode() - Method in interface javax.rad.ui.container.IDesktopPanel
Gets the display mode of the desktop.
isTabsDragable() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Returns the drag option of tabs in tabbed mode.
isTimeVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
True, if the time editor is visible.
isTLSEnabled() - Method in class com.sibvisions.util.Mail
Gets whether TLS is enabled.
isToolBarMovable() - Method in class javax.rad.genui.container.AbstractFrame
Gets whether the toolbars are movable.
isToolBarMovable() - Method in class javax.rad.genui.container.InternalToolBarPanel
Gets whether the toolbars are movable.
isToolBarMovable() - Method in class javax.rad.genui.container.UIToolBarPanel
Gets whether the toolbars are movable.
IStorage - Interface in javax.rad.persist
The IStorage defines the methods to access any kind of table oriented storage: e.g. a database, XML file, ...
IStorageListener - Interface in com.sibvisions.rad.persist.event
The IStorageListener informs about changes in the IStorage.
isTranslationChanged() - Method in class javax.rad.genui.UIComponent
Gets whether the translation was changed.
isTranslationEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in class javax.rad.genui.UIComponent
Gets whether the translation is en- or disabled.
isTranslationEnabled() - Method in interface javax.rad.model.ui.ITranslatable
Gets whether the translation is en- or disabled.
IStyledCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent styled cell editor definition.
isTypeEqual(ServerColumnMetaData, CompareCondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Check if the Type of the column and the value to compare is equal.
ISubSession - Interface in com.sibvisions.rad.server
The ISubSession defines a sub session.
isUndefined() - Method in class com.sibvisions.util.Version
Gets whether the version is undefined.
isUpdateAllowed() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if it is possible to update an already existing row.
isUpdateAllowed() - Method in interface javax.rad.model.IDataBook
Gets if it is possible to update an already existing row.
isUpdateEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if IDataRow.setValue(String, Object) updating a row is enabled.
isUpdateEnabled() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets whether the up-to-date option is enabled.
isUpdateEnabled() - Method in interface javax.rad.model.IDataBook
Gets if IDataRow.setValue(String, Object) updating a row is enabled.
isUpdating() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Gets if this row is currently being updated, which means that its values are changed but these changes have not yet been saved/finalized.
isUpdating() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if this row is currently being updated, which means that its values are changed but these changes have not yet been saved/finalized.
isUpdating() - Method in interface javax.rad.model.IChangeableDataRow
Gets if this row is currently being updated, which means that its values are changed but these changes have not yet been saved/finalized.
isUseSystemEnvironmentParameter() - Method in class com.sibvisions.util.Execute
Gets whether the default environment parameters should be used.
isValid() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.BlobFileHandle
Gets if this object is valid.
isValid() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Checks if the configuration file exists.
isValid(File) - Static method in class com.sibvisions.rad.server.config.Zone
Checks if the zone is valid.
isValid(File, String) - Static method in class com.sibvisions.rad.server.config.Zone
Checks if the zone is valid.
isValid(Object) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Gets whether a session is valid.
isValid(ISession, Timestamp, Timestamp) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Checks if a user is valid.
isValid() - Method in class com.sibvisions.rad.server.security.ntlm.NtlmAuthInfo
Checks if the authentication information is valid and usable.
isValid() - Method in interface com.sibvisions.util.IValidatable
Gets if this object is valid.
isValid() - Method in class com.sibvisions.util.Version
Gets whether this version number is a valid version number.
isValidationEnabled() - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
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.
isVirtual() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Gets whether the config is virtual.
isVisible() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Determines whether this component should be visible when its parent is visible.
isVisible() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
isVisible() - Method in class javax.rad.genui.UIComponent
Determines whether this component should be visible when its parent is visible.
isVisible() - Method in interface javax.rad.ui.IComponent
Determines whether this component should be visible when its parent is visible.
isWebEnvironment() - Method in class javax.rad.application.genui.UILauncher
Gets whether the launcher was started in a web environment.
isWindows() - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Gets whether the operating system is Windows.
isWordWrap() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Gets the current state of the word wrap mode.
isWordWrap() - Method in class javax.rad.genui.component.UITextArea
Gets the current state of the word wrap mode.
isWordWrap() - Method in interface javax.rad.ui.component.ITextArea
Gets the current state of the word wrap mode.
isWritable() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Returns whether this column is writeable.
isWritable() - Method in class javax.rad.model.ColumnDefinition
Returns whether this column will be stored.
isWritable() - Method in class javax.rad.persist.ColumnMetaData
Returns whether this column is writeable.
isWritableColumnChanged() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Gets if there was a writeable column changed.
isWritableColumnChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Gets if there was a writeable column changed.
isWritableColumnChanged() - Method in interface javax.rad.model.IChangeableDataRow
Gets if there was a writeable column changed.
isWritebackEnabled() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns true if this data book should write its changes to the storage.
isWritebackEnabled() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Returns true if this data book should write its changes to the storage.
isWritingMagicByteEnabled() - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Whether this connection should write the magic byte sequence.
ITabActivatedListener - Interface in javax.rad.ui.event.type.tabset
Platform and technology independent tab activated listener definition.
ITabClosedListener - Interface in javax.rad.ui.event.type.tabset
Platform and technology independent tab closed listener definition.
ITabDeactivatedListener - Interface in javax.rad.ui.event.type.tabset
Platform and technology independent tab deactivated listener definition.
ITable - Interface in javax.rad.ui.control
Platform and technology independent Table definition.
ITableControl - Interface in javax.rad.model.ui
The ITableControl is an IControl that displays the current page of an IDataBook.
ITabListener - Interface in com.sibvisions.rad.ui.swing.ext.event
The listener interface for receiving "interesting" events on a tabbed pane.
ITabMovedListener - Interface in javax.rad.ui.event.type.tabset
Platform and technology independent tab moved listener definition.
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.
ITALIC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) italic image (used for toolbar buttons or icons).
ITALIC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) italic image (used for menuitems or buttons).
ITextArea - Interface in javax.rad.ui.component
Platform and technology independent text area definition.
ITextCellEditor - Interface in javax.rad.ui.celleditor
Platform and technology independent text editor definition.
ITextField - Interface in javax.rad.ui.component
Platform and technology independent text field definition.
IToggleActionComponent - Interface in javax.rad.ui.component
Platform and technology independent toggle action component definition.
IToggleButton - Interface in javax.rad.ui.component
Platform and technology independent toggle button definition.
IToolBar - Interface in javax.rad.ui.container
Platform and technology independent TabSetPanel definition.
IToolBarPanel - Interface in javax.rad.ui.container
Platform and technology independent toolbar panel definition.
ITranslatable - Interface in javax.rad.model.ui
The ITranslatable is the interface for text oriented objects which needs translation support.
ITranslator - Interface in javax.rad.util
The ITranslation is the interface to get an translation for a text.
ITree - Interface in javax.rad.ui.control
Platform and technology independent tree definition.
ITreeControl - Interface in javax.rad.model.ui
The ITreeControl is an IControl that displays the hierarchy of one or more IDataBooks.
IType<T> - Interface in javax.rad.type
The Type is a platform independent definition of standard types.
ITypeSerializer<T> - Interface in com.sibvisions.rad.remote.serializer
The ITypeSerializer interface defines standard methods for serialization and deserialization of a specific type.
IUIResourceListener - Interface in javax.rad.genui.event
The IUIResourceListener is used to inform about changes in the UIResource.
IUnconfigureConnectionListener - Interface in com.sibvisions.rad.persist.jdbc.event.type
The IInitializeConnectionListener will be used for initializing connections of a dBAccess.
IUploadExecutor - Interface in javax.rad.io
The IUploadExecutor is an executor for uploads of IFileHandles to remote servers.
IValidatable - Interface in com.sibvisions.util
The IValidatable defines an object that can be validated, meaning it has a valid and an invalid state.
IVirtualZone - Interface in com.sibvisions.rad.server.config
The IVirtualZone should be implemented for zones, loaded via JNDI.
IWindow - Interface in javax.rad.ui.container
Platform and technology independent Window definition.
IWindowActivatedListener - Interface in javax.rad.ui.event.type.window
Platform and technology independent window activated listener definition.
IWindowClosedListener - Interface in javax.rad.ui.event.type.window
Platform and technology independent window closed listener definition.
IWindowClosingListener - Interface in javax.rad.ui.event.type.window
Platform and technology independent window closing listener definition.
IWindowDeactivatedListener - Interface in javax.rad.ui.event.type.window
Platform and technology independent window deactivated listener definition.
IWindowDeiconifiedListener - Interface in javax.rad.ui.event.type.window
Platform and technology independent window deiconified listener definition.
IWindowIconifiedListener - Interface in javax.rad.ui.event.type.window
Platform and technology independent window iconified listener definition.
IWindowListener - Interface in javax.rad.ui.event
Platform and technology independent window listener definition.
IWindowOpenedListener - Interface in javax.rad.ui.event.type.window
Platform and technology independent window opened 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.
IWorkScreenListener - Interface in javax.rad.application.genui.event
The IWorkScreenListener informs about states in the WorkScreen.

J

javax.rad - package javax.rad
Contains classes and interfaces which can be used, extended or implemented from all sub packages.
javax.rad.application - package javax.rad.application
Contains all interfaces to develop an application.
javax.rad.application.genui - package javax.rad.application.genui
Contains implementations of the generic application interfaces.
javax.rad.application.genui.event - package javax.rad.application.genui.event
Contains classes for application event handling.
javax.rad.application.genui.event.type.application - package javax.rad.application.genui.event.type.application
Contains event listener interfaces for application events.
javax.rad.application.genui.event.type.screen - package javax.rad.application.genui.event.type.screen
Contains event listener interfaces for work-screen events.
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.event - package javax.rad.genui.event
Contains classes for genUI event handling.
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.server.event.type - package javax.rad.server.event.type
Contains event listener type interfaces.
javax.rad.server.push - package javax.rad.server.push
Contains classes for server-to-client push support.
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.event.type.component - package javax.rad.ui.event.type.component
Contains event listener interfaces for component events.
javax.rad.ui.event.type.focus - package javax.rad.ui.event.type.focus
Contains event listener interfaces for focus events.
javax.rad.ui.event.type.key - package javax.rad.ui.event.type.key
Contains event listener interfaces for key events.
javax.rad.ui.event.type.mouse - package javax.rad.ui.event.type.mouse
Contains event listener interfaces for mouse events.
javax.rad.ui.event.type.popupmenu - package javax.rad.ui.event.type.popupmenu
Contains event listener interfaces for popup menu events.
javax.rad.ui.event.type.tabset - package javax.rad.ui.event.type.tabset
Contains event listener interfaces for tabset(tab) events.
javax.rad.ui.event.type.window - package javax.rad.ui.event.type.window
Contains event listener interfaces for window events.
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.
JOOMLA_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) joomla image (used for toolbar buttons or icons).
JOOMLA_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) joomla image (used for menuitems or buttons).
JPY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) jpy image (used for toolbar buttons or icons).
JPY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) jpy image (used for menuitems or buttons).
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.
JSFIDDLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) jsfiddle image (used for toolbar buttons or icons).
JSFIDDLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) jsfiddle image (used for menuitems or buttons).
JSONUtil - Class in com.sibvisions.rad.server.http.rest
The JSONUtil is an internal utility class for REST handling.
JVX_OS_VERSION - Static variable in interface javax.rad.IPackageSetup
Constant JVx OpenSource version value.
JVxBorderLayout - Class in com.sibvisions.rad.ui.swing.ext.layout
The JVxSequenceLayout can be used as FlowLayout with additional features.
JVxBorderLayout() - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Creates a new instance of JVxBorderLayout.
JVxBorderLayout(int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Creates a new instance of JVxBorderLayout with the desired orientation and gaps.
JVxButton - Class in com.sibvisions.rad.ui.swing.ext
The JVxButton is a JButton extension.
JVxButton() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxButton
Creates a button with no set text or icon.
JVxButton(Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxButton
Creates a button with an icon.
JVxButton(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxButton
Creates a button with text.
JVxButton(Action) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxButton
Creates a button where properties are taken from the Action supplied.
JVxButton(String, Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxButton
Creates a button with initial text and an icon.
JVxCalendarPane - Class in com.sibvisions.rad.ui.swing.ext
The JVxCalendarPane provides Calendar functionality.
JVxCalendarPane() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Creates a new CalendarPane with no date selected.
JVxChart - Class in com.sibvisions.rad.ui.swing.ext
The JVxChart is a simple chart panel which also implements the ITableControl interface.
JVxChart() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChart
Constructs a JVxChart.
JVxChart.DataBookCategoryDataset - Class in com.sibvisions.rad.ui.swing.ext
The JVxChart.DataBookCategoryDataset extends the DefaultCategoryDataset and provides data from an IDataBook.
JVxChart.DataBookCategoryDataset(IDataBook, String, String[], JVxChart) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookCategoryDataset
Creates a new instance of JVxChart.DataBookCategoryDataset.
JVxChart.DataBookXYDataset - Class in com.sibvisions.rad.ui.swing.ext
This class provides an AbstractIntervalXYDataset implementation for a DataBook.
JVxChart.DataBookXYDataset(IDataBook, String, String[], JVxChart) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChart.DataBookXYDataset
Creates a new JDBCXYDataset (initially empty) with no database connection.
JVxCheckBox - Class in com.sibvisions.rad.ui.swing.ext
The JVxCheckBox class is a check box that checks the mouse position.
JVxCheckBox() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBox
Creates an initially unselected check box menu item with no set text or icon.
JVxCheckBox(Action) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBox
Creates a menu item whose properties are taken from the Action supplied.
JVxCheckBox(Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBox
Creates an initially unselected check box menu item with an icon.
JVxCheckBox(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBox
Creates an initially unselected check box menu item with text.
JVxCheckBox(String, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBox
Creates a check box menu item with the specified text and selection state.
JVxCheckBox(String, Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBox
Creates an initially unselected check box menu item with the specified text and icon.
JVxCheckBox(String, Icon, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxCheckBox
Creates a check box menu item with the specified text, icon, and selection state.
JVxCheckBoxCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxCheckBoxCellEditor provides the generation of the physical check box editor component, handles correct all events, and gives standard access to edited values.
JVxCheckBoxCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxCheckBoxCellEditor
Constructs a new JVxCheckBoxCellEditor.
JVxCheckBoxCellEditor(Object, Object) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxCheckBoxCellEditor
Constructs a new JVxCheckBoxCellEditor with the given selected and deselected values.
JVxCheckBoxCellEditor(Object, Object, String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxCheckBoxCellEditor
Constructs a new JVxCheckBoxCellEditor with the given selected and deselected values.
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.
JVxCheckBoxRenderer - Class in com.sibvisions.rad.ui.swing.ext.cellrenderer
The JVxCheckBoxRenderer is a check box renderer.
JVxCheckBoxRenderer() - Constructor for class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Constructs a new JVxRendererContainer.
JVxChoice - Class in com.sibvisions.rad.ui.swing.ext
A Choice editor can display and switch several values as Image.
JVxChoice() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChoice
Constructs a new JVxChoice component.
JVxChoice(Object[], Image[]) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChoice
Constructs a new JVxChoice with the given allowed values and image names.
JVxChoice.NullCaret - Class in com.sibvisions.rad.ui.swing.ext
Null Caret is a invisible non functional Caret to prevent null pointer exceptions in swing.
JVxChoice.NullCaret() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
Creates a new instance of NullCaret.
JVxChoice.NullDocumentFilter - Class in com.sibvisions.rad.ui.swing.ext
Null Document Filter.
JVxChoice.NullDocumentFilter() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullDocumentFilter
 
JVxChoiceCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxChoiceCellEditor provides the generation of the physical choice editor component, handles correct all events, and gives standard access to edited values.
JVxChoiceCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Constructs a new JVxChoiceCellEditor.
JVxChoiceCellEditor(Object[], String[]) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Constructs a new JVxChoiceCellEditor with the given allowed values and image names.
JVxChoiceRenderer - Class in com.sibvisions.rad.ui.swing.ext.cellrenderer
The JVxChoiceRenderer is a choice renderer.
JVxChoiceRenderer() - Constructor for class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Constructs a new JVxRendererContainer.
JVxComboBase - Class in com.sibvisions.rad.ui.swing.ext
JVxComboBase is a generic component for displaying any editor component combined with any popup component.
JVxComboBase() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Creates a new instance of JVxComboBase with a default editor.
JVxComboBase.GenericComboBoxEditor - Class in com.sibvisions.rad.ui.swing.ext
Generic Editor that allows the changing the EditorComponent.
JVxComboBase.GenericComboBoxEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
Generates a GenericComboBoxEditor with JTextField.
JVxComboBase.GenericComboBoxEditor(JTextComponent) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
Generates a GenericComboBoxEditor with the given editor.
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.
JVxDesktopPane.DisplayMode - Enum in com.sibvisions.rad.ui.swing.ext
the display mode for content.
JVxEditor - Class in com.sibvisions.rad.ui.swing.ext
The JVxEditor implements the IEditorControl interface.
JVxEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxEditor
Constructs an editor.
JVxFontAwesomeIcon - Class in com.sibvisions.rad.ui.swing.ext
The JVxFontAwesomeIcon is an ImageIcon implementation for FontAwesome font.
JVxFontAwesomeIcon(FontAwesome) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxFontAwesomeIcon
Creates a new instance of JVxFontAwesomeIcon with default size of 16px.
JVxFontAwesomeIcon(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxFontAwesomeIcon
Creates a new instance of JVxFontAwesomeIcon.
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.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.
JVxGridLayout - Class in com.sibvisions.rad.ui.swing.ext.layout
The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
JVxGridLayout() - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Constructs a new GridLayout that calculates columns and rows automatically.
JVxGridLayout(int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Constructs a new GridLayout.
JVxGridLayout.CellConstraints - Class in com.sibvisions.rad.ui.swing.ext.layout
The CellConstraint class stores the X and Y position, the Width and Height and the insets of the component.
JVxGridLayout.CellConstraints() - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Constructs a new CellConstraint.
JVxGridLayout.CellConstraints(int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Constructs a new CellConstraint with the given parameters.
JVxGridLayout.CellConstraints(int, int, int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Constructs a new CellConstraint with the given parameters.
JVxGridLayout.CellConstraints(int, int, int, int, Insets) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Constructs a new CellConstraint with the given parameters.
JVxIcon - Class in com.sibvisions.rad.ui.swing.ext
The JVxIcon is a simple component with an image.
JVxIcon() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxIcon
Creates a new instance of JVxIcon without an image.
JVxIcon(Image) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxIcon
Creates a new instance of JVxIcon based on an Image.
JVxIconRenderer - Class in com.sibvisions.rad.ui.swing.ext.cellrenderer
The JVxIconRenderer is a renderer for an icon.
JVxIconRenderer() - Constructor for class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Constructs a new instance of JVxIconRenderer.
JVxImageViewer - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxImageViewer provides the generation of the physical image viewer component, handles correct all events, and gives standard access to values.
JVxImageViewer() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxImageViewer
Constructs a new JVxChoiceCellEditor.
JVxInternalFrame - Class in com.sibvisions.rad.ui.swing.ext
The JVxInternalFrame extends a JInternalFrame to support the modal mode and event queue blocking, like modal dialogs.
JVxInternalFrame() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Creates a non-resizable, non-closable, non-maximizable, non-iconifiable JVxInternalFrame with no title.
JVxInternalFrame(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Creates a non-resizable, non-closable, non-maximizable, non-iconifiable JVxInternalFrame with the specified title.
JVxInternalFrame.ModalComponentListener - Class in com.sibvisions.rad.ui.swing.ext
The ModalComponentListener resizes the transparent panel for the modal desktop.
JVxInternalFrame.ModalComponentListener() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame.ModalComponentListener
 
JVxLinkedCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxLinkedCellEditor provides the generation of the physical linked editor component, handles correct all events, and gives standard access to edited values.
JVxLinkedCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Constructs a new JVxLinkedCellEditor.
JVxLinkedCellEditor(ReferenceDefinition) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor
Constructs a new JVxLinkedCellEditor with the given link reference.
JVxLinkedCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.swing.ext.celleditor
Sets the internal changed Flag, and informs the CellEditorListener if editing is completed.
JVxLinkedCellEditor.CellEditorHandler(JVxLinkedCellEditor, ICellFormatterEditorListener, IDataRow, String, String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Constructs a new CellEditorHandler.
JVxNumberCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxTextCellEditor provides the generation of the physical number editor component, handles correct all events, and gives standard access to edited values.
JVxNumberCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor
Constructs a new JVxTextCellEditor.
JVxNumberCellEditor(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor
Constructs a new JVxNumberCellEditor with the given number format.
JVxNumberCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.swing.ext.celleditor
Sets the internal changed Flag, and informs the CellEditorListener if editing is completed.
JVxNumberCellEditor.CellEditorHandler(JVxNumberCellEditor, ICellFormatterEditorListener, IDataRow, String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Constructs a new CellEditorHandler.
JVxPanel - Class in com.sibvisions.rad.ui.swing.ext
The JVxPanel is a JPanel with a background image.
JVxPanel() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxPanel
 
JVxRendererContainer - Class in com.sibvisions.rad.ui.swing.ext.cellrenderer
The JVxRendererContainer is a renderer container.
JVxRendererContainer() - Constructor for class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Constructs a new JVxRendererContainer.
JVxScrollPane - Class in com.sibvisions.rad.ui.swing.ext
ScrollPane implementation that get the right minimum size, preferred size and maximum size.
JVxScrollPane(Component, int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Creates a JVxScrollPane that displays the view component in a viewport whose view position can be controlled with a pair of scrollbars.
JVxScrollPane(Component) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Creates a JVxScrollPane that displays the contents of the specified component, where both horizontal and vertical scrollbars appear whenever the component's contents are larger than the view.
JVxScrollPane(int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Creates an empty (no viewport view) JVxScrollPane with specified scrollbar policies.
JVxScrollPane() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
Creates an empty (no viewport view) JVxScrollPane where both horizontal and vertical scrollbars appear when needed.
JVxSequenceLayout - Class in com.sibvisions.rad.ui.swing.ext.layout
The JVxSequenceLayout can be used as FlowLayout with additional features.
JVxSequenceLayout() - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Creates a new instance of JVxSequenceLayout with SwingConstants.HORIZONTAL orientation and 5 pixels vertical and horizontal gap.
JVxSequenceLayout(int) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Creates a new instance of JVxSequenceLayout with the desired orientation and 5 pixels vertical and horizontal gap.
JVxSequenceLayout(int, int, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Creates a new instance of JVxSequenceLayout with the desired orientation and gaps.
JVxSplitPane - Class in com.sibvisions.rad.ui.swing.ext
SplitPane implementation that allows top, left, right, right and relative anchored divider.
JVxSplitPane() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Creates a new JVxSplitPane configured to arrange the child components side-by-side horizontally with no continuous layout, using two buttons for the components.
JVxSplitPane(int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Creates a new JVxSplitPane configured with the specified orientation and no continuous layout.
JVxSplitPane(int, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Creates a new JVxSplitPane with the specified orientation and redrawing style.
JVxSplitPane(int, Component, Component) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Creates a new JVxSplitPane with the specified orientation and with the specified components that do not do continuous redrawing.
JVxSplitPane(int, boolean, Component, Component) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Creates a new JVxSplitPane with the specified orientation and redrawing style, and with the specified components.
JVxSplitPane.CoveragePanel - Class in com.sibvisions.rad.ui.swing.ext
Coverage Panel is needed to change minimum size other than defined in from the given component.
JVxSplitPane.CoveragePanel() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxSplitPane.CoveragePanel
Constructs a new CoveragePanel.
JVxTabbedPane - Class in com.sibvisions.rad.ui.swing.ext
The JVxTabbedPane extends the JTabbedPane and allows special tab options, like closing.
JVxTabbedPane() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Creates a new instance of JVxTabbedPane with default settings.
JVxTable - Class in com.sibvisions.rad.ui.swing.ext
Scrollable JTable that implements ITableControl interface.
JVxTable() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable
Constructs a JVxTable.
JVxTable.CellEditorPane - Class in com.sibvisions.rad.ui.swing.ext
CellEditorPane provides different editor sizes as the cell has.
JVxTable.CellEditorPane(JVxTable) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
Constructs a new CellEditorPane.
JVxTable.CellEditorPane(JVxTable, CellFormat, EventObject) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
Constructs a new CellEditorPane.
JVxTable.DataBookTableColumnModel - Class in com.sibvisions.rad.ui.swing.ext
Implements the JTable model interfaces with the given IDataBook.
JVxTable.DataBookTableColumnModel(JVxTable) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
Generates the TableColumnModel for the given JVxTable.
JVxTable.DataBookTableModel - Class in com.sibvisions.rad.ui.swing.ext
Implements the TableModel interfaces with the given IDataBook.
JVxTable.DataBookTableModel(JVxTable, IDataBook) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
Generates the TableModels with the given IDataBook.
JVxTable.GenericTableCellHandler - Class in com.sibvisions.rad.ui.swing.ext
The GenericTableCellEditor is a wrapper, that provides ICellEditor functionality.
JVxTable.GenericTableCellHandler(JVxTable, String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
Constructs a new GenericTableCellEditor.
JVxTable.StrikeThroughEmptyBorder - Class in com.sibvisions.rad.ui.swing.ext
EmptyBorder with strike through functionality.
JVxTable.StrikeThroughEmptyBorder() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
Constructs a new StrikeThroughEmptyBorder.
JVxTable.StrikeThroughLineBorder - Class in com.sibvisions.rad.ui.swing.ext
LineBorder with strike through functionality.
JVxTable.StrikeThroughLineBorder() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughLineBorder
Constructs a new StrikeThroughLineBorder.
JVxTextCellEditor - Class in com.sibvisions.rad.ui.swing.ext.celleditor
The JVxTextCellEditor provides the generation of the physical text editor component, handles correct all events, and gives standard access to edited values.
JVxTextCellEditor() - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor
Constructs a new JVxTextCellEditor.
JVxTextCellEditor(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor
Constructs a new JVxTextCellEditor with the given content type.
JVxTextCellEditor.CellEditorHandler - Class in com.sibvisions.rad.ui.swing.ext.celleditor
Sets the internal changed flag, and informs the CellEditorListener if editing is completed.
JVxTextCellEditor.CellEditorHandler(JVxTextCellEditor, ICellFormatterEditorListener, IDataRow, String) - Constructor for class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Constructs a new CellEditorHandler.
JVxToggleButton - Class in com.sibvisions.rad.ui.swing.ext
The JVxToggleButton is a JToggleButton extension.
JVxToggleButton() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates an initially unselected toggle button without setting the text or image.
JVxToggleButton(Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates an initially unselected toggle button with the specified image but no text.
JVxToggleButton(Icon, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates a toggle button with the specified image and selection state, but no text.
JVxToggleButton(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates an unselected toggle button with the specified text.
JVxToggleButton(String, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates a toggle button with the specified text and selection state.
JVxToggleButton(Action) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates a toggle button where properties are taken from the Action supplied.
JVxToggleButton(String, Icon) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates a toggle button that has the specified text and image, and that is initially unselected.
JVxToggleButton(String, Icon, boolean) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Creates a toggle button with the specified text, image, and selection state.
JVxToolBar - Class in com.sibvisions.rad.ui.swing.ext
The JVxToolBar is an extended JToolBar.
JVxToolBar() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToolBar
Creates a new instance of JToolBar with SwingConstants.HORIZONTAL orientation.
JVxToolBar(int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToolBar
Creates a new instance of JToolBar with an user-defined orientation.
JVxToolBar(String) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToolBar
Creates a new instance of JToolBar with an user-defined toolbar name and SwingConstants.HORIZONTAL orientation.
JVxToolBar(String, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToolBar
Creates a new instance of JToolBar with an user-defined toolbar name and orientation.
JVxToolBarPanel - Class in com.sibvisions.rad.ui.swing.ext
The JVxToolBarPanel is a special JPanel extension with a content pane and toolbar areas around it.
JVxToolBarPanel() - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Creates a new instance of JVxToolBarPanel.
JVxToolBarPanel.ToolBarArea - Enum in com.sibvisions.rad.ui.swing.ext
the possible toolbar areas.
JVxTree - Class in com.sibvisions.rad.ui.swing.ext
The JVxTree is a scrollable JTree that implements ITreeControl 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
The DataPageNode implements MutableTreeNode.
JVxTree.DataPageNode(JVxTree, IDataBook[]) - Constructor for class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
Constructs a new root DataPageNode.
JVxTree.DataRowTreeCellEditor - Class in com.sibvisions.rad.ui.swing.ext
The DataRowTreeCellRenderer handles editing.
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
The 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

keepSortableColumns(SortDefinition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Returns a new SortDefinition with only the ColumnDefinition.isSortable() columns from the given SortDefinition.
Key - Class in com.sibvisions.rad.persist.jdbc
It stores all relevant information to a Primary or Unique Key.
Key(String, Name[]) - Constructor for class com.sibvisions.rad.persist.jdbc.Key
Construct a Select cache object.
Key - Class in javax.rad.ui.event
Stores Key Event Data for Accelerator.
KEY_FIRST - Static variable in class javax.rad.ui.event.UIKeyEvent
The first number in the range of ids used for mouse events.
KEY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) key image (used for toolbar buttons or icons).
KEY_LAST - Static variable in class javax.rad.ui.event.UIKeyEvent
The last number in the range of ids used for mouse events.
KEY_PRESSED - Static variable in class javax.rad.ui.event.UIKeyEvent
The "key pressed" event.
KEY_RELEASED - Static variable in class javax.rad.ui.event.UIKeyEvent
The "key released" event.
KEY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) key image (used for menuitems or buttons).
KEY_TYPED - Static variable in class javax.rad.ui.event.UIKeyEvent
The "key typed" event.
KEYBOARD_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) keyboard-o image (used for toolbar buttons or icons).
KEYBOARD_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) keyboard-o image (used for menuitems or buttons).
KeyHandler<L> - Class in javax.rad.ui.event
The KeyHandler is a EventHandler that handles IKeyListener.
KeyHandler(Class<L>) - Constructor for class javax.rad.ui.event.KeyHandler
Creates a new instance of 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.type.key.IKeyPressedListener
Invoked when a key has been pressed.
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
keyReleased(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
keyReleased(UIKeyEvent) - Method in interface javax.rad.ui.event.type.key.IKeyReleasedListener
Invoked when a key has been released.
keys(G) - Method in class com.sibvisions.util.GroupHashtable
Returns an enumeration of the keys associated with a group, in this hashtable.
keys() - Method in class com.sibvisions.util.OrderedHashtable
Returns an enumeration of the keys in this hashtable.
keys() - Method in class javax.rad.util.TranslationMap
Gets all translation map texts.
keySet() - Method in class com.sibvisions.util.IdentityKeyValueList
Returns a Set view of the keys contained in this list.
keySet() - Method in class com.sibvisions.util.KeyValueList
Returns a Set view of the keys contained in this list.
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
keyTyped(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
keyTyped(UIKeyEvent) - Method in interface javax.rad.ui.event.type.key.IKeyTypedListener
Invoked when a key has been typed.
KeyValueList<K,V> - Class in com.sibvisions.util
The KeyValueList mapps multiple values to a single key.
KeyValueList() - Constructor for class com.sibvisions.util.KeyValueList
 
KRW_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) krw image (used for toolbar buttons or icons).
KRW_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) krw image (used for menuitems or buttons).

L

LANGUAGE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) language image (used for toolbar buttons or icons).
LANGUAGE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) language image (used for menuitems or buttons).
LAPTOP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) laptop image (used for toolbar buttons or icons).
LAPTOP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) laptop image (used for menuitems or buttons).
last() - Method in class com.sibvisions.util.ArrayUtil
Gets the last element.
LASTFM_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) lastfm image (used for toolbar buttons or icons).
LASTFM_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) lastfm image (used for menuitems or buttons).
LASTFM_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) lastfm-square image (used for toolbar buttons or icons).
LASTFM_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) lastfm-square image (used for menuitems or buttons).
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(char[], char) - 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(char[], char, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(int[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(long[], long) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(long[], long, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(float[], float) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(float[], float, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOf(double[], double) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
lastIndexOf(double[], double, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOfReference(Object) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the reference from the specified element, or -1 if the list does not contain this element.
lastIndexOfReference(Object, int) - Method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element started at pIndex, or -1 if the list does not contain this element.
lastIndexOfReference(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the last occurence of the reference from the specified element, or -1 if the list does not contain this element.
lastIndexOfReference(T[], T, int) - Static method in class com.sibvisions.util.ArrayUtil
Returns the index in this list of the first occurence of the reference from the specified element started at pIndex, or -1 if the list does not contain this element.
lastModified() - Method in class javax.rad.util.TranslationMap
Gets the last modified time.
layoutContainer(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
layoutContainer(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
layoutContainer(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
layoutContainer(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
lCreation - Variable in class com.sibvisions.rad.server.protocol.Record
the creation time in milliseconds.
lCreationNano - Variable in class com.sibvisions.rad.server.protocol.Record
the creation time in nanos.
lDuration - Variable in class com.sibvisions.rad.server.protocol.Record
the end time in nanos (default: -1, means undefined).
LEAF_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) leaf image (used for toolbar buttons or icons).
LEAF_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) leaf image (used for menuitems or buttons).
LEANPUB_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) leanpub image (used for toolbar buttons or icons).
LEANPUB_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) leanpub image (used for menuitems or buttons).
LEGAL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) legal image (used for toolbar buttons or icons).
LEGAL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) legal image (used for menuitems or buttons).
LEMON_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) lemon-o image (used for toolbar buttons or icons).
LEMON_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) lemon-o image (used for menuitems or buttons).
length() - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
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.
LEVEL_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) level-down image (used for toolbar buttons or icons).
LEVEL_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) level-down image (used for menuitems or buttons).
LEVEL_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) level-up image (used for toolbar buttons or icons).
LEVEL_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) level-up image (used for menuitems or buttons).
levenshteinDistance(String, String) - Static method in class com.sibvisions.util.type.StringUtil
Calculates the Damerau-Levenshtein distance between two strings.
LIFE_BOUY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) life-bouy image (used for toolbar buttons or icons).
LIFE_BOUY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) life-bouy image (used for menuitems or buttons).
LIFE_BUOY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) life-buoy image (used for toolbar buttons or icons).
LIFE_BUOY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) life-buoy image (used for menuitems or buttons).
LIFE_RING_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) life-ring image (used for toolbar buttons or icons).
LIFE_RING_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) life-ring image (used for menuitems or buttons).
LIFE_SAVER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) life-saver image (used for toolbar buttons or icons).
LIFE_SAVER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) life-saver image (used for menuitems or buttons).
LIFECYCLE - Static variable in interface com.sibvisions.rad.server.protocol.ICategoryConstants
the lifecycle object category.
LifeCycleConnector - Class in com.sibvisions.rad.server.http.rest
The LifeCycleConnector class is a org.restlet.security.User that contains the connection for the user credentials.
LIFECYCLENAME - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the life-cycle object name.
LIGHTBULB_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) lightbulb-o image (used for toolbar buttons or icons).
LIGHTBULB_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) lightbulb-o image (used for menuitems or buttons).
lightGray - Static variable in class javax.rad.genui.UIColor
The color light gray.
like(String, String) - Static method in class com.sibvisions.util.type.FileUtil
Fast like search in path with wildcard(**, * and ?)
like(String, String) - Static method in class com.sibvisions.util.type.StringUtil
Fast like search in Strings with wildcard (* and ?)
Like - Class in javax.rad.model.condition
The Like condition implements the comparison of values with wildcards. *,?
Like() - Constructor for class javax.rad.model.condition.Like
Creates a new instance of Like.
Like(String, Object) - Constructor for class javax.rad.model.condition.Like
Creates a new instance of Like with a defined compare value.
Like(String, Object, boolean) - Constructor for class javax.rad.model.condition.Like
Creates a new instance of Like with a defined compare value.
Like(IDataRow, String) - Constructor for class javax.rad.model.condition.Like
Constructs a new Like Condition, with a column, the IDataRow to check and if null values should be ignored.
Like(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.Like
Constructs a new Like Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
Like(IDataRow, String, String) - Constructor for class javax.rad.model.condition.Like
Constructs a new Like Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
Like(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.Like
Constructs a new Like Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
LikeIgnoreCase - Class in javax.rad.model.condition
The LikeIgnoreCase condition implements the comparison of values with wildcards and ignors case. *,?
LikeIgnoreCase() - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Creates a new instance of LikeIgnoreCase.
LikeIgnoreCase(String, Object) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Creates a new instance of LikeIgnoreCase with a defined compare value.
LikeIgnoreCase(String, Object, boolean) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Creates a new instance of LikeIgnoreCase with a defined compare value.
LikeIgnoreCase(IDataRow, String) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check and if null values should be ignored.
LikeIgnoreCase(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
LikeIgnoreCase(IDataRow, String, String) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
LikeIgnoreCase(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.LikeIgnoreCase
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
LikeReverse - Class in javax.rad.model.condition
The LikeReverse condition implements the comparison of values with wildcards. *,?
LikeReverse() - Constructor for class javax.rad.model.condition.LikeReverse
Creates a new instance of LikeReverse.
LikeReverse(String, Object) - Constructor for class javax.rad.model.condition.LikeReverse
Creates a new instance of LikeReverse with a defined compare value.
LikeReverse(String, Object, boolean) - Constructor for class javax.rad.model.condition.LikeReverse
Creates a new instance of LikeReverse with a defined compare value.
LikeReverse(IDataRow, String) - Constructor for class javax.rad.model.condition.LikeReverse
Constructs a new LikeReverse Condition, with a column, the IDataRow to check and if null values should be ignored.
LikeReverse(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.LikeReverse
Constructs a new LikeReverse Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
LikeReverse(IDataRow, String, String) - Constructor for class javax.rad.model.condition.LikeReverse
Constructs a new LikeReverse Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
LikeReverse(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.LikeReverse
Constructs a new LikeReverse Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
LikeReverseIgnoreCase - Class in javax.rad.model.condition
The LikeReverseIgnoreCase condition implements the comparison of values with wildcards and ignors case. *,?
LikeReverseIgnoreCase() - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Creates a new instance of LikeReverseIgnoreCase.
LikeReverseIgnoreCase(String, Object) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Creates a new instance of LikeReverseIgnoreCase with a defined compare value.
LikeReverseIgnoreCase(String, Object, boolean) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Creates a new instance of LikeReverseIgnoreCase with a defined compare value.
LikeReverseIgnoreCase(IDataRow, String) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check and if null values should be ignored.
LikeReverseIgnoreCase(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
LikeReverseIgnoreCase(IDataRow, String, String) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true).
LikeReverseIgnoreCase(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.LikeReverseIgnoreCase
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored.
LINE_CHART_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) line-chart image (used for toolbar buttons or icons).
LINE_CHART_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) line-chart image (used for menuitems or buttons).
lineColor - Variable in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
true, if strike through should be painted.
LINK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) link image (used for toolbar buttons or icons).
LINK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) link image (used for menuitems or buttons).
LINKEDIN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) linkedin image (used for toolbar buttons or icons).
LINKEDIN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) linkedin image (used for menuitems or buttons).
LINKEDIN_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) linkedin-square image (used for toolbar buttons or icons).
LINKEDIN_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) linkedin-square image (used for menuitems or buttons).
linkReference - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
The link reference.
LINUX_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) linux image (used for toolbar buttons or icons).
LINUX_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) linux image (used for menuitems or buttons).
list(InputStream) - Method in class com.sibvisions.util.db.DBImporter
Gets all statements from the given stream.
LIST_ALT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) list-alt image (used for toolbar buttons or icons).
LIST_ALT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) list-alt image (used for menuitems or buttons).
LIST_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) list image (used for toolbar buttons or icons).
LIST_OL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) list-ol image (used for toolbar buttons or icons).
LIST_OL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) list-ol image (used for menuitems or buttons).
LIST_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) list image (used for menuitems or buttons).
LIST_UL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) list-ul image (used for toolbar buttons or icons).
LIST_UL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) list-ul image (used for menuitems or buttons).
listApplicationDirectories(Configuration.ApplicationListOption) - Static method in class com.sibvisions.rad.server.config.Configuration
Lists all applications directories.
listApplicationNames(Configuration.ApplicationListOption) - Static method in class com.sibvisions.rad.server.config.Configuration
Gets a list of all available application names.
ListSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for any kind of List.
ListSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ListSerializer
Constructs a new instance of ListSerializer with support for ArrayList, ArrayUtil and Vector.
listZipEntries(InputStream) - Static method in class com.sibvisions.util.type.FileUtil
Gets a list of all entries from a zip archive.
lLastTranslationModified - Variable in class javax.rad.genui.UIComponent
the time of the last translation modification.
lMemoryConsumption - Variable in class com.sibvisions.rad.server.protocol.Record
the memory consumption.
lMemoryInitial - Variable in class com.sibvisions.rad.server.protocol.Record
the initial memory.
loadData(MemDataBook, ICondition) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Loads the relevant data into the internal data book.
loadData(MemDataBook, ICondition) - Method in class com.sibvisions.rad.persist.MemDataBookStorage
Loads the relevant data into the internal data book.
LocaleUtil - Class in com.sibvisions.util.type
The DateUtil is a utility class for date conversion and for formatting dates as string.
LOCATION_ARROW_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) location-arrow image (used for toolbar buttons or icons).
LOCATION_ARROW_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) location-arrow image (used for menuitems or buttons).
lock() - Method in class com.sibvisions.rad.server.AbstractSession
Sets the session locked.
LOCK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) lock image (used for toolbar buttons or icons).
LOCK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) lock image (used for menuitems or buttons).
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.
Log4jLogger - Class in com.sibvisions.util.log.log4j
The Log4jLogger is the ILogger implementation for log4j.
Log4jLogger(String) - Constructor for class com.sibvisions.util.log.log4j.Log4jLogger
Creates a new instance of Log4jLogger.
Log4jLoggerFactory - Class in com.sibvisions.util.log.log4j
The Log4jLoggerFactory is the LoggerFactory extension for log4j.
Log4jLoggerFactory() - Constructor for class com.sibvisions.util.log.log4j.Log4jLoggerFactory
 
logCommunication(long, String, Throwable, Object...) - Method in class javax.rad.remote.AbstractConnection
Loggs communication duration.
LOGFACTORY_DEFAULT - Static variable in class com.sibvisions.util.log.LoggerFactory
the constant name for the default logger factory implementation.
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.NoSecurityManager
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).
LONG_ARROW_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) long-arrow-down image (used for toolbar buttons or icons).
LONG_ARROW_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) long-arrow-down image (used for menuitems or buttons).
LONG_ARROW_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) long-arrow-left image (used for toolbar buttons or icons).
LONG_ARROW_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) long-arrow-left image (used for menuitems or buttons).
LONG_ARROW_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) long-arrow-right image (used for toolbar buttons or icons).
LONG_ARROW_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) long-arrow-right image (used for menuitems or buttons).
LONG_ARROW_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) long-arrow-up image (used for toolbar buttons or icons).
LONG_ARROW_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) long-arrow-up 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
 
LongDataType - Class in javax.rad.model.datatype
A LongDataType is the data type class for a BIGINT column.
LongDataType() - Constructor for class javax.rad.model.datatype.LongDataType
Constructs a default BigDecimal data type with undefined precision and scale.
LongDataType(ICellEditor) - Constructor for class javax.rad.model.datatype.LongDataType
Constructs a default BigDecimal data type with undefined precision, scale and the given cell editor.
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.
lpad(String, int) - Static method in class com.sibvisions.util.type.StringUtil
Pads the given string on the left side with spaces until it has the specified length.
lpad(String, int, char) - Static method in class com.sibvisions.util.type.StringUtil
Pads the given string on the left side with given character until it has the specified length.
ltrim(String) - Static method in class com.sibvisions.util.type.StringUtil
Removes all whitespaces before the first non whitespace character.

M

magenta - Static variable in class javax.rad.genui.UIColor
The color magenta.
MAGIC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) magic image (used for toolbar buttons or icons).
MAGIC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) magic image (used for menuitems or buttons).
MagicByteInputStream - Class in com.sibvisions.util.io
The MagicByteInputStream is an InputStream wrapper which reads some magic bytes from the end of the stream.
MagicByteInputStream(InputStream, byte[]) - Constructor for class com.sibvisions.util.io.MagicByteInputStream
Creates a new instance of MagicByteInputStream for the given stream and magic byte(s).
MagicByteInputStream(InputStream, byte[], boolean) - Constructor for class com.sibvisions.util.io.MagicByteInputStream
Creates a new instance of MagicByteInputStream for the given stream and optional sets EOF if magic byte was detected.
MAGNET_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) magnet image (used for toolbar buttons or icons).
MAGNET_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) magnet image (used for menuitems or buttons).
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.
MAIL_FORWARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mail-forward image (used for toolbar buttons or icons).
MAIL_FORWARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mail-forward image (used for menuitems or buttons).
MAIL_REPLY_ALL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mail-reply-all image (used for toolbar buttons or icons).
MAIL_REPLY_ALL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mail-reply-all image (used for menuitems or buttons).
MAIL_REPLY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mail-reply image (used for toolbar buttons or icons).
MAIL_REPLY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mail-reply image (used for menuitems or buttons).
main(String[]) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Starts the application as frame.
main(String[]) - Static method in class com.sibvisions.util.ProxyUtil
Starts system proxy detection.
MALE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) male image (used for toolbar buttons or icons).
MALE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) male image (used for menuitems or buttons).
MAP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) map image (used for toolbar buttons or icons).
MAP_MARKER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) map-marker image (used for toolbar buttons or icons).
MAP_MARKER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) map-marker image (used for menuitems or buttons).
MAP_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) map-o image (used for toolbar buttons or icons).
MAP_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) map-o image (used for menuitems or buttons).
MAP_PIN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) map-pin image (used for toolbar buttons or icons).
MAP_PIN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) map-pin image (used for menuitems or buttons).
MAP_SIGNS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) map-signs image (used for toolbar buttons or icons).
MAP_SIGNS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) map-signs image (used for menuitems or buttons).
MAP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) map image (used for menuitems or buttons).
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.
MARS_DOUBLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mars-double image (used for toolbar buttons or icons).
MARS_DOUBLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mars-double image (used for menuitems or buttons).
MARS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mars image (used for toolbar buttons or icons).
MARS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mars image (used for menuitems or buttons).
MARS_STROKE_H_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mars-stroke-h image (used for toolbar buttons or icons).
MARS_STROKE_H_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mars-stroke-h image (used for menuitems or buttons).
MARS_STROKE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mars-stroke image (used for toolbar buttons or icons).
MARS_STROKE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mars-stroke image (used for menuitems or buttons).
MARS_STROKE_V_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mars-stroke-v image (used for toolbar buttons or icons).
MARS_STROKE_V_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mars-stroke-v image (used for menuitems or buttons).
maskPassword(String) - Method in class com.sibvisions.rad.ui.celleditor.AbstractTextCellEditor
Masks the given string with the set echo char.
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.
MAXCDN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) maxcdn image (used for toolbar buttons or icons).
MAXCDN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) maxcdn image (used for menuitems or buttons).
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
maximumLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
maxValue - Variable in class javax.rad.type.AbstractNumberType
The maximal allowed value.
MD2 - Static variable in class com.sibvisions.util.SecureHash
the MD2 hash algorithm.
MD4 - Static variable in class com.sibvisions.util.SecureHash
the MD4 hash algorithm.
MD4MessageDigest - Class in com.sibvisions.util.security
Implementation of the MD4 Message-Digest Algorithm based upon the reference implementation in RFC1320.
MD4MessageDigest() - Constructor for class com.sibvisions.util.security.MD4MessageDigest
Creates a new instance of MD4MessageDigest.
MD5 - Static variable in class com.sibvisions.util.SecureHash
the MD5 hash algorithm.
MEANPATH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) meanpath image (used for toolbar buttons or icons).
MEANPATH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) meanpath image (used for menuitems or buttons).
MEDIUM_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) medium image (used for toolbar buttons or icons).
MEDIUM_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) medium image (used for menuitems or buttons).
MEDKIT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) medkit image (used for toolbar buttons or icons).
MEDKIT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) medkit image (used for menuitems or buttons).
MEH_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) meh-o image (used for toolbar buttons or icons).
MEH_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) meh-o image (used for menuitems or buttons).
MemDataBook - Class in com.sibvisions.rad.model.mem
The MemDataBook is a storage independent table, and handles all operations to load, save and manipulate table oriented data.
MemDataBook() - Constructor for class com.sibvisions.rad.model.mem.MemDataBook
Contructs a new MemDataBook with an empty RowDefinition.
MemDataBook(RowDefinition) - Constructor for class com.sibvisions.rad.model.mem.MemDataBook
Constructs a new MemDataBook with the given RowDefinition.
MemDataBookStorage - Class in com.sibvisions.rad.persist
The MemDataBookStorage is a simple AbstractMemStorage without specific insert/update/delete implementation.
MemDataBookStorage(MemDataBook) - Constructor for class com.sibvisions.rad.persist.MemDataBookStorage
Creates a new instance of MemDataBookStorage.
MemDataPage - Class in com.sibvisions.rad.model.mem
A MemDataPage is the memory implementation for a data page of an IDataBook.
MemDataPage(MemDataBook, IDataRow) - Constructor for class com.sibvisions.rad.model.mem.MemDataPage
Construct a new MemDataPage for the specified IDataBook and the corresponding master row.
MemDataSource - Class in com.sibvisions.rad.model.mem
The MemDataSource is a base class for all DataSources.
MemDataSource() - Constructor for class com.sibvisions.rad.model.mem.MemDataSource
Creates a MemDataSource.
Memory - Class in com.sibvisions.util
The Memory class is a utility class for memory optimization and information.
menuActionPerformed(ActionEvent) - Method in interface com.sibvisions.rad.ui.swing.ext.event.IMenuActionListener
Invoked when a menu action occurs.
menuBar - Variable in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
the menu bar.
menuBar - Variable in class javax.rad.genui.container.AbstractFrame
the menu bar.
MERCURY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mercury image (used for toolbar buttons or icons).
MERCURY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mercury image (used for menuitems or buttons).
merge(E[]) - Method in class com.sibvisions.util.ArrayUtil
Merges this collection with given array.
merge(boolean[], boolean[]) - Static method in class com.sibvisions.util.ArrayUtil
Merges the values of two arrays.
merge(float[], float[]) - Static method in class com.sibvisions.util.ArrayUtil
Merges the values of two arrays.
merge(double[], double[]) - Static method in class com.sibvisions.util.ArrayUtil
Merges the values of two arrays.
merge(int[], int[]) - Static method in class com.sibvisions.util.ArrayUtil
Merges the values of two arrays.
merge(long[], long[]) - Static method in class com.sibvisions.util.ArrayUtil
Merges the values of two arrays.
merge(char[], char[]) - Static method in class com.sibvisions.util.ArrayUtil
Merges the values of two arrays.
merge(T[], T[]) - Static method in class com.sibvisions.util.ArrayUtil
Merges the values of two arrays.
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(UIDesktopPanel, int, int, String, 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_BUTTON_YES_NO_CANCEL - Static variable in interface javax.rad.application.IMessageConstants
the type for yes, no, cancel buttons.
MESSAGE_ERROR_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 32x32 px) error image, for messages (used for toolbar buttons or icons).
MESSAGE_ERROR_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) error image, for messages (used for menuitems or buttons).
MESSAGE_ICON_ERROR - Static variable in interface javax.rad.application.IMessageConstants
the type for error icon.
MESSAGE_ICON_INFO - Static variable in interface javax.rad.application.IMessageConstants
the type for information icon.
MESSAGE_ICON_QUESTION - Static variable in interface javax.rad.application.IMessageConstants
the type for question icon.
MESSAGE_ICON_WARNING - Static variable in interface javax.rad.application.IMessageConstants
the type for warning icon.
MESSAGE_INFO_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 32x32 px) information image, for messages (used for toolbar buttons or icons).
MESSAGE_INFO_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) information image, for messages (used for menuitems or buttons).
MESSAGE_QUESTION_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 32x32 px) question image, for messages (used for toolbar buttons or icons).
MESSAGE_QUESTION_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) question image, for messages (used for menuitems or buttons).
MESSAGE_WARNING_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 32x32 px) warning image, for messages (used for toolbar buttons or icons).
MESSAGE_WARNING_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) warning image, for messages (used for menuitems or buttons).
MET_SESSION_CREATE - Static variable in interface javax.rad.remote.IConnection
Constant for the session create method.
MET_SESSION_DESTROY - Static variable in interface javax.rad.remote.IConnection
Constant for the session destroy method.
MET_SESSION_GET_PROPERTIES - Static variable in interface javax.rad.remote.IConnection
Constant for the get properties method.
MET_SESSION_GET_PROPERTY - Static variable in interface javax.rad.remote.IConnection
Constant for the get property method.
MET_SESSION_SET_NEW_PASSWORD - Static variable in interface javax.rad.remote.IConnection
Constant for the set new password method.
MET_SESSION_SET_PROPERTY - Static variable in interface javax.rad.remote.IConnection
Constant for the set property method.
MET_SESSION_SETCHECKALIVE - Static variable in interface javax.rad.remote.IConnection
Constant for the set and check of the session alive state.
MET_SESSION_SUBSESSION_CREATE - Static variable in interface javax.rad.remote.IConnection
Constant for the sub session create method.
META_MASK - Static variable in class javax.rad.ui.event.UIEvent
The Meta key modifier constant.
MetaData - Class in javax.rad.persist
The MetaData is a description of all columns as ColumnMetaData, the Primary Key columns, Representation columns and auto increment columns.
MetaData() - Constructor for class javax.rad.persist.MetaData
 
MetaData.Feature - Enum in javax.rad.persist
Supported features.
METADATA_CACHEOPTION - Static variable in interface javax.rad.remote.IConnectionConstants
the key for session controlled metadata cache option (server-side) (no PREFIX_SESSION to suppress direct calls).
METADATA_CACHEROLE - Static variable in interface javax.rad.remote.IConnectionConstants
the key for client-side metadata caching.
MetaDataCacheOption - Enum in javax.rad.model
The MetaDataCacheOption indicates the behavior of the metadata cache.
MICROPHONE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) microphone image (used for toolbar buttons or icons).
MICROPHONE_SLASH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) microphone-slash image (used for toolbar buttons or icons).
MICROPHONE_SLASH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) microphone-slash image (used for menuitems or buttons).
MICROPHONE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) microphone image (used for menuitems or buttons).
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.JVxGridLayout
minimumLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Gets the minimum layout size.
MINUS_CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) minus-circle image (used for toolbar buttons or icons).
MINUS_CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) minus-circle image (used for menuitems or buttons).
MINUS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) minus image (used for toolbar buttons or icons).
MINUS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) minus image (used for menuitems or buttons).
MINUS_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) minus-square image (used for toolbar buttons or icons).
MINUS_SQUARE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) minus-square-o image (used for toolbar buttons or icons).
MINUS_SQUARE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) minus-square-o image (used for menuitems or buttons).
MINUS_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) minus-square image (used for menuitems or buttons).
minValue - Variable in class javax.rad.type.AbstractNumberType
The minimal allowed value.
MOBILE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mobile image (used for toolbar buttons or icons).
MOBILE_PHONE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mobile-phone image (used for toolbar buttons or icons).
MOBILE_PHONE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mobile-phone image (used for menuitems or buttons).
MOBILE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mobile image (used for menuitems or buttons).
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
Creates a new instance of ModelEventHandler.
ModelException - Exception in javax.rad.model
The ModelException is thrown to indicate an error which happened in the model or data storage.
ModelException(String) - Constructor for exception javax.rad.model.ModelException
Constructs a new exception with the specified detail message.
ModelException(Throwable) - Constructor for exception javax.rad.model.ModelException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
ModelException(String, Throwable) - Constructor for exception javax.rad.model.ModelException
Constructs a new exception with the specified detail message and cause.
MONEY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) money image (used for toolbar buttons or icons).
MONEY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) money image (used for menuitems or buttons).
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 specific communication server.
MONOSPACED - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "Monospaced".
MOON_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) moon-o image (used for toolbar buttons or icons).
MOON_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) moon-o image (used for menuitems or buttons).
MORTAR_BOARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mortar-board image (used for toolbar buttons or icons).
MORTAR_BOARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mortar-board image (used for menuitems or buttons).
MOTORCYCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) motorcycle image (used for toolbar buttons or icons).
MOTORCYCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) motorcycle image (used for menuitems or buttons).
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_POINTER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) mouse-pointer image (used for toolbar buttons or icons).
MOUSE_POINTER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) mouse-pointer image (used for menuitems or buttons).
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.JVxButton
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.type.mouse.IMouseClickedListener
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseDragged(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
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.JVxButton
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.type.mouse.IMouseEnteredListener
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.JVxButton
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.type.mouse.IMouseExitedListener
Invoked when the mouse exits a component.
MouseHandler<L> - Class in javax.rad.ui.event
The MouseHandler is a RuntimeEventHandler that handles IMouseListener.
MouseHandler(Class<L>) - Constructor for class javax.rad.ui.event.MouseHandler
Creates a new instance of MouseHandler.
mouseMoved(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
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.JVxButton
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(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
mousePressed(UIMouseEvent) - Method in interface javax.rad.ui.event.type.mouse.IMousePressedListener
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
mouseReleased(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
mouseReleased(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
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(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
mouseReleased(UIMouseEvent) - Method in interface javax.rad.ui.event.type.mouse.IMouseReleasedListener
Invoked when a mouse button has been released on a component.
move(File, File) - Static method in class com.sibvisions.util.type.FileUtil
Moves the given source file to another location.
move(File, File, FileUtil.CopyMode) - Static method in class com.sibvisions.util.type.FileUtil
Moves the given source file to another location.
MOVE_BOTTOM_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move bottom image (used for toolbar buttons or icons).
MOVE_BOTTOM_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move bottom image (used for menuitems or buttons).
MOVE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The move cursor type.
MOVE_DOWN_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move down image (used for toolbar buttons or icons).
MOVE_DOWN_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move down image (used for menuitems or buttons).
MOVE_FIRST_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move first image (used for toolbar buttons or icons).
MOVE_FIRST_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move first image (used for menuitems or buttons).
MOVE_LAST_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move last image (used for toolbar buttons or icons).
MOVE_LAST_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move last image (used for menuitems or buttons).
MOVE_NEXT_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move next image (used for toolbar buttons or icons).
MOVE_NEXT_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move next image (used for menuitems or buttons).
MOVE_PREVIOUS_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move previous image (used for toolbar buttons or icons).
MOVE_PREVIOUS_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move previous image (used for menuitems or buttons).
MOVE_TOP_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move top image (used for toolbar buttons or icons).
MOVE_TOP_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move top image (used for menuitems or buttons).
MOVE_UP_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) move up image (used for toolbar buttons or icons).
MOVE_UP_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) move up image (used for menuitems or buttons).
moveColumn(int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
moveColumnName(int, int) - Method in class javax.rad.model.ColumnView
Moves the column name from an index to an index.
moveDot(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
moveTab(TabEvent) - Method in interface com.sibvisions.rad.ui.swing.ext.event.ITabListener
Invoked when a tab was moved from one index to another index.
moveTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Invoked when a tab was moved from one index to another index.
moveTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Invoked when a tab was moved from one index to another index.
MSSQLDBAccess - Class in com.sibvisions.rad.persist.jdbc
The MSSQLDBAccess is the implementation for MS SQL databases.
MSSQLDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
Constructs a new MSSQLDBAccess Object.
MULTILINE_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Multiline (text area) cell editor.
MUSIC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) music image (used for toolbar buttons or icons).
MUSIC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) music image (used for menuitems or buttons).
MySQLDBAccess - Class in com.sibvisions.rad.persist.jdbc
The MySQLDBAccess is the implementation for MySQL databases.
MySQLDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Constructs a new MySQLDBAccess Object.

N

N_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The north-resize cursor type.
Name - Class in com.sibvisions.rad.persist.jdbc
A ServerColumnMetaData is a description of the data type and other attributes of a table storage column.
Name() - Constructor for class com.sibvisions.rad.persist.jdbc.Name
Constructs a Name object.
Name(String, String) - Constructor for class com.sibvisions.rad.persist.jdbc.Name
Constructs a Name with a specific real name.
Name(String, String, String) - Constructor for class com.sibvisions.rad.persist.jdbc.Name
Constructs a Name with a specific real name.
NAME - Static variable in class com.sibvisions.util.security.SecurityProvider
the provider name.
name - Variable in class javax.rad.type.bean.PropertyDefinition
The property name.
NAME_COMMENT - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the name of comment nodes.
NAME_DOCTYPE - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value the name of the doctype node (<?
NAME_TEXTPART - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the name of comment nodes.
NAME_XMLDECLARATION - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value the name of the declaration node (<?
NAVICON_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) navicon image (used for toolbar buttons or icons).
NAVICON_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) navicon image (used for menuitems or buttons).
NAVIGATION_CELL_AND_FOCUS - Static variable in interface javax.rad.ui.control.INavigationControl
When pressing the ENTER/TAB keys the focus should jump from cell to cell, without changing the row.
NAVIGATION_CELL_AND_ROW_AND_FOCUS - Static variable in interface javax.rad.ui.control.INavigationControl
When pressing the ENTER/TAB keys the focus should jump from cell to cell, if the last cell is reached the next row should be selected.
NAVIGATION_NONE - Static variable in interface javax.rad.ui.control.INavigationControl
Nothing should happened when pressing the ENTER/TAB keys.
NAVIGATION_ROW_AND_FOCUS - Static variable in interface javax.rad.ui.control.INavigationControl
When pressing the ENTER/TAB keys the focus should jump from row to row.
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.
NEUTER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) neuter image (used for toolbar buttons or icons).
NEUTER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) neuter image (used for menuitems or buttons).
newArrayParam(String) - Static method in class com.sibvisions.rad.persist.jdbc.param.InOutParam
Creates a new instance of InOutParam for the given array type.
newArrayParam(String, Object) - Static method in class com.sibvisions.rad.persist.jdbc.param.InOutParam
Creates a new instance of InOutParam for the given array type.
newArrayParam(String) - Static method in class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam for the given array type.
newArrayParam(String, Object) - Static method in class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam for the given array type.
newArrayParam(String) - Static method in class com.sibvisions.rad.persist.jdbc.param.OutParam
Creates a new instance of OutParam for the given array type.
newInstance() - Method in class javax.rad.type.bean.BeanType
Creates a new instance of the bean.
NEWLINE - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Constraint for starting a new row for the given component.
NEWLINE - Static variable in interface javax.rad.ui.layout.IFormLayout
Constraint for starting a new row for the given component.
NEWPASSWORD - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the new password.
NEWSPAPER_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) newspaper-o image (used for toolbar buttons or icons).
NEWSPAPER_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) newspaper-o image (used for menuitems or buttons).
newStructParam(String) - Static method in class com.sibvisions.rad.persist.jdbc.param.InOutParam
Creates a new instance of InOutParam for the given struct type.
newStructParam(String, Object) - Static method in class com.sibvisions.rad.persist.jdbc.param.InOutParam
Creates a new instance of InOutParam for the given struct type.
newStructParam(String) - Static method in class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam for the given struct type.
newStructParam(String, Object) - Static method in class com.sibvisions.rad.persist.jdbc.param.InParam
Creates a new instance of InParam for the given struct type.
newStructParam(String) - Static method in class com.sibvisions.rad.persist.jdbc.param.OutParam
Creates a new instance of OutParam for the given struct type.
NonClosingInputStream - Class in com.sibvisions.util.io
The NonClosingInputstream is an InputStream wrapper that is not closable.
NonClosingInputStream(InputStream) - Constructor for class com.sibvisions.util.io.NonClosingInputStream
Creates a new instance of NonClosingInputStream.
NonClosingOutputStream - Class in com.sibvisions.util.io
The NonClosingOutputStream is an OutputStream wrapper that is not closable.
NonClosingOutputStream(OutputStream) - Constructor for class com.sibvisions.util.io.NonClosingOutputStream
Creates a new instance of NonClosingInputStream.
NOPARAMETER - Static variable in interface javax.rad.remote.IConnection
the null(no) parameter array.
NORMAL - Static variable in interface javax.rad.ui.container.IFrame
Frame is in the "normal" state.
NORTH - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The north layout constraint (top of container).
NORTH - Static variable in interface javax.rad.ui.layout.IBorderLayout
The north layout constraint (top of container).
NoSecurityManager - Class in com.sibvisions.rad.server.security
The NoSecurityManager is a dummy security manager that does nothing.
NoSecurityManager() - Constructor for class com.sibvisions.rad.server.security.NoSecurityManager
Creates a new instance of NoSecurityManager.
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.
NotAccessible - Annotation Type in com.sibvisions.rad.server.annotation
The Accessible annotation should be used to deny the access to objects in life-cylce objects.
NotFoundException - Exception in javax.rad.server
The NotFoundException is a SecurityException in case that something was not found.
NotFoundException(String) - Constructor for exception javax.rad.server.NotFoundException
Constructs a new NotFoundException with the specified message.
notifyActivate() - Method in class javax.rad.application.genui.WorkScreen
Notifies the IWorkScreen, that it will be "visible again".
notifyActivate() - Method in interface javax.rad.application.IWorkScreen
Notifies the IWorkScreen, that it will be "visible again".
notifyDestroy() - Method in class com.sibvisions.rad.application.Application
Cancels all pending launcher threads.
notifyDestroy() - Method in class com.sibvisions.rad.application.Error
Notifies the content, that it will be destroyed.
notifyDestroy() - Method in class com.sibvisions.rad.application.Message
Notifies the content, that it will be destroyed.
notifyDestroy() - Method in class javax.rad.application.genui.Application
Cancels all pending launcher threads.
notifyDestroy() - Method in class javax.rad.application.genui.Content
Notifies the content, that it will be destroyed.
notifyDestroy() - Method in interface javax.rad.application.IContent
Notifies the content, that it will be destroyed.
notifyDetailChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Notifies the master IDataBook that one or more detail rows have changed.
notifyDetailChanged() - Method in interface javax.rad.model.IDataBook
Notifies the master IDataBook that one or more detail rows have changed.
notifyMasterChanged() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Notifies this IDataBook that its master IDataBook has changed.
notifyMasterChanged() - Method in interface javax.rad.model.IDataBook
Notifies this IDataBook that its master IDataBook has changed.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.application.genui.ControllerContent
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.genui.control.UIChart
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.genui.control.UIEditor
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.genui.control.UITable
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.genui.control.UITree
The control need to check if the part is visible and then repaint the part.
notifyRepaint() - Method in class javax.rad.model.ColumnView
Invokes for each IControl the notifyRepaint() method.
notifyRepaint() - Method in interface javax.rad.model.ui.IControl
The control need to check if the part is visible and then repaint the part.
notifyRepaintControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Informs all registered controls that there are new values and that they must redraw themselves.
notifyRepaintControls() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Informs all registered controls that there are new values and that they must redraw themselves.
notifyRepaintControls() - Method in interface javax.rad.model.IDataRow
Informs all registered controls that there are new values and that they must redraw themselves.
notifyVisible() - Method in class com.sibvisions.rad.application.Application
Notifies the content, that it is now positioned and showing.
notifyVisible() - Method in class com.sibvisions.rad.application.Error
Notifies the content, that it is now positioned and showing.
notifyVisible() - Method in class com.sibvisions.rad.application.Message
Notifies the content, that it is now positioned and showing.
notifyVisible() - Method in class javax.rad.application.genui.Content
Notifies the content, that it is now positioned and showing.
notifyVisible() - Method in interface javax.rad.application.IContent
Notifies the content, that it is now positioned and showing.
NtlmAuthInfo - Class in com.sibvisions.rad.server.security.ntlm
The NtlmAuthInfo holds the ntlm relevant objects for an authenticated client.
NtlmDBSecurityManager - Class in com.sibvisions.rad.server.security
The NtlmDBSecurityManager extends the DBSecurityManager and allows a client to authenticate with its domain credentials.
NtlmDBSecurityManager() - Constructor for class com.sibvisions.rad.server.security.NtlmDBSecurityManager
 
NtlmHelper - Class in com.sibvisions.rad.server.security.ntlm
The NtlmHelper provides ntlm authentication through jcifs.
NtlmSession - Class in com.sibvisions.rad.server.security.ntlm
The Session holds the challenge and domain controller for later authentication.
NullOutputStream - Class in com.sibvisions.util.io
The NullOutputStream is an OutputStream which doesn't write anything.
NullOutputStream() - Constructor for class com.sibvisions.util.io.NullOutputStream
Creates a new instance of NullOutputStream.
NullSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for null.
NullSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.NullSerializer
 
NullType - Class in javax.rad.type
The NullType is a platform independent definition for null.
NullType() - Constructor for class javax.rad.type.NullType
Constructs a new NullType.
NumberFormatter - Class in com.sibvisions.rad.ui.swing.ext.text
The NumberFormatter can handle null values and empty Strings and handle complex number formats.
NumberFormatter() - Constructor for class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Constructs a new NumberFormatter with default number format.
NumberFormatter(NumberUtil) - Constructor for class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Constructs a new NumberFormatter with a specific number format.
numberUtil - Variable in class com.sibvisions.rad.ui.celleditor.AbstractNumberCellEditor
The number util.
NumberUtil - Class in com.sibvisions.util.type
The NumberUtil is a utility class for number conversion and for formatting numbers as string.
NumberUtil() - Constructor for class com.sibvisions.util.type.NumberUtil
Constructs a new instance of NumberUtil with default number format.
NumberUtil(NumberFormat) - Constructor for class com.sibvisions.util.type.NumberUtil
Constructs a new instance of NumberUtil that supports empty Strings and null values.
NumberUtil(String) - Constructor for class com.sibvisions.util.type.NumberUtil
Constructs a new instance of NumberUtil that supports empty Strings and null values.
NVARCHAR - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
A jdbc VARCHAR DB column data type constant.
nvl(T, T) - Static method in class com.sibvisions.util.type.CommonUtil
Gets an alternative value for a null object.
NW_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The north-west-resize cursor type.

O

oaStorage - Variable in class com.sibvisions.rad.model.mem.DataRow
The storage for this DataRow.
OBJ_SESSION - Static variable in interface javax.rad.remote.IConnection
Constant for the internal session handler.
OBJECT_GROUP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) object-group image (used for toolbar buttons or icons).
OBJECT_GROUP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) object-group image (used for menuitems or buttons).
OBJECT_UNGROUP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) object-ungroup image (used for toolbar buttons or icons).
OBJECT_UNGROUP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) object-ungroup image (used for menuitems or buttons).
ObjectCache - Class in com.sibvisions.util
The ObjectCache is a utility class to cache/store objects for a period of time.
ObjectCacheInstance - Class in com.sibvisions.util
The ObjectCacheInstance is a utility class to cache/store objects for a period of time.
ObjectCacheInstance() - Constructor for class com.sibvisions.util.ObjectCacheInstance
Creates a new instance of ObjectCacheInstance.
objectCalled(CallEvent) - Method in class com.sibvisions.rad.application.Application
An object was called.
objectCalled(CallEvent) - Method in interface javax.rad.remote.event.IConnectionListener
An object was called.
ObjectDataType - Class in javax.rad.model.datatype
A ObjectDataType is the data type class of a Java Object as ColumnDefinition.
ObjectDataType() - Constructor for class javax.rad.model.datatype.ObjectDataType
Constructs a ObjectDataType.
ObjectDataType(ICellEditor) - Constructor for class javax.rad.model.datatype.ObjectDataType
Constructs a ObjectDataType cell editor.
ObjectSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Object.
ObjectSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ObjectSerializer
 
ODNOKLASSNIKI_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) odnoklassniki image (used for toolbar buttons or icons).
ODNOKLASSNIKI_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) odnoklassniki image (used for menuitems or buttons).
ODNOKLASSNIKI_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) odnoklassniki-square image (used for toolbar buttons or icons).
ODNOKLASSNIKI_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) odnoklassniki-square image (used for menuitems or buttons).
oIdentifier - Variable in class com.sibvisions.rad.server.protocol.Record
the identifier.
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.
oParameter - Variable in class com.sibvisions.rad.server.protocol.Record
the parameter.
open() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Opens this IDataBook.
open() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Opens this IDataSource so that it can be used.
open() - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Opens this IDataBook.
open() - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Opens this IDataSource so that it can be used.
open() - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Opens the storage.
open() - Method in class com.sibvisions.rad.persist.jdbc.AbstractOracleDBAccess
It opens the database and stores the Connection object.
open() - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
It opens the database and stores the Connection object.
open() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It opens the database and stores the Connection object.
open() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Opens the DBStorage and checks if the DBAssess is !
open() - Method in class com.sibvisions.rad.persist.jdbc.HSQLDBAccess
It opens the database and stores the Connection object.
open() - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
It opens the database and stores the Connection object.
open() - Method in class com.sibvisions.rad.persist.StorageDataBook
Opens this IDataBook.
open(ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Opens the connection to the server.
open(ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Opens the connection to the server.
open(UILauncher, Frame, String) - Method in class com.sibvisions.rad.ui.swing.impl.FileChooser
Shows an "open" dialog.
open(ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Sets a random connection ID.
open(File) - Static method in class com.sibvisions.util.FileViewer
Opens a document with the platform dependent viewer.
open(String) - Static method in class com.sibvisions.util.FileViewer
Opens a document with the platform dependent viewer.
open() - Method in interface javax.rad.model.IDataBook
Opens this IDataBook.
open() - Method in interface javax.rad.model.IDataSource
Opens this IDataSource so that it can be used.
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.
OPENCART_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) opencart image (used for toolbar buttons or icons).
OPENCART_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) opencart image (used for menuitems or buttons).
openComboBox() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Opens the combo box, if possible.
openConnection(ISession) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Opens a database connection to the database of an application.
openConnection() - Method in class javax.rad.remote.AbstractConnection
Opens the connection without event handling.
openConnection() - Method in class javax.rad.remote.MasterConnection
Opens the connection without event handling.
openConnection() - Method in class javax.rad.remote.SubConnection
Opens the connection without event handling.
openContent(IComponent, String, boolean, IContent) - Method in interface javax.rad.application.IWorkScreenApplication
Opens a content in an internal frame.
openContent(IComponent, String, boolean, String, Object...) - Method in interface javax.rad.application.IWorkScreenApplication
Opens content in an internal frame.
OPENID_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) openid image (used for toolbar buttons or icons).
OPENID_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) openid image (used for menuitems or buttons).
openInternal(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Opens the DBStorage and checks if the DBAccess is !
openInternalFrame(Application, String, boolean, IComponent) - Static method in class com.sibvisions.rad.application.Dialog
Opens the dialog as internal frame.
openRecord(String, Object...) - Method in class com.sibvisions.rad.server.AbstractSession
Opens a record.
openRecord(String, String) - Method in interface com.sibvisions.rad.server.protocol.IProtocolWriter
Opens a new record.
openRecord(String, Object...) - Static method in class com.sibvisions.rad.server.protocol.ProtocolFactory
Opens a protocol record via ProtocolFactory.getWriter().
openRecord(String, String, Object...) - Static method in class com.sibvisions.rad.server.protocol.ProtocolFactory
Opens a protocol record via ProtocolFactory.getWriter().
openSub(ConnectionInfo, ConnectionInfo) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Opens a new sub connection.
openSub(ConnectionInfo, ConnectionInfo) - Method in class com.sibvisions.rad.server.DirectServerConnection
Opens a new sub connection.
openSub(ConnectionInfo, ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Sets a random connection ID for the sub connection.
openSub(ConnectionInfo, ConnectionInfo) - Method in interface javax.rad.remote.IConnection
Opens a new sub connection.
openWindow(String, String, int, int, int, int, boolean) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Opens a new browser window.
openWorkScreen(String) - Method in class javax.rad.application.genui.RemoteWorkScreenApplication
Opens a work screen with modality mode of the work screen.
openWorkScreen(String, Map<String, Object>) - Method in class javax.rad.application.genui.RemoteWorkScreenApplication
Opens a work screen with modality mode of the work screen.
openWorkScreen(String, Parameter...) - Method in class javax.rad.application.genui.RemoteWorkScreenApplication
Opens a work screen with modality mode of the work screen.
openWorkScreen(String, IWorkScreenApplication.Modality, Parameter...) - Method in class javax.rad.application.genui.RemoteWorkScreenApplication
Opens a work screen with specific modality.
openWorkScreen(String, IWorkScreenApplication.Modality, Map<String, Object>) - Method in interface javax.rad.application.IWorkScreenApplication
Opens a work screen.
OPERA_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) opera image (used for toolbar buttons or icons).
OPERA_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) opera image (used for menuitems or buttons).
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
 
OPTIN_MONSTER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) optin-monster image (used for toolbar buttons or icons).
OPTIN_MONSTER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) optin-monster image (used for menuitems or buttons).
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.
OracleDBAccess.BlobFromBFILE - Class in com.sibvisions.rad.persist.jdbc
The Blob is the implementation for Oracle BFILE.
OracleDBAccess.BlobFromBFILE(BFILE) - Constructor for class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
Gets a Blob compatible Object for BFile.
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.
OUTDENT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) outdent image (used for toolbar buttons or icons).
OUTDENT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) outdent image (used for menuitems or buttons).
OutParam - Class in com.sibvisions.rad.persist.jdbc.param
The OutParam is a simple output parameter for JDBC calls.
OutParam(int) - Constructor for class com.sibvisions.rad.persist.jdbc.param.OutParam
Creates a new instance of OutParam for the given sql type.
OutParam(String) - Constructor for class com.sibvisions.rad.persist.jdbc.param.OutParam
Deprecated. use OutParam.newArrayParam(String) instead.
OutParam(int, String) - Constructor for class com.sibvisions.rad.persist.jdbc.param.OutParam
Creates a new instance of OutParam for the given array type.

P

pack() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
pack() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in class javax.rad.genui.container.AbstractWindow
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
pack() - Method in interface javax.rad.ui.container.IWindow
Causes this IWindow to be sized to fit the preferred size and layouts of its subcomponents.
padLeft(Object, int) - Static method in class com.sibvisions.util.type.StringUtil
Deprecated. since 2.5, use StringUtil.lpad(String, int) instead.
padRight(Object, int) - Static method in class com.sibvisions.util.type.StringUtil
Deprecated. since 2.5, use StringUtil.rpad(String, int) instead.
PAGELINES_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pagelines image (used for toolbar buttons or icons).
PAGELINES_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pagelines image (used for menuitems or buttons).
paint(Graphics) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
PAINT_BRUSH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) paint-brush image (used for toolbar buttons or icons).
PAINT_BRUSH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) paint-brush image (used for menuitems or buttons).
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughLineBorder
paintComponent(Graphics) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
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.
paintComponent(Graphics) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
paintIcon(Component, Graphics, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxFontAwesomeIcon
PAPER_PLANE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) paper-plane image (used for toolbar buttons or icons).
PAPER_PLANE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) paper-plane-o image (used for toolbar buttons or icons).
PAPER_PLANE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) paper-plane-o image (used for menuitems or buttons).
PAPER_PLANE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) paper-plane image (used for menuitems or buttons).
PAPERCLIP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) paperclip image (used for toolbar buttons or icons).
PAPERCLIP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) paperclip image (used for menuitems or buttons).
PARAGRAPH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) paragraph image (used for toolbar buttons or icons).
PARAGRAPH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) paragraph image (used for menuitems or buttons).
PARAM_ACTION_NAME - Static variable in class com.sibvisions.rad.server.http.rest.RESTAdapter
the name of the "action" parameter.
PARAM_APP_NAME - Static variable in class com.sibvisions.rad.server.http.rest.RESTAdapter
the name of the "application name" parameter.
PARAM_APPLICATION - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for the application name.
PARAM_APPLICATIONLANGUAGE - Static variable in interface javax.rad.application.ILauncher
the parameter name for the application language.
PARAM_APPLICATIONNAME - Static variable in interface javax.rad.application.ILauncher
the parameter name for the application name.
PARAM_CANCELBUTTON - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for the upload button text.
PARAM_CLOSE - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for closing the window.
PARAM_CODEBASE - Static variable in interface javax.rad.application.ILauncher
the parameter name for the codebase.
PARAM_CONNECTION_ID - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for the connection id.
PARAM_CONURL - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the connection URL from the client.
PARAM_DOWNLOADBUTTON - Static variable in class com.sibvisions.rad.server.http.DownloadServlet
the URL parameter for the download button text.
PARAM_ENVIRONMENT - Static variable in interface javax.rad.application.ILauncher
the parameter name for the launcher environment.
PARAM_INFOTEXT - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for the info text.
PARAM_KEY - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for accessing the ObjectCache.
PARAM_LCO_CLASS - Static variable in class com.sibvisions.rad.server.http.rest.RESTAdapter
the name of the "lifecycle class" parameter.
PARAM_LOGFACTORY - Static variable in interface javax.rad.application.ILauncher
the parameter name for the full qualified class name of the logfactory.
PARAM_MENU_EXIT_VISIBLE - Static variable in class com.sibvisions.rad.application.Application
the parameter name for showing the exit button.
PARAM_NO_CONTENT_DISPOSITION - Static variable in class com.sibvisions.rad.server.http.DownloadServlet
the "no" content-disposition parameter.
PARAM_OBJECT_NAME - Static variable in class com.sibvisions.rad.server.http.rest.RESTAdapter
the name of the "object" parameter.
PARAM_ONLOAD - Static variable in class com.sibvisions.rad.server.http.DownloadServlet
the URL parameter for the onload download option.
PARAM_PK - Static variable in class com.sibvisions.rad.server.http.rest.RESTAdapter
the name of the "primary key" parameter.
PARAM_RESOURCE - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for accessing resource files.
PARAM_SERVERBASE - Static variable in interface javax.rad.application.ILauncher
the parameter name for the server base.
PARAM_SETUP_CLASS - Static variable in class javax.rad.application.genui.Application
the parameter name for the setup class.
PARAM_TITLE - Static variable in class com.sibvisions.rad.server.http.ResourceServlet
the URL parameter for the title.
PARAM_UIFACTORY - Static variable in interface javax.rad.application.ILauncher
the parameter name for the full qualified class name of the UI factory.
PARAM_UPLOADBUTTON - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for the upload button text.
PARAM_WAIT - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for waiting and aborting.
PARAM_WEBSTART - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the URL parameter for the webstart info.
Parameter - Class in javax.rad.util
The Parameter is a general key/value implementation.
Parameter() - Constructor for class javax.rad.util.Parameter
Creates a new instance of Parameter.
Parameter(String, Object) - Constructor for class javax.rad.util.Parameter
Creates a new instance of Parameter with predefined name and value.
parameterChanged(WorkScreen, String, Object, Object) - Method in interface javax.rad.application.genui.event.type.screen.IParameterChangedListener
Invoked when a work-screen parameter was changed.
parent - Variable in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Container where the component is added.
parent - Variable in class javax.rad.genui.UIComponent
the UIParent of this UIComponent.
parse(String) - Method in class com.sibvisions.util.type.DateUtil
Parses the date from text.
parse(String) - Method in class com.sibvisions.util.type.NumberUtil
Parses the number from text.
parse(String) - Method in class com.sibvisions.util.type.StringParser
Parse a line that contains one filed.
parse(String, boolean) - Method in class com.sibvisions.util.type.StringParser
Parse a line with multi field support.
parse(String) - Static method in class com.sibvisions.util.Version
Parses a version number.
parse(long) - Static method in class com.sibvisions.util.Version
Parses a version number.
parse(String) - Static method in class javax.rad.ui.Style
Gets a Style with parsed values of the given style names.
parseColor(String) - Static method in class com.sibvisions.util.type.StringUtil
Parses color codes from given string.
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 interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) paste image (used for toolbar buttons or icons).
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 interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) paste image (used for menuitems or buttons).
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).
PAUSE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pause image (used for toolbar buttons or icons).
PAUSE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pause image (used for menuitems or buttons).
PAW_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) paw image (used for toolbar buttons or icons).
PAW_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) paw image (used for menuitems or buttons).
PAYPAL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) paypal image (used for toolbar buttons or icons).
PAYPAL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) paypal image (used for menuitems or buttons).
PENCIL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pencil image (used for toolbar buttons or icons).
PENCIL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pencil image (used for menuitems or buttons).
PENCIL_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pencil-square image (used for toolbar buttons or icons).
PENCIL_SQUARE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pencil-square-o image (used for toolbar buttons or icons).
PENCIL_SQUARE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pencil-square-o image (used for menuitems or buttons).
PENCIL_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pencil-square image (used for menuitems or buttons).
PHONE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) phone image (used for toolbar buttons or icons).
PHONE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) phone image (used for menuitems or buttons).
PHONE_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) phone-square image (used for toolbar buttons or icons).
PHONE_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) phone-square image (used for menuitems or buttons).
PHOTO_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) photo image (used for toolbar buttons or icons).
PHOTO_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) photo image (used for menuitems or buttons).
PICTURE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) picture-o image (used for toolbar buttons or icons).
PICTURE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) picture-o image (used for menuitems or buttons).
PIE_CHART_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pie-chart image (used for toolbar buttons or icons).
PIE_CHART_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pie-chart image (used for menuitems or buttons).
PIED_PIPER_ALT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pied-piper-alt image (used for toolbar buttons or icons).
PIED_PIPER_ALT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pied-piper-alt image (used for menuitems or buttons).
PIED_PIPER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pied-piper image (used for toolbar buttons or icons).
PIED_PIPER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pied-piper image (used for menuitems or buttons).
pink - Static variable in class javax.rad.genui.UIColor
The color pink.
PINTEREST_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pinterest image (used for toolbar buttons or icons).
PINTEREST_P_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pinterest-p image (used for toolbar buttons or icons).
PINTEREST_P_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pinterest-p image (used for menuitems or buttons).
PINTEREST_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pinterest image (used for menuitems or buttons).
PINTEREST_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) pinterest-square image (used for toolbar buttons or icons).
PINTEREST_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) pinterest-square image (used for menuitems or buttons).
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.
PLANE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) plane image (used for toolbar buttons or icons).
PLANE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) plane image (used for menuitems or buttons).
PLAY_CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) play-circle image (used for toolbar buttons or icons).
PLAY_CIRCLE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) play-circle-o image (used for toolbar buttons or icons).
PLAY_CIRCLE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) play-circle-o image (used for menuitems or buttons).
PLAY_CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) play-circle image (used for menuitems or buttons).
PLAY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) play image (used for toolbar buttons or icons).
PLAY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) play image (used for menuitems or buttons).
PLUG_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) plug image (used for toolbar buttons or icons).
PLUG_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) plug image (used for menuitems or buttons).
PLUS_CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) plus-circle image (used for toolbar buttons or icons).
PLUS_CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) plus-circle image (used for menuitems or buttons).
PLUS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) plus image (used for toolbar buttons or icons).
PLUS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) plus image (used for menuitems or buttons).
PLUS_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) plus-square image (used for toolbar buttons or icons).
PLUS_SQUARE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) plus-square-o image (used for toolbar buttons or icons).
PLUS_SQUARE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) plus-square-o image (used for menuitems or buttons).
PLUS_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) plus-square image (used for menuitems or buttons).
popupMenu - Variable in class javax.rad.genui.UIComponent
the UIParent of this UICompoennt.
POPUPMENU_CANCELED - Static variable in class javax.rad.ui.event.UIPopupMenuEvent
This event indicates that the popup menu is canceled.
POPUPMENU_FIRST - Static variable in class javax.rad.ui.event.UIPopupMenuEvent
The first number in the range of ids used for foacus events.
POPUPMENU_LAST - Static variable in class javax.rad.ui.event.UIPopupMenuEvent
The last number in the range of ids used for popup menu events.
POPUPMENU_WILLBECOMEINVISIBLE - Static variable in class javax.rad.ui.event.UIPopupMenuEvent
This event indicates that the popup menu will become invisible.
POPUPMENU_WILLBECOMEVISIBLE - Static variable in class javax.rad.ui.event.UIPopupMenuEvent
This event indicates that the popup menu will become visible.
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
popupMenuCanceled(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
popupMenuCanceled(UIPopupMenuEvent) - Method in interface javax.rad.ui.event.type.popupmenu.IPopupMenuCanceledListener
This method is called when the popup menu is canceled.
PopupMenuHandler<L> - Class in javax.rad.ui.event
The PopupMenuHandler is a RuntimeEventHandler that handles IPopupMenuListener.
PopupMenuHandler(Class<L>) - Constructor for class javax.rad.ui.event.PopupMenuHandler
Creates a new instance of PopupMenuHandler.
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
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
popupMenuWillBecomeInvisible(UIPopupMenuEvent) - Method in interface javax.rad.ui.event.type.popupmenu.IPopupMenuWillBecomeInvisibleListener
This method is called before the popup menu becomes invisible.
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
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
popupMenuWillBecomeVisible(UIPopupMenuEvent) - Method in interface javax.rad.ui.event.type.popupmenu.IPopupMenuWillBecomeVisibleListener
This method is called before the popup menu becomes visible.
popupSize - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
The size used for the popup.
position(byte[], long) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
position(Blob, long) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
post(String) - Static method in class com.sibvisions.util.type.HttpUtil
Sends an empty post request.
post(String, InputStream) - Static method in class com.sibvisions.util.type.HttpUtil
Sends a post request with given data.
post(String, File) - Static method in class com.sibvisions.util.type.HttpUtil
Sends a post request with given file.
post(String, InputStream, String) - Static method in class com.sibvisions.util.type.HttpUtil
Sends a post request with given content.
post(String, InputStream, String, Map<String, String>) - Static method in class com.sibvisions.util.type.HttpUtil
Sends a post request with given content.
post(String, InputStream, String, Map<String, String>, int) - Static method in class com.sibvisions.util.type.HttpUtil
Sends a post request with given content.
postAuthentication(ISession, BigDecimal) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Allows additional checks after user was validated.
postCreateSession(ISession) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Configures a session after it is created.
postCreateSubSession(ISession, ISession) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Configures a sub session after it is created.
PostgreSQLDBAccess - Class in com.sibvisions.rad.persist.jdbc
The PostgreSQLDBAccess is the implementation for Postgres databases.
PostgreSQLDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Constructs a new OracleDBAccess Object.
POWER_OFF_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) power-off image (used for toolbar buttons or icons).
POWER_OFF_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) power-off image (used for menuitems or buttons).
preAuthentication(ISession) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Allows additional checks before user will be validated.
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.
preferredEditorMode - Variable in class com.sibvisions.rad.ui.celleditor.AbstractInplaceCellEditor
The preferred editor mode.
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.JVxGridLayout
preferredLayoutSize(Container) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
PREFIX_CLIENT - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for client properties.
PREFIX_ENVPROP - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for environment properties.
PREFIX_HTTP - Static variable in class com.sibvisions.rad.remote.http.HttpConnection
the prefix for request properties.
PREFIX_REQUEST - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for request properties.
PREFIX_SERVER - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for server properties.
PREFIX_SESSION - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for session properties.
PREFIX_SYSPROP - Static variable in interface javax.rad.remote.IConnectionConstants
the prefix for system properties.
prepareAfterRetryException(Throwable) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Prepares the final exception after last retry.
prepareAfterRetryException(Throwable) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Prepares the final exception after last retry.
prepareCall(Connection, String) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Creates a new instance of CallableStatement.
prepareConnection(Connection) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Prepares the given Connection for being used by this DBAccess.
prepareConnection(Connection) - Method in class com.sibvisions.rad.persist.jdbc.SQLiteDBAccess
Prepares the given Connection for being used by this DBAccess.
prepareException(Throwable) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Prepares the given exception if needed.
prepareException(Throwable) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Prepares the given exception if needed.
prepareException(Throwable) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Hides the StackTraceElements of "com.sibvisions.rad.*" when the given exception is a SecurityException.
prepareException(Throwable, boolean) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Hides the StackTraceElements of "com.sibvisions.rad.*" when the given exception is a SecurityException.
prepareIncludeNodes(XmlNode) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Prepares the include nodes <include>...
prepareStatement(Connection, String) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Creates a new instance of PreparedStatement.
prepareValue(Object) - Method in class javax.rad.model.datatype.BinaryDataType
Prepares the given value.
prepareValue(Object) - Method in class javax.rad.model.datatype.DataType
Prepares the given value.
prepareValue(Object) - Method in interface javax.rad.model.datatype.IDataType
Prepares the given value.
prepareValue(Object) - Method in class javax.rad.model.datatype.StringDataType
Prepares the given value.
PRINT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) print image (used for toolbar buttons or icons).
PRINT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) print image (used for menuitems or buttons).
printFields(Object, boolean) - Static method in class com.sibvisions.util.Reflective
Prints out the fields and field values from a specific object.
printMethods(Object, boolean) - Static method in class com.sibvisions.util.Reflective
Prints out the methods and return values from a specific object.
printStackTrace(PrintStream) - Method in exception javax.rad.util.SilentAbortException
printStackTrace(PrintWriter) - Method in exception javax.rad.util.SilentAbortException
process(IRequest, IResponse) - Method in class com.sibvisions.rad.server.Server
Processes client requests which uses the communication protocol.
processActionEvent(ActionEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Notifies all listeners that have registered interest for notification on this event type.
processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
processKeyEvent(KeyEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
processMouseEvent(MouseEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCheckBox
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_DOWNLOAD - Static variable in class com.sibvisions.rad.remote.http.HttpConnection
the property name for the download url.
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_UPLOAD - Static variable in class com.sibvisions.rad.remote.http.HttpConnection
the property name for the upload url.
PROP_URI - Static variable in interface com.sibvisions.rad.server.IRequest
the property name for request uri.
properties - Variable in class com.sibvisions.rad.ui.AbstractFactory
The Map which holds the properties.
PROPERTY_APPLICATION - Static variable in class com.sibvisions.rad.ui.swing.impl.SwingApplet
the property name for the application (client properties).
PROPERTY_APPLICATION - Static variable in class com.sibvisions.rad.ui.swing.impl.SwingApplication
the property name for the application (client properties).
PROPERTY_CLASSES - Static variable in interface javax.rad.remote.IConnectionConstants
allowed transferable connection property classes.
PROPERTY_SEARCH_VISIBLE - Static variable in interface javax.rad.model.ui.IController
the default name of the search-visible property.
propertyChange(PropertyChangeEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
propertyChange(PropertyChangeEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
propertyChanged(PropertyEvent) - Method in class com.sibvisions.rad.application.Application
A property was changed.
propertyChanged(PropertyEvent) - Method in class javax.rad.remote.AbstractConnection.PropertyChangedDelegate
A property was changed.
propertyChanged(PropertyEvent) - Method in interface javax.rad.remote.event.IConnectionPropertyChangedListener
A property was changed.
PropertyDefinition - Class in javax.rad.type.bean
The PropertyDefinition is the property descriptor for a property in IBeanType.
PropertyDefinition(String) - Constructor for class javax.rad.type.bean.PropertyDefinition
Constructs a new PropertyDefinition.
PropertyDefinition(String, IType<?>) - Constructor for class javax.rad.type.bean.PropertyDefinition
Constructs a new PropertyDefinition for a property name and the property type.
PropertyDefinition(String, IType<?>, Class<?>) - Constructor for class javax.rad.type.bean.PropertyDefinition
Constructs a new PropertyDefinition for a property name and the property type.
propertyDefinitions - Variable in class javax.rad.type.bean.AbstractBeanType
The property definitions.
PropertyEvent - Class in javax.rad.remote.event
The PropertyEvent class is the event for property changes.
PropertyEvent(String, Object, Object) - Constructor for class javax.rad.remote.event.PropertyEvent
Creates a new instance of PropertyEvent with the given event information.
propertyNames - Variable in class javax.rad.type.bean.AbstractBeanType
The cached property names.
ProtocolFactory - Class in com.sibvisions.rad.server.protocol
The ProtocolFactory is responsible for an IProtocolWriter.
ProtocolFactory() - Constructor for class com.sibvisions.rad.server.protocol.ProtocolFactory
Invisible constructor, because the ProtocolFactory is a utility class.
ProxyUtil - Class in com.sibvisions.util
The ProxyUtil detects a system proxy.
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.
publish(String, Object) - Method in interface javax.rad.server.ICallBackBroker
Publishs an object to the client for the current session.
publishAll(String, Object) - Method in interface javax.rad.server.ICallBackBroker
Publishs an object to all client for the current session and all other master sessions for the same application as the current one.
publishCallBackResult(String, Object) - Static method in class javax.rad.server.SessionContext
Publishs an object as callback result.
push(PushMessage) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Pushes a message to the registered receiver.
push(PushMessage) - Method in class com.sibvisions.rad.server.Server
Pushes a message to the registered receiver.
push(PushMessage) - Method in interface javax.rad.server.push.IPushHandler
Pushes a message to the registered receiver.
PushMessage - Class in javax.rad.server.push
The PushMessage class will be used for pushing objects to IPushReceiver.
PushMessage(ISession, PushMessage.MessageType, ResultObject) - Constructor for class javax.rad.server.push.PushMessage
Creates a new instance of PushMessage.
PushMessage.MessageType - Enum in javax.rad.server.push
the message type.
put(String, Object) - Method in class com.sibvisions.rad.server.AbstractSession
Puts an object to the life-cycle object.
put(String, Object) - Method in class com.sibvisions.rad.server.DetachedSession
Puts an object to the life-cycle object.
put(String, Object) - Method in class com.sibvisions.rad.server.DirectServerSession
Puts an object to the life-cycle object.
put(String, Object) - Method in class com.sibvisions.rad.server.GenericBean
Sets the value of the property name.
put(String, Object) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Puts an object to the list of known objects.
put(K, V) - Method in class com.sibvisions.util.ChangedHashtable
Maps the specified key to the specified value in this hashtable.
put(K, V, boolean) - Method in class com.sibvisions.util.ChangedHashtable
Maps the specified key to the specified value in this hashtable with optional tracking of changes.
put(K, V, boolean, boolean) - Method in class com.sibvisions.util.ChangedHashtable
Maps the specified key to the specified value in this hashtable with optional tracking of changes.
put(G, K, V) - Method in class com.sibvisions.util.GroupHashtable
Associates the specified value with the specified key to the group.
put(K, V) - Method in class com.sibvisions.util.IdentityKeyValueList
Adds the specified pValue to a list of values which are mapped to the pKey.
put(K, V, boolean) - Method in class com.sibvisions.util.IdentityKeyValueList
Adds the specified pValue to a list of values which are mapped to the pKey.
put(int, T) - Method in class com.sibvisions.util.IntHashMap
Puts the value for the given key.
put(K, V) - Method in class com.sibvisions.util.KeyValueList
Adds the specified pValue to a list of values which are mapped to the pKey.
put(K, V, boolean) - Method in class com.sibvisions.util.KeyValueList
Adds the specified pValue to a list of values which are mapped to the pKey.
put(Object, long) - Static method in class com.sibvisions.util.ObjectCache
Puts an object to the cache, with a timeout for expiration.
put(IValidatable) - Static method in class com.sibvisions.util.ObjectCache
Puts a validatable object to the cache.
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(Object, IValidatable) - Static method in class com.sibvisions.util.ObjectCache
Puts a validatable object to the cache, with a specific key.
put(Object, long) - Method in class com.sibvisions.util.ObjectCacheInstance
Puts an object to the cache, with a timeout for expiration.
put(IValidatable) - Method in class com.sibvisions.util.ObjectCacheInstance
Puts a validatable object to the cache.
put(Object, Object, long) - Method in class com.sibvisions.util.ObjectCacheInstance
Puts an object to the cache, with a specific key and timeout for expiration.
put(Object, IValidatable) - Method in class com.sibvisions.util.ObjectCacheInstance
Puts a validatable object to the cache, with a specific key.
put(K, V) - Method in class com.sibvisions.util.OrderedHashtable
Maps the specified pKey to the specified pValue in this hashtable.
put(String, Object) - Method in interface javax.rad.server.ISession
Puts an object to the life-cycle object.
put(String, Object) - Method in class javax.rad.type.bean.AbstractBean
Sets the value of the property name.
put(int, Object) - Method in class javax.rad.type.bean.AbstractBean
Sets the value of a property.
put(int, Object) - Method in class javax.rad.type.bean.Bean
Sets the value of a property.
put(Object, int, Object) - Method in class javax.rad.type.bean.BeanType
Sets the value for a bean.
put(Object, String, Object) - Method in class javax.rad.type.bean.BeanType
Sets the value for a bean.
put(String, Object) - Method in interface javax.rad.type.bean.IBean
Sets the value of the property name.
put(String, String) - Method in class javax.rad.util.TranslationMap
Puts a new translation.
putAll(K, Collection<V>) - Method in class com.sibvisions.util.IdentityKeyValueList
Adds the specified pValue collection to a list of values which are mapped to the pKey.
putAll(K, Collection<V>) - Method in class com.sibvisions.util.KeyValueList
Adds the specified pValue collection to a list of values which are mapped to the pKey.
putAll(Object) - Method in class javax.rad.type.bean.Bean
Puts all properties from the given object/bean into the current bean.
putAll(Object) - Method in interface javax.rad.type.bean.IBean
Puts all properties from the given object/bean into the current bean.
putGlobalMetaData(AbstractConnection, String, MetaData) - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Puts the column meta data to the global client cache.
putMetaData(String, MetaData) - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Puts the column meta data to the client cache.
putMetaDataToCache(String, String, MetaData) - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Puts meta data to the cache.
putObject(InjectObject) - Method in class com.sibvisions.rad.server.AbstractSession
Puts an object to the cache.
putObject(ISession, String, Object) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Puts an object to the life-cycle object container for an ISession.
putObject(String, Object) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Puts an external object into launchers object store.
putObject(String, Object) - Method in class javax.rad.genui.UIResource
Puts the specific property.
putObject(ISession, String, Object) - Method in class javax.rad.server.AbstractObjectProvider
Puts an object to the life-cycle object container for an ISession.
putObject(InjectObject) - Method in class javax.rad.server.SessionContext
Puts an object to this SessionContext.
putObject(String, Object) - Method in class javax.rad.server.SessionContext
Puts an object with a specific name to this SessionContext.
PUZZLE_PIECE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) puzzle-piece image (used for toolbar buttons or icons).
PUZZLE_PIECE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) puzzle-piece image (used for menuitems or buttons).

Q

QQ_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) qq image (used for toolbar buttons or icons).
QQ_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) qq image (used for menuitems or buttons).
QRCODE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) qrcode image (used for toolbar buttons or icons).
QRCODE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) qrcode image (used for menuitems or buttons).
QUESTION_CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) question-circle image (used for toolbar buttons or icons).
QUESTION_CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) question-circle image (used for menuitems or buttons).
QUESTION_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) question image (used for toolbar buttons or icons).
QUESTION_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) question image (used for menuitems or buttons).
QUOTE - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
JVx generell DB quote character. will be translated in the DB specific.
quote(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Quotes a named DB object with our internal quote character, if it should be quoted in this database.
quote(String, char) - Static method in class com.sibvisions.util.type.StringUtil
Adds a quote character to the begin and end of text.
QUOTE_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) quote-left image (used for toolbar buttons or icons).
QUOTE_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) quote-left image (used for menuitems or buttons).
QUOTE_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) quote-right image (used for toolbar buttons or icons).
QUOTE_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) quote-right image (used for menuitems or buttons).
quoteAllways(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Quotes a named DB object with the JVx DB QUOTE character.

R

RA_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ra image (used for toolbar buttons or icons).
RA_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ra image (used for menuitems or buttons).
raise(Throwable) - Static method in class javax.rad.util.ExceptionHandler
Notifies the handler that an exception occured.
RANDOM_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) random image (used for toolbar buttons or icons).
RANDOM_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) random image (used for menuitems or buttons).
rdRowDefinition - Variable in class com.sibvisions.rad.model.mem.DataRow
The RowDefinition of this DataRow.
rdRowDefinition - Variable in class com.sibvisions.rad.model.mem.MemDataPage
The IRowDefinition that uses this MemDataPage.
read(DataInputStream) - Method in class com.sibvisions.rad.remote.ByteSerializer
Deprecated. Reads in an object from a serialized DataInputStream.
read(DataInputStream) - Method in interface com.sibvisions.rad.remote.ISerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BeanSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BooleanSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ByteArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ByteSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.CharacterSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.CharArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DateSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DecimalSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DoubleSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.EnumSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.FloatArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.FloatSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.IntArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.IntegerSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in interface com.sibvisions.rad.remote.serializer.ITypeSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.LongArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.LongSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.NullSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ObjectSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ShortArraySerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ShortSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.StringSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
Reads in a serialized object from a stream.
read(UniversalSerializer, DataInputStream, int, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.XmlNodeSerializer
Reads in a serialized object from a stream.
read(DataInputStream) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Reads in a serialized object from a stream.
read(DataInputStream, TypeCache) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Reads in a serialized object from a stream.
read() - Method in class com.sibvisions.util.io.ByteCountInputStream
read(byte[], int, int) - Method in class com.sibvisions.util.io.ByteCountInputStream
read() - Method in class com.sibvisions.util.io.MagicByteInputStream
read(byte[], int, int) - Method in class com.sibvisions.util.io.MagicByteInputStream
read() - Method in class com.sibvisions.util.io.ShadowCopyInputStream
read(byte[], int, int) - Method in class com.sibvisions.util.io.ShadowCopyInputStream
read(File) - Method in class com.sibvisions.util.xml.XmlWorker
Parses a xml file and create a XmlNode structure.
read(InputStream) - Method in class com.sibvisions.util.xml.XmlWorker
Parses a xml file and create a XmlNode structure.
readAndClose(InputStream) - Method in class com.sibvisions.util.xml.XmlWorker
Parses a xml file and create a XmlNode structure.
readAvailableBytes() - Method in class com.sibvisions.util.io.ByteCountInputStream
If expected bytes count is set, this method will read the bytes which weren't read yet.
readContent(RemoteFileHandle) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Reads the content from the remote server as stream.
readContent(RemoteFileHandle) - Method in interface javax.rad.io.IDownloadExecutor
Reads the content from the remote server as stream.
readMagicByte() - Method in class com.sibvisions.util.io.MagicByteInputStream
Reads until the magic byte was found.
readNode(File) - Static method in class com.sibvisions.util.xml.XmlWorker
Reads a file and returns the node.
readNode(InputStream) - Static method in class com.sibvisions.util.xml.XmlWorker
Reads a stream and returns the node.
readSize(DataInputStream, int, int, int) - Method in class com.sibvisions.rad.remote.serializer.AbstractSizedSerializer
Reads the content length based on the type identifier.
REBEL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) rebel image (used for toolbar buttons or icons).
REBEL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) rebel image (used for menuitems or buttons).
receivedMessage(PushMessage) - Method in interface javax.rad.server.push.IPushReceiver
Will be invoked for every pushed message.
receiveFileHandle(IFileHandle) - Method in interface javax.rad.application.IFileHandleReceiver
Receives a IFileHandle.
Record - Class in com.sibvisions.rad.server.protocol
The Record contains information for writing via IProtocolWriter.
Record(String, String) - Constructor for class com.sibvisions.rad.server.protocol.Record
Creates a new instance of Record for given command.
Record(IProtocolWriter, String, String) - Constructor for class com.sibvisions.rad.server.protocol.Record
Creates a new instance of Record for given writer and command.
RECYCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) recycle image (used for toolbar buttons or icons).
RECYCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) recycle image (used for menuitems or buttons).
red - Static variable in class javax.rad.genui.UIColor
The color red.
RED_CELL - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Red cell.
REDDIT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) reddit image (used for toolbar buttons or icons).
REDDIT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) reddit image (used for menuitems or buttons).
REDDIT_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) reddit-square image (used for toolbar buttons or icons).
REDDIT_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) reddit-square image (used for menuitems or buttons).
REDO_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) redo image (used for toolbar buttons or icons).
REDO_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) redo image (used for menuitems or buttons).
ReferenceDefinition - Class in javax.rad.model.reference
The ReferenceDefinition specifies the relation between a detail DataBook and the master DataBook.
ReferenceDefinition() - Constructor for class javax.rad.model.reference.ReferenceDefinition
Constructs the ReferenceDefinition without parameters.
ReferenceDefinition(String[], IDataBook, String[]) - Constructor for class javax.rad.model.reference.ReferenceDefinition
Constructs the ReferenceDefinition with the specified parameters.
refetch(T) - Method in class com.sibvisions.rad.persist.AbstractStorage
Refetches the specified bean/POJO and returns a bean/POJO with current values from the storage.
refetchRow(Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
It refetchs the specified row and returns it as Object[] from the storage.
refetchRow(Object[], boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Refetch and optional locks the specified DataRow via PK.
refetchRow(Object[]) - Method in interface javax.rad.persist.IStorage
It refetchs the specified row and returns it as Object[] from the storage.
Reflective - Class in com.sibvisions.util
This is a utility class to call different methods of classes via java.lang.reflect package.
Reflective.Parameter - Class in com.sibvisions.util
The Parameter class is a placeholder for parameters.
Reflective.Parameter(Object) - Constructor for class com.sibvisions.util.Reflective.Parameter
Ctreates a new instance of Parameter.
Reflective.Parameter(Class<?>, Object) - Constructor for class com.sibvisions.util.Reflective.Parameter
Creates a new instance of Parameter.
REFRESH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) refresh image (used for toolbar buttons or icons).
REFRESH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) refresh image (used for menuitems or buttons).
refreshMetaData() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Refreshs the MetaData with initial settings.
register(Statement) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Registers a statment as closable statement.
REGISTER_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) register image (used for toolbar buttons or icons).
REGISTER_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) register image (used for menuitems or buttons).
registerCommandButton(String, IActionComponent) - Method in class javax.rad.application.genui.ControllerContent
Registers a command button.
registerDBAccessClass(String, Class<? extends DBAccess>) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Registers the Class for the jdbc url prefix.
REGISTERED_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) registered image (used for toolbar buttons or icons).
REGISTERED_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) registered image (used for menuitems or buttons).
registerList(Class<? extends List>) - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Registers a list type.
registerMap(Class<? extends Map>) - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Registers a list type.
registerPushReceiver(Object, IPushReceiver) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Registers a push receiver.
registerPushReceiver(Object, IPushReceiver) - Method in class com.sibvisions.rad.server.Server
Registers a push receiver.
registerPushReceiver(Object, IPushReceiver) - Method in interface javax.rad.server.push.IPushHandler
Registers a push receiver.
registerThreadFactoryInstance(IFactory) - Static method in class javax.rad.genui.UIFactoryManager
Registers the IFactory instance for the current Thread.
registerType(IType<?>) - Static method in class javax.rad.type.AbstractType
Registers a type.
registerTypeSerializer(ITypeSerializer) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Registers a type serializer.
release() - Method in class com.sibvisions.rad.server.http.HttpContext
Release any resources associated with this HttpContext instance.
release() - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Releases all used resources.
release() - Method in interface com.sibvisions.rad.server.security.ISecurityManager
Releases all used resources.
release() - Method in class com.sibvisions.rad.server.security.NoSecurityManager
Releases all used resources.
release() - Method in class com.sibvisions.rad.server.security.XmlSecurityManager
Releases all used resources.
release() - Method in class javax.rad.io.TransferContext
Release any resources associated with this TransferContext instance.
release() - Method in class javax.rad.server.ServerContext
Release any resources associated with this ServerContext instance.
release() - Method in class javax.rad.server.SessionContext
Release any resources associated with this SessionContext instance.
releaseCall(ConnectionInfo, Object) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Will be invoked after a call was executed, if AbstractSerializedConnection.initCall(ConnectionInfo) was successfully invoked.
releaseCall(ConnectionInfo, Object) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Will be invoked after a call was executed, if AbstractSerializedConnection.initCall(ConnectionInfo) was successfully invoked.
releaseConnection(Connection) - Method in class com.sibvisions.rad.persist.jdbc.DataSourceConnectionPool
Gets a connection from the pool.
releaseConnection() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the connection to the connection pool.
releaseConnection(Connection) - Method in interface com.sibvisions.rad.persist.jdbc.IConnectionPool
Gets a connection from the pool.
releaseConnectionIntern() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns the connection to the connection pool.
releaseSecurityManager(ISecurityManager) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Releases the given security manager and catch all exceptions.
releaseSecurityManager(String) - Method in class com.sibvisions.rad.server.Monitoring
Releases the security manger for a specific application.
reload() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Reloads all rows from the storage, any changes are discarded.
reload(IDataBook.SelectionMode) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Reloads all rows from the storage (any changes are discarded) and applies the given IDataBook.SelectionMode to this reload operation.
reload() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Discards all changes and loads the configuration file.
reload() - Method in class javax.rad.application.genui.WorkScreen
Reloads the workscreen and discard changes.
reload() - Method in interface javax.rad.application.IWorkScreen
Reloads the workscreen and discard changes.
reload() - Method in interface javax.rad.model.IDataBook
Reloads all rows from the storage, any changes are discarded.
reload(IDataBook.SelectionMode) - Method in interface javax.rad.model.IDataBook
Reloads all rows from the storage (any changes are discarded) and applies the given IDataBook.SelectionMode to this reload operation.
RELOAD_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) reload image (used for toolbar buttons or icons).
RELOAD_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) reload image (used for menuitems or buttons).
reloadAllDataBooks() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Reloads all added IDataBooks by invoking IDataBook.reload().
reloadAllDataBooks() - Method in interface javax.rad.model.IDataSource
Reloads all added IDataBooks by invoking IDataBook.reload().
reloadDataPage(IDataBook.SelectionMode) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Reload the current DataPage with the pSelectionMode.
reloadIntern() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Reloads without sending before reload event.
RemoteApplication - Class in javax.rad.application.genui
The RemoteApplication extends the Application with an AbstractConnection.
RemoteApplication(UILauncher) - Constructor for class javax.rad.application.genui.RemoteApplication
Creates a new instance of RemoteApplication with a desired launcher.
RemoteApplication(UILauncher, AbstractConnection) - Constructor for class javax.rad.application.genui.RemoteApplication
Creates a new instance of RemoteApplication with a desired launcher and connection.
RemoteApplicationHandler<L> - Class in javax.rad.application.genui.event
The RemoteApplicationHandler is a RuntimeEventHandler that handles IRemoteApplicationListener.
RemoteApplicationHandler(Class<L>) - Constructor for class javax.rad.application.genui.event.RemoteApplicationHandler
Constructs a new RemoteApplicationHandler.
RemoteDataBook - Class in com.sibvisions.rad.model.remote
The RemoteDataBook is a storage independent table, and handles all operations based on the the MemDatabook base class.
RemoteDataBook() - Constructor for class com.sibvisions.rad.model.remote.RemoteDataBook
Creates a new instance of RemoteDataBook.
RemoteDataPage - Class in com.sibvisions.rad.model.remote
A RemoteDataPage extends the MemDataPage with storage operations.
RemoteDataPage(MemDataBook, IDataRow) - Constructor for class com.sibvisions.rad.model.remote.RemoteDataPage
Constructs a new RemoteDataPage for the specified IDataBook and the corresponding master row.
RemoteDataSource - Class in com.sibvisions.rad.model.remote
The RemoteDataSource is a remote DataSource for all RemoteDataBook's, which uses a connection to the server to forward the storage operation to server objects.
RemoteDataSource() - Constructor for class com.sibvisions.rad.model.remote.RemoteDataSource
It constructs a new RemoteDataSource.
RemoteDataSource(AbstractConnection) - Constructor for class com.sibvisions.rad.model.remote.RemoteDataSource
It constructs a new RemoteDataSource with the given AbstractConnection.
RemoteDataSource.MetaDataCacheRole - Enum in com.sibvisions.rad.model.remote
The meta data cache roles.
RemoteFileHandle - Class in javax.rad.io
The RemoteFileHandle handles data that is stored in the ObjectCache.
RemoteFileHandle() - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String, Object) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String, URL) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String, Object, URL) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String, InputStream) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(String, Object, InputStream) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle.
RemoteFileHandle(File) - Constructor for class javax.rad.io.RemoteFileHandle
Constructs a new FileHandle with the given file as content.
RemoteWorkScreen - Class in javax.rad.application.genui
The RemoteWorkScreen extends the WorkScreen with an AbstractConnection.
RemoteWorkScreen() - Constructor for class javax.rad.application.genui.RemoteWorkScreen
Creates a new instance of RemoteWorkScreen.
RemoteWorkScreen(IWorkScreenApplication) - Constructor for class javax.rad.application.genui.RemoteWorkScreen
Creates a new instance of RemoteWorkScreen for a parent application.
RemoteWorkScreen(IWorkScreenApplication, Map<String, Object>) - Constructor for class javax.rad.application.genui.RemoteWorkScreen
Creates a new instance of RemoteWorkScreen for a parent application and screen parameters.
RemoteWorkScreen(IWorkScreenApplication, AbstractConnection) - Constructor for class javax.rad.application.genui.RemoteWorkScreen
Creates a new instance of RemoteWorkScreen with a specific launcher and connection.
RemoteWorkScreen(IWorkScreenApplication, AbstractConnection, Map<String, Object>) - Constructor for class javax.rad.application.genui.RemoteWorkScreen
Creates a new instance of RemoteWorkScreen with a specific launcher, connection and screen parameters.
RemoteWorkScreenApplication - Class in javax.rad.application.genui
The RemoteWorkScreenApplication is a RemoteApplication with IWorkScreenApplication implemented.
RemoteWorkScreenApplication(UILauncher) - Constructor for class javax.rad.application.genui.RemoteWorkScreenApplication
Creates a new instance of RemoteApplication with a desired launcher.
RemoteWorkScreenApplication(UILauncher, AbstractConnection) - Constructor for class javax.rad.application.genui.RemoteWorkScreenApplication
Creates a new instance of RemoteApplication with a desired launcher and connection.
remove(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Removes the IComponent, specified by index, from this container.
remove(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Removes the specified component from this container.
remove(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Removes a component from the desktop or the content pane.
remove(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
remove(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane.CoveragePanel
remove(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane.CoveragePanel
remove(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
remove(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
remove(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
remove(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
remove(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
remove(MutableTreeNode) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
remove(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Removes the IComponent, specified by index, from this container.
remove(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Removes the IComponent, specified by index, from this container.
remove(String) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Removes an object from the list of known objects.
remove(Object) - Method in class com.sibvisions.util.ArrayUtil
remove(int) - Method in class com.sibvisions.util.ArrayUtil
remove(T[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Removes the given element of given array.
remove(boolean[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(char[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(long[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(float[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(double[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes one element at the given index of given array.
remove(Object) - Method in class com.sibvisions.util.ChangedHashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object, boolean) - Method in class com.sibvisions.util.ChangedHashtable
Removes the key (and its corresponding value) from this hashtable with optional tracking of changes.
remove(Object, boolean, boolean) - Method in class com.sibvisions.util.ChangedHashtable
Removes the key (and its corresponding value) from this hashtable with optional tracking of changes.
remove(G) - Method in class com.sibvisions.util.GroupHashtable
Removes the mapping of an entire group if it is present.
remove(G, K) - Method in class com.sibvisions.util.GroupHashtable
Removes the mapping for a key from its group if it is present.
remove(K, V) - Method in class com.sibvisions.util.IdentityKeyValueList
Removes a specific pValue from a list of values which is mapped to the pKey.
remove(K) - Method in class com.sibvisions.util.IdentityKeyValueList
Removes the key (and its corresponding value) from this list.
remove(ImmutableArray<V>) - Method in class com.sibvisions.util.ImmutableArray
Removes the given ImmutableArray to this ImmutableArray.
remove(V...) - Method in class com.sibvisions.util.ImmutableArray
Removes the given array to this ImmutableArray.
remove(int) - Method in class com.sibvisions.util.ImmutableArray
Removes one element at the given index.
remove(int, int) - Method in class com.sibvisions.util.ImmutableArray
Removes the given amount of elements at the given index.
remove(int) - Method in class com.sibvisions.util.IntHashMap
Removes the key.
remove(K, V) - Method in class com.sibvisions.util.KeyValueList
Removes a specific pValue from a list of values which is mapped to the pKey.
remove(K) - Method in class com.sibvisions.util.KeyValueList
Removes the key (and its corresponding value) from this list.
remove(Object) - Static method in class com.sibvisions.util.ObjectCache
Removes an object from the cache.
remove(Object) - Method in class com.sibvisions.util.ObjectCacheInstance
Removes an object from the cache.
remove(Object) - Method in class com.sibvisions.util.OrderedHashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Thread) - Static method in class com.sibvisions.util.ThreadHandler
Removes a thread from the list.
remove(Thread) - Method in class com.sibvisions.util.ThreadManager
Removes a thread from the "known" thread list.
remove(XmlNode) - Method in class com.sibvisions.util.xml.XmlNode
Remove a sub XmlNode from the known sub nodes.
remove(int) - Method in class com.sibvisions.util.xml.XmlNode
Remove a sub XmlNode from the known sub nodes.
remove(int) - Method in class javax.rad.genui.container.UISplitPanel
Removes the IComponent, specified by index, from this container.
remove(int) - Method in class javax.rad.genui.container.UITabsetPanel
Removes the IComponent, specified by index, from this container.
remove(int) - Method in class javax.rad.genui.menu.UIMenu
Removes the IComponent, specified by index, from this container.
remove(IComponent) - Method in class javax.rad.genui.menu.UIMenu
Removes the specified component from this container.
remove(int) - Method in class javax.rad.genui.UIContainer
Removes the IComponent, specified by index, from this container.
remove(IComponent) - Method in class javax.rad.genui.UIContainer
Removes the specified component from this container.
remove(ICondition) - Method in class javax.rad.model.condition.OperatorCondition
Removes an operand from the operator condition.
remove(String, K) - Method in class javax.rad.remote.AbstractConnection.ListenerDelegate
Removes a specific or all listener for a specific name.
remove(K) - Method in class javax.rad.remote.AbstractConnection.ListenerDelegate
Removes a listener from internal listener lists.
remove(int) - Method in interface javax.rad.ui.IContainer
Removes the IComponent, specified by index, from this container.
remove(IComponent) - Method in interface javax.rad.ui.IContainer
Removes the specified component from this container.
REMOVE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) remove image (used for toolbar buttons or icons).
REMOVE_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) remove image (used for toolbar buttons or icons).
REMOVE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) remove image (used for menuitems or buttons).
REMOVE_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) remove image (used for menuitems or buttons).
removeAccess(String) - Method in class com.sibvisions.rad.server.security.DefaultAccessController
Removes access for a specific life-cycle object.
removeAccess(String) - Method in interface com.sibvisions.rad.server.security.IAccessController
Removes access for a specific life-cycle object.
removeActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
removeActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Removes an ActionListener from the button.
removeActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Removes an ActionListener.
removeActionListener(ActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
removeAll() - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Removes all the components from this container.
removeAll() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Removes all the components from the desktop and the content pane, if attached.
removeAll() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane.CoveragePanel
removeAll() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
removeAll(E[]) - Method in class com.sibvisions.util.ArrayUtil
Removes from this collection all of its elements that are contained in the specified array.
removeAll(T[], T[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the elements of a given array from the given source array.
removeAll() - Method in class com.sibvisions.util.ImmutableArray
Removes all elements.
removeAll() - Method in class javax.rad.genui.menu.UIMenu
Removes all the components from this container.
removeAll() - Method in class javax.rad.genui.UIContainer
Removes all the components from this container.
removeAll() - Method in interface javax.rad.ui.IContainer
Removes all the components from this container.
removeAllDefaultCellEditors() - Static method in class javax.rad.genui.celleditor.UICellEditor
Removes all default cell editors.
removeAllDefaultCellEditors(Class) - Static method in class javax.rad.genui.celleditor.UICellEditor
Removes all default cell editors which are of the given class.
removeAllDefaultCheckBoxCellEditors() - Static method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Removes all default checkbox cell editors.
removeAllDefaultChoiceCellEditors() - Static method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Removes all default choice cell editors.
removeAllImports() - Method in class com.sibvisions.util.SimpleJavaSource
Removes all import statement.
removeAllListeners() - Method in class javax.rad.util.EventHandler
Removes all known listeners.
removeAllPropertyDefinitions() - Method in class javax.rad.type.bean.AbstractBeanType
Removes all property definitions.
removeAllResourceArchives() - Static method in class com.sibvisions.util.type.ResourceUtil
Removes all resource archives from the list of known archives.
removeAllToolBars() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Removes all toolbars from this panel.
removeAllToolBars() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Removes all toolbars from this panel.
removeAllToolBars() - Method in class javax.rad.genui.container.AbstractFrame
Removes all toolbars from this panel.
removeAllToolBars() - Method in class javax.rad.genui.container.UIToolBarPanel
Removes all toolbars from this panel.
removeAllToolBars() - Method in interface javax.rad.ui.container.IToolBarPanel
Removes all toolbars from this panel.
removeButton(IButton) - Method in class com.sibvisions.rad.application.Dialog
Removes a button.
removeCallBackResultListener(ICallBackResultListener) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Removes an ICallBackResultListener from the list of registered listeners.
removeCallBackResultListener(ICallBackResultListener) - Method in class com.sibvisions.rad.server.DirectServerConnection
Removes an ICallBackResultListener from the list of registered listeners.
removeCallBackResultListener(ICallBackResultListener) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Removes an ICallBackResultListener from the list of registered listeners.
removeCallBackResultListener(ICallBackResultListener) - Method in class javax.rad.remote.AbstractConnection
Removes the given ICallBackResultListener from the list of registered listeners.
removeCallBackResultListener(String) - Method in class javax.rad.remote.AbstractConnection
Removes all registered listeners for the given instruction.
removeCallBackResultListener(String, ICallBackResultListener) - Method in class javax.rad.remote.AbstractConnection
Removes an ICallBackResultListener from the list of registered listeners, for the given instruction.
removeCallBackResultListener(ICallBackResultListener) - Method in interface javax.rad.remote.IConnection
Removes an ICallBackResultListener from the list of registered listeners.
removeCellEditorListener(CellEditorListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
removeChangeListener(ChangeListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
removeCharacters(String, char...) - Static method in class com.sibvisions.util.type.StringUtil
Removes specific characters from the given string.
removeClassWithConstants(Class<?>) - Method in class com.sibvisions.util.SimpleJavaSource
Removes class from constant classes.
removeColumn(TableColumn) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
removeColumnModelListener(TableColumnModelListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableColumnModel
removeColumnName(int) - Method in class javax.rad.model.ColumnView
Removes the column name at the specific index.
removeColumnNames(String...) - Method in class javax.rad.model.ColumnView
Removes the column names.
removeConnectionListener(IConnectionListener) - Method in class javax.rad.remote.AbstractConnection
Removes an IConnectionListener from the list of registered listeners.
removeControl(IControl) - Method in class com.sibvisions.rad.model.mem.DataRow
Removes the given IControl to this IDataRow as control.
removeControl(IControl) - Method in interface javax.rad.model.IDataRow
Removes the given IControl to this IDataRow as control.
removeControl(IControl) - Method in interface javax.rad.model.IRowDefinition
Removes the given IControl.
removeControl(IControl) - Method in class javax.rad.model.RowDefinition
Removes the given IControl.
removeDataBook(IDataBook) - Method in class com.sibvisions.rad.model.mem.MemDataSource
Removes the given IDataBook.
removeDataBook(IDataBook) - Method in interface javax.rad.model.IDataSource
Removes the given IDataBook.
removeDataBook(IDataBook) - Method in interface javax.rad.model.IRowDefinition
Removes the given IDataBook from this IRowDefinition.
removeDataBook(IDataBook) - Method in class javax.rad.model.RowDefinition
Removes the given IDataBook from this IRowDefinition.
removeDataPage(IDataRow, TreePath) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Removes the DataPage to the specified master DataRow or TreePath. e.g.
removeDataPage(IDataRow, TreePath) - Method in interface javax.rad.model.IDataBook
Removes the DataPage to the specified master DataRow or TreePath. e.g.
removeDBSpecificQuotes(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Removes the DB specific quotes of a named DB object.
removeDefaultCellEditor(Object[]) - Static method in class javax.rad.genui.celleditor.UICellEditor
Removes a cell editor from the list of default cell editors.
removeDefaultCheckBoxCellEditor(ICheckBoxCellEditor) - Static method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Removes a checkbox cell editor from the list of default checkbox cell editors.
removeDefaultChoiceCellEditor(IChoiceCellEditor) - Static method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Removes a choice cell editor from the list of default choice cell editors.
removeDetailDataBook(IDataBook) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Unregisters the given IDataBook as a detail IDataBook.
removeDetailDataBook(IDataBook) - Method in interface javax.rad.model.IDataBook
Unregisters the given IDataBook as a detail IDataBook.
removeEncryptedNode(String) - Method in class com.sibvisions.rad.server.config.Zone
Remose a node from the list of encrypted nodes.
removeExceptionListener(IExceptionListener) - Static method in class javax.rad.util.ExceptionHandler
Removes a listener from the handler.
removeExponent(BigDecimal) - Static method in class javax.rad.model.datatype.BigDecimalDataType
Trims unnecessary scale (0.00000) from a BigDecimal.
removeExtension(String) - Static method in class com.sibvisions.util.type.FileUtil
Removes the file extension from a file name.
removeFeature(MetaData.Feature) - Method in class javax.rad.persist.MetaData
Removes support for a feature.
removeField(String) - Method in class com.sibvisions.util.SimpleJavaSource
Removes the specific field.
removeFirst() - Method in class com.sibvisions.util.ImmutableArray
Removes the first element.
removeFirst(int) - Method in class com.sibvisions.util.ImmutableArray
Removes the given amount at the beginning.
removeFromParent() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
removeHandler(int) - Method in class javax.rad.util.EventHandler
Removes the handler with given index.
removeHiddenPackage(String) - Static method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Removes a package name from the hidden package list.
removeImport(String) - Method in class com.sibvisions.util.SimpleJavaSource
Removes an import statement.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingScrollPanel
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenu
Internal function, for adding physical component and supporting layers.
removeIntern(Component) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Internal function, for adding physical component and supporting layers.
removeInternal(UIComponent) - Method in class javax.rad.genui.UIContainer
Internal components are stored in a separate list to ensure translation works also for this components.
removeItemListener(ItemListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
removeKey(K) - Method in class com.sibvisions.util.GroupHashtable
Removes the given key from all groups, if possible.
removeKeyListener(KeyListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
removeLast() - Method in class com.sibvisions.util.ArrayUtil
Removes the last element.
removeLast(T[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(boolean[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(char[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(int[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(long[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(float[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast(double[]) - Static method in class com.sibvisions.util.ArrayUtil
Removes the last element of given array.
removeLast() - Method in class com.sibvisions.util.ImmutableArray
Removes the last element.
removeLast(int) - Method in class com.sibvisions.util.ImmutableArray
Removes the given amount at the end.
removeLayoutComponent(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
removeLayoutComponent(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
removeLayoutComponent(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
removeLayoutComponent(Component) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
removeListener(IExecuteListener) - Method in class com.sibvisions.util.Execute
Removes an execution listener.
removeListener(int) - Method in class javax.rad.util.EventHandler
Removes the listener at the position.
removeListener(Object) - Method in class javax.rad.util.EventHandler
Removes all listener methods added with the given object, or the listener, if an interface was added.
removeListener(Object, String) - Method in class javax.rad.util.EventHandler
Removes the listener added with the method.
removeMenuActionListener(IMenuActionListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Removes a menu action listener.
removeMetaData(String) - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Removes all metadata for the given group.
removeMouseListener(MouseListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
removeNode(String) - Method in class com.sibvisions.util.xml.XmlNode
Removes a specific (sub) XmlNode based on the current XmlNode.
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Notifies this component that it no longer has a parent component.
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
removeNotify() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
removeNotify() - Method in class javax.rad.application.genui.ControllerContent
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeNotify() - Method in class javax.rad.genui.container.AbstractFrame
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeNotify() - Method in class javax.rad.genui.container.InternalToolBarPanel
Notification to forward removeNotify to all sub toolbars.
removeNotify() - Method in class javax.rad.genui.container.UIToolBarPanel
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeNotify() - Method in class javax.rad.genui.control.AbstractControllable
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeNotify() - Method in class javax.rad.genui.menu.UIMenu
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeNotify() - Method in class javax.rad.genui.UIComponent
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeNotify() - Method in class javax.rad.genui.UIContainer
Makes this UIComponent undisplayable by removing it to an UIContainer.
removeObject(InjectObject) - Method in class com.sibvisions.rad.server.AbstractSession
Removes an object from the cache.
removeObject(InjectObject) - Method in class javax.rad.server.SessionContext
Removes an inject object from this SessionContext.
removeObject(String) - Method in class javax.rad.server.SessionContext
Removes an inject object from this SessionContext.
removeParameter(String) - Method in class javax.rad.application.genui.WorkScreen
Removes the parameter from the parameter list.
removeParameter(String) - Method in interface javax.rad.application.IWorkScreen
Removes the parameter from the parameter list.
removePropertyChangedListener(IConnectionPropertyChangedListener) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Removes an IConnectionPropertyChangedListener from the list of registered listeners.
removePropertyChangedListener(IConnectionPropertyChangedListener) - Method in class com.sibvisions.rad.server.DirectServerConnection
Removes an IConnectionPropertyChangedListener from the list of registered listeners.
removePropertyChangedListener(IConnectionPropertyChangedListener) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Removes an IConnectionPropertyChangedListener from the list of registered listeners.
removePropertyChangedListener(String) - Method in class javax.rad.remote.AbstractConnection
Removes all registered listeners for the given property.
removePropertyChangedListener(IConnectionPropertyChangedListener) - Method in class javax.rad.remote.AbstractConnection
Removes the given IConnectionPropertyChangedListener from the list of registered listeners.
removePropertyChangedListener(String, IConnectionPropertyChangedListener) - Method in class javax.rad.remote.AbstractConnection
Removes an IConnectionPropertyChangedListener from the list of registered listeners, for the given property.
removePropertyChangedListener(IConnectionPropertyChangedListener) - Method in interface javax.rad.remote.IConnection
Removes an IConnectionPropertyChangedListener from the list of registered listeners.
removePropertyNameForColumn(String) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Removes the given column name.
removeQuotes(String) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Removes the JVx DB Quotes of a named DB object.
removeQuotes(String, String) - Static method in class com.sibvisions.util.type.StringUtil
Removes the begin and end quote of strings, e.g.
removeQuotes(String, String, String) - Static method in class com.sibvisions.util.type.StringUtil
Removes the begin and end quote of strings, e.g.
removeRange(int, int) - Method in class com.sibvisions.util.ArrayUtil
Removes the elements between pFromIndex inclusive and pToIndex exclusive of this ArrayUtil instance.
removeRange(T[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array).
removeRange(boolean[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array).
removeRange(char[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array).
removeRange(int[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array).
removeRange(long[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array).
removeRange(float[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array).
removeRange(double[], int, int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements between fromIndex (inclusive) and toIndex (exclusive of given array).
removeReference(T[], T) - Static method in class com.sibvisions.util.ArrayUtil
Removes the given element of given array.
removeResourceArchive(IResourceArchive) - Static method in class com.sibvisions.util.type.ResourceUtil
Removes a resource archive from the list of known archives.
removeRowDefinition(IRowDefinition) - Method in class javax.rad.model.ColumnView
Removes an IRowDefinition.
removeSessionListener(ISessionListener) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Removes an ISessionListener from the list of known listeners.
removeSessionListener(ISessionListener) - Method in class javax.rad.server.AbstractSessionManager
Removes an ISessionListener from the list of known listeners.
removeStyleNames(IComponent, String...) - Static method in class javax.rad.ui.Style
Removes one or more style names from the given component.
removeSubConnection(SubConnection) - Method in class javax.rad.remote.MasterConnection
Removes a sub connection from the internal list of sub connections.
removeTabAt(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
removeTabListener(ITabListener) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Removes the specified ITabListener so that it no longer receives tab events from this tabbed pane.
removeToolBar(JToolBar) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Removes a toolbar from this panel.
removeToolBar(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Removes a toolbar from this panel.
removeToolBar(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Removes a toolbar from this panel.
removeToolBar(int) - Method in class javax.rad.genui.container.AbstractFrame
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in class javax.rad.genui.container.AbstractFrame
Removes a toolbar from this panel.
removeToolBar(int) - Method in class javax.rad.genui.container.InternalToolBarPanel
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in class javax.rad.genui.container.InternalToolBarPanel
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in class javax.rad.genui.container.UIToolBarPanel
Removes a toolbar from this panel.
removeToolBar(int) - Method in class javax.rad.genui.container.UIToolBarPanel
Removes a toolbar from this panel.
removeToolBar(int) - Method in interface javax.rad.ui.container.IToolBarPanel
Removes a toolbar from this panel.
removeToolBar(IToolBar) - Method in interface javax.rad.ui.container.IToolBarPanel
Removes a toolbar from this panel.
removeToolBarIntern(JToolBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Removes the toolbar from the panel.
removeUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
removeUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
removeUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
removeUpdate(DocumentEvent) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
removeUrl(URL) - Method in class com.sibvisions.rad.remote.http.HttpsHostnameVerifier
Removes an URL from the list of allowed connections.
removeUrl(URL) - Method in class com.sibvisions.rad.remote.http.HttpsTrustManager
Removes an URL from te list of allowed connections.
removeValue(V) - Method in class com.sibvisions.util.KeyValueList
Removes the value from the internal value list.
removeWhitespaces(String) - Static method in class com.sibvisions.util.type.StringUtil
Removes all the whitespace characters from the given string.
removeWhiteSpaces(String) - Static method in class com.sibvisions.util.type.StringUtil
Deprecated. since 2.5, use StringUtil.removeWhitespaces(String) instead.
RENREN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) renren image (used for toolbar buttons or icons).
RENREN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) renren image (used for menuitems or buttons).
reopen(ConnectionInfo) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Not supported.
reopen() - Method in class javax.rad.remote.AbstractConnection
Reopens the connection.
reopen() - Method in class javax.rad.remote.MasterConnection
Reopens this and all sub connections.
reopen(boolean) - Method in class javax.rad.remote.MasterConnection
Reopens this connection.
reopen() - Method in class javax.rad.remote.SubConnection
Reopens the connection.
REORDER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) reorder image (used for toolbar buttons or icons).
REORDER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) reorder image (used for menuitems or buttons).
repaint(long, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
repaint() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
repaint() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
repaint() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
repaint() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
REPEAT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) repeat image (used for toolbar buttons or icons).
REPEAT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) repeat image (used for menuitems or buttons).
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullDocumentFilter
replace(File, File, Hashtable<String, String>, String) - Static method in class com.sibvisions.util.type.FileUtil
Replaces key/value mappings read from the given input file and writes the result to the given output file.
replace(File, File, Hashtable<String, String>, String, String) - Static method in class com.sibvisions.util.type.FileUtil
Replaces key/value mappings read from the given input file and writes the result to the given output file.
replace(InputStream, OutputStream, Hashtable<String, String>, String, String) - Static method in class com.sibvisions.util.type.FileUtil
Replaces key/value mappings read from the given input stream and writes the result to the given output stream.
replace(String, String, String) - Static method in class com.sibvisions.util.type.StringUtil
Returns a new string resulting from replacing all occurrences of pOld in this string with pNew.
replaceAllowed(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Replaces only the allowed text.
Replacement - Annotation Type in com.sibvisions.rad.server.annotation
The Replacement annotation could be used if an object name was requested from the client but the LCO offers the object with a different name.
replaceParameter(String, ILauncher) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Replaces a parameter placeholder with the desired parameter.
replacePlaceholder(XmlNode, Properties, Properties, Map<String, String>) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Replaces all property placeholder ${x.y.z} with the corresponding value in the properties, recursively.
replacePlaceholder(String, Properties, Properties, Map<String, String>) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Replaces all placeholder with the desired properties.
replacePlaceholder(String) - Static method in class com.sibvisions.util.type.StringUtil
Replaces all placeholders with the values from the defined property.
REPLY_ALL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) reply-all image (used for toolbar buttons or icons).
REPLY_ALL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) reply-all image (used for menuitems or buttons).
REPLY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) reply image (used for toolbar buttons or icons).
REPLY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) reply image (used for menuitems or buttons).
requestFocus() - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
requestFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
requestFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
requestFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
requestFocus() - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Requests the focus.
requestFocus() - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus() - Method in class javax.rad.genui.UIComponent
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus() - Method in interface javax.rad.ui.IComponent
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
reset() - Method in class com.sibvisions.util.SecureHash
Resets the digest.
reshape(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Deprecated. 
resolve(String) - Static method in enum com.sibvisions.rad.model.remote.RemoteDataSource.MetaDataCacheRole
Resolves the cache role specified by a string.
resolve(String) - Static method in enum com.sibvisions.rad.ui.swing.ext.fonts.FontAwesome
Tries to find an instance of FontAwesome by name.
resolve(String) - Static method in enum javax.rad.model.MetaDataCacheOption
Resolves the cache option specified by a string.
resource - Variable in class com.sibvisions.rad.ui.awt.impl.AwtResource
Encapsulated resource.
resourceChanged(ResourceEvent) - Method in interface javax.rad.genui.event.IUIResourceListener
Notifies that parameter was changed.
ResourceEvent - Class in javax.rad.genui.event
The ResourceEvent contains information about changes in the UIResource.
ResourceEvent(UIResource, ResourceEvent.EventType, String, Object, Object) - Constructor for class javax.rad.genui.event.ResourceEvent
Creates a new instance of ResourceEvent.
ResourceEvent.EventType - Enum in javax.rad.genui.event
the event type.
ResourceHandler - Class in javax.rad.genui.event
The ResourceHandler is a RuntimeEventHandler that handles IUIResourceListener.
ResourceHandler() - Constructor for class javax.rad.genui.event.ResourceHandler
Creates a new instance of DataSourceHandler.
ResourceServlet - Class in com.sibvisions.rad.server.http
The ResourceServlet is a simple HttpServlet for accessing resource templates.
ResourceServlet() - Constructor for class com.sibvisions.rad.server.http.ResourceServlet
 
ResourceUtil - Class in com.sibvisions.util.type
The ResourceUtil contains resource and class dependent utility methods.
RESTAdapter - Class in com.sibvisions.rad.server.http.rest
The RESTAdapter class enables access to application life-cycle objects of JVx.
RESTAdapter() - Constructor for class com.sibvisions.rad.server.http.rest.RESTAdapter
 
restore() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
It clears all changes in the ChangeableDataRow, and use the original values before the changes.
restoreAllDataBooks() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Restores all added IDataBooks by invoking IDataBook.restoreAllRows().
restoreAllDataBooks() - Method in interface javax.rad.model.IDataSource
Restores all added IDataBooks by invoking IDataBook.restoreAllRows().
restoreAllRows() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Restores all rows to a state without changes.
restoreAllRows() - Method in interface javax.rad.model.IDataBook
Restores all rows to a state without changes.
restoreDataPage() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Restores all rows in the current DataPage.
restoreFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Sets the focus to an already stored component or does nothing if no focus component is stored.
restoreSelectedRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Restores the currently selected row to a state without changes.
restoreSelectedRow() - Method in interface javax.rad.model.IDataBook
Restores the currently selected row to a state without changes.
restoreSubcomponentFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
ResultObject - Class in javax.rad.server
The ResultObject encapsulates the return type and value of a remote call.
ResultObject(byte, Object) - Constructor for class javax.rad.server.ResultObject
Creates a new instance of ResultObject.
ResultObject(byte, Object, Object) - Constructor for class javax.rad.server.ResultObject
Creates a new instance of ResultObject for an asynchronous call.
RETWEET_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) retweet image (used for toolbar buttons or icons).
RETWEET_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) retweet image (used for menuitems or buttons).
revalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
Overridden for performance reasons.
revalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
Overridden for performance reasons.
revalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
Overridden for performance reasons.
revalidate() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
revalidateAll(Component) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Searches the parent tree until a parent without layout was found.
revalidateAllDelayed(Component) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Searches the parent tree until a parent without layout was found.
RMB_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) rmb image (used for toolbar buttons or icons).
RMB_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) rmb image (used for menuitems or buttons).
ROAD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) road image (used for toolbar buttons or icons).
ROAD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) road image (used for menuitems or buttons).
ROCKET_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) rocket image (used for toolbar buttons or icons).
ROCKET_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) rocket image (used for menuitems or buttons).
rollback() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Rollback the DB transaction.
rootDataBook - Variable in class com.sibvisions.rad.model.mem.MemDataBook
The root data book.
rootDataBook - Variable in class com.sibvisions.rad.model.mem.MemDataPage
The root IDataBook.
ROTATE_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) rotate-left image (used for toolbar buttons or icons).
ROTATE_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) rotate-left image (used for menuitems or buttons).
ROTATE_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) rotate-right image (used for toolbar buttons or icons).
ROTATE_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) rotate-right image (used for menuitems or buttons).
ROUBLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) rouble image (used for toolbar buttons or icons).
ROUBLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) rouble image (used for menuitems or buttons).
RowDefinition - Class in javax.rad.model
A RowDefinition contains all ColumnDefintion's of a DataRow.
RowDefinition() - Constructor for class javax.rad.model.RowDefinition
 
rowInstance1 - Variable in class com.sibvisions.rad.model.mem.MemDataBook
Optimization for fast row access with singleton instance of data row for search, filter, sort.
rowInstance2 - Variable in class com.sibvisions.rad.model.mem.MemDataBook
Optimization for fast row access with singleton instance of data row for search, filter, sort.
rpad(String, int) - Static method in class com.sibvisions.util.type.StringUtil
Pads the given string on the right side with spaces until it has the specified length.
rpad(String, int, char) - Static method in class com.sibvisions.util.type.StringUtil
Pads the given string on the right side with given character until it has the specified length.
RSS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) rss image (used for toolbar buttons or icons).
RSS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) rss image (used for menuitems or buttons).
RSS_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) rss-square image (used for toolbar buttons or icons).
RSS_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) rss-square image (used for menuitems or buttons).
rtrim(String) - Static method in class com.sibvisions.util.type.StringUtil
Removes all whitespaces after the last non whitespace character.
RUB_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) rub image (used for toolbar buttons or icons).
RUB_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) rub image (used for menuitems or buttons).
RUBLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ruble image (used for toolbar buttons or icons).
RUBLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ruble image (used for menuitems or buttons).
run() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
run() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
run() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
run() - Method in class com.sibvisions.rad.ui.swing.ext.focus.TabIndexFocusTraversalPolicy
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
The run method is invoked from AWT EventQueue.
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
The run method is invoked from AWT EventQueue.
run() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
run() - Method in class com.sibvisions.util.Memory
Triggers the finalization of objects and the garbage collector.
run() - Method in class javax.rad.ui.InvokeLaterThread
run() - Method in interface javax.rad.util.IRunnable
Runs the action.
RuntimeEventHandler<L> - Class in javax.rad.util
The RuntimeEventHandler is a EventHandler that handles Events, and informs the ExceptionHandler.
RuntimeEventHandler(Class<L>, Class...) - Constructor for class javax.rad.util.RuntimeEventHandler
Constructs a new EventHandler, the listener type may only have 1 method.
RuntimeEventHandler(Class<L>, String, Class...) - Constructor for class javax.rad.util.RuntimeEventHandler
Constructs a new EventHandler.
RUPEE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) rupee image (used for toolbar buttons or icons).
RUPEE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) rupee image (used for menuitems or buttons).

S

S_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The south-resize cursor type.
SAFARI_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) safari image (used for toolbar buttons or icons).
SAFARI_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) safari image (used for menuitems or buttons).
sanitizeId(String) - Static method in class com.sibvisions.util.type.StringUtil
Sanitizes the given input so that it can be used as ID (for example in a HTML document).
SANS_SERIF - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "SansSerif".
save() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Saves the changes to the file.
save(File, byte[]) - Static method in class com.sibvisions.util.type.FileUtil
Saves the given content into a file.
save(File, InputStream) - Static method in class com.sibvisions.util.type.FileUtil
Saves the given stream into a file.
save(ImageIcon, ImageUtil.ImageFormat, OutputStream) - Static method in class com.sibvisions.util.type.ImageUtil
Saves the given image icon.
save(Image, ImageUtil.ImageFormat, OutputStream) - Static method in class com.sibvisions.util.type.ImageUtil
Saves the given image.
save() - Method in class javax.rad.application.genui.WorkScreen
Saves the workscreen changes.
save() - Method in interface javax.rad.application.IWorkScreen
Saves the workscreen changes.
SAVE_ALL_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) save all image (used for toolbar buttons or icons).
SAVE_ALL_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) save all image (used for menuitems or buttons).
SAVE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) save image (used for toolbar buttons or icons).
SAVE_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) save image (used for toolbar buttons or icons).
SAVE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) save image (used for menuitems or buttons).
SAVE_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) save image (used for menuitems or buttons).
saveAllDataBooks() - Method in class com.sibvisions.rad.model.mem.MemDataSource
Saves all changes in the added IDataBooks by invoking IDataBook.saveAllRows().
saveAllDataBooks() - Method in interface javax.rad.model.IDataSource
Saves all changes in the added IDataBooks by invoking IDataBook.saveAllRows().
saveAllRows() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Saves all IDataRows which have been changed, it is the same as IDataBook.saveSelectedRow() except that it is a mass operation on all rows.
saveAllRows() - Method in interface javax.rad.model.IDataBook
Saves all IDataRows which have been changed, it is the same as IDataBook.saveSelectedRow() except that it is a mass operation on all rows.
saveAs(OutputStream, IImage.ImageType) - Method in class com.sibvisions.rad.ui.awt.impl.AwtImage
Saves the current image as file.
saveAs(UILauncher, Frame, IFileHandle, String) - Method in class com.sibvisions.rad.ui.swing.impl.FileChooser
Shows a "Save as" dialog.
saveAs(OutputStream, IImage.ImageType) - Method in class com.sibvisions.rad.ui.swing.impl.SwingImage
Saves the current image as file.
saveAs(OutputStream, IImage.ImageType) - Method in class javax.rad.genui.UIImage
Saves the current image as file.
saveAs(OutputStream, IImage.ImageType) - Method in interface javax.rad.ui.IImage
Saves the current image as file.
saveDataPage() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Saves all rows in the current DataPage.
saveDataPage() - Method in interface javax.rad.model.IDataBook
Saves all rows in the current DataPage.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Saves the changes made from the CellEditorComponent DataBook.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Saves the changes made from the CellEditorComponent DataBook.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Saves the changes made from the CellEditorComponent DataBook.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Saves the changes made from the CellEditorComponent DataBook.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class javax.rad.application.genui.ControllerContent
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class javax.rad.genui.control.UIChart
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class javax.rad.genui.control.UIEditor
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class javax.rad.genui.control.UITable
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in class javax.rad.genui.control.UITree
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditing() - Method in interface javax.rad.model.ui.ICellEditorHandler
Saves the changes made from the CellEditorComponent DataBook.
saveEditing() - Method in interface javax.rad.model.ui.IControl
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow.
saveEditingControls() - Method in class com.sibvisions.rad.model.mem.DataRow
Informs all registered controls that they should save their values.
saveEditingControls() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Informs all registered controls that they should save their values.
saveEditingControls() - Method in interface javax.rad.model.IDataRow
Informs all registered controls that they should save their values.
saveFileHandle(IFileHandle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Technology independent saveFileHandle.
saveFileHandle(IFileHandle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Technology independent saveFileHandle.
saveFileHandle(IFileHandle, String) - Method in class javax.rad.application.genui.UILauncher
Technology independent saveFileHandle.
saveFileHandle(IFileHandle) - Method in class javax.rad.application.genui.UILauncher
Technology independent saveFileHandle.
saveFileHandle(IFileHandle, String) - Method in interface javax.rad.application.ILauncher
Technology independent saveFileHandle.
saveSelectedRow() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Saves the currently selected row.
saveSelectedRow() - Method in interface javax.rad.model.IDataBook
Saves the currently selected row.
scaleImage(IFileHandle, int, int) - Static method in class com.sibvisions.rad.application.ApplicationUtil
It reads the file handle and scales the image to the determined width and height.
sCategory - Variable in class com.sibvisions.rad.server.protocol.Record
the category.
SCISSORS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) scissors image (used for toolbar buttons or icons).
SCISSORS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) scissors image (used for menuitems or buttons).
sCommand - Variable in class com.sibvisions.rad.server.protocol.Record
the command.
ScreenUtil - Class in com.sibvisions.util.type
The ScreenUtil contains utility methods which solves common screen problems.
scrollToSelectedCell() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Scrolls the selected Cell in the visible Region of the JVxTable.
sDefaultImageName - Variable in class com.sibvisions.rad.ui.celleditor.AbstractImageViewer
The default image name.
SE_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The south-east-resize cursor type.
search(String, boolean, String...) - Method in class com.sibvisions.util.FileSearch
Searches files and directories.
search(File, boolean, String...) - Method in class com.sibvisions.util.FileSearch
Searches files and directories.
SEARCH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) search image (used for toolbar buttons or icons).
SEARCH_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) search image (used for toolbar buttons or icons).
SEARCH_MINUS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) search-minus image (used for toolbar buttons or icons).
SEARCH_MINUS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) search-minus image (used for menuitems or buttons).
SEARCH_PLUS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) search-plus image (used for toolbar buttons or icons).
SEARCH_PLUS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) search-plus image (used for menuitems or buttons).
SEARCH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) search image (used for menuitems or buttons).
SEARCH_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) search image (used for menuitems or buttons).
searchColumnMapping - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
The ColumnMapping.
searchFirstFile(File, String...) - Static method in class com.sibvisions.util.FileSearch
Searches the first file which fits the given pattern(s).
searchNext(ICondition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Searches for the first occurrence of an IDataRow which matches the given ICondition and returns its index.
searchNext(ICondition, int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Searches for the next occurrence of an IDataRow which matches the given ICondition and returns its index.
searchNext(ICondition) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Searches for the first occurrence of an IDataRow which matches the given ICondition and returns its index.
searchNext(ICondition, int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Searches for the next occurrence of an IDataRow which matches the given ICondition and returns its index.
searchNext(ICondition) - Method in interface javax.rad.model.IDataPage
Searches for the first occurrence of an IDataRow which matches the given ICondition and returns its index.
searchNext(ICondition, int) - Method in interface javax.rad.model.IDataPage
Searches for the next occurrence of an IDataRow which matches the given ICondition and returns its index.
searchPrevious(ICondition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Searches for the last occurrence of an IDataRow which matches the given ICondition and returns its index.
searchPrevious(ICondition, int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Searches for the previous occurrence of an IDataRow which matches the given ICondition and returns its index.
searchPrevious(ICondition) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Searches for the last occurrence of an IDataRow which matches the given ICondition and returns its index.
searchPrevious(ICondition, int) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Searches for the previous occurrence of an IDataRow which matches the given ICondition and returns its index.
searchPrevious(ICondition) - Method in interface javax.rad.model.IDataPage
Searches for the last occurrence of an IDataRow which matches the given ICondition and returns its index.
searchPrevious(ICondition, int) - Method in interface javax.rad.model.IDataPage
Searches for the previous occurrence of an IDataRow which matches the given ICondition and returns its index.
searchTextAnywhere - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
If the text should be searched anywhere.
searchTransformed - Variable in class javax.rad.model.condition.Like
The transformed search value.
searchTransformed - Variable in class javax.rad.model.condition.LikeIgnoreCase
The transformed search value.
searchValue - Variable in class javax.rad.model.condition.Like
The last search value.
searchValue - Variable in class javax.rad.model.condition.LikeIgnoreCase
The last search value.
SECOND_COMPONENT - Static variable in interface javax.rad.ui.container.ISplitPanel
Used to add a Component to the right/bottom of the other Component.
SecureHash - Class in com.sibvisions.util
The SecureHash class provides the functionality of a message digest algorithm, such as MD5 or SHA.
SecureHash(String) - Constructor for class com.sibvisions.util.SecureHash
Creates a new instance of SecureHash for a specific hash algorithm.
SecurityManagerVerifier - Class in com.sibvisions.rad.server.http.rest
The SecurityManagerVerifier uses the security mangaer of an application to authenticate a user.
SecurityManagerVerifier(RESTAdapter) - Constructor for class com.sibvisions.rad.server.http.rest.SecurityManagerVerifier
Creates a new instance of SecurityManagerVerifier.
SecurityProvider - Class in com.sibvisions.util.security
The SecurityProvider is a Provider that mapps all additional message digests and offers them through Security.
SecurityProvider() - Constructor for class com.sibvisions.util.security.SecurityProvider
Creates a new instance of SecurityProvider.
SecurityProvider(String, double, String) - Constructor for class com.sibvisions.util.security.SecurityProvider
Crates a new instance of SecurityProvider with the given information.
selectAll() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
selectAll() - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Selects the whole text, and sets the caret position to the end.
selectAll() - Method in class javax.rad.genui.component.AbstractUITextField
Selects the whole text, and sets the caret position to the end.
selectAll() - Method in interface javax.rad.ui.component.ITextField
Selects the whole text, and sets the caret position to the end.
selectDirectory(UILauncher, Frame, IFileHandleReceiver, String) - Method in class com.sibvisions.rad.ui.swing.impl.FileChooser
Shows an "open directory" dialog.
selectedItemChanged() - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
selectedValue - Variable in class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
The selected value.
selectNext(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next.
selectNextCell(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next cell.
selectNextCellAndRow(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next cell and row.
selectNextIndex() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Selects the next index.
selectNextPage(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next row.
selectNextRow(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next row.
selectPrevious(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the next.
selectPreviousCell(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the previous cell.
selectPreviousCellAndRow(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the previous cell and row.
selectPreviousPage(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the previous cell.
selectPreviousRow(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Selects the previous cell.
selectTab(TabEvent) - Method in interface com.sibvisions.rad.ui.swing.ext.event.ITabListener
Invoked when a tab is the curent selected tab.
selectTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Invoked when a tab is the curent selected tab.
selectTab(TabEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Invoked when a tab is the curent selected tab.
selectTreePath() - Method in class javax.rad.model.TreePathFinder
Selects this tree path in all IDataBook's specified by this TreePathFinder.
SELLSY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sellsy image (used for toolbar buttons or icons).
SELLSY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sellsy image (used for menuitems or buttons).
send(byte[]) - Method in class com.sibvisions.util.Execute
Sends the given data to the executed program.
send(String, String, String, String) - Method in class com.sibvisions.util.Mail
Sends a plain text mail.
send(String, String, String, String, String) - Method in class com.sibvisions.util.Mail
Sends a plain text mail.
send(String, String, String, String, String, String, Object) - Method in class com.sibvisions.util.Mail
Sends a plain text mail.
send(String, String, String, String, String, String, String, Object) - Method in class com.sibvisions.util.Mail
Sends a plain text mail.
SEND_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) send image (used for toolbar buttons or icons).
SEND_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) send-o image (used for toolbar buttons or icons).
SEND_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) send-o image (used for menuitems or buttons).
SEND_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) send image (used for menuitems or buttons).
sendFile(String, String, Hashtable<String, String>, HttpServletResponse) - Method in class com.sibvisions.rad.server.http.ResourceServlet
Sends the content of a file to the client.
separate(String, String, String, boolean) - Static method in class com.sibvisions.util.type.StringUtil
Separates the given text in parts.
separateList(String, String, boolean) - Static method in class com.sibvisions.util.type.StringUtil
Separates a string of values with a configurable delimiter.
serialize(IFileHandle, JsonGenerator, SerializerProvider) - Method in class com.sibvisions.rad.server.http.rest.service.jackson.FileHandleSerializer
SERIF - Static variable in interface javax.rad.ui.IFont
A String constant for the canonical family name of the logical font "Serif".
SERVER - Static variable in interface com.sibvisions.rad.server.protocol.ICategoryConstants
the server category.
Server - Class in com.sibvisions.rad.server
The Server is the general remote server implementation.
Server() - Constructor for class com.sibvisions.rad.server.Server
Creates a new instance of Server.
SERVER_CREATE_SESSION - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the create session command.
SERVER_CREATE_SUBSESSION - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the create subsession command.
SERVER_DESTROY_SESSION - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the destroy session command.
SERVER_EXEC_ACTION - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute action command.
SERVER_EXEC_ACTIONCALLBACK - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute action callback command.
SERVER_EXEC_CALLBACK - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute callback command.
SERVER_EXECUTE - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute command.
SERVER_INSTANCEKEY - Static variable in interface com.sibvisions.rad.IPackageSetup
The fixed server instancekey (String).
SERVER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) server image (used for toolbar buttons or icons).
SERVER_OBJECT - Static variable in interface com.sibvisions.rad.server.protocol.ICategoryConstants
the server object category.
SERVER_PROCESS - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the process command.
SERVER_SET_NEWPASSWORD - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the set new password command.
SERVER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) server image (used for menuitems or buttons).
SERVER_SYSTEMIDENTIFIER - Static variable in interface com.sibvisions.rad.IPackageSetup
The fixed system identifier (String).
SERVER_VERSION - Static variable in interface com.sibvisions.rad.IPackageSetup
Constant version value.
ServerColumnMetaData - Class in com.sibvisions.rad.persist.jdbc
A ServerColumnMetaData is a description of the data type and other attributes of a table storage column.
ServerColumnMetaData() - Constructor for class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Constructs a ServerColumnMetaData with defaults.
ServerColumnMetaData(Name) - Constructor for class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Constructs a ServerColumnMetaData with a specific name.
ServerColumnMetaData(Name, ColumnMetaData) - Constructor for class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Constructs a ServerColumnMetaData with a specific name and Column MetaData.
ServerContext - Class in javax.rad.server
A ServerContext contains all of the per-request state information related to the processing of a single server call.
ServerContext() - Constructor for class javax.rad.server.ServerContext
 
ServerContextImpl - Class in com.sibvisions.rad.server
The ServerContextImpl is an internal ServerContext implementation.
ServerMetaData - Class in com.sibvisions.rad.persist.jdbc
The ServerMetaData is a description of all columns as ServerColumnMetaData, the Primary Key columns, Representation columns and auto increment columns.
ServerMetaData() - Constructor for class com.sibvisions.rad.persist.jdbc.ServerMetaData
Creates a new instance of ServerMetaData with new MetaData.
ServerMetaData.PrimaryKeyType - Enum in com.sibvisions.rad.persist.jdbc
the possible types for the pk columns.
ServerZone - Class in com.sibvisions.rad.server.config
The ServerZone class encapsulates the access to the server configuration.
ServletServer - Class in com.sibvisions.rad.server.http
The ServletServer handles the communication via http from remote clients.
ServletServer() - Constructor for class com.sibvisions.rad.server.http.ServletServer
 
SESSION - Static variable in interface com.sibvisions.rad.server.protocol.ICategoryConstants
the session category.
SESSION_AUTHENTICATE - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the authenticate command.
SESSION_CALL - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the call command.
SESSION_CALL_ACTION - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the call action command.
SESSION_CALLBACK - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the callback command.
SESSION_CHECK_ACCESS - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the check access command.
SESSION_CONFIGURATION - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the configuration command.
SESSION_INIT - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the init session command.
SESSION_MANAGER - Static variable in interface com.sibvisions.rad.server.protocol.ICategoryConstants
the session manager category.
SessionCancelException - Exception in javax.rad.remote
The SessionCancelException is a SessionExpiredException for the notification that a session is expired and the access was canceled.
SessionCancelException() - Constructor for exception javax.rad.remote.SessionCancelException
Constructs a new SessionCancelException with null as its detail message.
SessionCancelException(Throwable) - Constructor for exception javax.rad.remote.SessionCancelException
Constructs a new SessionCancelException with the specified cause and a detail message of (cause==null ?
SessionCancelException(String) - Constructor for exception javax.rad.remote.SessionCancelException
Constructs a new SessionCancelException with the specified detail message.
SessionCancelException(String, Throwable) - Constructor for exception javax.rad.remote.SessionCancelException
Constructs a new SessionCancelException with the specified detail message and cause.
SessionContext - Class in javax.rad.server
A SessionContext contains all of the per-request state information related to the processing of a single server call.
SessionContext() - Constructor for class javax.rad.server.SessionContext
 
sessionCreated(ISession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Invoked when a session was created and is ready to use.
sessionCreated(ISession) - Method in class com.sibvisions.rad.server.Monitoring
Invoked when a session was created and is ready to use.
sessionCreated(ISession) - Method in interface javax.rad.server.event.ISessionListener
Invoked when a session was created and is ready to use.
sessionCreationError(Throwable) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Handles a session creation error.
sessionDestroyed(ISession) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Invoked when a session was destroyed an can not be used anymore.
sessionDestroyed(ISession) - Method in class com.sibvisions.rad.server.Monitoring
Invoked when a session was destroyed an can not be used anymore.
sessionDestroyed(ISession) - Method in interface javax.rad.server.event.ISessionListener
Invoked when a session was destroyed an can not be used anymore.
SessionEvent - Class in javax.rad.server.event
The SessionEvent is an event which contains an ISession as source.
SessionEvent(ISession, ISession) - Constructor for class javax.rad.server.event.SessionEvent
Creates a new instance of SessionEvent.
SessionEvent(ISession, ISession, boolean) - Constructor for class javax.rad.server.event.SessionEvent
Creates a new instance of SessionEvent.
SessionExpiredException - Exception in javax.rad.remote
The SessionExpiredException is a CommunicationException for expired sessions/connections.
SessionExpiredException() - Constructor for exception javax.rad.remote.SessionExpiredException
Constructs a new SessionExpiredException with null as its detail message.
SessionExpiredException(Throwable) - Constructor for exception javax.rad.remote.SessionExpiredException
Constructs a new SessionExpiredException with the specified cause and a detail message of (cause==null ?
SessionExpiredException(String) - Constructor for exception javax.rad.remote.SessionExpiredException
Constructs a new SessionExpiredException with the specified detail message.
SessionExpiredException(String, Throwable) - Constructor for exception javax.rad.remote.SessionExpiredException
Constructs a new SessionExpiredException with the specified detail message and cause.
SESSIONTIMEOUT - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the session timeout (minutes).
SESSIONTIMEOUT_IN_SECONDS - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the session timeout (seconds).
SESSMAN_DESTROY - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the session destroy command.
SESSMAN_INIT_PROPERTIES - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the init properties command.
SESSMAN_MASTER - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the master session command.
SESSMAN_POST_CREATE - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the post create session command.
SESSMAN_SUB - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the sub session command.
SESSMAN_VALIDATE - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the validate sessions command.
set(String, Object) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Sets a named member of a JavaScript object.
set(int, E) - Method in class com.sibvisions.util.ArrayUtil
set(int, V) - Method in class com.sibvisions.util.ImmutableArray
Sets the value of a given index.
set(Object, String, Object) - Static method in class com.sibvisions.util.Reflective
Invokes the set method of the given property.
set(Object, String, Object) - Static method in class com.sibvisions.util.type.BeanUtil
Sets the property value to the given bean or sub bean.
set(int, int) - Method in class javax.rad.model.TreePath
Sets the value of a given index.
setAccelerator(KeyStroke) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets the key combination which invokes the menu item's action listeners without navigating the menu hierarchy.
setAccelerator(AbstractButton, KeyStroke) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets the key combination which invokes the menu item's action listeners without navigating the menu hierarchy.
setAccelerator(KeyStroke) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Sets the key combination which invokes the menu item's action listeners without navigating the menu hierarchy.
setAccelerator(Key) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the key combination which invokes the component's action listeners without selecting.
setAccelerator(Key) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the key combination which invokes the component's action listeners without selecting.
setAccelerator(Key) - Method in interface javax.rad.ui.component.IActionComponent
Sets the key combination which invokes the component's action listeners without selecting.
setActionCommand(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Sets the action command for this button.
setActionCommand(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the action command that should be included in the event sent to action listeners.
setActionCommand(String) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the command name for the action event fired by this action component.
setActionCommand(String) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the command name for the action event fired by this action component.
setActionCommand(String) - Method in interface javax.rad.ui.component.IActionComponent
Sets the command name for the action event fired by this action component.
setActiveControllable(IControllable) - Method in class javax.rad.application.genui.ControllerContent
Sets the active IControllable that should be controlled by this IController.
setActiveControllable(IControllable) - Method in interface javax.rad.model.ui.IController
Sets the active IControllable that should be controlled by this IController.
setAdditionalCondition(ICondition) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Sets the additional condition, that is combined with And.
setAdditionalCondition(ICondition) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets the additional condition, that is combined with And.
setAdditionalCondition(ICondition) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets the additional condition, that is combined with And.
setAdditionalDataRowVisible(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Set true, if the additional data row is visible.
setAdditionalDataRowVisible(boolean) - Method in interface javax.rad.model.IDataBook
Set true, if the additional data row is visible.
setAdditionalQueryColumns(String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the additional query columns of the SELECT statement.
setAfterWhereClause(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the string to place in the SELECT statement after the WHERE clause and before the ORDER BY clause.
setAliveInterval(long) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the desired client-side communication interval for this session.
setAliveInterval(long) - Method in class com.sibvisions.rad.server.DetachedSession
Sets the desired client-side communication interval for this session.
setAliveInterval(long) - Method in class com.sibvisions.rad.server.DirectServerSession
Sets the desired client-side communication interval for this session.
setAliveInterval(long) - Method in class javax.rad.remote.MasterConnection
Sets the interval of the alive thread.
setAliveInterval(long) - Method in interface javax.rad.server.ISession
Sets the desired client-side communication interval for this session.
setAllFetched(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Sets that the MemDataPage has all fetched.
setAllowedValues(Object[]) - Method in class com.sibvisions.rad.genui.celleditor.UIEnumCellEditor
Sets all allowed values.
setAllowedValues(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the allowed value detection en- or disabled.
setAllowedValues(Object[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the allowed values for this column.
setAllowedValues(Object[]) - Method in class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
Sets all allowed values.
setAllowedValues(Object[]) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Sets all allowed values.
setAllowedValues(Object[]) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets all allowed values.
setAllowedValues(Object[]) - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Sets all allowed values.
setAllowedValues(Object[]) - Method in class javax.rad.model.ColumnDefinition
Sets the allowed values for this column.
setAllowedValues(Object[]) - Method in class javax.rad.persist.ColumnMetaData
Sets the allowed values for this column.
setAllowedValues(Object[]) - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Sets all allowed values.
setAllowEncryptedUserPassword(boolean) - Method in class com.sibvisions.rad.server.security.AbstractSecurityManager
Sets whether encrypted user passwords should be allowed.
setAnchorConfiguration(String) - Method in class javax.rad.genui.layout.UIFormLayout
Sets the anchor configuration for default anchors.
setAndCheckAlive(ConnectionInfo, ConnectionInfo[]) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Sets the alive state for a connection, on the server, and validates the alive state of subconnections.
setAndCheckAlive(ConnectionInfo, ConnectionInfo[]) - Method in class com.sibvisions.rad.server.DirectServerConnection
Sets the alive state for a connection, on the server, and validates the alive state of subconnections.
setAndCheckAlive(Object, Object...) - Method in class com.sibvisions.rad.server.Server
Sets the alive state for a session and validates the alive state of sub sessions.
setAndCheckAlive(ConnectionInfo, ConnectionInfo[]) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Returns null.
setAndCheckAlive(ConnectionInfo, ConnectionInfo[]) - Method in interface javax.rad.remote.IConnection
Sets the alive state for a connection, on the server, and validates the alive state of subconnections.
setAndCheckAlive() - Method in class javax.rad.remote.MasterConnection
Sends the alive information to the server and checks all sub connections if they are still valid.
setAndCheckAlive(Object, Object...) - Method in interface javax.rad.server.IServer
Sets the alive state for a session and validates the alive state of sub sessions.
setApplicatioName(String) - Method in class com.sibvisions.rad.server.security.ntlm.NtlmHelper
Sets the application name where the configuration will be found.
setApplicationName(String) - Method in class javax.rad.remote.AbstractConnection
Sets the application name which will be used from the remote server to authenticate the connection, when the connection is not open.
setArchiveClassList(List<String>) - Method in class com.sibvisions.util.SimpleJavaSource
Sets the archive class list to find classes with simple class name without class loader.
setArea(JVxToolBarPanel.ToolBarArea) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
Sets the area in which the toolbars will be added.
setAscending(boolean...) - Method in class javax.rad.model.SortDefinition
Sets the the boolean Array which defines if the corresponding (same index) column is sorted ascending (=true) or descending (=false).
setAsProperties(Properties) - Method in class javax.rad.util.TranslationMap
Sets this TranslationMap as Properties.
setAutoCommit(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets auto-commit state.
setAutoFillEmptySpace(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Set true, empty space is automatically filled with existing columns.
setAutoIncrement(boolean) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets if this ColumnMetaData is an auto increment column.
setAutoIncrement(boolean) - Method in class javax.rad.persist.ColumnMetaData
Sets if this ColumnMetaData is an auto increment column.
setAutoIncrementColumnNames(String[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the auto increment column names.
setAutoIncrementColumnNames(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the auto increment column names.
setAutoIncrementColumnNames(String[]) - Method in class javax.rad.persist.MetaData
Sets the auto increment column names.
setAutoLinkReference(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets if the automatic link reference detection is en- or disabled.
setAutomaticDecrypt(boolean) - Method in class com.sibvisions.util.xml.XmlWorker
Sets whether automatic decryption should be used.
setAutomaticLinkColumnNameTranslation(TranslationMap) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the TranslationMap for the automatic link column name custom Translation. its used in the getAutomaticLinkColName(ForeignKey pForeignKey) to change the column, thats determined.
setAutoOpenPopup(boolean) - Method in class com.sibvisions.rad.ui.celleditor.AbstractComboCellEditor
Gets true, if the popup is automatically opened.
setAutoOpenPopup(boolean) - Method in class javax.rad.genui.celleditor.UIComboCellEditor
Gets true, if the popup is automatically opened.
setAutoOpenPopup(boolean) - Method in interface javax.rad.ui.celleditor.IComboCellEditor
Gets true, if the popup is automatically opened.
setAutoResize(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets true, if the JVxTable is in auto resize mode.
setAutoResize(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets true, if the ITable is in auto resize mode.
setAutoResize(boolean) - Method in class javax.rad.genui.control.UITable
Sets true, if the ITable is in auto resize mode.
setAutoResize(boolean) - Method in interface javax.rad.ui.control.ITable
Sets true, if the ITable is in auto resize mode.
setAutoScroll(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Sets automatic scrolling on text change en/disabled.
setAutoSize(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Sets, if the position of this anchor is calculated automatically.
setAutoSize(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Sets, if the position of this anchor is calculated automatically.
setAutoSize(boolean) - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Sets, if the position of this anchor is calculated automatically.
setAutoTrimEnd(boolean) - Method in class javax.rad.model.datatype.StringDataType
Sets, if string ends are auto trimmed.
setAutoWrap(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the automatic wrap mode.
setAutoWrap(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the automatic wrap mode.
setAutoWrap(boolean) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the automatic wrap mode.
setAutoWrap(boolean) - Method in interface javax.rad.ui.layout.IFlowLayout
Sets the automatic wrap mode.
setBackground(IColor) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the background color of this component.
setBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
setBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
setBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the background of the table and the viewport.
setBackground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the background color of this component.
setBackground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingComponent
Sets the background color of this component.
setBackground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the background color of this component.
setBackground(IColor) - Method in class javax.rad.genui.UIComponent
Sets the background color of this component.
setBackground(IColor) - Method in interface javax.rad.ui.IComponent
Sets the background color of this component.
setBackgroundImage(ImageIcon) - Method in class com.sibvisions.rad.ui.swing.ext.JVxPanel
Sets the background image.
setBackgroundImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingPanel
Sets a background image for the panel.
setBackgroundImage(IImage) - Method in class javax.rad.genui.container.UIPanel
Sets a background image for the panel.
setBackgroundImage(IImage) - Method in interface javax.rad.ui.container.IPanel
Sets a background image for the panel.
setBeanType(IBeanType) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Sets the given IBeanType.
setBeforeQueryColumns(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the string to place in the SELECT statement between the SELECT and the first query column.
setBinaryStream(long) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
setBlinkRate(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
setBlockFetchColumnNames(String[]) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets the block fetch columns.
setBorder(Border) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
setBorderOnMouseEntered(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets, if the border should only be shown on mouse entered.
setBorderOnMouseEntered(AbstractButton, boolean) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets, if the border should only be shown on mouse entered.
setBorderOnMouseEntered(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToggleButton
Sets, if the border should only be shown on mouse entered.
setBorderOnMouseEntered(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets, if the border should only be shown on mouse entered.
setBorderOnMouseEntered(boolean) - Method in class javax.rad.genui.component.AbstractUIButton
Sets, if the border should only be shown on mouse entered.
setBorderOnMouseEntered(boolean) - Method in interface javax.rad.ui.component.IButton
Sets, if the border should only be shown on mouse entered.
setBorderPainted(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets whether the border will be painted.
setBorderPainted(boolean) - Method in class javax.rad.genui.component.AbstractUIButton
Sets whether the border will be painted.
setBorderPainted(boolean) - Method in interface javax.rad.ui.component.IButton
Sets whether the border will be painted.
setBorderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the border of the text field visible or invisible.
setBorderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Sets the border of the text field visible or invisible.
setBorderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the border of the text field visible or invisible.
setBorderVisible(boolean) - Method in class javax.rad.genui.component.AbstractUITextField
Sets the border of the text field visible or invisible.
setBorderVisible(boolean) - Method in class javax.rad.genui.control.UIEditor
Sets the border of the text field visible or invisible.
setBorderVisible(boolean) - Method in interface javax.rad.ui.component.ITextField
Sets the border of the text field visible or invisible.
setBorderVisible(boolean) - Method in interface javax.rad.ui.control.IEditor
Sets the border of the text field visible or invisible.
setBottom(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
Sets the bottom margin of the IInsets.
setBottom(int) - Method in class javax.rad.genui.UIInsets
Sets the bottom margin of the IInsets.
setBottom(int) - Method in interface javax.rad.ui.IInsets
Sets the bottom margin of the IInsets.
setBottomAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Sets the bottom anchor.
setBottomAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Sets the bottom anchor.
setBottomAnchor(IFormLayout.IAnchor) - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Sets the bottom anchor.
setBounds(IRectangle) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Moves and resizes this component to conform to the new bounding rectangle pBounds.
setBounds(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
Overridden for performance reasons.
setBounds(int, int, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.CellEditorPane
setBounds(IRectangle) - Method in class javax.rad.genui.UIComponent
Moves and resizes this component to conform to the new bounding rectangle pBounds.
setBounds(int, int, int, int) - Method in class javax.rad.genui.UIComponent
Set the bounds with primitive types.
setBounds(IRectangle) - Method in interface javax.rad.ui.IComponent
Moves and resizes this component to conform to the new bounding rectangle pBounds.
setBufferCharacterCount(int) - Method in class com.sibvisions.util.Execute
Sets the output buffer character count.
setButtonEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the Button enabled or not.
setButtonMode(Dialog.ButtonMode) - Method in class com.sibvisions.rad.application.Dialog
Sets the button mode.
setBytes(long, byte[]) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
setBytes(long, byte[], int, int) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
setCalculated(boolean) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets whether this column is calculated.
setCalculated(boolean) - Method in class javax.rad.persist.ColumnMetaData
Sets whether this column is calculated.
setCancelOnFailure(boolean) - Method in class com.sibvisions.util.db.DBImporter
Sets whether the complete script should be executed independent of errors.
setCellEditor(ICellEditor) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the CellEditor that edits the given column in the given DataRow.
setCellEditor(ICellEditor) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the CellEditor that edits the given column in the given DataRow.
setCellEditor(ICellEditor) - Method in class javax.rad.genui.control.UIEditor
Sets the CellEditor that edits the given column in the given DataRow.
setCellEditor(ICellEditor) - Method in class javax.rad.model.datatype.DataType
Sets the CellEditor for this IDataType.
setCellEditor(ICellEditor) - Method in interface javax.rad.model.datatype.IDataType
Sets the CellEditor for this IDataType.
setCellEditor(ICellEditor) - Method in interface javax.rad.model.ui.IEditorControl
Sets the CellEditor that edits the given column in the given DataRow.
setCellEditor(ICellEditor) - Method in interface javax.rad.ui.control.IEditor
Sets the CellEditor that edits the given column in the given DataRow.
setCellEditorHandler(ICellEditorHandler) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the current used ICellEditorHandler for editing.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the CellFormatter.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the ICellFormatter.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the ICellFormatter.
setCellFormatter(ICellFormatter) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets the ICellFormatter.
setCellFormatter(ICellFormatter) - Method in class javax.rad.genui.control.UIEditor
Sets the ICellFormatter.
setCellFormatter(Object, String) - Method in class javax.rad.genui.control.UIEditor
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in class javax.rad.genui.control.UITable
Sets the ICellFormatter.
setCellFormatter(Object, String) - Method in class javax.rad.genui.control.UITable
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in class javax.rad.genui.control.UITree
Sets the ICellFormatter.
setCellFormatter(Object, String) - Method in class javax.rad.genui.control.UITree
Sets the cell formatter.
setCellFormatter(ICellFormatter) - Method in interface javax.rad.ui.control.ICellFormatable
Sets the ICellFormatter.
setCellRenderer(ICellRenderer) - Method in class javax.rad.model.datatype.DataType
Sets the CellRenderer for this IDataType.
setCellRenderer(ICellRenderer) - Method in interface javax.rad.model.datatype.IDataType
Sets the CellRenderer for this IDataType.
setChartStyle(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the style of the chart.
setChartStyle(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the chart style.
setChartStyle(int) - Method in class javax.rad.genui.control.UIChart
Sets the chart style.
setChartStyle(int) - Method in interface javax.rad.ui.control.IChart
Sets the chart style.
setClassLoader(ClassLoader) - Method in class com.sibvisions.util.SimpleJavaSource
Sets the class loader.
setClipboard(String) - Static method in class com.sibvisions.rad.ui.Webstart
Sets the given text to the clipboard.
setCloneNodes(boolean) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets whether xml nodes should be cloned before returning.
setClosable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setClosable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets whether this internal frame can be closed by some user action.
setClosable(boolean) - Method in class javax.rad.genui.container.UIInternalFrame
Sets whether this internal frame can be closed by some user action.
setClosable(boolean) - Method in interface javax.rad.ui.container.IInternalFrame
Sets whether this internal frame can be closed by some user action.
setClosableAt(int, boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Set/Unset the closable option for a tab.
setClosableAt(int, boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets a tab closable.
setClosableAt(int, boolean) - Method in class javax.rad.genui.container.UITabsetPanel
Sets a tab closable.
setClosableAt(int, boolean) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets a tab closable.
setClosableAtIfExists(int, boolean) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the tab closable, if it exists.
setColor(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxFontAwesomeIcon
Sets the color.
setColumnMetaData(ColumnMetaData) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the ColumnMetaData client infos.
setColumnMetaData(ColumnMetaData[]) - Method in class javax.rad.persist.MetaData
Sets the column meta data.
setColumnMetaDataCreator(IColumnMetaDataCreator) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the column meta data creator for custom column meta data support.
setColumnMetaDataCreator(Object, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the column meta data creator for custom column meta data support.
setColumnName(String) - Method in class com.sibvisions.rad.genui.celleditor.UIEnumCellEditor
Sets the column name.
setColumnName(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the column edited by this control.
setColumnName(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the column name displayed by this control.
setColumnName(String) - Method in class javax.rad.genui.control.UIEditor
Sets the column name displayed by this control.
setColumnName(String) - Method in class javax.rad.model.condition.CompareCondition
Sets the column name to use in the compare.
setColumnName(String) - Method in interface javax.rad.model.ui.IEditorControl
Sets the column name displayed by this control.
setColumnNames(String...) - Method in class javax.rad.model.ColumnView
Sets the String[] of all column names.
setColumnNames(String[]) - Method in class javax.rad.model.reference.ColumnMapping
Sets the source column names of the ColumnMapping.
setColumnNames(String[]) - Method in class javax.rad.model.reference.ReferenceDefinition
Sets the source (detail) ColumnDefinition's to use in this ReferenceDefinition.
setColumns(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Sets the column count.
setColumns(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Sets the number of columns in this ITextField, and then invalidate the layout.
setColumns(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextField
Sets the number of columns in this ITextField, and then invalidate the layout.
setColumns(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Sets the column count.
setColumns(int) - Method in class javax.rad.genui.component.AbstractUITextField
Sets the number of columns in this ITextField, and then invalidate the layout.
setColumns(int) - Method in class javax.rad.genui.layout.UIGridLayout
Sets the column count.
setColumns(String...) - Method in class javax.rad.model.SortDefinition
Sets the columns to sort.
setColumns(int) - Method in interface javax.rad.ui.component.ITextField
Sets the number of columns in this ITextField, and then invalidate the layout.
setColumns(int) - Method in interface javax.rad.ui.layout.IGridLayout
Sets the column count.
setColumnsToStore(PreparedStatement, ServerColumnMetaData[], int[], Object[], Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the values of all changed columns to store from the value Object[]s into the PreparedStatement and returns the last used parameter index.
setColumnsToStore(PreparedStatement, ServerColumnMetaData[], int[], Object[], Object[]) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
Sets the values of all changed columns to store from the value Object[]s into the PreparedStatement and returns the last used parameter index.
setColumnView(ColumnView) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Sets the ColumnView displayed by this control.
setColumnView(ColumnView) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the ColumnView displayed by this control.
setColumnView(ColumnView) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the ColumnView displayed by this control.
setColumnView(ColumnView) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets the ColumnView displayed by this control.
setColumnView(ColumnView) - Method in class javax.rad.genui.control.UITable
Sets the ColumnView displayed by this control.
setColumnView(Class<? extends IControl>, ColumnView) - Method in interface javax.rad.model.IRowDefinition
Sets the ColumnView for the given IControl.
setColumnView(Class<? extends IControl>, ColumnView) - Method in class javax.rad.model.RowDefinition
Sets the ColumnView for the given IControl.
setColumnView(ColumnView) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets the ColumnView displayed by this control.
setColumnView(ColumnView) - Method in interface javax.rad.ui.control.ITable
Sets the ColumnView displayed by this control.
setCommand(String) - Method in class com.sibvisions.util.db.AbstractCommand
Sets the whole command, with name and parameters.
setComment(String) - Method in class javax.rad.model.ColumnDefinition
Sets the comment for this column.
setComponentAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the alignment between the components.
setComponentAlignment(int) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the alignment between the components.
setComponentAlignment(int) - Method in interface javax.rad.ui.layout.IFlowLayout
Sets the alignment between the components.
setCondition(ICondition) - Method in class javax.rad.model.condition.Not
Sets the ICondition to negate.
setConditions(ICondition[]) - Method in class javax.rad.model.condition.OperatorCondition
Sets all IConditions of this OperatorCondition.
setConnected() - Method in class javax.rad.model.reference.ReferenceDefinition
Sets the ReferenceDefinition connected to the source IDataBook.
setConnection(AbstractConnection) - Method in class com.sibvisions.rad.model.remote.RemoteDataSource
Sets the AbstractConnection to the server IStorage object.
setConnection(Connection) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the internal connection to the database.
setConnection(AbstractConnection) - Method in class javax.rad.application.genui.RemoteApplication
Sets the communication connection.
setConnection(AbstractConnection) - Method in class javax.rad.application.genui.RemoteWorkScreen
Sets the communication connection.
setConnection(AbstractConnection) - Method in interface javax.rad.application.IConnectable
Sets the communication connection.
setConnection(Throwable) - Method in class javax.rad.remote.AbstractConnection
Sets the connection property for all CommunicationException in the hierarchy of the given error.
setConnection(AbstractConnection) - Method in exception javax.rad.remote.CommunicationException
Sets the connection which received the exception.
setConnectionId(Object) - Method in class javax.rad.remote.ConnectionInfo
Sets the connection identifier.
setConnectionPool(IConnectionPool) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the internal connection pool to the database.
setConnectionPoolEnabled(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the method of connection pool usage.
setConnectionTimeout(int) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Sets the timeout for the connection establishment.
setConstraint(Component, JVxFormLayout.Constraint) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the constraints for given component.
setConstraints(Component, JVxGridLayout.CellConstraints) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Puts the component and its constraints into the constraint Map.
setConstraints(IComponent, String) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Sets the constraints for the specified IComponent.
setConstraints(IComponent, Object) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the constraints for the specified IComponent.
setConstraints(IComponent, IFormLayout.IConstraints) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the constraints for the specified IComponent.
setConstraints(IComponent, IGridLayout.IGridConstraints) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Sets the constraints for the specified IComponent.
setConstraints(IComponent, CO) - Method in class javax.rad.genui.UILayout
Sets the constraints for the specified IComponent.
setConstraints(IComponent, CO) - Method in interface javax.rad.ui.ILayout
Sets the constraints for the specified IComponent.
setContent(XmlNode) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets the internal data node.
setContent(byte[]) - Method in class javax.rad.io.FileHandle
Sets a new content with a byte array.
setContent(InputStream) - Method in class javax.rad.io.FileHandle
Sets a new content with an InputStream.
setContent(File) - Method in class javax.rad.io.FileHandle
Sets a new content with a File.
setContent(byte[]) - Method in class javax.rad.io.RemoteFileHandle
Sets a new content with a byte array.
setContent(InputStream) - Method in class javax.rad.io.RemoteFileHandle
Sets a new content with a InputStream.
setContent(File) - Method in class javax.rad.io.RemoteFileHandle
Sets a new content with a File.
setContent(URL) - Method in class javax.rad.io.RemoteFileHandle
Sets a new content with a URL.
setContentDefinition(Object) - Method in class javax.rad.io.FileHandle
Sets the content (definition).
setContentType(String) - Method in class com.sibvisions.rad.ui.celleditor.AbstractTextCellEditor
Sets the content type used for editing the text.
setContentType(String) - Method in class com.sibvisions.util.Mail
Sets the content type.
setContentType(String) - Method in class javax.rad.genui.celleditor.UITextCellEditor
Sets the content type used for editing the text.
setContentType(String) - Method in interface javax.rad.ui.celleditor.ITextCellEditor
Sets the content type used for editing the text.
setController(IController) - Method in class javax.rad.application.genui.ControllerContent
Sets the IController for this IControllable.
setController(IController) - Method in class javax.rad.genui.control.AbstractControllable
Sets the IController for this IControllable.
setController(IController) - Method in interface javax.rad.model.ui.IControllable
Sets the IController for this IControllable.
setControllerInterval(long) - Static method in class com.sibvisions.rad.server.DefaultSessionManager
Sets the "validate session" controller check interval.
setControllerProperty(String, Object) - Method in class javax.rad.application.genui.ControllerContent
Sets a property for the controller.
setControllerProperty(String, Object) - Method in interface javax.rad.model.ui.IController
Sets a property for the controller.
setCookie(String, String, long) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Sets the value for a cookie.
setCount(int) - Method in class com.sibvisions.rad.server.protocol.Record
Sets the count.
setCurrentInstance(SessionContext) - Method in class javax.rad.server.SessionContext
Sets the current SessionContext instance.
setCursor(ICursor) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the cursor image to the specified cursor.
setCursor(Cursor) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
setCursor(ICursor) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Sets the cursor of the glass pane as "global" cursor.
setCursor(ICursor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the cursor image to the specified cursor.
setCursor(ICursor) - Method in class javax.rad.application.genui.Application
Sets the cursor of the launcher.
setCursor(ICursor) - Method in class javax.rad.genui.UIComponent
Sets the cursor image to the specified cursor.
setCursor(ICursor) - Method in interface javax.rad.ui.IComponent
Sets the cursor image to the specified cursor.
setDataBook(IDataBook) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the DataBook shown by this control.
setDataBook(IDataBook) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the DataBook displayed by this control.
setDataBook(IDataBook) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the DataBook displayed by this control.
setDataBook(IDataBook) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the DataBook displayed by this control.
setDataBook(IDataBook) - Method in class javax.rad.genui.control.UIChart
Sets the DataBook displayed by this control.
setDataBook(IDataBook) - Method in class javax.rad.genui.control.UITable
Sets the DataBook displayed by this control.
setDataBook(IDataBook) - Method in interface javax.rad.model.ui.ITableControl
Sets the DataBook displayed by this control.
setDataBooks(IDataBook...) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets the DataBooks displayed by this control.
setDataBooks(IDataBook...) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets the DataBooks displayed by this control.
setDataBooks(IDataBook...) - Method in class javax.rad.genui.control.UITree
Sets the DataBooks displayed by this control.
setDataBooks(IDataBook...) - Method in interface javax.rad.model.ui.ITreeControl
Sets the DataBooks displayed by this control.
setDataRow(int, ChangeableDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Sets the internal storage for the specified DataRow Object[].
setDataRow(IDataRow) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the DataRow edited by this control.
setDataRow(IDataRow) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the DataRow displayed by this control.
setDataRow(IDataRow) - Method in class javax.rad.genui.control.UIEditor
Sets the DataRow displayed by this control.
setDataRow(IDataRow) - Method in interface javax.rad.model.ui.IEditorControl
Sets the DataRow displayed by this control.
setDataSource(IDataSource) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the IDataSource to use, which allows the IDataBook to retrieve and set data.
setDataSource(IDataSource) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets the IDataSource to use, which allows the IDataBook to retrieve and set data.
setDataSource(IDataSource) - Method in class com.sibvisions.rad.persist.StorageDataBook
Sets the IDataSource to use, which allows the IDataBook to retrieve and set data.
setDataSource(IDataSource) - Method in interface javax.rad.model.IDataBook
Sets the IDataSource to use, which allows the IDataBook to retrieve and set data.
setDataType(IDataType) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Sets the data type.
setDataType(IDataType) - Method in class javax.rad.model.ColumnDefinition
Sets the IDataType for this ColumnDefinition.
setDate(Date) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Sets the current selected date and time.
setDateFormat(String) - Method in class com.sibvisions.rad.ui.celleditor.AbstractDateCellEditor
Sets the date format used for editing the date.
setDateFormat(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo
Sets the date format used for editing the date.
setDateFormat(DateFormat) - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Gets the date format.
setDateFormat(DateFormat) - Method in class com.sibvisions.util.type.DateUtil
Gets the date format.
setDateFormat(String) - Method in class javax.rad.genui.celleditor.UIDateCellEditor
Sets the date format used for editing the date.
setDateFormat(String) - Method in class javax.rad.model.datatype.TimestampDataType
Sets the current DateFormat.
setDateFormat(String) - Method in class javax.rad.type.AbstractDateType
Sets the current DateFormat.
setDateFormat(String) - Method in interface javax.rad.ui.celleditor.IDateCellEditor
Sets the date format used for editing the date.
setDatePattern(String) - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
Gets the date format pattern.
setDatePattern(String) - Method in class com.sibvisions.util.type.DateUtil
Gets the date format pattern.
setDBAccess(IDBAccess) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Set the IDBAccess of this DBStorage .
setDBProperties(Properties) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets DB specific initial parameters for the Connection creation.
setDBProperty(String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets a specific database property.
setDefault(Locale) - Static method in class com.sibvisions.util.type.LocaleUtil
Gets the default locale.
setDefaultAllowedValues(boolean) - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the default allowed value detection en- or disabled.
setDefaultAutoLinkReference(boolean) - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the default automatic link reference detection mode.
setDefaultButton(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets this button as default button for the "parent" root pane.
setDefaultButton(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the defaultButton property.
setDefaultButton(boolean) - Method in class javax.rad.genui.component.AbstractUIButton
Sets the defaultButton property.
setDefaultButton(boolean) - Method in interface javax.rad.ui.component.IButton
Sets the defaultButton property.
setDefaultCellEditor(Class<?>, ICellEditor) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Sets the default ICellEditor for the given class.
setDefaultCellEditor(Class<?>, ICellEditor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Sets the default ICellEditor for the given class.
setDefaultCellEditor(Class, ICellEditor) - Static method in class javax.rad.genui.celleditor.UICellEditor
Sets the default ICellEditor for the given class.
setDefaultCellEditor(ICellEditor) - Method in class javax.rad.model.datatype.DataType
Sets the default CellEditor for this IDataType.
setDefaultCellEditor(ICellEditor) - Method in interface javax.rad.model.datatype.IDataType
Sets the default CellEditor for this IDataType.
setDefaultCellEditor(Class<?>, ICellEditor) - Method in interface javax.rad.ui.IFactory
Sets the default ICellEditor for the given class.
setDefaultCellRenderer(ICellRenderer) - Method in class javax.rad.model.datatype.DataType
Sets the default CellRenderer for this IDataType.
setDefaultCellRenderer(ICellRenderer) - Method in interface javax.rad.model.datatype.IDataType
Sets the default CellRenderer for this IDataType.
setDefaultClassLoader(ClassLoader) - Static method in class com.sibvisions.util.type.ResourceUtil
Sets the default class loader.
setDefaultCursorCacheTimeout(long) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the default cursor cache timeout in ms.
setDefaultDefaultValue(boolean) - Static method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the default - default value detection en- or disabled.
setDefaultEncoding(String) - Static method in class com.sibvisions.rad.model.DataBookCSVExporter
Sets the default encoding for CSV exports.
setDefaultIgnoredColumnNames(String...) - Static method in class javax.rad.model.RowDefinition
Sets a list of columns which are excluded from the table columns when no specific table columns are set.
setDefaultImage(Image) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the default image that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in class com.sibvisions.rad.ui.celleditor.AbstractImageViewer
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in class javax.rad.genui.celleditor.UIImageViewer
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Sets the default image name that is shown if selectedIndex is -1.
setDefaultImageName(String) - Method in interface javax.rad.ui.celleditor.IImageViewer
Sets the default image name that is shown if selectedIndex is -1.
setDefaultItem(JMenuItem) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets the default menu item for actions.
setDefaultLargeObjectLimit(long) - Static method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the default value for the limit for what is considered a "large object".
setDefaultListener(L) - Method in class javax.rad.util.EventHandler
Sets the default listener.
setDefaultListener(Object, String) - Method in class javax.rad.util.EventHandler
Sets the default listener.
setDefaultMaximumAdditionalFetchAmount(int) - Static method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Sets the default maximum amount of additional rows to fetch.
setDefaultName(String) - Method in class javax.rad.genui.UIComponent
Sets the default name for this UIComponent.
setDefaultNumberCellEditor(ICellEditor) - Method in class javax.rad.genui.celleditor.UINumberCellEditor
Sets the default ICellEditor for Number class.
setDefaults(ILauncher, String) - Method in interface com.sibvisions.rad.ui.swing.impl.ILookAndFeelConfiguration
Sets the LaF default properties.
setDefaults() - Static method in class javax.rad.genui.UIImage
Sets te default image mappings.
setDefaultSchema(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the user-defined default schema.
setDefaultSort(SortDefinition) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Sets the default sort definition.
setDefaultSort(SortDefinition) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the default sort.
setDefaultValue(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the default value detection en- or disabled.
setDefaultValue(Object) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the default value of this column.
setDefaultValue(Object) - Method in class javax.rad.model.ColumnDefinition
Sets the default value of this column.
setDefaultValue(Object) - Method in class javax.rad.persist.ColumnMetaData
Sets the default value of this column.
setDefaultValues() - Method in class com.sibvisions.rad.model.mem.DataRow
Sets the Default Values from the RowDefinition to the DataRow.
setDeleteCascade(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if a delete on a master IDataBook should also delete all rows associated with the master row in this IDataBook.
setDeleteCascade(boolean) - Method in interface javax.rad.model.IDataBook
Sets if a delete on a master IDataBook should also delete all rows associated with the master row in this IDataBook.
setDeleteEnabled(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if deleting a row is enabled.
setDeleteEnabled(boolean) - Method in interface javax.rad.model.IDataBook
Sets if deleting a row is enabled.
setDeleting() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
It marks this ChangeableDataRow as DELETING.
setDeselectedValue(Object) - Method in class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
Sets the value for deselected state.
setDeselectedValue(Object) - Method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Sets the value for deselected state.
setDeselectedValue(Object) - Method in interface javax.rad.ui.celleditor.ICheckBoxCellEditor
Sets the value for deselected state.
setDetailChanged(boolean) - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
True, If under this row in the detail DataBook one or more changed (isInserting/Updating/Deleting() == true) detail rows existing.
setDetectedType(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the detected type of this column.
setDetectEndNode(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets end node detection en- or disabled.
setDetectEndNode(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets if a node should be detected to be an end node or not.
setDetectEndNode(boolean) - Method in class javax.rad.genui.control.UITree
Sets if a node should be detected to be an end node or not.
setDetectEndNode(boolean) - Method in interface javax.rad.ui.control.ITree
Sets if a node should be detected to be an end node or not.
setDisabled(boolean) - Static method in class com.sibvisions.util.Internalize
True, if internalize is disabled.
setDisabledIconAt(int, Icon) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setDispatchEventsEnabled(boolean) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Sets event dispatching en-/disabled for "before" events.
setDispatchEventsEnabled(boolean) - Method in class javax.rad.util.EventHandler
Sets whether event dispatching is en- or disabled.
setDisplayMode(JVxDesktopPane.DisplayMode) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Sets the display mode of the content.
setDisplayReferencedColumnName(String) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Sets the name of the referenced column that is used for displaying values.
setDisplayReferencedColumnName(String) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets the name of the referenced column that is used for displaying values.
setDisplayReferencedColumnName(String) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets the name of the referenced column that is used for displaying values.
setDisplayValues(String[]) - Method in class com.sibvisions.rad.genui.celleditor.UIEnumCellEditor
Sets all display values.
setDividerAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
Sets the divider alignment.
setDividerAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the divider alignment.
setDividerAlignment(int) - Method in class javax.rad.genui.container.UISplitPanel
Sets the divider alignment.
setDividerAlignment(int) - Method in interface javax.rad.ui.container.ISplitPanel
Sets the divider alignment.
setDividerLocation(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
setDividerPosition(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the position of the divider.
setDividerPosition(int) - Method in class javax.rad.genui.container.UISplitPanel
Sets the position of the divider.
setDividerPosition(int) - Method in interface javax.rad.ui.container.ISplitPanel
Sets the position of the divider.
setDividerSize(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
setDocumentLocator(Locator) - Method in class com.sibvisions.util.xml.XmlWorker
Caches the document locator for line numbering.
setDot(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
setDownloadURL(String) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Sets the download URL.
setDragable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
Sets the drag option for tabs.
setDragable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets a tabs dragable.
setDragable(boolean) - Method in class javax.rad.genui.container.UITabsetPanel
Sets a tabs dragable.
setDragable(boolean) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets a tabs dragable.
setDriver(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the database driver name as String.
setDumpStream(PrintStream) - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Sets the dump stream.
setDumpStreamEnabled(boolean) - Static method in class com.sibvisions.rad.server.http.rest.JSONUtil
Sets whether the JSON stream should be dumped.
setEchoChar(char) - Method in class com.sibvisions.rad.ui.celleditor.AbstractTextCellEditor
Sets the password echo char which is used by AbstractTextCellEditor.maskPassword(String).
setEchoChar(char) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingPasswordField
Sets the echo character for this JPasswordField.
setEchoChar(char) - Method in class javax.rad.genui.component.UIPasswordField
Sets the echo character for this JPasswordField.
setEchoChar(char) - Method in interface javax.rad.ui.component.IPasswordField
Sets the echo character for this JPasswordField.
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets if editable or not.
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets this tree editable or not editable.
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Sets the specified boolean to indicate whether or not this ITextField should be editable.
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets if editable or not.
setEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets if editable or not.
setEditable(boolean) - Method in class javax.rad.genui.component.AbstractUITextField
Sets the specified boolean to indicate whether or not this ITextField should be editable.
setEditable(boolean) - Method in class javax.rad.genui.control.UITable
Sets if editable or not.
setEditable(boolean) - Method in class javax.rad.genui.control.UITree
Sets if editable or not.
setEditable(boolean) - Method in interface javax.rad.ui.component.ITextField
Sets the specified boolean to indicate whether or not this ITextField should be editable.
setEditable(boolean) - Method in interface javax.rad.ui.control.ITable
Sets if editable or not.
setEditable(boolean) - Method in interface javax.rad.ui.control.ITree
Sets if editable or not.
setEditor(ComboBoxEditor) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setEditorComponent(JTextComponent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the editor component.
setEditorComponentName(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the name of the editor JComponent if it is a JComboBox or of the first focusable JComponent.
setEditorEditable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets true, if the editor is editable.
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Enables or disables this component, depending on the value of the parameter pEnable.
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
setEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Enables or disables this component, depending on the value of the parameter pEnable.
setEnabled(boolean) - Method in class javax.rad.genui.component.AbstractUITextField
Enables or disables this component, depending on the value of the parameter pEnable.
setEnabled(boolean) - Method in class javax.rad.genui.UIComponent
Enables or disables this component, depending on the value of the parameter pEnable.
setEnabled(boolean) - Method in interface javax.rad.ui.IComponent
Enables or disables this component, depending on the value of the parameter pEnable.
setEnabledAt(int, boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets a tab en- or disabled.
setEnabledAt(int, boolean) - Method in class javax.rad.genui.container.UITabsetPanel
Sets a tab en- or disabled.
setEnabledAt(int, boolean) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets a tab en- or disabled.
setEnabledAtIfExists(int, boolean) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the tab enabled, if it exists.
setEncrypted(String, boolean) - Method in class com.sibvisions.util.xml.XmlWorker
Sets the encryption mode of a node.
setEnterNavigationMode(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the ENTER navigation mode.
setEnterNavigationMode(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the navigation mode for the ENTER key.
setEnterNavigationMode(int) - Method in class javax.rad.genui.control.UITable
Sets the navigation mode for the ENTER key.
setEnterNavigationMode(int) - Method in interface javax.rad.ui.control.INavigationControl
Sets the navigation mode for the ENTER key.
setError(String) - Method in class com.sibvisions.rad.application.Login
Sets an error text instead of the welcome text.
setErrorForwarder(PrintStream) - Method in class com.sibvisions.util.Execute
Sets the forwarder for error messages.
setEventSource(IComponent) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the wanted event source for this component.
setEventSource(IComponent) - Method in class javax.rad.genui.UIComponent
Sets the wanted event source for this component.
setEventSource(IComponent) - Method in interface javax.rad.ui.IComponent
Sets the wanted event source for this component.
setException(Throwable) - Method in class com.sibvisions.rad.server.protocol.Record
Sets the exception (if occured).
setExecuting(boolean) - Method in class com.sibvisions.rad.server.AbstractSession
Sets that the session is executiong a command.
setFactory(IFactory) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the components factory implementation.
setFactoryInstance(IFactory) - Static method in class javax.rad.genui.UIFactoryManager
Sets the global IFactory singleton instance.
setFeatures(MetaData.Feature...) - Method in class javax.rad.persist.MetaData
Sets supported features.
setFetchedRowsForBlock(IDataRow, int) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets the amount of fetched rows per block.
setFetchEnabled(boolean) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
This can be used for performance tuning.
setFetchLargeObjectsLazy(boolean) - Method in class javax.rad.persist.ColumnMetaData
Sets if large objects in this column should be lazily fetched, meaning that they are only send to the client if the client actually requests that very value.
setFieldValue(String, Object) - Method in class com.sibvisions.util.SimpleJavaSource
Sets the instance for a specific field.
setFileEncoding(String) - Method in class com.sibvisions.util.db.DBImporter
Sets the file-encoding charset name.
setFileName(String) - Method in class javax.rad.io.FileHandle
Sets the file name of this file handle.
setFileName(String) - Method in class javax.rad.io.RemoteFileHandle
Sets the file name of this file handle.
setFileTypeMap(FileTypeMap) - Method in class com.sibvisions.util.ByteArrayDataSource
Sets the FileTypeMap.
setFilter(ICondition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the filter that is used.
setFilter(ICondition) - Method in interface javax.rad.model.IDataBook
Sets the filter that is used.
setFilterable(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets whether this column will be filtered by generic filters.
setFirstComponent(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the component to the left (or above) the divider.
setFirstComponent(IComponent) - Method in class javax.rad.genui.container.UISplitPanel
Sets the component to the left (or above) the divider.
setFirstComponent(IComponent) - Method in interface javax.rad.ui.container.ISplitPanel
Sets the component to the left (or above) the divider.
setFKColumns(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the foreign key columns.
setFKName(String) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the foreign key name.
setFloatable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBar
setFocusable(boolean) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the focusable state of this component to the specified value.
setFocusable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the focusable state of this component to the specified value.
setFocusable(boolean) - Method in class javax.rad.genui.UIComponent
Sets the focusable state of this component to the specified value.
setFocusable(boolean) - Method in interface javax.rad.ui.IComponent
Sets the focusable state of this component to the specified value.
setFont(IFont) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the IFont of this component.
setFont(Font) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
setFont(Font) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setFont(IFont) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Sets the IFont of this component.
setFont(IFont) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the IFont of this component.
setFont(IFont) - Method in class javax.rad.genui.UIComponent
Sets the IFont of this component.
setFont(IFont) - Method in interface javax.rad.ui.IComponent
Sets the IFont of this component.
setForceFocusOnPopup(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Gets if the focus is forced to be given on the popup.
setForeground(IColor) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the foreground color of this component.
setForeground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
setForeground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setForeground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Sets the foreground color of this component.
setForeground(IColor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the foreground color of this component.
setForeground(IColor) - Method in class javax.rad.genui.UIComponent
Sets the foreground color of this component.
setForeground(IColor) - Method in interface javax.rad.ui.IComponent
Sets the foreground color of this component.
setFormatWhitespaces(boolean) - Method in class com.sibvisions.util.xml.XmlWorker
Sets whether to format whitespaces in tag values.
setFrameIcon(Icon) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setFromClause(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the query tables to use in the SELECT statement to get the data from the storage.
setFullScreen(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Sets the full screen mode.
setGlobalCursor(Component, Cursor) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Sets an application global cursor.
setGlobalMetaDataCacheEnabled(boolean) - Static method in class com.sibvisions.rad.persist.AbstractCachedStorage
Sets the global meta data cache en-/disabled.
setGridHeight(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Sets the height on the GridLayout.
setGridHeight(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Sets the height on the GridLayout.
setGridHeight(int) - Method in interface javax.rad.ui.layout.IGridLayout.IGridConstraints
Sets the height on the GridLayout.
setGridWidth(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Sets the width on the GridLayout.
setGridWidth(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Sets the width on the GridLayout.
setGridWidth(int) - Method in interface javax.rad.ui.layout.IGridLayout.IGridConstraints
Sets the width on the GridLayout.
setGridX(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Sets the x-position on the GridLayout.
setGridX(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Sets the x-position on the GridLayout.
setGridX(int) - Method in interface javax.rad.ui.layout.IGridLayout.IGridConstraints
Sets the x-position on the GridLayout.
setGridY(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Sets the y-position on the GridLayout.
setGridY(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Sets the y-position on the GridLayout.
setGridY(int) - Method in interface javax.rad.ui.layout.IGridLayout.IGridConstraints
Sets the y-position on the GridLayout.
setHeight(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtDimension
Sets the height of the IDimension.
setHeight(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Sets the height of the IDimension.
setHeight(int) - Method in class javax.rad.genui.UIDimension
Sets the height of the IDimension.
setHeight(int) - Method in class javax.rad.genui.UIRectangle
Sets the height of the IDimension.
setHeight(int) - Method in interface javax.rad.ui.IDimension
Sets the height of the IDimension.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.celleditor.AbstractStyledCellEditor
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the horizontal alignment of the icon.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Sets the horizontal alignment of the icon.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the alignment for the x axis.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the alignment for the x axis.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextField
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.celleditor.UICellEditor
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.celleditor.UIImageViewer
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.component.AbstractUITextField
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.component.UIIcon
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.component.UILabel
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.container.UIGroupPanel
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.control.UIEditor
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in class javax.rad.genui.layout.UIFormLayout
Sets the horizontal alignment.
setHorizontalAlignment(int) - Method in interface javax.rad.ui.IAlignmentConstants
Sets the horizontal alignment.
setHorizontalComponentAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the component alignment for the x axis.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Sets horizontal gap between components.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the horizontal gap.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Sets the horizontal gap.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets horizontal gap between components.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Sets the horizontal gap between components.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the horizontal gap between components.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the horizontal gap between components.
setHorizontalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Sets the horizontal gap between components.
setHorizontalGap(int) - Method in class javax.rad.genui.UILayout
Sets the horizontal gap between components.
setHorizontalGap(int) - Method in interface javax.rad.ui.ILayout
Sets the horizontal gap between components.
setHorizontalTextPosition(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the horizontal position of the text relative to the icon.
setHorizontalTextPosition(int) - Method in class javax.rad.genui.component.AbstractUIButton
Sets the horizontal position of the text relative to the icon.
setHorizontalTextPosition(int) - Method in interface javax.rad.ui.component.IButton
Sets the horizontal position of the text relative to the icon.
setIcon(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setIconAt(int, Icon) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setIconAt(int, IImage) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the icon at pIndex to pImage which can be null.
setIconAt(int, IImage) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the icon at pIndex to pImage which can be null.
setIconAt(int, IImage) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets the icon at pIndex to pImage which can be null.
setIconAtIfExists(int, IImage) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the tab icon, if it exists.
setIconifiable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets whether this internal frame can be iconified by some user action.
setIconifiable(boolean) - Method in class javax.rad.genui.container.UIInternalFrame
Sets whether this internal frame can be iconified by some user action.
setIconifiable(boolean) - Method in interface javax.rad.ui.container.IInternalFrame
Sets whether this internal frame can be iconified by some user action.
setIconImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Sets the image to be displayed as the icon for this window.
setIconImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the image to be displayed as the icon for this window.
setIconImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets the image to be displayed as the icon for this window.
setIconImage(IImage) - Method in class javax.rad.genui.container.AbstractFrame
Sets the image to be displayed as the icon for this window.
setIconImage(IImage) - Method in interface javax.rad.ui.container.IFrame
Sets the image to be displayed as the icon for this window.
setIgnoreEvent(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
True, if events should be ignored.
setIgnoreLeadingWhiteSpace(boolean) - Method in class com.sibvisions.util.type.StringParser
Sets whether leading whitespaces should be ignored.
setIgnoreNull(boolean) - Method in class javax.rad.model.condition.CompareCondition
Sets if null values will be ignored.
setIgnorePropertyDefinition(Class<?>, List<String>) - Method in class com.sibvisions.util.SimpleJavaSource
Gets the properties to ignore.
setImage(Image) - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Sets the image for the icon.
setImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the default image.
setImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Sets the default image.
setImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuItem
Sets the default image.
setImage(IImage) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the default image.
setImage(IImage) - Method in class javax.rad.genui.component.UIIcon
Sets the default image.
setImage(IImage) - Method in interface javax.rad.ui.component.IIcon
Sets the default image.
setImageBorderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
sets the visibility of the image border.
setImageMapping(String, String) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Sets the image name for the given mapping name.
setImageMapping(String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Gets the image name for the given mapping name.
setImageMapping(String, String) - Static method in class javax.rad.genui.UIImage
Gets the image name for the given mapping name.
setImageMapping(String, String) - Method in interface javax.rad.ui.IFactory
Gets the image name for the given mapping name.
setImageNames(String[]) - Method in class com.sibvisions.rad.ui.celleditor.AbstractChoiceCellEditor
Sets the image names that are used for displaying the corresponding values.
setImageNames(String[]) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxChoiceCellEditor
Sets the image names that are used for displaying the corresponding values.
setImageNames(String[]) - Method in class javax.rad.genui.celleditor.UIChoiceCellEditor
Sets the image names that are used for displaying the corresponding values.
setImageNames(String[]) - Method in interface javax.rad.ui.celleditor.IChoiceCellEditor
Sets the image names that are used for displaying the corresponding values.
setImages(Image[]) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the images that are used for displaying the values.
setImageSize(Dimension) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Returns the image size.
setImageTextGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
If both the icon and text properties are set, this property defines the space between them.
setImageTextGap(int) - Method in class javax.rad.genui.component.AbstractUIButton
If both the icon and text properties are set, this property defines the space between them.
setImageTextGap(int) - Method in interface javax.rad.ui.component.IButton
If both the icon and text properties are set, this property defines the space between them.
setIndentation(int) - Method in class com.sibvisions.util.xml.XmlWorker
Sets the xml output indentation.
setInfo(String) - Method in class com.sibvisions.rad.application.About
Sets the short information.
setInfoImage(IImage) - Method in class com.sibvisions.rad.application.Login
Sets the login-info image.
setInnerBackground(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
sets the inner background.
setInnerBorder(Border) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
sets the inner border.
setInsertEnabled(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if inserting is enabled.
setInsertEnabled(boolean) - Method in interface javax.rad.model.IDataBook
Sets if inserting is enabled.
setInserting() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
It marks this ChangeableDataRow as INSERTING.
setInsertNewLines(boolean) - Method in class com.sibvisions.util.xml.XmlWorker
Sets whether new lines should be inserted for better readable xml files.
setInsets(Insets) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout.CellConstraints
Sets the width on the GridLayout.
setInsets(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout.AwtGridConstraints
Sets the width on the GridLayout.
setInsets(IInsets) - Method in interface javax.rad.ui.layout.IGridLayout.IGridConstraints
Sets the width on the GridLayout.
setInstance(HttpContext) - Method in class com.sibvisions.rad.server.http.HttpContext
Sets the current context instance.
setInstance(TransferContext) - Method in class javax.rad.io.TransferContext
Sets the current context instance.
setInstance(ServerContext) - Method in class javax.rad.server.ServerContext
Sets the current context instance.
setItem(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
setKeepBlocking(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Sets the modal internal frame blocking.
setKeepHorizontalScrollPosition(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Sets whether the horizontal position should be kept after auto scroll.
setLabel(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets default label.
setLabel(String) - Method in class javax.rad.model.ColumnDefinition
Sets the label of this column.
setLabel(String) - Method in class javax.rad.persist.ColumnMetaData
Sets default label.
setLanguage(String) - Method in class javax.rad.util.TranslationMap
Sets the language code of the translated texts.
setLargeObjectLimit(long) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the value for the limit for what is considered a "large object".
setLastAccessTime(long) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the time of the last session access.
setLastAliveTime(long) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the time of the last communication of the session.
setLastCallTime(long) - Method in class javax.rad.remote.ConnectionInfo
Sets the time in millis when the last call was sent to the server.
setLauncher(UILauncher) - Method in class javax.rad.application.genui.Application
Sets the launcher.
setLayout(ILayout) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Sets the layout manager for this container.
setLayout(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Sets the layout manager for the content pane.
setLayout(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
setLayout(ILayout) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the layout manager for this container.
setLayout(ILayout) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the layout manager for this container.
setLayout(ILayout) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Sets the layout manager for this container.
setLayout(ILayout) - Method in class javax.rad.genui.menu.UIMenu
Sets the layout manager for this container.
setLayout(ILayout) - Method in class javax.rad.genui.UIContainer
Sets the layout manager for this container.
setLayout(ILayout) - Method in interface javax.rad.ui.IContainer
Sets the layout manager for this container.
setLayoutIntern(LayoutManager) - Method in class com.sibvisions.rad.ui.awt.impl.AwtContainer
Internal function, for setting the layout.
setLayoutIntern(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Internal function, for setting the layout.
setLayoutIntern(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Internal function, for setting the layout.
setLayoutIntern(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingScrollPanel
Internal function, for setting the layout.
setLayoutIntern(LayoutManager) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Internal function, for setting the layout.
setLazyFetchEnabled(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets if lazy fetch should be enabled.
setLeft(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
Sets the left margin of the IInsets.
setLeft(int) - Method in class javax.rad.genui.UIInsets
Sets the left margin of the IInsets.
setLeft(int) - Method in interface javax.rad.ui.IInsets
Sets the left margin of the IInsets.
setLeftAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Sets the left anchor.
setLeftAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Sets the left anchor.
setLeftAnchor(IFormLayout.IAnchor) - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Sets the left anchor.
setLevel(ILogger.LogLevel) - Method in interface com.sibvisions.util.log.ILogger
Sets the log level.
setLevel(ILogger.LogLevel) - Method in class com.sibvisions.util.log.jdk.JdkLogger
Sets the log level.
setLevel(ILogger.LogLevel) - Method in class com.sibvisions.util.log.jdk.JdkStandardLogger
Sets the log level.
setLevel(ILogger.LogLevel) - Method in class com.sibvisions.util.log.log4j.Log4jLogger
Sets the log level.
setLevel(Class, ILogger.LogLevel) - Static method in class com.sibvisions.util.log.LoggerFactory
Sets the level of a specific logger.
setLevel(String, ILogger.LogLevel) - Static method in class com.sibvisions.util.log.LoggerFactory
Sets the level of a specific logger.
setLifeCycleName(String) - Method in class javax.rad.remote.AbstractConnection
Sets the name of the server-side life-cycle object.
setLineColor(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
Returns the color of the border.
setLineColor(Color) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughLineBorder
Returns the color of the border.
setLinkReference(StorageReferenceDefinition) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the link reference for a server side Dropdown list (automatic linked celleditor).
setLinkReference(ReferenceDefinition) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Sets reference definition that defines the link.
setLinkReference(ReferenceDefinition) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets reference definition that defines the link.
setLinkReference(StorageReferenceDefinition) - Method in class javax.rad.persist.ColumnMetaData
Sets the link reference for an server side Dropdown list (automatic linked celleditor).
setLinkReference(ReferenceDefinition) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets reference definition that defines the link.
setLocale(Locale) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
setLocation(IPoint) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Moves this component to a new location.
setLocation(String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Sets the location.
setLocation(IPoint) - Method in class javax.rad.genui.UIComponent
Moves this component to a new location.
setLocation(int, int) - Method in class javax.rad.genui.UIComponent
Set the location with primitive types.
setLocation(IPoint) - Method in interface javax.rad.ui.IComponent
Moves this component to a new location.
setLocationRelativeTo(IComponent, IPoint) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the location relative to the given component.
setLocationRelativeTo(Component) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Sets and calculates the position of this internal frame relative to another component.
setLocationRelativeTo(IComponent, IPoint) - Method in class javax.rad.genui.UIComponent
Sets the location relative to the given component.
setLocationRelativeTo(IComponent, IPoint) - Method in interface javax.rad.ui.IComponent
Sets the location relative to the given component.
setLockAndRefetchEnabled(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets whether if lock and refetch is enabled.
setLockOnRefetch(boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
True, if refetch should lock the row.
setLookAndFeel(ILauncher, String) - Static method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Sets the look and feel which decorates all components.
setMagicCaretPosition(Point) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
setMargin(Insets) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
setMargins(Insets) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Sets the layout margins.
setMargins(Insets) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the margins.
setMargins(Insets) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Sets the margins.
setMargins(Insets) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the layout margins.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets space for margin between the button's border and the text.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingCheckBox
Sets space for margin between the button's border and the text.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingRadioButton
Sets space for margin between the button's border and the text.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Sets the margin between the tool bar's border and its buttons.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Sets the margins.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the margins.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the margins.
setMargins(IInsets) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Sets the margins.
setMargins(IInsets) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets space for margin between the button's border and the text.
setMargins(int, int, int, int) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the insets with primitive types.
setMargins(IInsets) - Method in class javax.rad.genui.container.UIToolBar
Sets the margin between the tool bar's border and its buttons.
setMargins(int, int, int, int) - Method in class javax.rad.genui.container.UIToolBar
Sets the insets with primitive types.
setMargins(IInsets) - Method in class javax.rad.genui.UILayout
Sets the margins.
setMargins(int, int, int, int) - Method in class javax.rad.genui.UILayout
Sets the insets with primitive types.
setMargins(IInsets) - Method in interface javax.rad.ui.component.IActionComponent
Sets space for margin between the button's border and the text.
setMargins(IInsets) - Method in interface javax.rad.ui.container.IToolBar
Sets the margin between the tool bar's border and its buttons.
setMargins(IInsets) - Method in interface javax.rad.ui.ILayout
Sets the margins.
setMasterDataRow(IDataRow) - Method in class com.sibvisions.rad.model.mem.MemDataPage
Sets a new Master DataRow, if it changes.
setMasterReference(ReferenceDefinition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the master reference that is going to be used.
setMasterReference(ReferenceDefinition) - Method in interface javax.rad.model.IDataBook
Sets the master reference that is going to be used.
setMaximizable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets whether this internal frame can be maximized by some user action.
setMaximizable(boolean) - Method in class javax.rad.genui.container.UIInternalFrame
Sets whether this internal frame can be maximized by some user action.
setMaximizable(boolean) - Method in interface javax.rad.ui.container.IInternalFrame
Sets whether this internal frame can be maximized by some user action.
setMaximumAdditionalFetchAmount(int) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
Sets the maximum amount of additional rows to fetch.
setMaximumSize(IDimension) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the maximum size of this component to a constant value.
setMaximumSize(IDimension) - Method in class javax.rad.genui.UIComponent
Sets the maximum size of this component to a constant value.
setMaximumSize(int, int) - Method in class javax.rad.genui.UIComponent
Set the maximum size with primitive types.
setMaximumSize(IDimension) - Method in interface javax.rad.ui.IComponent
Sets the maximum size of this component to a constant value.
setMaxInactiveInterval(int) - Method in class com.sibvisions.rad.server.AbstractSession
Specifies the time, in seconds, before the session will be inactive.
setMaxInactiveInterval(int) - Method in class com.sibvisions.rad.server.DetachedSession
Specifies the time, in seconds, before the session will be inactive.
setMaxInactiveInterval(int) - Method in class com.sibvisions.rad.server.DirectServerSession
Specifies the time, in seconds, before the session will be inactive.
setMaxInactiveInterval(int) - Method in interface javax.rad.server.ISession
Specifies the time, in seconds, before the session will be inactive.
setMaxObjectCount(int) - Static method in class com.sibvisions.util.Internalize
Sets the maximum amount of internalized objects.
setMaxRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Set the maximal row height.
setMaxRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the max row height for automatic calculation.
setMaxRowHeight(int) - Method in class javax.rad.genui.control.UITable
Sets the max row height for automatic calculation.
setMaxRowHeight(int) - Method in interface javax.rad.ui.control.ITable
Sets the max row height for automatic calculation.
setMaxTime(int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the maximum time in miliseconds to use, to try to fetch all rows. reduce open cursors, and increase performance.
setMaxValue(T) - Method in class javax.rad.type.AbstractNumberType
Sets the maximal allowed value.
setMemFilter(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if the sort is handled in memory.
setMemFilter(boolean) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets if the sort is handled in memory.
setMemSort(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if the sort is handled in memory.
setMemSort(boolean) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets if the sort is handled in memory.
setMenuBar(IMenuBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Sets the menubar for this frame.
setMenuBar(IMenuBar) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the menubar for this frame.
setMenuBar(IMenuBar) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets the menubar for this frame.
setMenuBar(IMenuBar) - Method in class javax.rad.genui.container.AbstractFrame
Sets the menubar for this frame.
setMenuBar(IMenuBar) - Method in interface javax.rad.ui.container.IFrame
Sets the menubar for this frame.
setMenuVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets the visibility of the popup menu.
setMetaData(MetaData) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets a new meta data.
setMetaData(MetaData) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets all ServerMetaData columns.
setMetaDataCacheEnabled(boolean) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets the metadata cache enabled.
setMetaDataCacheOption(MetaDataCacheOption) - Method in class com.sibvisions.rad.persist.AbstractCachedStorage
Sets the metadata cache option for this instance.
setMetaDataCacheOption(MetaDataCacheOption) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the metadata cache option for this instance.
setMetaDataCacheRole(RemoteDataSource.MetaDataCacheRole) - Static method in class com.sibvisions.rad.model.remote.RemoteDataSource
Sets the global meta data cache role.
setMethods - Variable in class javax.rad.type.bean.BeanType
The set methods.
setMinimalRehashCheckInterval(long) - Static method in class com.sibvisions.util.Internalize
The minimal interval, the rehashing is done in ms.
setMinimumSize(IDimension) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the minimum size of this component to a constant value.
setMinimumSize(IDimension) - Method in class javax.rad.genui.UIComponent
Sets the minimum size of this component to a constant value.
setMinimumSize(int, int) - Method in class javax.rad.genui.UIComponent
Set the minimum size with primitive types.
setMinimumSize(IDimension) - Method in interface javax.rad.ui.IComponent
Sets the minimum size of this component to a constant value.
setMinRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Set the minimal row height.
setMinRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the min row height for automatic calculation.
setMinRowHeight(int) - Method in class javax.rad.genui.control.UITable
Sets the min row height for automatic calculation.
setMinRowHeight(int) - Method in interface javax.rad.ui.control.ITable
Sets the min row height for automatic calculation.
setMinValue(T) - Method in class javax.rad.type.AbstractNumberType
Sets the minimal allowed value.
setModal(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Sets the frame as modal frame.
setModal(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the frame as modal frame.
setModal(boolean) - Method in class javax.rad.application.genui.WorkScreen
Sets whether this workscreen should be modal.
setModal(boolean) - Method in interface javax.rad.application.IWorkScreen
Sets whether this workscreen should be modal.
setModal(boolean) - Method in class javax.rad.genui.container.UIInternalFrame
Sets the frame as modal frame.
setModal(boolean) - Method in interface javax.rad.ui.container.IInternalFrame
Sets the frame as modal frame.
setMode(int) - Method in class com.sibvisions.rad.application.Login
Sets the mode for the login.
setModified(Boolean) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets modified state of the connection.
setMouseOverImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the image for the button when the mouse is over.
setMouseOverImage(IImage) - Method in class javax.rad.genui.component.AbstractUIButton
Sets the image for the button when the mouse is over.
setMouseOverImage(IImage) - Method in interface javax.rad.ui.component.IButton
Sets the image for the button when the mouse is over.
setMovable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Sets whether the toolbar is movable.
setMovable(boolean) - Method in class javax.rad.genui.container.UIToolBar
Sets whether the toolbar is movable.
setMovable(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets whether this column can be moved.
setMovable(boolean) - Method in interface javax.rad.ui.container.IToolBar
Sets whether the toolbar is movable.
setMustQuote(boolean) - Method in class com.sibvisions.util.type.StringParser
Sets whether a field must be in quotes to be a valid field.
setName(String) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the name to use.
setName(String) - Method in class com.sibvisions.rad.persist.AbstractStorage
Sets the storage name.
setName(String) - Method in class com.sibvisions.rad.persist.jdbc.Name
Sets the name use in the application.
setName(String) - Method in class com.sibvisions.rad.persist.StorageDataBook
Sets the name to use.
setName(String) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the name of the object to the specified string.
setName(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the name of the object to the specified string.
setName(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the name of the object to the specified string.
setName(String) - Method in class com.sibvisions.util.ByteArrayDataSource
Sets the name.
setName(String) - Method in class javax.rad.genui.UIComponent
Sets the name of the object to the specified string.
setName(String) - Method in class javax.rad.model.ColumnDefinition
Set the name of the column.
setName(String) - Method in interface javax.rad.model.IDataBook
Sets the name to use.
setName(String) - Method in class javax.rad.persist.ColumnMetaData
Set the name of the column.
setName(String) - Method in interface javax.rad.ui.IComponent
Sets the name of the object to the specified string.
setName(String) - Method in interface javax.rad.util.INamedObject
Sets the name of the object.
setName(String) - Method in class javax.rad.util.Parameter
Sets the name.
setNavigationKeysEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
En- or disables the frame navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
En- or disables the tab navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingDesktopPanel
En- or disables the frame navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
En- or disables the tab navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in class javax.rad.genui.container.UIDesktopPanel
En- or disables the frame navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in class javax.rad.genui.container.UITabsetPanel
En- or disables the tab navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in interface javax.rad.ui.container.IDesktopPanel
En- or disables the frame navigation with the keyboard.
setNavigationKeysEnabled(boolean) - Method in interface javax.rad.ui.container.ITabsetPanel
En- or disables the tab navigation with the keyboard.
setNew(Object) - Method in class com.sibvisions.rad.persist.event.StorageEvent
Deprecated. With 2.1 onwards it is not necessary anymore to set the new row to propagate changes.
setNewlineCount(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the new line count.
setNewlineCount(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the new line count.
setNewlineCount(int) - Method in class javax.rad.genui.layout.UIFormLayout
Sets the new line count.
setNewlineCount(int) - Method in interface javax.rad.ui.layout.IFormLayout
Sets the new line count.
setNewPassword(ConnectionInfo, String, String) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Sets a new password for the connected user.
setNewPassword(String, String) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the new password for the current session.
setNewPassword(ConnectionInfo, String, String) - Method in class com.sibvisions.rad.server.DirectServerConnection
Sets a new password for the connected user.
setNewPassword(Object, String, String) - Method in class com.sibvisions.rad.server.Server
Sets a new password for the user of a session.
setNewPassword(ConnectionInfo, String, String) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Sets a new password for the connected user.
setNewPassword(ConnectionInfo, String, String) - Method in interface javax.rad.remote.IConnection
Sets a new password for the connected user.
setNewPassword(String, String) - Method in class javax.rad.remote.MasterConnection
Sets the new password for the current connection.
setNewPassword(Object, String, String) - Method in interface javax.rad.server.IServer
Sets a new password for the user of a session.
setNode(String, XmlNode) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets a specific node to the application configuration file.
setNode(String, Object) - Method in class com.sibvisions.util.xml.XmlNode
Sets a specific (sub) XmlNode based on the current XmlNode.
setNodeFormatter(INodeFormatter) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets the node formatter.
setNodeFormatter(INodeFormatter) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets the node formatter.
setNodeFormatter(INodeFormatter) - Method in class javax.rad.genui.control.UITree
Sets the node formatter.
setNodeFormatter(Object, String) - Method in class javax.rad.genui.control.UITree
Sets the node formatter.
setNodeFormatter(INodeFormatter) - Method in interface javax.rad.ui.control.ITree
Sets the node formatter.
setNodes(List<XmlNode>) - Method in class com.sibvisions.util.xml.XmlNode
Sets the list of sub XmlNode elements.
setNullable(boolean) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets whether values in this column may be null.
setNullable(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets whether values in this column may be null.
setNullable(boolean) - Method in class javax.rad.persist.ColumnMetaData
Sets whether values in this column may be null.
setNumberFormat(String) - Method in class com.sibvisions.rad.ui.celleditor.AbstractNumberCellEditor
Sets the number format used for editing the number.
setNumberFormat(NumberFormat) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Gets the number format.
setNumberFormat(NumberFormat) - Method in class com.sibvisions.util.type.NumberUtil
Gets the number format.
setNumberFormat(String) - Method in class javax.rad.genui.celleditor.UINumberCellEditor
Sets the number format used for editing the number.
setNumberFormat(String) - Method in class javax.rad.model.datatype.BigDecimalDataType
Sets the current NumberFormat.
setNumberFormat(String) - Method in class javax.rad.model.datatype.LongDataType
Sets the current NumberFormat.
setNumberFormat(String) - Method in interface javax.rad.ui.celleditor.INumberCellEditor
Sets the number format used for editing the number.
setNumberPattern(String) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
Gets the number pattern.
setNumberPattern(String) - Method in class com.sibvisions.util.type.NumberUtil
Gets the number format pattern.
setObjectAccessController(IObjectAccessController) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Sets the object access controller.
setObjectCacheKey(Object) - Method in class javax.rad.io.RemoteFileHandle
Sets the ObjectCache key.
setOld(Object) - Method in class com.sibvisions.rad.persist.event.StorageEvent
Deprecated. With 2.1 onwards it is not necessary anymore to set the old row to propagate changes.
setOpaque(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
setOpener(OP) - Method in class com.sibvisions.rad.application.Error
Sets the opener of the content.
setOpener(OP) - Method in class com.sibvisions.rad.application.Message
Sets the opener of the content.
setOpener(OP) - Method in class javax.rad.application.genui.Content
Sets the opener of the content.
setOpener(OP) - Method in interface javax.rad.application.IContent
Sets the opener of the content.
setOrderByClause(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the string to place in the ORDER BY section if no default sort is set.
setOrientation(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBar
setOrientation(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the orientation of the components in the "layout".
setOrientation(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the orientation, or how the splitter is divided.
setOrientation(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Sets the orientation of the tool bar.
setOrientation(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the orientation of this flow layout.
setOrientation(int) - Method in class javax.rad.genui.container.UISplitPanel
Sets the orientation, or how the splitter is divided.
setOrientation(int) - Method in class javax.rad.genui.container.UIToolBar
Sets the orientation of the tool bar.
setOrientation(int) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the orientation of this flow layout.
setOrientation(int) - Method in interface javax.rad.ui.container.ISplitPanel
Sets the orientation, or how the splitter is divided.
setOrientation(int) - Method in interface javax.rad.ui.container.IToolBar
Sets the orientation of the tool bar.
setOrientation(int) - Method in interface javax.rad.ui.layout.IFlowLayout
Sets the orientation of this flow layout.
setOutputForwarder(PrintStream) - Method in class com.sibvisions.util.Execute
Sets the forwarder for standard output.
setParameter(Object...) - Method in class com.sibvisions.rad.server.protocol.Record
Sets the parameter.
setParameter(String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets a configuration parameter of the application.
setParameter(String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Sets a configuration parameter of the application.
setParameter(String, Object) - Method in class com.sibvisions.util.db.DBImporter
Sets a user-defined parameter.
setParameter(String, String) - Method in class javax.rad.application.genui.UILauncher
Sets a configuration parameter of the application.
setParameter(String, Object) - Method in class javax.rad.application.genui.WorkScreen
Sets additional parameters for the work-screen.
setParameter(Parameter) - Method in class javax.rad.application.genui.WorkScreen
Sets the given parameter.
setParameter(String, String) - Method in interface javax.rad.application.ILauncher
Sets a configuration parameter of the application.
setParameter(String, Object) - Method in interface javax.rad.application.IWorkScreen
Sets additional parameters for the work-screen.
setParamsLogEnabled(boolean) - Method in class com.sibvisions.util.Execute
Sets that parameter logging should be en- or disabled.
setParent(ISession, Map, Map) - Method in class com.sibvisions.rad.server.DefaultObjectProvider
Sets the parent for a LCO.
setParent(Bean) - Method in class com.sibvisions.rad.server.GenericBean
Sets the parent bean for this bean.
setParent(IContainer) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the parent of this component.
setParent(MutableTreeNode) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
setParent(IContainer) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Sets the parent of this component.
setParent(IContainer) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuBar
Sets the parent of this component.
setParent(IContainer) - Method in class javax.rad.genui.container.UIToolBar
Sets the parent of this component.
setParent(IContainer) - Method in class javax.rad.genui.menu.UIMenuBar
Sets the parent of this component.
setParent(IContainer) - Method in class javax.rad.genui.UIComponent
Sets the parent of this component.
setParent(IContainer) - Method in interface javax.rad.ui.IComponent
Sets the parent of this component.
setParent(TranslationMap) - Method in class javax.rad.util.TranslationMap
Sets the Parent TranslationMap to delegate translations.
setPassword(String) - Method in class com.sibvisions.rad.application.Login
Sets the password.
setPassword(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the password to use for the connection to the database.
setPassword(String) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the session password.
setPassword(String) - Method in class com.sibvisions.rad.server.DetachedSession
Sets the password.
setPassword(String) - Method in class javax.rad.remote.AbstractConnection
Sets the password which will be used from the remote server to authenticate the connection, when the connection is not open.
setPKCatalog(Name) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the primary key catalog name.
setPKColumns(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the primary key columns.
setPKSchema(Name) - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
Sets the primary key Schema name.
setPojoPropertyName(int, String) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Sets the given POJO property name at the given index.
setPopupCanceled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
True, if popup should close in canceled mode.
setPopupComponent(JComponent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the popup component.
setPopupMenu(JPopupMenu) - Method in class com.sibvisions.rad.ui.swing.ext.JVxButton
Sets the popup menu.
setPopupMenu(IPopupMenu) - Method in class javax.rad.genui.UIComponent
Sets the popup menu that should be displayed by this component.
setPopupSize(IDimension) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Sets the size of the Popup window using a Dimension object.
setPopupSize(Dimension) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the size of the Popup window using a Dimension object.
setPopupSize(IDimension) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets the size of the Popup window using a Dimension object.
setPopupSize(IDimension) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets the size of the Popup window using a Dimension object.
setPopupVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the visibility of the choice component.
setPosition(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Sets the position of this Anchor.
setPosition(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Sets the position of this Anchor.
setPosition(int) - Method in class com.sibvisions.util.db.AbstractCommand
Sets the start position in the statement for the command.
setPosition(int) - Method in interface javax.rad.ui.layout.IFormLayout.IAnchor
Sets the position of this Anchor.
setPrecision(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the precision/size of this column.
setPrecision(int) - Method in class javax.rad.model.datatype.BigDecimalDataType
Sets the precision of the BigDecimalDataType.
setPrecision(int) - Method in class javax.rad.persist.ColumnMetaData
Sets the precision/size of this column.
setPrecision(int) - Method in class javax.rad.type.AbstractNumberType
Sets the precision.
setPreferredEditorMode(int) - Method in class com.sibvisions.rad.ui.celleditor.AbstractInplaceCellEditor
Sets the preferred Editor Mode.
setPreferredEditorMode(int) - Method in class javax.rad.genui.celleditor.UIInplaceCellEditor
Sets the preferred Editor Mode.
setPreferredEditorMode(int) - Method in interface javax.rad.ui.celleditor.IInplaceCellEditor
Sets the preferred Editor Mode.
setPreferredSize(IDimension) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the preferred size of this component to a constant value.
setPreferredSize(IDimension) - Method in class javax.rad.genui.UIComponent
Sets the preferred size of this component to a constant value.
setPreferredSize(int, int) - Method in class javax.rad.genui.UIComponent
Set the preferred size with primitive types.
setPreferredSize(IDimension) - Method in interface javax.rad.ui.IComponent
Sets the preferred size of this component to a constant value.
setPreserveAspectRatio(boolean) - Method in class com.sibvisions.rad.ui.celleditor.AbstractImageViewer
Sets if the aspect ratio of the image should be preserved if it is stretched in any direction.
setPreserveAspectRatio(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Sets if the aspect ratio of the image should be preserved if it is stretched in any direction.
setPreserveAspectRatio(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets if the aspect ratio of the image should be preserved if it is stretched in any direction.
setPreserveAspectRatio(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Sets if the aspect ratio of the image should be preserved if it is stretched in any direction.
setPreserveAspectRatio(boolean) - Method in class javax.rad.genui.celleditor.UIImageViewer
Sets if the aspect ratio of the image should be preserved if it is stretched in any direction.
setPreserveAspectRatio(boolean) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets if the aspect ratio of the image should be preserved if it is stretched in any direction.
setPreserveAspectRatio(boolean) - Method in class javax.rad.genui.component.UIIcon
Sets if the aspect ratio of the image should be preserved if it is stretched in any direction.
setPreserveAspectRatio(boolean) - Method in interface javax.rad.ui.celleditor.IImageViewer
Sets if the aspect ratio of the image should be preserved if it is stretched in any direction.
setPreserveAspectRatio(boolean) - Method in interface javax.rad.ui.component.IIcon
Sets if the aspect ratio of the image should be preserved if it is stretched in any direction.
setPressedImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the image for the button when the button is pressed.
setPressedImage(IImage) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingCheckBoxMenuItem
Sets the image for the button when the button is pressed.
setPressedImage(IImage) - Method in class javax.rad.genui.component.AbstractUIButton
Sets the image for the button when the button is pressed.
setPressedImage(IImage) - Method in class javax.rad.genui.menu.UICheckBoxMenuItem
Sets the image for the button when the button is pressed.
setPressedImage(IImage) - Method in interface javax.rad.ui.component.IButton
Sets the image for the button when the button is pressed.
setPressedImage(IImage) - Method in interface javax.rad.ui.component.IToggleActionComponent
Sets the image for the button when the button is pressed.
setPrimaryKeyColumnNames(String[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the Primary Key column names.
setPrimaryKeyColumnNames(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the Primary Key column names.
setPrimaryKeyColumnNames(String[]) - Method in interface javax.rad.model.IRowDefinition
Sets the names of all added ColumnDefinitions which represent a primary key column.
setPrimaryKeyColumnNames(String[]) - Method in class javax.rad.model.RowDefinition
Sets the names of all added ColumnDefinitions which represent a primary key column.
setPrimaryKeyColumnNames(String[]) - Method in class javax.rad.persist.MetaData
Sets the Primary Key column names.
setPrimaryKeyType(ServerMetaData.PrimaryKeyType) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Gets the type of the Primary key columns.
setProgram(String) - Method in class com.sibvisions.util.Execute
Sets the program to launch.
setProperties(List<Object[]>) - Method in class com.sibvisions.rad.server.AbstractSession
Sets multiple properties.
setProperty(ConnectionInfo, String, Object) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Sets a connection property.
setProperty(String, Object) - Method in class com.sibvisions.rad.server.AbstractSession
Sets a property.
setProperty(String, String) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets the value of a property to the application configuration file.
setProperty(String, Object) - Method in class com.sibvisions.rad.server.DetachedSession
Sets the value of a property.
setProperty(ConnectionInfo, String, Object) - Method in class com.sibvisions.rad.server.DirectServerConnection
Sets a connection property.
setProperty(String, Object) - Method in class com.sibvisions.rad.server.DirectServerSession
Sets the value of a property.
setProperty(String, Object) - Method in interface com.sibvisions.rad.server.IResponse
Sets a response property.
setProperty(Object, String, Object) - Method in class com.sibvisions.rad.server.Server
Sets a session property.
setProperty(String, Object) - Method in class com.sibvisions.rad.ui.AbstractFactory
Sets the given value with the given name as property.
setProperty(String, String) - Static method in class com.sibvisions.rad.ui.Webstart
Set the value of a property through the PersistenceService.
setProperty(ConnectionInfo, String, Object) - Method in class com.sibvisions.rad.util.DirectObjectConnection
Sets a connection property.
setProperty(String, String) - Method in class com.sibvisions.util.Mail
Sets or removes a property.
setProperty(String, Object) - Method in class javax.rad.remote.AbstractConnection
Sets a connection property.
setProperty(ConnectionInfo, String, Object) - Method in interface javax.rad.remote.IConnection
Sets a connection property.
setProperty(Object, String, Object) - Method in interface javax.rad.server.IServer
Sets a session property.
setProperty(String, Object) - Method in interface javax.rad.server.ISession
Sets the value of a property.
setProperty(String, Object) - Method in interface javax.rad.ui.IFactory
Sets the given value with the given name as property.
setPropertyIntern(String, Object) - Method in class com.sibvisions.rad.server.AbstractSession
Sets internal members with property values.
setPropertyNameForColumn(String, String) - Method in class com.sibvisions.rad.persist.AbstractStorage
Sets the property name (Java standard) for a given column name.
setPropertyNameForColumn(String, String) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Sets the property name (Java standard) for a given column name.
setQueryColumns(String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the query columns of the SELECT statement.
setQueryTimeout(int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the query time out in seconds.
setQuoteCharacters(String, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the database specific quote characters.
setQuotedName(String) - Method in class com.sibvisions.rad.persist.jdbc.Name
Sets the quoted name to use in the database.
setReadAhead(int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the count of rows which are read ahead from the IDBAccess.
setReadOnly(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if this IDataBook is read only.
setReadOnly(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets whether this column is read only.
setReadOnly(boolean) - Method in interface javax.rad.model.IDataBook
Sets if this IDataBook is read only.
setReadOnly(String[]) - Method in interface javax.rad.model.IRowDefinition
Sets that specified columns as read only.
setReadOnly(String[]) - Method in class javax.rad.model.RowDefinition
Sets that specified columns as read only.
setReadOnlyChecker(IReadOnlyChecker) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the IReadOnlyChecker.
setReadOnlyChecker(Object, String) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the read only checker.
setReadOnlyChecker(IReadOnlyChecker) - Method in interface javax.rad.model.IDataBook
Sets the IReadOnlyChecker.
setReadOnlyWithoutSave(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the databook readonly but does not automatically save.
setRealName(String) - Method in class com.sibvisions.rad.persist.jdbc.Name
Sets the real name.
setRealQueryColumnName(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
The name the use in the database (real column) to query the column.
setReferencedColumnNames(String[]) - Method in class javax.rad.model.reference.ColumnMapping
Sets the referenced column names of the ReferenceDefinition.
setReferencedColumnNames(String[]) - Method in class javax.rad.model.reference.ReferenceDefinition
Sets the referenced (master) column names to use in this ReferenceDefinition.
setReferencedDataBook(IDataBook) - Method in class javax.rad.model.reference.ReferenceDefinition
Sets the referenced IDataBook of the ReferenceDefinition.
setReferencedStorage(String) - Method in class javax.rad.model.reference.StorageReferenceDefinition
Sets the "name" of referenced IStorage of the StorageReferenceDefinition.
setRefetch(boolean) - Method in class com.sibvisions.rad.persist.AbstractStorage
Sets if this Storage refetches after insert and update.
setRegistryKey(String, String, String) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Sets the value for an application specific registry key.
setRegistryKey(String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets the value for a specific key to the applications registry.
setRegistryKey(String, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Sets the value for a specific key to the applications registry.
setRegistryKey(String, String) - Method in class javax.rad.application.genui.UILauncher
Sets the value for a specific key to the applications registry.
setRegistryKey(String, String) - Method in interface javax.rad.application.ILauncher
Sets the value for a specific key to the applications registry.
setRelatedAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Anchor
Sets the related Anchor.
setRelatedAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtAnchor
Sets the related Anchor.
setRemoveQuotes(boolean) - Method in class com.sibvisions.util.type.StringParser
Sets whether leading and trailing quotes should be removed from the fields.
setRepresentationColumnNames(String[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the Representation column names.
setRepresentationColumnNames(Name[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Sets the Representation column names.
setRepresentationColumnNames(String[]) - Method in class javax.rad.persist.MetaData
Sets the Representation column names.
setResizable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setResizable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in class javax.rad.genui.container.AbstractFrame
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets if this column can be resized.
setResizable(boolean) - Method in interface javax.rad.ui.container.IFrame
Sets whether this frame is resizable by the user.
setResourcePath(String) - Method in class javax.rad.util.TranslationMap
Sets the resource path as additional information, if known.
setRestrictCondition(ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the restrict condition.
setRetryCount(int) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
The number of retries before the connection will be marked as broken.
setRetryDuringAliveCheck(boolean) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Sets whether alive check should retry if a communication error occurs.
setRetryDuringClose(boolean) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Sets whether close should retry if a communication error occurs.
setRetryDuringOpen(boolean) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Sets whether open should retry if a communication error occurs.
setRetryInterval(int) - Method in class com.sibvisions.rad.remote.AbstractSerializedConnection
Sets the retry interval in milliseconds.
setRight(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
Sets the right margin of the IInsets.
setRight(int) - Method in class javax.rad.genui.UIInsets
Sets the right margin of the IInsets.
setRight(int) - Method in interface javax.rad.ui.IInsets
Sets the right margin of the IInsets.
setRightAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Sets the right anchor.
setRightAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Sets the right anchor.
setRightAnchor(IFormLayout.IAnchor) - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Sets the right anchor.
setRootName(String) - Method in class javax.rad.genui.UIComponent
Sets the root name to the given one.
setRootPane(JRootPane) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setRootReference(ReferenceDefinition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the tree root reference.
setRootReference(ReferenceDefinition) - Method in interface javax.rad.model.IDataBook
Sets the tree root reference.
setRowCalculator(IRowCalculator) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the IRowCalculator.
setRowCalculator(Object, String) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the row calculator.
setRowCalculator(IRowCalculator) - Method in interface javax.rad.model.IDataBook
Sets the IRowCalculator.
setRowDefinition(IRowDefinition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the RowDefinition to use.
setRowDefinition(IRowDefinition) - Method in class javax.rad.model.ColumnDefinition
Sets the IRowDefinition for this ColumnDefinition.
setRowDefinition(IRowDefinition) - Method in interface javax.rad.model.IDataBook
Sets the RowDefinition to use.
setRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Set the row height.
setRowHeight(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the row height.
setRowHeight(int) - Method in class javax.rad.genui.control.UITable
Sets the row height.
setRowHeight(int) - Method in interface javax.rad.ui.control.ITable
Sets the row height.
setRows(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Sets the row count.
setRows(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Sets the number of rows in this ITextArea, and then invalidate the layout.
setRows(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Sets the row count.
setRows(int) - Method in class javax.rad.genui.component.UITextArea
Sets the number of rows in this ITextArea, and then invalidate the layout.
setRows(int) - Method in class javax.rad.genui.layout.UIGridLayout
Sets the row count.
setRows(int) - Method in interface javax.rad.ui.component.ITextArea
Sets the number of rows in this ITextArea, and then invalidate the layout.
setRows(int) - Method in interface javax.rad.ui.layout.IGridLayout
Sets the row count.
setSaveImmediate(boolean) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets the save immediate option.
setSavingImmediate(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets whether the CellEditor should save immediate.
setSavingImmediate(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets whether the CellEditor should save immediate.
setSavingImmediate(boolean) - Method in class javax.rad.genui.control.UIEditor
Sets whether the CellEditor should save immediate.
setSavingImmediate(boolean) - Method in interface javax.rad.ui.control.IEditor
Sets whether the CellEditor should save immediate.
setScale(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the scale of this column.
setScale(int) - Method in class javax.rad.model.datatype.BigDecimalDataType
Sets the scale of the BigDecimalDataType.
setScale(int) - Method in class javax.rad.persist.ColumnMetaData
Sets the scale of this column.
setSchema(String) - Method in class com.sibvisions.util.xml.XmlWorker
Sets the resource name of the schema file for validation of the xml.
setSearchColumnMapping(ColumnMapping) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Sets search columns for which should be searched in the linked cell.
setSearchColumnMapping(ColumnMapping) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets search columns for which should be searched in the linked cell.
setSearchColumnMapping(ColumnMapping) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets search columns for which should be searched in the linked cell.
setSearchTextAnywhere(boolean) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
True, if the text is searched anywhere.
setSearchTextAnywhere(boolean) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
True, if the text is searched anywhere.
setSearchTextAnywhere(boolean) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
True, if the text is searched anywhere.
setSecondComponent(IComponent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Sets the component to the right (or below) the divider.
setSecondComponent(IComponent) - Method in class javax.rad.genui.container.UISplitPanel
Sets the component to the right (or below) the divider.
setSecondComponent(IComponent) - Method in interface javax.rad.ui.container.ISplitPanel
Sets the component to the right (or below) the divider.
setSelected(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setSelected(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingToggleButton
Sets the selected state of the component.
setSelected(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingCheckBoxMenuItem
Sets the selected state of the component.
setSelected(boolean) - Method in class javax.rad.genui.component.AbstractUIToggleButton
Sets the selected state of the component.
setSelected(boolean) - Method in class javax.rad.genui.menu.UICheckBoxMenuItem
Sets the selected state of the component.
setSelected(boolean) - Method in interface javax.rad.ui.component.IToggleActionComponent
Sets the selected state of the component.
setSelectedColumn(String) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the selected column based on the given name.
setSelectedColumn(String) - Method in interface javax.rad.model.IDataBook
Sets the selected column based on the given name.
setSelectedDataPageRow(int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the selected row index relatively to the current IDataPage.
setSelectedDataPageRow(int) - Method in interface javax.rad.model.IDataBook
Sets the selected row index relatively to the current IDataPage.
setSelectedIndex(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the selected index.
setSelectedIndex(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setSelectedIndex(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setSelectedIndex(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the selected index for this tabbedpane.
setSelectedIndex(int) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the selected index for this tabbedpane.
setSelectedIndex(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets the selected index for this tabbedpane.
setSelectedIndexIfExists(int) - Method in class javax.rad.genui.container.UITabsetPanel
Selects the tab, if it exists.
setSelectedItem(Object) - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
setSelectedItem(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the value that should be selected.
setSelectedItem(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setSelectedItem(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo.DateComboBoxModel
setSelectedRow(int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the selected IDataRow to the given index.
setSelectedRow(int) - Method in interface javax.rad.model.IDataBook
Sets the selected IDataRow to the given index.
setSelectedRowInternal(int) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the selected row with throwing any changed events.
setSelectedValue(Object) - Method in class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
Sets the value for selected state.
setSelectedValue(Object) - Method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Sets the value for selected state.
setSelectedValue(Object) - Method in interface javax.rad.ui.celleditor.ICheckBoxCellEditor
Sets the value for selected state.
setSelectionMode(IDataBook.SelectionMode) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the IDataBook.SelectionMode that should be used.
setSelectionMode(IDataBook.SelectionMode) - Method in interface javax.rad.model.IDataBook
Sets the IDataBook.SelectionMode that should be used.
setSelectionVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
setServerColumnMetaData(ServerColumnMetaData[]) - Method in class com.sibvisions.rad.persist.jdbc.ServerMetaData
Adds an new ServerColumnMetaData column.
setShowAmPm(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
True, if am pm should be shown.
setShowFocusRect(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets if showing the focus rect or not.
setShowFocusRect(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets if showing the focus rect or not.
setShowFocusRect(boolean) - Method in class javax.rad.genui.control.UITable
Sets if showing the focus rect or not.
setShowFocusRect(boolean) - Method in interface javax.rad.ui.control.ITable
Sets if showing the focus rect or not.
setShowGridLines(boolean) - Method in class javax.rad.genui.control.UITable
Sets if the horizontal lines or vertical lines are shown.
setShowHorizontalLines(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets if showing the vertical lines or not.
setShowHorizontalLines(boolean) - Method in class javax.rad.genui.control.UITable
Sets if showing the vertical lines or not.
setShowHorizontalLines(boolean) - Method in interface javax.rad.ui.control.ITable
Sets if showing the vertical lines or not.
setShowSeconds(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
True, if seconds should be shown.
setShowSelection(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets if showing the selection or not.
setShowSelection(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets if showing the selection or not.
setShowSelection(boolean) - Method in class javax.rad.genui.control.UITable
Sets if showing the selection or not.
setShowSelection(boolean) - Method in interface javax.rad.ui.control.ITable
Sets if showing the selection or not.
setShowVerticalLines(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets if showing the vertical lines or not.
setShowVerticalLines(boolean) - Method in class javax.rad.genui.control.UITable
Sets if showing the vertical lines or not.
setShowVerticalLines(boolean) - Method in interface javax.rad.ui.control.ITable
Sets if showing the vertical lines or not.
setSigned(boolean) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets if this ColumnMetaData is signed.
setSigned(boolean) - Method in class javax.rad.model.datatype.BigDecimalDataType
Sets if the BigDecimalDataType is signed.
setSigned(boolean) - Method in class javax.rad.model.datatype.LongDataType
Sets if the BigDecimalDataType is signed.
setSigned(boolean) - Method in class javax.rad.persist.ColumnMetaData
Sets if this ColumnMetaData is signed.
setSize(IDimension) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Resizes this component so that it has width d.width and height d.height.
setSize(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxFontAwesomeIcon
Sets the size.
setSize(int) - Method in class com.sibvisions.util.ArrayUtil
Sets the size.
setSize(IDimension) - Method in class javax.rad.genui.UIComponent
Resizes this component so that it has width d.width and height d.height.
setSize(int, int) - Method in class javax.rad.genui.UIComponent
Set the size with primitive types.
setSize(int) - Method in class javax.rad.model.datatype.DataType
Sets the size of the DataType.
setSize(IDimension) - Method in interface javax.rad.ui.IComponent
Resizes this component so that it has width d.width and height d.height.
setSort(SortDefinition) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the SortDefinition that is used.
setSort(SortDefinition) - Method in interface javax.rad.model.IDataBook
Sets the SortDefinition that is used.
setSortable(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets whether this column is sortable.
setSortByColumnName(boolean) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
setSortByColumnName(boolean) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
setSortByColumnName(boolean) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
True, if the linked cell editor should sort by the column name it is editing.
setSortDataRowOnSave(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Is true, if the current saved row should be moved to the correct possition according to the set SortDefinition.
setSortOnHeaderEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Set true, if it should possible sorting the data by clicking on the header.
setSortOnHeaderEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Set true, if it should possible sorting the data by clicking on the header.
setSortOnHeaderEnabled(boolean) - Method in class javax.rad.genui.control.UITable
Set true, if it should possible sorting the data by clicking on the header.
setSortOnHeaderEnabled(boolean) - Method in interface javax.rad.ui.control.ITable
Set true, if it should possible sorting the data by clicking on the header.
setSQLType(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the SQL type of this column.
setSQLTypeName(String) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the SQL type name of this column.
setState(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Sets the state of this frame (obsolete).
setState(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the state of this frame (obsolete).
setState(int) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets the state of this frame (obsolete).
setState(int) - Method in class javax.rad.genui.container.AbstractFrame
Sets the state of this frame (obsolete).
setState(int) - Method in interface javax.rad.ui.container.IFrame
Sets the state of this frame (obsolete).
setStatement(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ParameterizedStatement
Sets the statement.
setStorageImpl(IStorage) - Method in class com.sibvisions.rad.persist.StorageDataBook
Sets the storage implementation which should be used to access data.
setStrictFormatCheck(boolean) - Method in class com.sibvisions.util.type.DateUtil
Strict format check defines whether the set pattern should be exactly by format, or be more flexibel in analysing the given date.
setStrikeThrough(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
true, if strike through should be painted.
setStrikeThrough(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughLineBorder
true, if strike through should be painted.
setStyle(Style) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the style definition.
setStyle(Style) - Method in class javax.rad.genui.UIComponent
Sets the style definition.
setStyle(Style) - Method in interface javax.rad.ui.IComponent
Sets the style definition.
setSubInfo(String) - Method in class com.sibvisions.rad.application.About
Sets the detailed information.
setSubNodes(List<XmlNode>) - Method in class com.sibvisions.util.xml.XmlNode
Deprecated. since 2.6 use XmlNode.setNodes(List) instead.
setSystemColor(String, Color) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
Sets the system color.
setSystemColor(String, IColor) - Method in class com.sibvisions.rad.ui.swing.impl.SwingFactory
Sets the given IColor as SystemColor.
setSystemColor(String, IColor) - Static method in class javax.rad.genui.UIColor
Sets the given IColor as SystemColor.
setSystemColor(String, IColor) - Method in interface javax.rad.ui.IFactory
Sets the given IColor as SystemColor.
setSystemExitOnDispose(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Sets whether System.exit(int) should be called if dispose is called.
setTabIndex(Integer) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the desired tab index.
setTabIndex(Integer) - Method in class com.sibvisions.rad.ui.swing.impl.SwingComponent
Sets the desired tab index.
setTabIndex(Integer) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Sets the desired tab index.
setTabIndex(Integer) - Method in class javax.rad.genui.UIComponent
Sets the desired tab index.
setTabIndex(Integer) - Method in interface javax.rad.ui.IComponent
Sets the desired tab index.
setTabLayoutPolicy(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setTabLayoutPolicy(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the policy which the tabbedpane will use in laying out the tabs when all the tabs will not fit within a single run.
setTabLayoutPolicy(int) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the policy which the tabbedpane will use in laying out the tabs when all the tabs will not fit within a single run.
setTabLayoutPolicy(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets the policy which the tabbedpane will use in laying out the tabs when all the tabs will not fit within a single run.
setTableHeaderVisible(boolean) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Does nothing, the header of a table can't be hidden.
setTableHeaderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the visibility of the table header.
setTableHeaderVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the visibility of the table header.
setTableHeaderVisible(boolean) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets the table header visible.
setTableHeaderVisible(boolean) - Method in class javax.rad.genui.control.UITable
Sets the visibility of the table header.
setTableHeaderVisible(boolean) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets the table header visible.
setTableHeaderVisible(boolean) - Method in interface javax.rad.ui.control.ITable
Sets the visibility of the table header.
setTableReadonly(boolean) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Sets the table in the popup readonly.
setTableReadonly(boolean) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets the table in the popup readonly.
setTableReadonly(boolean) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets the table in the popup readonly.
setTabMode(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Sets whether tab mode is active.
setTabMode(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingDesktopPanel
Sets the display mode of the desktop to show tabs instead of frames.
setTabMode(boolean) - Method in class javax.rad.genui.container.UIDesktopPanel
Sets the display mode of the desktop to show tabs instead of frames.
setTabMode(boolean) - Method in interface javax.rad.ui.container.IDesktopPanel
Sets the display mode of the desktop to show tabs instead of frames.
setTabNavigationMode(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the ENTER navigation mode.
setTabNavigationMode(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the navigation mode for the TAB key.
setTabNavigationMode(int) - Method in class javax.rad.genui.control.UITable
Sets the navigation mode for the TAB key.
setTabNavigationMode(int) - Method in interface javax.rad.ui.control.INavigationControl
Sets the navigation mode for the TAB key.
setTabPlacement(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the tab placement.
setTabPlacement(int) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the tab placement.
setTabPlacement(int) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets the tab placement.
setTabsDragable(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDesktopPane
Sets the drag option for tabs in tabbed mode.
setText(String) - Method in class com.sibvisions.rad.application.About
Sets the about information.
setText(String) - Method in class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
Sets the text of the checkbox button.
setText(String) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Defines the single line of text this component will display.
setText(String) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Defines the single line of text this component will display.
setText(String) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Defines the single line of text this component will display.
setText(String) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Defines the single line of text this component will display.
setText(String) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Defines the single line of text this component will display.
setText(String) - Method in class javax.rad.genui.celleditor.UICheckBoxCellEditor
Sets the text of the checkbox button.
setText(String) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Defines the single line of text this component will display.
setText(String) - Method in class javax.rad.genui.component.AbstractUITextField
Defines the single line of text this component will display.
setText(String) - Method in class javax.rad.genui.component.UILabel
Defines the single line of text this component will display.
setText(String) - Method in class javax.rad.genui.container.UIGroupPanel
Defines the single line of text this component will display.
setText(String) - Method in interface javax.rad.ui.celleditor.ICheckBoxCellEditor
Sets the text of the checkbox button.
setText(String) - Method in interface javax.rad.ui.component.ILabel
Defines the single line of text this component will display.
setTextAt(int, String) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Sets the text at pIndex to pText which can be null.
setTextAt(int, String) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the text at pIndex to pText which can be null.
setTextAt(int, String) - Method in interface javax.rad.ui.container.ITabsetPanel
Sets the text at pIndex to pText which can be null.
setTextAtIfExists(int, String) - Method in class javax.rad.genui.container.UITabsetPanel
Sets the tab text, if it exists.
setTextFont(UIFont) - Method in class com.sibvisions.rad.application.About
Sets the font for the text.
setThreadClassLoader(ClassLoader) - Static method in class com.sibvisions.util.type.ResourceUtil
Sets the resource class loader for the current thread.
setThreadDefault(Locale) - Static method in class com.sibvisions.util.type.LocaleUtil
Gets the default locale.
setTimeout(long) - Method in class javax.rad.io.RemoteFileHandle
Sets the ObjectCache key.
setTimeout(int) - Method in class javax.rad.remote.AbstractConnection
Sets the timeout of the connection.
setTimeVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
True, if the time editor is visible.
setTitle(String) - Method in class com.sibvisions.rad.application.Application
Sets the application title.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the title.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Sets the title for this frame to the specified string.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the title for this frame to the specified string.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the title.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.JSBridge
Sets the window title.
setTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Sets the title for this frame to the specified string.
setTitle(String) - Method in class javax.rad.genui.container.AbstractFrame
Sets the title for this frame to the specified string.
setTitle(String) - Method in class javax.rad.genui.control.UIChart
Sets the title.
setTitle(String) - Method in interface javax.rad.ui.container.IFrame
Sets the title for this frame to the specified string.
setTitle(String) - Method in interface javax.rad.ui.control.IChart
Sets the title.
setTitleAt(int, String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setTLSEnabled(boolean) - Method in class com.sibvisions.util.Mail
Sets whether TLS is enabled.
setToolBarArea(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Sets the display area where the toolbars will be added.
setToolBarArea(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Sets the display area where the toolbars will be added.
setToolBarArea(int) - Method in class javax.rad.genui.container.AbstractFrame
Sets the display area where the toolbars will be added.
setToolBarArea(int) - Method in class javax.rad.genui.container.InternalToolBarPanel
Sets the display area where the toolbars will be added.
setToolBarArea(int) - Method in class javax.rad.genui.container.UIToolBarPanel
Sets the display area where the toolbars will be added.
setToolBarArea(int) - Method in interface javax.rad.ui.container.IToolBarPanel
Sets the display area where the toolbars will be added.
setToolBarMovable(boolean) - Method in class javax.rad.genui.container.AbstractFrame
Sets all toolbars movable or fixed.
setToolBarMovable(boolean) - Method in class javax.rad.genui.container.InternalToolBarPanel
Sets all toolbars movable or fixed.
setToolBarMovable(boolean) - Method in class javax.rad.genui.container.UIToolBarPanel
Sets all toolbars movable or fixed.
setToolTipText(String) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Registers the text to display in a tool tip.
setToolTipText(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
setToolTipText(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingComponent
Registers the text to display in a tool tip.
setToolTipText(String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Registers the text to display in a tool tip.
setToolTipText(String) - Method in class javax.rad.genui.UIComponent
Registers the text to display in a tool tip.
setToolTipText(String) - Method in interface javax.rad.ui.IComponent
Registers the text to display in a tool tip.
setTop(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtInsets
Sets the top margin of the IInsets.
setTop(int) - Method in class javax.rad.genui.UIInsets
Sets the top margin of the IInsets.
setTop(int) - Method in interface javax.rad.ui.IInsets
Sets the top margin of the IInsets.
setTopAnchor(JVxFormLayout.Anchor) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout.Constraint
Sets the top anchor.
setTopAnchor(IFormLayout.IAnchor) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout.AwtConstraints
Sets the top anchor.
setTopAnchor(IFormLayout.IAnchor) - Method in interface javax.rad.ui.layout.IFormLayout.IConstraints
Sets the top anchor.
setTransactionTimeout(int) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the transaction time out.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Sets the possible translations.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the possible translations.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the possible translations.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxDateCombo
Sets the possible translations.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the possible translations.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Sets the translation mapping.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the possible translations.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets the possible translations.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Sets the translation for the window.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Sets the translation for the window.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the translation for this table.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the possible translations.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the translation for this table.
setTranslation(TranslationMap) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets the possible translations.
setTranslation(TranslationMap) - Method in class javax.rad.genui.UIComponent
Sets the possible translations.
setTranslation(TranslationMap) - Method in interface javax.rad.model.ui.ITranslatable
Sets the possible translations.
setTranslation(TranslationMap) - Method in interface javax.rad.ui.container.IWindow
Sets the translation for the window.
setTranslation(TranslationMap) - Method in interface javax.rad.ui.control.IChart
Sets the translation for this table.
setTranslation(TranslationMap) - Method in interface javax.rad.ui.control.ITable
Sets the translation for this table.
setTranslationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in class javax.rad.genui.UIComponent
Sets the translation en- or disabled.
setTranslationEnabled(boolean) - Method in interface javax.rad.model.ui.ITranslatable
Sets the translation en- or disabled.
setTranslator(ITranslator) - Method in class javax.rad.model.datatype.StringDataType
Sets the translator for translating.
setTreePath(TreePath) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the tree current tree path.
setTreePath(TreePath) - Method in interface javax.rad.model.IDataBook
Sets the tree current tree path.
setTypeIdentifier(int) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets the used data type this ColumnMetaData.
setTypeIdentifier(int) - Method in class javax.rad.persist.ColumnMetaData
Sets the used data type for this ColumnMetaData.
setUI(PanelUI) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
setUI(TextUI) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
setUI(ComboBoxUI) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setUI(InternalFrameUI) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
setUI(TabbedPaneUI) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTabbedPane
setUIComponent(UIComponent<?>) - Method in class javax.rad.genui.UIComponent
Sets the genui component, thats ui resource is added to the parents ui resource.
setUID(Object) - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Sets the internal Unique Identifier for the ChangeableDataRow.
setUIResource(UI) - Method in class javax.rad.genui.AbstractUIFactoryResource
Gets the UI resource corresponding with this wrapper object.
setUIResourceContainer(UIContainer<C>) - Method in class javax.rad.genui.UIContainer
Sets a new UIResource.
setUpdateEnabled(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if IDataRow.setValue(String, Object) updating a row is enabled.
setUpdateEnabled(boolean) - Method in class com.sibvisions.rad.server.config.ApplicationZone
Sets whether this application zone should be up-to-date.
setUpdateEnabled(boolean) - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Sets the up-to-date option of the configuration.
setUpdateEnabled(boolean) - Method in interface javax.rad.model.IDataBook
Sets if IDataRow.setValue(String, Object) updating a row is enabled.
setUpdating() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
It marks this ChangeableDataRow as UPDATING.
setUploadURL(String) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Sets the upload URL.
setUrl(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the url String for this database.
setUserName(String) - Method in class com.sibvisions.rad.application.Login
Sets the user name.
setUsername(String) - Method in class com.sibvisions.rad.persist.jdbc.DB2DBAccess
 
setUsername(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Sets the user name to connect with.
setUsername(String) - Method in class com.sibvisions.rad.persist.jdbc.MSSQLDBAccess
 
setUsername(String) - Method in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
 
setUsername(String) - Method in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
 
setUserName(String) - Method in class com.sibvisions.rad.server.AbstractSession
Sets the sessions user name.
setUserName(String) - Method in class com.sibvisions.rad.server.DetachedSession
Sets the username.
setUserName(String) - Method in class javax.rad.remote.AbstractConnection
Sets the user name which will be used from the remote server to authenticate the connection, when the connection is not open.
setUserObject(Object) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
setUseSystemEnvironmentParameter(boolean) - Method in class com.sibvisions.util.Execute
Sets whether the default environment parameters should be used.
setValidationEnabled(boolean) - Method in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
Sets true, if only values from the table are allowed.
setValidationEnabled(boolean) - Method in class com.sibvisions.util.xml.XmlWorker
Set the general validation of xml en- or disabled.
setValidationEnabled(boolean) - Method in class javax.rad.genui.celleditor.UILinkedCellEditor
Sets true, if only values from the table are allowed.
setValidationEnabled(boolean) - Method in interface javax.rad.ui.celleditor.ILinkedCellEditor
Sets true, if only values from the table are allowed.
setValue(String, Object) - Method in class com.sibvisions.rad.model.mem.DataRow
Sets the value of the named column.
setValue(String, Object) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the value of the named column.
setValue(Object) - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Sets the current value.
setValue(Object, String, Object) - Static method in class com.sibvisions.util.Reflective
Sets a field on a specified object value.
setValue(Object, Field, Object) - Static method in class com.sibvisions.util.Reflective
Sets a field on a specified object value.
setValue(String) - Method in class com.sibvisions.util.xml.XmlNode
Sets the node value.
setValue(Object) - Method in class javax.rad.model.condition.CompareCondition
Sets the value to use in the compare.
setValue(String, Object) - Method in interface javax.rad.model.IDataRow
Sets the value of the named column.
setValue(Object) - Method in class javax.rad.util.Parameter
Sets the value.
setValueAt(Object, int, int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.DataBookTableModel
setValueIntern(int, Object, ColumnDefinition) - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
Sets the value of the named column in this IDataRow.
setValueIntern(int, Object, ColumnDefinition) - Method in class com.sibvisions.rad.model.mem.DataRow
Sets the value of the named column in this IDataRow.
setValues(String[], Object[]) - Method in class com.sibvisions.rad.model.mem.DataRow
Sets all columns of the given names to the given values.
setValues(String[], Object[]) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets all columns of the given names to the given values.
setValues(List<Object>) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess.ParameterizedStatement
Sets the values of the parameters.
setValues(String[], Object[]) - Method in interface javax.rad.model.IDataRow
Sets all columns of the given names to the given values.
setValuesIntern(String[], Object[]) - Method in class com.sibvisions.rad.model.mem.DataRow
It sets the values without throwing an event.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.celleditor.AbstractStyledCellEditor
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice
Sets the vertical alignment of the icon.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.JVxIcon
Sets the vertical alignment of the icon.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the alignment for the y axis.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the alignment for the y axis.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.celleditor.UICellEditor
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.celleditor.UIImageViewer
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.component.AbstractUIActionComponent
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.component.AbstractUITextField
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.component.UIIcon
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.component.UILabel
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.container.UIGroupPanel
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.control.UIEditor
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.layout.UIFlowLayout
Sets the vertical alignment.
setVerticalAlignment(int) - Method in class javax.rad.genui.layout.UIFormLayout
Sets the vertical alignment.
setVerticalAlignment(int) - Method in interface javax.rad.ui.IAlignmentConstants
Sets the vertical alignment.
setVerticalComponentAlignment(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the component alignement for the y axis.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxFormLayout
Sets the vertical gap.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxGridLayout
Sets the vertical gap.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.ext.layout.JVxSequenceLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFlowLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtFormLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class com.sibvisions.rad.ui.swing.impl.layout.AwtGridLayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in class javax.rad.genui.UILayout
Sets the vertical gap between components.
setVerticalGap(int) - Method in interface javax.rad.ui.ILayout
Sets the vertical gap between components.
setVerticalTextPosition(int) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Sets the vertical position of the text relative to the icon.
setVerticalTextPosition(int) - Method in class javax.rad.genui.component.AbstractUIButton
Sets the vertical position of the text relative to the icon.
setVerticalTextPosition(int) - Method in interface javax.rad.ui.component.IButton
Sets the vertical position of the text relative to the icon.
setViewport(JViewport) - Method in class com.sibvisions.rad.ui.swing.ext.JVxScrollPane
setVisible(boolean) - Method in class com.sibvisions.rad.ui.awt.impl.AwtComponent
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChoice.NullCaret
setVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
setVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Makes the component visible or invisible.
setVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class javax.rad.genui.container.AbstractWindow
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class javax.rad.genui.container.UIFrame
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class javax.rad.genui.UIComponent
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in interface javax.rad.ui.IComponent
Shows or hides this component depending on the value of parameter b.
setWhereClause(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the string to place in the SELECT statement after the last WHERE condition from the Filter or MasterReference (Master-Detail Condition).
setWidth(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtDimension
Sets the width of the IDimension.
setWidth(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Sets the width of the IDimension.
setWidth(int) - Method in class javax.rad.genui.UIDimension
Sets the width of the IDimension.
setWidth(int) - Method in class javax.rad.genui.UIRectangle
Sets the width of the IDimension.
setWidth(int) - Method in class javax.rad.model.ColumnDefinition
Sets the size of this column, which is used in GUI control to display.
setWidth(int) - Method in interface javax.rad.ui.IDimension
Sets the width of the IDimension.
setWindowWillBeActiveSoon(Window) - Static method in class com.sibvisions.rad.ui.swing.ext.JVxUtil
set the window, that will get the focus soon.
setWordWrap(boolean) - Method in class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Sets the current state of the word wrap mode.
setWordWrap(boolean) - Method in class javax.rad.genui.component.UITextArea
Sets the current state of the word wrap mode.
setWordWrap(boolean) - Method in interface javax.rad.ui.component.ITextArea
Sets the current state of the word wrap mode.
setWorkingDirectory(File) - Method in class com.sibvisions.util.Execute
Sets the working directory.
setWritable(boolean) - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
Sets whether this column is writeable.
setWritable(boolean) - Method in class javax.rad.model.ColumnDefinition
Sets whether this column will be stored.
setWritable(boolean) - Method in class javax.rad.persist.ColumnMetaData
Sets whether this column is writeable.
setWritebackColumns(String[]) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the list of write back columns to use in the INSERT, UPDATE statements.
setWritebackEnabled(boolean) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets if this data book should write back its changes to the storage.
setWritebackEnabled(boolean) - Method in class com.sibvisions.rad.model.remote.RemoteDataBook
Sets if this data book should write back its changes to the storage.
setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel) - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the IDataBook.WriteBackIsolationLevel to use.
setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel) - Method in class com.sibvisions.rad.model.mem.MemDataSource
Sets the default IDataBook.WriteBackIsolationLevel for all added IDataBooks.
setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel) - Method in interface javax.rad.model.IDataBook
Sets the IDataBook.WriteBackIsolationLevel to use.
setWritebackIsolationLevel(IDataBook.WriteBackIsolationLevel) - Method in interface javax.rad.model.IDataSource
Sets the default IDataBook.WriteBackIsolationLevel for all added IDataBooks.
setWritebackTable(String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Sets the WritebackTable, which is used for the INSERT, UPDATE, DELETE calls.
setX(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtPoint
Sets the x coordinate of the IPoint.
setX(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Sets the x coordinate of the IPoint.
setX(int) - Method in class javax.rad.genui.UIPoint
Sets the x coordinate of the IPoint.
setX(int) - Method in class javax.rad.genui.UIRectangle
Sets the x coordinate of the IPoint.
setX(int) - Method in interface javax.rad.ui.IPoint
Sets the x coordinate of the IPoint.
setXAxisTitle(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the x axis title.
setXAxisTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the x axis title.
setXAxisTitle(String) - Method in class javax.rad.genui.control.UIChart
Sets the x axis title.
setXAxisTitle(String) - Method in interface javax.rad.ui.control.IChart
Sets the x axis title.
setXColumnName(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the x column name.
setXColumnName(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the x column name.
setXColumnName(String) - Method in class javax.rad.genui.control.UIChart
Sets the x column name.
setXColumnName(String) - Method in interface javax.rad.ui.control.IChart
Sets the x column name.
setY(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtPoint
Sets the y coordinate of the IPoint.
setY(int) - Method in class com.sibvisions.rad.ui.awt.impl.AwtRectangle
Sets the y coordinate of the IPoint.
setY(int) - Method in class javax.rad.genui.UIPoint
Sets the y coordinate of the IPoint.
setY(int) - Method in class javax.rad.genui.UIRectangle
Sets the y coordinate of the IPoint.
setY(int) - Method in interface javax.rad.ui.IPoint
Sets the y coordinate of the IPoint.
setYAxisTitle(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the y axis title.
setYAxisTitle(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the y axis title.
setYAxisTitle(String) - Method in class javax.rad.genui.control.UIChart
Sets the y axis title.
setYAxisTitle(String) - Method in interface javax.rad.ui.control.IChart
Sets the y axis title.
setYColumnNames(String[]) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Sets the y column names.
setYColumnNames(String[]) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Sets the y column names.
setYColumnNames(String[]) - Method in class javax.rad.genui.control.UIChart
Sets the y column names.
setYColumnNames(String[]) - Method in interface javax.rad.ui.control.IChart
Sets the y column names.
setZOrder(UIComponent, int) - Method in class javax.rad.genui.UIContainer
Sets the order of the given component.
SHA - Static variable in class com.sibvisions.util.SecureHash
the SHA hash algorithm.
SHA_256 - Static variable in class com.sibvisions.util.SecureHash
the SHA-256 hash algorithm.
SHA_384 - Static variable in class com.sibvisions.util.SecureHash
the SHA-384 hash algorithm.
SHA_512 - Static variable in class com.sibvisions.util.SecureHash
the SHA-512 hash algorithm.
ShadowCopyInputStream - Class in com.sibvisions.util.io
The ShadowCopyInputStream is an InputStream wrapper that copies every read byte to an internal cache.
ShadowCopyInputStream(InputStream) - Constructor for class com.sibvisions.util.io.ShadowCopyInputStream
Creates a new instance of ShadowCopyInputStream.
ShadowCopyOutputStream - Class in com.sibvisions.util.io
The ShadowCopyOutputStream is an OutputStream wrapper that copies every written byte to an internal cache.
ShadowCopyOutputStream(OutputStream) - Constructor for class com.sibvisions.util.io.ShadowCopyOutputStream
Creates a new instance of ShadowCopyOutputStream.
SHARE_ALT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) share-alt image (used for toolbar buttons or icons).
SHARE_ALT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) share-alt image (used for menuitems or buttons).
SHARE_ALT_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) share-alt-square image (used for toolbar buttons or icons).
SHARE_ALT_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) share-alt-square image (used for menuitems or buttons).
SHARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) share image (used for toolbar buttons or icons).
SHARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) share image (used for menuitems or buttons).
SHARE_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) share-square image (used for toolbar buttons or icons).
SHARE_SQUARE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) share-square-o image (used for toolbar buttons or icons).
SHARE_SQUARE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) share-square-o image (used for menuitems or buttons).
SHARE_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) share-square image (used for menuitems or buttons).
SHEKEL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) shekel image (used for toolbar buttons or icons).
SHEKEL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) shekel image (used for menuitems or buttons).
SHEQEL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sheqel image (used for toolbar buttons or icons).
SHEQEL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sheqel image (used for menuitems or buttons).
SHIELD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) shield image (used for toolbar buttons or icons).
SHIELD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) shield image (used for menuitems or buttons).
SHIFT_ENTER_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with enter key.
SHIFT_MASK - Static variable in class javax.rad.ui.event.UIEvent
The Shift key modifier constant.
SHIFT_TAB_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with shift tab key.
SHIP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ship image (used for toolbar buttons or icons).
SHIP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ship image (used for menuitems or buttons).
SHIRTSINBULK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) shirtsinbulk image (used for toolbar buttons or icons).
SHIRTSINBULK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) shirtsinbulk image (used for menuitems or buttons).
SHOPPING_CART_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) shopping-cart image (used for toolbar buttons or icons).
SHOPPING_CART_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) shopping-cart image (used for menuitems or buttons).
ShortArraySerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Short array.
ShortArraySerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ShortArraySerializer
 
ShortSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Short.
ShortSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ShortSerializer
 
shouldSelectCell(EventObject) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
show(IComponent, int, int) - Method in class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show(IComponent, int, int) - Method in class javax.rad.genui.menu.UIPopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show(IComponent, int, int) - Method in interface javax.rad.ui.menu.IPopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show(Throwable) - Static method in class javax.rad.util.ExceptionHandler
Notifies the handler that an exception occured.
showDetails(Error) - Method in interface com.sibvisions.rad.application.event.IErrorListener
Invoked when details will be shown.
showDocument(String, IRectangle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Requests that external application shows a document indicated by the pDocumentname argument.
showDocument(String, IRectangle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Requests that external application shows a document indicated by the pDocumentname argument.
showDocument(String) - Static method in class com.sibvisions.rad.ui.Webstart
Shows a document via the JNLP BasicService.
showDocument(String, IRectangle, String) - Method in class javax.rad.application.genui.UILauncher
Requests that external application shows a document indicated by the pDocumentname argument.
showDocument(String, IRectangle, String) - Method in interface javax.rad.application.ILauncher
Requests that external application shows a document indicated by the pDocumentname argument.
showError(OP, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showError(OP, String, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showError(OP, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showError(OP, String, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showErrorDialog() - Method in class com.sibvisions.rad.application.Application
Shows the error dialog.
showFileHandle(IFileHandle, IRectangle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Technology independent showFileHandle.
showFileHandle(IFileHandle) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Technology independent showFileHandle.
showFileHandle(IFileHandle, IRectangle, String) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Technology independent showFileHandle.
showFileHandle(IFileHandle) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Technology independent showFileHandle.
showFileHandle(IFileHandle, IRectangle, String) - Method in class javax.rad.application.genui.UILauncher
Technology independent showFileHandle.
showFileHandle(IFileHandle) - Method in class javax.rad.application.genui.UILauncher
Technology independent showFileHandle.
showFileHandle(IFileHandle, IRectangle, String) - Method in interface javax.rad.application.ILauncher
Technology independent showFileHandle.
showFileHandle(IFileHandle) - Method in interface javax.rad.application.ILauncher
Technology independent showFileHandle.
showInformation(OP, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showInformation(OP, String, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showInformation(OP, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showInformation(OP, String, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showMessage(OP, int, int, String, String, String) - Method in class com.sibvisions.rad.application.Application
Shows a message.
showMessage(OP, int, int, String, String, String) - Method in class javax.rad.application.genui.Application
Shows a message.
showMessage(OP, int, int, String, String, String) - Method in interface javax.rad.application.IApplication
Shows a message.
showOpenDialog(boolean) - Static method in class com.sibvisions.rad.ui.Webstart
Opens a file chooser dialog via the JNLP FileOpenService.
showQuestion(OP, String, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
showQuestion(OP, String, String, String) - Method in class javax.rad.application.genui.Application
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
showQuestion(OP, String, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
showQuestion(OP, String, String, String) - Method in class javax.rad.application.genui.WorkScreen
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
showSaveDialog(IFileHandle) - Static method in class com.sibvisions.rad.ui.Webstart
Opens a file save dialog with the JNLP FileSaveService.
showWarning(OP, String) - Method in class javax.rad.application.genui.Application
Shows a warning with the IMessageConstants.MESSAGE_ICON_WARNING icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
showWarning(OP, String, String) - Method in class javax.rad.application.genui.Application
Shows a warning with the IMessageConstants.MESSAGE_ICON_WARNING icon and the IMessageConstants.MESSAGE_BUTTON_OK buttons.
SIGN_IN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sign-in image (used for toolbar buttons or icons).
SIGN_IN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sign-in image (used for menuitems or buttons).
SIGN_OUT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sign-out image (used for toolbar buttons or icons).
SIGN_OUT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sign-out image (used for menuitems or buttons).
SIGNAL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) signal image (used for toolbar buttons or icons).
SIGNAL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) signal image (used for menuitems or buttons).
SilentAbortException - Exception in javax.rad.util
The SilentAbortException is a RuntimeException, that is not reported and shown by the Exception Handler.
SilentAbortException() - Constructor for exception javax.rad.util.SilentAbortException
Constructs a new silent abort exception with null as its detail message.
SilentAbortException(String) - Constructor for exception javax.rad.util.SilentAbortException
Constructs a new silent abort exception with the specified detail message.
SilentAbortException(String, Throwable) - Constructor for exception javax.rad.util.SilentAbortException
Constructs a new silent abort exception with the specified detail message and cause.
SilentAbortException(Throwable) - Constructor for exception javax.rad.util.SilentAbortException
Constructs a new silent abort exception with the specified cause and a detail message of (cause==null ?
simpleClassNameClasses - Variable in class com.sibvisions.util.SimpleJavaSource
Class forName.
SimpleJavaSource - Class in com.sibvisions.util
The SimpleJavaSource interprets Java Source.
SimpleJavaSource() - Constructor for class com.sibvisions.util.SimpleJavaSource
Constructs a new SimpleJavaSource.
SIMPLYBUILT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) simplybuilt image (used for toolbar buttons or icons).
SIMPLYBUILT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) simplybuilt image (used for menuitems or buttons).
SINGLE_CLICK - Static variable in interface javax.rad.ui.celleditor.IInplaceCellEditor
Open Editor with single click.
SITEMAP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sitemap image (used for toolbar buttons or icons).
SITEMAP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sitemap image (used for menuitems or buttons).
size() - Method in class com.sibvisions.util.ArrayUtil
size() - Method in class com.sibvisions.util.GroupHashtable
Returns the group count.
size(G) - Method in class com.sibvisions.util.GroupHashtable
Returns the number of group elements.
size() - Method in class com.sibvisions.util.IdentityKeyValueList
Returns the number of keys.
size() - Method in class com.sibvisions.util.ImmutableArray
Gets the length of the array.
size() - Method in class com.sibvisions.util.IntHashMap
Gets the amount of internalized objects.
size() - Method in class com.sibvisions.util.KeyValueList
Returns the number of keys.
size() - Method in class com.sibvisions.util.xml.XmlNode
Returns the number of sub elements.
size(short) - Method in class com.sibvisions.util.xml.XmlNode
Returns the number of sub elements of the defined type.
size() - Method in class javax.rad.util.TranslationMap
The size of the translation map.
skip(long) - Method in class com.sibvisions.util.io.ByteCountInputStream
SKYATLAS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) skyatlas image (used for toolbar buttons or icons).
SKYATLAS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) skyatlas image (used for menuitems or buttons).
SKYPE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) skype image (used for toolbar buttons or icons).
SKYPE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) skype image (used for menuitems or buttons).
SLACK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) slack image (used for toolbar buttons or icons).
SLACK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) slack image (used for menuitems or buttons).
SLIDERS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sliders image (used for toolbar buttons or icons).
SLIDERS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sliders image (used for menuitems or buttons).
SLIDESHARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) slideshare image (used for toolbar buttons or icons).
SLIDESHARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) slideshare image (used for menuitems or buttons).
SMILE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) smile-o image (used for toolbar buttons or icons).
SMILE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) smile-o image (used for menuitems or buttons).
SOCCER_BALL_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) soccer-ball-o image (used for toolbar buttons or icons).
SOCCER_BALL_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) soccer-ball-o image (used for menuitems or buttons).
sort(IDataRow[]) - Method in class com.sibvisions.rad.model.DataBookSorter
Sorts an array of IDataRows.
SORT_ALPHA_ASC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort-alpha-asc image (used for toolbar buttons or icons).
SORT_ALPHA_ASC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort-alpha-asc image (used for menuitems or buttons).
SORT_ALPHA_DESC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort-alpha-desc image (used for toolbar buttons or icons).
SORT_ALPHA_DESC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort-alpha-desc image (used for menuitems or buttons).
SORT_AMOUNT_ASC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort-amount-asc image (used for toolbar buttons or icons).
SORT_AMOUNT_ASC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort-amount-asc image (used for menuitems or buttons).
SORT_AMOUNT_DESC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort-amount-desc image (used for toolbar buttons or icons).
SORT_AMOUNT_DESC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort-amount-desc image (used for menuitems or buttons).
SORT_ASC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort-asc image (used for toolbar buttons or icons).
SORT_ASC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort-asc image (used for menuitems or buttons).
SORT_DESC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort-desc image (used for toolbar buttons or icons).
SORT_DESC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort-desc image (used for menuitems or buttons).
SORT_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort-down image (used for toolbar buttons or icons).
SORT_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort-down image (used for menuitems or buttons).
SORT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort image (used for toolbar buttons or icons).
SORT_NUMERIC_ASC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort-numeric-asc image (used for toolbar buttons or icons).
SORT_NUMERIC_ASC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort-numeric-asc image (used for menuitems or buttons).
SORT_NUMERIC_DESC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort-numeric-desc image (used for toolbar buttons or icons).
SORT_NUMERIC_DESC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort-numeric-desc image (used for menuitems or buttons).
SORT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort image (used for menuitems or buttons).
SORT_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sort-up image (used for toolbar buttons or icons).
SORT_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sort-up image (used for menuitems or buttons).
sortByColumnName - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
If the values should be sorted by column name.
SortDefinition - Class in javax.rad.model
The SortDefinition class specifies the sort order to use.
SortDefinition() - Constructor for class javax.rad.model.SortDefinition
Creates a new instance of SortDefinition.
SortDefinition(String...) - Constructor for class javax.rad.model.SortDefinition
Constructs a SortDefinition object with the column names to sort and a default boolean Array which defines if the corresponding (same index) is sorted ascending (=true).
SortDefinition(boolean, String...) - Constructor for class javax.rad.model.SortDefinition
Constructs a SortDefinition object with the column names to sort and the boolean to use for all columns to sort ascending (=true) or descending (=false).
SortDefinition(String[], boolean[]) - Constructor for class javax.rad.model.SortDefinition
Constructs a SortDefinition object with the column names to sort , the boolean Array which defines if the corresponding (same index) is sorted ascending (=true) or descending (=false).
SOUNDCLOUD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) soundcloud image (used for toolbar buttons or icons).
SOUNDCLOUD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) soundcloud image (used for menuitems or buttons).
SOUTH - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The south layout constraint (bottom of container).
SOUTH - Static variable in interface javax.rad.ui.layout.IBorderLayout
The south layout constraint (bottom of container).
SPACE_SHUTTLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) space-shuttle image (used for toolbar buttons or icons).
SPACE_SHUTTLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) space-shuttle image (used for menuitems or buttons).
SPEC_VERSION - Static variable in interface javax.rad.IPackageSetup
Constant version value.
SPINNER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) spinner image (used for toolbar buttons or icons).
SPINNER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) spinner image (used for menuitems or buttons).
SPLIT_LEFT_RIGHT - Static variable in interface javax.rad.ui.container.ISplitPanel
Horizontal split indicates the Components are split along the x axis.
SPLIT_TOP_BOTTOM - Static variable in interface javax.rad.ui.container.ISplitPanel
Vertical split indicates the Components are split along the y axis.
splitImageProperties(String) - Static method in class com.sibvisions.rad.ui.ApplicationUtil
Splits image properties.
splitSchemaTable(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Separates the schema and table from the given from clause.
SPOON_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) spoon image (used for toolbar buttons or icons).
SPOON_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) spoon image (used for menuitems or buttons).
SPOTIFY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) spotify image (used for toolbar buttons or icons).
SPOTIFY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) spotify image (used for menuitems or buttons).
SQLiteDBAccess - Class in com.sibvisions.rad.persist.jdbc
The SQLiteDBAccess is the implementation for the SQLite database.
SQLiteDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.SQLiteDBAccess
Creates a new instance of SQLiteDBAccess.
SQLTYPE_AUTOMATIC - Static variable in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
Delegate the type decision to the JDBC driver.
SQLTYPE_DECIMAL - Static variable in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
VARCHAR SQL Type Types.DECIMAL.
SQLTYPE_TIMESTAMP - Static variable in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
VARCHAR SQL Type Types.TIMESTAMP.
SQLTYPE_VARCHAR - Static variable in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
VARCHAR SQL Type Types.VARCHAR.
SQLXML - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
A jdbc XML DB column data type constant.
SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) square image (used for toolbar buttons or icons).
SQUARE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) square-o image (used for toolbar buttons or icons).
SQUARE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) square-o image (used for menuitems or buttons).
SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) square image (used for menuitems or buttons).
STACK_EXCHANGE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) stack-exchange image (used for toolbar buttons or icons).
STACK_EXCHANGE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) stack-exchange image (used for menuitems or buttons).
STACK_OVERFLOW_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) stack-overflow image (used for toolbar buttons or icons).
STACK_OVERFLOW_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) stack-overflow image (used for menuitems or buttons).
STAR_HALF_EMPTY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) star-half-empty image (used for toolbar buttons or icons).
STAR_HALF_EMPTY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) star-half-empty image (used for menuitems or buttons).
STAR_HALF_FULL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) star-half-full image (used for toolbar buttons or icons).
STAR_HALF_FULL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) star-half-full image (used for menuitems or buttons).
STAR_HALF_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) star-half image (used for toolbar buttons or icons).
STAR_HALF_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) star-half-o image (used for toolbar buttons or icons).
STAR_HALF_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) star-half-o image (used for menuitems or buttons).
STAR_HALF_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) star-half image (used for menuitems or buttons).
STAR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) star image (used for toolbar buttons or icons).
STAR_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) star-o image (used for toolbar buttons or icons).
STAR_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) star-o image (used for menuitems or buttons).
STAR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) star image (used for menuitems or buttons).
start() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Applet is visible.
start(Runnable) - Static method in class com.sibvisions.util.ThreadHandler
Starts a thread and adds it to the thread list.
start(Runnable) - Method in class com.sibvisions.util.ThreadManager
Starts a thread and adds it to the "known" threads.
startCDATA() - Method in class com.sibvisions.util.xml.XmlWorker
startDelayed() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Starts the application and tries to wait until the size is available.
startDocument() - Method in class com.sibvisions.util.xml.XmlWorker
startDTD(String, String, String) - Method in class com.sibvisions.util.xml.XmlWorker
startEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class javax.rad.genui.control.UIChart
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class javax.rad.genui.control.UITable
Informs the GUI control, that the editor should be opened.
startEditing() - Method in class javax.rad.genui.control.UITree
Informs the GUI control, that the editor should be opened.
startEditing() - Method in interface javax.rad.model.ui.ITableControl
Informs the GUI control, that the editor should be opened.
startEditing() - Method in interface javax.rad.model.ui.ITreeControl
Informs the GUI control, that the editor should be opened.
startElement(String, String, String, Attributes) - Method in class com.sibvisions.util.xml.XmlWorker
startEntity(String) - Method in class com.sibvisions.util.xml.XmlWorker
startGc() - Static method in class com.sibvisions.util.Memory
Starts the garbage collector triggering thread.
startPrefixMapping(String, String) - Method in class com.sibvisions.util.xml.XmlWorker
StartsWithIgnoreCase - Class in javax.rad.model.condition
The StartsWithIgnoreCase condition is a LikeIgnoreCase condition with a leading *.
StartsWithIgnoreCase() - Constructor for class javax.rad.model.condition.StartsWithIgnoreCase
Creates a new instance of StartsWithIgnoreCase.
StartsWithIgnoreCase(String, Object) - Constructor for class javax.rad.model.condition.StartsWithIgnoreCase
Creates a new instance of StartsWithIgnoreCase with a defined compare value.
StartsWithIgnoreCase(String, Object, boolean) - Constructor for class javax.rad.model.condition.StartsWithIgnoreCase
Creates a new instance of StartsWithIgnoreCase with a defined compare value.
StartsWithIgnoreCase(IDataRow, String) - Constructor for class javax.rad.model.condition.StartsWithIgnoreCase
Constructs a new StartsWithIgnoreCase Condition, with a column, the IDataRow to check and if null values should be ignored.
StartsWithIgnoreCase(IDataRow, String, boolean) - Constructor for class javax.rad.model.condition.StartsWithIgnoreCase
Constructs a new StartsWithIgnoreCase Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true).
StartsWithIgnoreCase(IDataRow, String, String) - Constructor for class javax.rad.model.condition.StartsWithIgnoreCase
Constructs a new StartsWithIgnoreCase 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).
StartsWithIgnoreCase(IDataRow, String, String, boolean) - Constructor for class javax.rad.model.condition.StartsWithIgnoreCase
Constructs a new StartsWithIgnoreCase 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.
startup(String, String, String[]) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplication
Starts the application in the UI thread.
stateChanged(ChangeEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
STEAM_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) steam image (used for toolbar buttons or icons).
STEAM_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) steam image (used for menuitems or buttons).
STEAM_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) steam-square image (used for toolbar buttons or icons).
STEAM_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) steam-square image (used for menuitems or buttons).
STEP_BACKWARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) step-backward image (used for toolbar buttons or icons).
STEP_BACKWARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) step-backward image (used for menuitems or buttons).
STEP_FORWARD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) step-forward image (used for toolbar buttons or icons).
STEP_FORWARD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) step-forward image (used for menuitems or buttons).
STETHOSCOPE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) stethoscope image (used for toolbar buttons or icons).
STETHOSCOPE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) stethoscope image (used for menuitems or buttons).
STICKY_NOTE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sticky-note image (used for toolbar buttons or icons).
STICKY_NOTE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sticky-note-o image (used for toolbar buttons or icons).
STICKY_NOTE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sticky-note-o image (used for menuitems or buttons).
STICKY_NOTE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sticky-note image (used for menuitems or buttons).
stop(Thread) - Static method in class com.sibvisions.util.ThreadHandler
Stops/interrupts a thread and removes it from the thread list.
stop() - Static method in class com.sibvisions.util.ThreadHandler
Stops/interrupts all threads from the thread list.
stop(Thread) - Method in class com.sibvisions.util.ThreadManager
Stops/interrupts a thread and removes it from the "known" threads.
stop() - Method in class com.sibvisions.util.ThreadManager
Stops/interrupts all "known" threads.
STOP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) stop image (used for toolbar buttons or icons).
STOP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) stop image (used for menuitems or buttons).
stopCellEditing() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable.GenericTableCellHandler
stopGc() - Static method in class com.sibvisions.util.Memory
Stops the garbage collector triggering thread.
STORAGE - Static variable in interface com.sibvisions.rad.server.protocol.ICategoryConstants
the storage category.
STORAGE_CREATE_AUTOLINK - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the create automatic link command.
STORAGE_EXEC_DELETE - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute delete command.
STORAGE_EXEC_FETCH - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute fetch command.
STORAGE_EXEC_INSERT - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute insert command.
STORAGE_EXEC_REFETCH - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute refetch command.
STORAGE_EXEC_UPDATE - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the execute update command.
STORAGE_OPEN - Static variable in interface com.sibvisions.rad.server.protocol.ICommandConstants
the storage open command.
storageChanged(StorageEvent) - Method in interface com.sibvisions.rad.persist.event.IStorageListener
Notifies that the IStorage is changed.
StorageDataBook - Class in com.sibvisions.rad.persist
The StorageDataBook is a RemoteDataBook directly connected to an IStorage.
StorageDataBook() - Constructor for class com.sibvisions.rad.persist.StorageDataBook
Creates a new instance of StorageDataBook.
StorageDataBook(IStorage) - Constructor for class com.sibvisions.rad.persist.StorageDataBook
Creates a new instance of StorageDataBook for the given storage.
StorageDataBook(StorageDataBook, IStorage) - Constructor for class com.sibvisions.rad.persist.StorageDataBook
Creates a new instance of StorageDataBook for the given storage.
StorageEvent - Class in com.sibvisions.rad.persist.event
The StorageEvent contains information about changes in an IStorage.
StorageEvent(IStorage, BeanConverter, StorageEvent.ChangedType, Object[], Object[]) - Constructor for class com.sibvisions.rad.persist.event.StorageEvent
Creates a new instance of StorageEvent.
StorageEvent(IStorage, BeanConverter, StorageEvent.ChangedType, IBean, IBean) - Constructor for class com.sibvisions.rad.persist.event.StorageEvent
Constructs the DataRowEvent.
StorageEvent(IStorage, BeanConverter, StorageEvent.ChangedType, Object, Object) - Constructor for class com.sibvisions.rad.persist.event.StorageEvent
Creates a new instance of StorageEvent.
StorageEvent.ChangedType - Enum in com.sibvisions.rad.persist.event
Specifies the type of change.
StorageEventHandler<L> - Class in com.sibvisions.rad.persist.event
The StorageEventHandler is a EventHandler that handles Events, and throws DataSourceExceptions.
StorageEventHandler(Class<L>) - Constructor for class com.sibvisions.rad.persist.event.StorageEventHandler
Constructs a new EventHandler, the listener type may only have 1 method.
StorageHandler - Class in com.sibvisions.rad.persist.event
The StorageHandler is a EventHandler that handles IStorageListener.
StorageHandler() - Constructor for class com.sibvisions.rad.persist.event.StorageHandler
Constructs a new StorageHandler.
StorageReferenceDefinition - Class in javax.rad.model.reference
The StorageReferenceDefinition specifies the relation between a detail IStorage and the master IStorage.
StorageReferenceDefinition() - Constructor for class javax.rad.model.reference.StorageReferenceDefinition
Constructs the StorageReferenceDefinition without parameters.
StorageReferenceDefinition(String[], String, String[]) - Constructor for class javax.rad.model.reference.StorageReferenceDefinition
Constructs the StorageReferenceDefinition with the specified parameters.
StorageService - Class in com.sibvisions.rad.server.http.rest.service
The StorageService lists all available records of an AbstractStorage.
StorageService() - Constructor for class com.sibvisions.rad.server.http.rest.service.StorageService
 
store() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
It stores the changes in memory as stored.
store() - Method in class com.sibvisions.rad.model.mem.MemDataBook
It stores the changes in memory as stored.
storeFocus() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
Stores the current focus owner in an internal component.
STREET_VIEW_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) street-view image (used for toolbar buttons or icons).
STREET_VIEW_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) street-view image (used for menuitems or buttons).
STRETCH - Static variable in interface com.sibvisions.rad.ui.swing.ext.JVxConstants
the constant for stretch alignment.
StrictIsolation - Annotation Type in com.sibvisions.rad.server.annotation
The StrictIsolation annotation could be used if a Life-cycle object should be isolated independent of the configuration.
STRIKETHROUGH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) strikethrough image (used for toolbar buttons or icons).
STRIKETHROUGH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) strikethrough image (used for menuitems or buttons).
StringDataType - Class in javax.rad.model.datatype
A StringDataType is the data type class of a String ColumnDefinition.
StringDataType() - Constructor for class javax.rad.model.datatype.StringDataType
Constructs a StringDataType with the maximum Integer size.
StringDataType(int) - Constructor for class javax.rad.model.datatype.StringDataType
Constructs a StringDataType with the given Integer size.
StringDataType(ICellEditor) - Constructor for class javax.rad.model.datatype.StringDataType
Constructs a StringDataType with the maximum Integer size and the given cell editor.
StringDataType(int, ICellEditor) - Constructor for class javax.rad.model.datatype.StringDataType
Constructs a StringDataType with the given Integer size and the given cell editor.
StringParser - Class in com.sibvisions.util.type
The StringParser is a very simple text parser, that just implements splitting a single line into fields.
StringParser(char) - Constructor for class com.sibvisions.util.type.StringParser
Creates a new instance of StringParser with supplied separator.
StringParser(char, char) - Constructor for class com.sibvisions.util.type.StringParser
Creates a new instance of StringParser with supplied separator and quote char.
StringParser(char, char, char) - Constructor for class com.sibvisions.util.type.StringParser
Creates a new instance of StringParser with supplied separator, quote and escape character.
StringSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for String.
StringSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.StringSerializer
 
stringToValue(String) - Method in class com.sibvisions.rad.ui.swing.ext.text.DateFormatter
stringToValue(String) - Method in class com.sibvisions.rad.ui.swing.ext.text.NumberFormatter
StringType - Class in javax.rad.type
The StringType is a platform independent definition of String.
StringType() - Constructor for class javax.rad.type.StringType
Constructs a new StringType.
StringUtil - Class in com.sibvisions.util.type
The StringUtil contains String dependent utility methods.
StringUtil.CaseSensitiveType - Enum in com.sibvisions.util.type
case senstive types.
StringUtil.CharacterType - Enum in com.sibvisions.util.type
the character types.
StringUtil.TextType - Enum in com.sibvisions.util.type
the text types.
stripTags(String) - Static method in class com.sibvisions.util.type.StringUtil
Strips any tags from the given text.
STUMBLEUPON_CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) stumbleupon-circle image (used for toolbar buttons or icons).
STUMBLEUPON_CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) stumbleupon-circle image (used for menuitems or buttons).
STUMBLEUPON_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) stumbleupon image (used for toolbar buttons or icons).
STUMBLEUPON_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) stumbleupon image (used for menuitems or buttons).
Style - Class in javax.rad.ui
The Style class is a simple container for style information.
Style(String...) - Constructor for class javax.rad.ui.Style
Creates a new instance of Style with given style names.
STYLE_AREA - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxChart
Style constant for showing an area chart.
STYLE_AREA - Static variable in interface javax.rad.ui.control.IChart
Style constant for showing an area chart.
STYLE_BARS - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxChart
Style constant for showing a bar chart.
STYLE_BARS - Static variable in interface javax.rad.ui.control.IChart
Style constant for showing a bar chart.
STYLE_LINES - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxChart
Style constant for showing a line chart.
STYLE_LINES - Static variable in interface javax.rad.ui.control.IChart
Style constant for showing a line chart.
STYLE_PIE - Static variable in class com.sibvisions.rad.ui.swing.ext.JVxChart
Style constant for showing a pie chart.
STYLE_PIE - Static variable in interface javax.rad.ui.control.IChart
Style constant for showing a pie chart.
SubConnection - Class in javax.rad.remote
The SubConnection uses the connection of a MasterConnection for transfering data to the server.
SUBSCRIPT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) subscript image (used for toolbar buttons or icons).
SUBSCRIPT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) subscript image (used for menuitems or buttons).
subSessionCreationError(Throwable) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Handles a sub session creation error.
SUBSTORAGE_PREFIX - Static variable in class com.sibvisions.rad.persist.jdbc.DBStorage
The prefix for substorages.
SUBWAY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) subway image (used for toolbar buttons or icons).
SUBWAY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) subway image (used for menuitems or buttons).
SUITCASE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) suitcase image (used for toolbar buttons or icons).
SUITCASE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) suitcase image (used for menuitems or buttons).
SUN_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) sun-o image (used for toolbar buttons or icons).
SUN_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) sun-o image (used for menuitems or buttons).
SUPERSCRIPT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) superscript image (used for toolbar buttons or icons).
SUPERSCRIPT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) superscript image (used for menuitems or buttons).
SUPPORT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) support image (used for toolbar buttons or icons).
SUPPORT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) support image (used for menuitems or buttons).
supportsGetGeneratedKeys() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Returns if this Database specific supports generated keys.
supportsGetGeneratedKeys() - Method in class com.sibvisions.rad.persist.jdbc.DerbyDBAccess
Returns if this Database specific supports generated keys.
sUUID - Variable in class com.sibvisions.rad.server.protocol.Record
the UUID.
SW_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The south-west-resize cursor type.
SwingAbstractButton<C extends javax.swing.AbstractButton> - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingButton is the IButton implementation for swing.
SwingAbstractButton(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractButton
Creates a new instance of SwingAbstractButton.
SwingAbstractFrame<C extends java.awt.Container> - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingAbstractFrame is the IFrame implementation for swing.
SwingAbstractFrame(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingAbstractFrame
Creates a new instance of SwingAbstractFrame.
SwingApplet - Class in com.sibvisions.rad.ui.swing.impl
The SwingApplet is the IApplication implementation for swing applets with full access to the JApplet.
SwingApplet() - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingApplet
Constructs a SwingApplet.
SwingApplet.SwingAppletLauncher - Class in com.sibvisions.rad.ui.swing.impl
The SwingAppletLauncher is the ILauncher implementation for swing applet applications with full access to the JApplet.
SwingApplet.SwingAppletLauncher(JApplet, String) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Creates a new instance of SwingFrame.
SwingApplication - Class in com.sibvisions.rad.ui.swing.impl
The SwingApplication is the IApplication implementation for swing applications with full access to the JFrame.
SwingApplication() - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingApplication
Creates a new instance of SwingApplication.
SwingApplication(String, String, String[]) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingApplication
Creates a new instance of SwingApplication with the desired application.
SwingButton - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingButton is the IButton implementation for swing.
SwingButton() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingButton
Creates a new instance of SwingButton.
SwingCellFormat - Class in com.sibvisions.rad.ui.swing.impl.control
The SwingCellFormat is the ICellFormat implementation for swing.
SwingCellFormat(IColor, IColor, IFont, IImage, Style, int) - Constructor for class com.sibvisions.rad.ui.swing.impl.control.SwingCellFormat
Constructs a new instance of SwingCellFormat.
SwingChart - Class in com.sibvisions.rad.ui.swing.impl.control
The SwingChart is the IChart implementation for swing.
SwingChart() - Constructor for class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Creates a new instance of SwingChart.
SwingCheckBox - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingCheckBox is the ICheckBox implementation for swing.
SwingCheckBox() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingCheckBox
Creates a new instance of SwingCheckBox.
SwingCheckBoxMenuItem - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingCheckBoxMenuItem is the ICheckBoxMenuItem implementation for swing.
SwingCheckBoxMenuItem() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingCheckBoxMenuItem
Creates a new instance of SwingCheckBoxMenuItem.
SwingComponent<C extends javax.swing.JComponent> - Class in com.sibvisions.rad.ui.swing.impl
The SwingComponent extends AwtComponent with setting the alignment.
SwingComponent(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingComponent
Creates a new instance of SwingComponent.
SwingDesktopPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingDesktopPanel is the IDesktopPanel implementation for swing.
SwingDesktopPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingDesktopPanel
Creates a new instance of SwingDesktopPanel.
SwingEditor - Class in com.sibvisions.rad.ui.swing.impl.control
The SwingEditor is the IEditor implementation for swing.
SwingEditor() - Constructor for class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Creates a new instance of SwingEditor.
SwingFactory - Class in com.sibvisions.rad.ui.swing.impl
The SwingFactory class encapsulates methods to create and access Swing components.
SwingFactory() - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingFactory
Creates a new instance of SwingFactory.
SwingFrame - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingFrame is the IFrame implementation for swing.
SwingFrame() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Creates a new instance of SwingFrame.
SwingGroupPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingGroupPanel is the IGroupPanel implementation for swing.
SwingGroupPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingGroupPanel
Creates a new instance of SwingGroupPanel.
SwingIcon - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingIcon is the IIcon implementation for swing.
SwingIcon() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingIcon
Creates a new instance of SwingIcon.
SwingImage - Class in com.sibvisions.rad.ui.swing.impl
The AwtImage represents graphical images.
SwingImage(ImageIcon) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingImage
Creates an instance of AwtImage based on a java.awt.Image.
SwingImage(String, ImageIcon) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingImage
Creates an instance of AwtImage based on a java.awt.Image.
SwingInternalFrame - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingInternalFrame is the IInternalFrame implementation for swing.
SwingInternalFrame(IDesktopPanel) - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
Creates a new instance of SwingInternalFrame.
SwingLabel - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingLabel is the ILabel implementation for swing.
SwingLabel() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingLabel
Creates a new instance of SwingLabel.
SwingMenu - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingMenu is the IMenu implementation for swing.
SwingMenu() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingMenu
Creates a new instance of SwingMenu.
SwingMenuBar - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingMenuBar is the IMenuBar implementation for swing.
SwingMenuBar() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuBar
Creates a new instance of SwingMenuBar.
SwingMenuItem<C extends javax.swing.JMenuItem> - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingMenuItem is the IMenuItem implementation for swing.
SwingMenuItem(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuItem
Creates a new instance of SwingMenuItem.
SwingMenuItem() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingMenuItem
Creates a new instance of SwingMenuItem.
SwingPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingPanel is the IPanel implementation for swing.
SwingPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingPanel
Creates a new instance of SwingPanel.
SwingPasswordField - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingPasswordField is the IPasswordField implementation for swing.
SwingPasswordField() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingPasswordField
Creates a new instance of SwingPasswordField.
SwingPopupMenu - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingPopupMenu is the IPopupMenu implementation for swing.
SwingPopupMenu() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingPopupMenu
Creates a new instance of SwingPopupMenu.
SwingRadioButton - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingRadioButton is the IRadioButton implementation for swing.
SwingRadioButton() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingRadioButton
Creates a new instance of SwingRadioButton.
SwingScrollComponent<C extends javax.swing.JComponent,SC extends javax.swing.JComponent> - Class in com.sibvisions.rad.ui.swing.impl
The SwingComponent is a component with scrollbars.
SwingScrollComponent(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent
Creates a new instance of SwingScrollComponent.
SwingScrollPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingPanel is the IPanel implementation for swing.
SwingScrollPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingScrollPanel
Creates a new instance of SwingPanel.
SwingSeparator - Class in com.sibvisions.rad.ui.swing.impl.menu
The SwingSeparator is the ISeparator implementation for swing.
SwingSeparator() - Constructor for class com.sibvisions.rad.ui.swing.impl.menu.SwingSeparator
Creates a new instance of SwingSeparator.
SwingSplitPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingSplitPanel is the ISplitPanel implementation for swing.
SwingSplitPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingSplitPanel
Creates a new instance of SwingLabel with a divider size of 6, continous layout enabled and one touch expandable enabled.
SwingTable - Class in com.sibvisions.rad.ui.swing.impl.control
The SwingTable is the ITable implementation for swing.
SwingTable() - Constructor for class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Creates a new instance of SwingTable.
SwingTabsetPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingTabsetPanel is the ITabsetPanel implementation for swing.
SwingTabsetPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingTabsetPanel
Creates a new instance of SwingTabsetPanel.
SwingTextArea - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingTextArea is the ITextArea implementation for swing.
SwingTextArea() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingTextArea
Creates a new instance of SwingTextArea.
SwingTextComponent<C extends javax.swing.JComponent,TC extends javax.swing.text.JTextComponent> - Class in com.sibvisions.rad.ui.swing.impl.component
Platform and technology independent TextField definition.
SwingTextComponent(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingTextComponent
Creates a new instance of SwingTextField.
SwingTextField<C extends javax.swing.JTextField> - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingTextField is the ITextField implementation for swing.
SwingTextField(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingTextField
Creates a new instance of SwingTextField.
SwingTextField() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingTextField
Creates a new instance of SwingTextField.
SwingToggleButton<C extends javax.swing.JToggleButton> - Class in com.sibvisions.rad.ui.swing.impl.component
The SwingToggleButton is the IToggleButton implementation for swing.
SwingToggleButton(C) - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingToggleButton
Creates a new instance of SwingToggleButton.
SwingToggleButton() - Constructor for class com.sibvisions.rad.ui.swing.impl.component.SwingToggleButton
Creates a new instance of SwingToggleButton.
SwingToolBar - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingToolBar is the IToolBar implementation for swing.
SwingToolBar() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingToolBar
Creates a new instance of SwingToolBar.
SwingToolBarPanel - Class in com.sibvisions.rad.ui.swing.impl.container
The SwingToolBarPanel is IToolBarPanel implementation for Swing.
SwingToolBarPanel() - Constructor for class com.sibvisions.rad.ui.swing.impl.container.SwingToolBarPanel
Creates a new instance of SwingPanel.
SwingTree - Class in com.sibvisions.rad.ui.swing.impl.control
The SwingTree is the ITree implementation for swing.
SwingTree() - Constructor for class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Creates a new instance of SwingTable.

T

TAB_KEY - Static variable in interface javax.rad.model.ui.ICellEditorListener
CellEditorComponent has completed editing with tab key.
TAB_LAYOUT_SCROLL - Static variable in interface javax.rad.ui.container.ITabsetPanel
Tab layout policy for providing a subset of available tabs when all the tabs will not fit within a single run.
TAB_LAYOUT_WRAP - Static variable in interface javax.rad.ui.container.ITabsetPanel
The tab layout policy for wrapping tabs in multiple runs when all tabs will not fit within a single run.
tabActivated(UITabsetEvent) - Method in interface javax.rad.ui.event.type.tabset.ITabActivatedListener
Invoked when a tab was activated.
tabClosed(UITabsetEvent) - Method in interface javax.rad.ui.event.type.tabset.ITabClosedListener
Invoked when a tab was closed.
tabDeactivated(UITabsetEvent) - Method in interface javax.rad.ui.event.type.tabset.ITabDeactivatedListener
Invoked when a tab was deactivated.
TabEvent - Class in com.sibvisions.rad.ui.swing.ext.event
An event which indicates that a tab action occurred in a tabbed pane.
TabEvent(Object, int, int, long, int) - Constructor for class com.sibvisions.rad.ui.swing.ext.event.TabEvent
Creates a new instance of TabEvent.
TabIndexComparator - Class in com.sibvisions.rad.ui.swing.ext.focus
The TabIndexComperator orders by tab index.
TabIndexComparator(TabIndexFocusTraversalPolicy) - Constructor for class com.sibvisions.rad.ui.swing.ext.focus.TabIndexComparator
Constructs a TabIndexComperator.
TabIndexFocusTraversalPolicy - Class in com.sibvisions.rad.ui.swing.ext.focus
The originalComperator enables tab index based .
TabIndexFocusTraversalPolicy() - Constructor for class com.sibvisions.rad.ui.swing.ext.focus.TabIndexFocusTraversalPolicy
Constructs a LayoutFocusTraversalPolicy.
TABLE_AUTOLOGIN - Static variable in class com.sibvisions.rad.server.security.DBSecurityManager
the name of the autologin table.
TABLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) table image (used for toolbar buttons or icons).
TABLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) table image (used for menuitems or buttons).
TABLE_USERS - Static variable in class com.sibvisions.rad.server.security.DBSecurityManager
the name of the users table.
tableHeaderVisible - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
If the table header should be visible.
TableInfo - Class in com.sibvisions.rad.persist.jdbc
It stores all relevant information to a Table.
TableInfo(String, String, String) - Constructor for class com.sibvisions.rad.persist.jdbc.TableInfo
Constructs a new TableInfo.
tableReadOnly - Variable in class com.sibvisions.rad.ui.celleditor.AbstractLinkedCellEditor
If the table should be read-only.
TABLET_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tablet image (used for toolbar buttons or icons).
TABLET_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tablet image (used for menuitems or buttons).
tabMoved(UITabsetEvent) - Method in interface javax.rad.ui.event.type.tabset.ITabMovedListener
Invoked when a tab was moved.
TABSET_ACTIVATED - Static variable in class javax.rad.ui.event.UITabsetEvent
This event id indicates that a activated event occured.
TABSET_CLOSED - Static variable in class javax.rad.ui.event.UITabsetEvent
This event id indicates that a close event occured.
TABSET_DEACTIVATED - Static variable in class javax.rad.ui.event.UITabsetEvent
This event id indicates that a deactivated event occured.
TABSET_FIRST - Static variable in class javax.rad.ui.event.UITabsetEvent
The first number in the range of ids used for tabset events.
TABSET_LAST - Static variable in class javax.rad.ui.event.UITabsetEvent
The last number in the range of ids used for tabset events.
TABSET_MOVED - Static variable in class javax.rad.ui.event.UITabsetEvent
This event id indicates that a move event occured.
TabsetHandler<L> - Class in javax.rad.ui.event
The TabsetHandler is a RuntimeEventHandler that handles ITabsetListener.
TabsetHandler(Class<L>) - Constructor for class javax.rad.ui.event.TabsetHandler
Creates a new instance of TabsetHandler.
TACHOMETER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tachometer image (used for toolbar buttons or icons).
TACHOMETER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tachometer image (used for menuitems or buttons).
TAG_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tag image (used for toolbar buttons or icons).
TAG_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tag image (used for menuitems or buttons).
TAGS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tags image (used for toolbar buttons or icons).
TAGS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tags image (used for menuitems or buttons).
TASKS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tasks image (used for toolbar buttons or icons).
TASKS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tasks image (used for menuitems or buttons).
TAXI_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) taxi image (used for toolbar buttons or icons).
TAXI_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) taxi image (used for menuitems or buttons).
TELEVISION_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) television image (used for toolbar buttons or icons).
TELEVISION_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) television image (used for menuitems or buttons).
tempBuilder - Static variable in class com.sibvisions.util.SimpleJavaSource
Static temporary string builder, to avoid heap consumption.
tempTags - Variable in class com.sibvisions.util.SimpleJavaSource
Parsed Tags Cache.
TENCENT_WEIBO_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tencent-weibo image (used for toolbar buttons or icons).
TENCENT_WEIBO_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tencent-weibo image (used for menuitems or buttons).
TERMINAL_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) terminal image (used for toolbar buttons or icons).
TERMINAL_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) terminal image (used for menuitems or buttons).
text - Variable in class com.sibvisions.rad.ui.celleditor.AbstractCheckBoxCellEditor
The text.
TEXT_CURSOR - Static variable in interface javax.rad.ui.ICursor
The text cursor type.
TEXT_HEIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) text-height image (used for toolbar buttons or icons).
TEXT_HEIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) text-height image (used for menuitems or buttons).
TEXT_PLAIN_MULTILINE - Static variable in interface javax.rad.ui.celleditor.ITextCellEditor
Content type for using a multi line line editor.
TEXT_PLAIN_PASSWORD - Static variable in interface javax.rad.ui.celleditor.ITextCellEditor
Content type for using a multi line line editor.
TEXT_PLAIN_SINGLELINE - Static variable in interface javax.rad.ui.celleditor.ITextCellEditor
Content type for using a single line editor.
TEXT_PLAIN_WRAPPEDMULTILINE - Static variable in interface javax.rad.ui.celleditor.ITextCellEditor
Content type for using a multi line line editor.
TEXT_WIDTH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) text-width image (used for toolbar buttons or icons).
TEXT_WIDTH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) text-width image (used for menuitems or buttons).
TH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) th image (used for toolbar buttons or icons).
TH_LARGE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) th-large image (used for toolbar buttons or icons).
TH_LARGE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) th-large image (used for menuitems or buttons).
TH_LIST_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) th-list image (used for toolbar buttons or icons).
TH_LIST_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) th-list image (used for menuitems or buttons).
TH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) th image (used for menuitems or buttons).
ThreadHandler - Class in com.sibvisions.util
The ThreadHandler is a utility class for ThreadManager.
ThreadManager - Class in com.sibvisions.util
The ThreadManager manages threads.
ThreadManager() - Constructor for class com.sibvisions.util.ThreadManager
Creates a new instance of ThreadManager.
ThrowableSerializer - Class in com.sibvisions.rad.remote.serializer
The serializer for Throwable.
ThrowableSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.ThrowableSerializer
 
THUMB_TACK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) thumb-tack image (used for toolbar buttons or icons).
THUMB_TACK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) thumb-tack image (used for menuitems or buttons).
THUMBS_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) thumbs-down image (used for toolbar buttons or icons).
THUMBS_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) thumbs-down image (used for menuitems or buttons).
THUMBS_O_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) thumbs-o-down image (used for toolbar buttons or icons).
THUMBS_O_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) thumbs-o-down image (used for menuitems or buttons).
THUMBS_O_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) thumbs-o-up image (used for toolbar buttons or icons).
THUMBS_O_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) thumbs-o-up image (used for menuitems or buttons).
THUMBS_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) thumbs-up image (used for toolbar buttons or icons).
THUMBS_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) thumbs-up image (used for menuitems or buttons).
TiberoDBAccess - Class in com.sibvisions.rad.persist.jdbc
The TiberoDBAccess is the implementation for Tibero databases.
TiberoDBAccess() - Constructor for class com.sibvisions.rad.persist.jdbc.TiberoDBAccess
Creates a new instance of TiberoDBAccess.
TICKET_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) ticket image (used for toolbar buttons or icons).
TICKET_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) ticket image (used for menuitems or buttons).
TIMEOUT_INFINITE - Static variable in class com.sibvisions.util.ObjectCache
The constant that represents an infinite timeout.
TIMES_CIRCLE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) times-circle image (used for toolbar buttons or icons).
TIMES_CIRCLE_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) times-circle-o image (used for toolbar buttons or icons).
TIMES_CIRCLE_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) times-circle-o image (used for menuitems or buttons).
TIMES_CIRCLE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) times-circle image (used for menuitems or buttons).
TIMES_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) times image (used for toolbar buttons or icons).
TIMES_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) times image (used for menuitems or buttons).
TimestampDataType - Class in javax.rad.model.datatype
A TimestampDataType is the data type class of a Timestamp ColumnDefinition.
TimestampDataType() - Constructor for class javax.rad.model.datatype.TimestampDataType
Constructs a ObjectDataType.
TimestampDataType(ICellEditor) - Constructor for class javax.rad.model.datatype.TimestampDataType
Constructs a ObjectDataType cell editor.
TimestampType - Class in javax.rad.type
The TimestampType is a platform independent definition of Timestamp.
TimestampType() - Constructor for class javax.rad.type.TimestampType
Constructs a new TimestampType.
TIMESTAMPWITHLOCALTIMEZONE - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
A jdbc timestamp DB column data type constant.
TIMESTAMPWITHTIMEZONE - Static variable in class com.sibvisions.rad.persist.jdbc.DBAccess
A jdbc timestamp DB column data type constant.
TINT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tint image (used for toolbar buttons or icons).
TINT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tint image (used for menuitems or buttons).
toArray() - Method in class com.sibvisions.util.ArrayUtil
toArray(T[]) - Method in class com.sibvisions.util.ArrayUtil
toArray(int, int) - Method in class com.sibvisions.util.ArrayUtil
Creats a new array with a subset of the current elements.
toArray() - Method in class com.sibvisions.util.ImmutableArray
Gets a mutable array of this immutable array.
toArray(Object[], T[], String) - Static method in class com.sibvisions.util.type.BeanUtil
Returns an array containing all of the properties identified by pPropertyName from pSource in proper sequence.
toArray() - Method in class javax.rad.model.TreePath
Gets a mutable array of this immutable array.
toBack() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
toBack() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in class javax.rad.genui.container.AbstractWindow
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in class javax.rad.genui.container.UIInternalFrame
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toBack() - Method in interface javax.rad.ui.container.IWindow
If this IWindow is visible, sends this IWindow to the back and may cause it to lose focus or activation if it is the focused or active Window.
toByte(int) - Static method in class com.sibvisions.util.type.ByteUtil
Gets the bytes of an integer value (big endian).
toByteLittleEndian(int) - Static method in class com.sibvisions.util.type.ByteUtil
Gets the bytes of an integer value (little endian).
toFront() - Method in class com.sibvisions.rad.ui.swing.ext.JVxInternalFrame
toFront() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toFront() - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingInternalFrame
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toFront() - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toFront() - Method in class javax.rad.genui.container.AbstractWindow
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toFront() - Method in class javax.rad.genui.container.UIInternalFrame
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
toFront() - Method in interface javax.rad.ui.container.IWindow
If this IWindow is visible, brings this IWindow to the front and may make it the focused Window.
TOGGLE_DOWN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) toggle-down image (used for toolbar buttons or icons).
TOGGLE_DOWN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) toggle-down image (used for menuitems or buttons).
TOGGLE_LEFT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) toggle-left image (used for toolbar buttons or icons).
TOGGLE_LEFT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) toggle-left image (used for menuitems or buttons).
TOGGLE_OFF_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) toggle-off image (used for toolbar buttons or icons).
TOGGLE_OFF_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) toggle-off image (used for menuitems or buttons).
TOGGLE_ON_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) toggle-on image (used for toolbar buttons or icons).
TOGGLE_ON_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) toggle-on image (used for menuitems or buttons).
TOGGLE_RIGHT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) toggle-right image (used for toolbar buttons or icons).
TOGGLE_RIGHT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) toggle-right image (used for menuitems or buttons).
TOGGLE_UP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) toggle-up image (used for toolbar buttons or icons).
TOGGLE_UP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) toggle-up image (used for menuitems or buttons).
toHashtable(List<?>, String, String) - Static method in class com.sibvisions.util.type.BeanUtil
Returns a hashtable with a specific property as key and a specific property as value.
toHex(IColor) - Static method in class javax.rad.genui.UIColor
Returns the hex representation of the given IColor.
toHex() - Method in class javax.rad.genui.UIColor
Returns the hex representation of this IColor.
toInt(byte[], int) - Static method in class com.sibvisions.util.type.ByteUtil
Gets the integer value of a byte array.
toInternalRepresentation(Object) - Method in class com.sibvisions.rad.server.http.rest.service.CallService
Configures a Jackson representation.
toIntLittleEndian(byte[], int) - Static method in class com.sibvisions.util.type.ByteUtil
Gets the integer value of a byte array.
toList(Object[], String) - Static method in class com.sibvisions.util.type.BeanUtil
Returns a list containing all of the properties identified by pPropertyName from pSource in proper sequence.
toNumber() - Method in class com.sibvisions.util.Version
Gets the full version number.
toNumber(Version.Level) - Method in class com.sibvisions.util.Version
Gets the number representation of the version.
topLevelAddNotify() - Method in class javax.rad.genui.container.AbstractWindow
Top level window or frame has to start addNotify, if not notified.
topLevelAddNotify() - Method in class javax.rad.genui.container.UIInternalFrame
Top level window or frame has to start addNotify, if not notified.
toString() - Method in class com.sibvisions.rad.model.mem.ChangeableDataRow
toString() - Method in class com.sibvisions.rad.model.mem.DataRow
toString() - Method in class com.sibvisions.rad.model.mem.MemDataBook
toString() - Method in class com.sibvisions.rad.model.mem.MemDataPage
toString() - Method in class com.sibvisions.rad.model.mem.MemDataSource
toString() - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
toString() - Method in class com.sibvisions.rad.persist.jdbc.DBCredentials
toString() - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
toString() - Method in class com.sibvisions.rad.persist.jdbc.ForeignKey
toString() - Method in class com.sibvisions.rad.persist.jdbc.Key
toString() - Method in class com.sibvisions.rad.persist.jdbc.Name
toString() - Method in class com.sibvisions.rad.persist.jdbc.param.AbstractParam
toString() - Method in class com.sibvisions.rad.persist.jdbc.ServerColumnMetaData
toString() - Method in class com.sibvisions.rad.server.protocol.Record
toString() - Method in class com.sibvisions.rad.ui.awt.impl.AwtResource
toString() - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree.DataPageNode
toString() - Method in class com.sibvisions.util.IdentityKeyValueList
toString() - Method in class com.sibvisions.util.ImmutableArray
toString() - Method in class com.sibvisions.util.IntHashMap
toString() - Method in class com.sibvisions.util.KeyValueList
toString(Object) - Static method in class com.sibvisions.util.type.StringUtil
Returns a string representation of the "deep contents" of the specified object.
toString(Object, int) - Static method in class com.sibvisions.util.type.StringUtil
Returns a string representation of the "deep contents" of the specified object.
toString() - Method in class com.sibvisions.util.Version
Gets the version number as full string wih all sequences (major, minor, build, revision).
toString(Version.Level, boolean) - Method in class com.sibvisions.util.Version
Gets a version string with all sequences up-to the given level.
toString(Version.Level) - Method in class com.sibvisions.util.Version
Gets a version for given level.
toString(boolean) - Method in class com.sibvisions.util.Version
Gets a version for given level.
toString() - Method in class com.sibvisions.util.xml.XmlNode
toString(boolean) - Method in class com.sibvisions.util.xml.XmlNode
Returns the string representation of this node.
toString() - Method in class javax.rad.genui.UIColor
toString() - Method in class javax.rad.genui.UIFactoryResource
toString() - Method in class javax.rad.genui.UIFont
toString() - Method in class javax.rad.genui.UIImage
toString() - Method in class javax.rad.genui.UIResource
toString() - Method in class javax.rad.model.ColumnDefinition
toString() - Method in class javax.rad.model.condition.BaseCondition
toString() - Method in class javax.rad.model.reference.ColumnMapping
toString() - Method in class javax.rad.model.reference.ReferenceDefinition
toString() - Method in class javax.rad.model.reference.StorageReferenceDefinition
toString() - Method in class javax.rad.model.RowDefinition
toString() - Method in class javax.rad.model.SortDefinition
toString() - Method in class javax.rad.model.TreePath
toString() - Method in class javax.rad.model.TreePathFinder
toString() - Method in class javax.rad.persist.ColumnMetaData
toString() - Method in class javax.rad.persist.MetaData
toString(T) - Method in class javax.rad.type.AbstractType
Converts the object to a String.
toString(T) - Method in interface javax.rad.type.IType
Converts the object to a String.
toString() - Method in class javax.rad.util.EventHandler.ListenerHandler
toString() - Method in class javax.rad.util.Parameter
TRADEMARK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) trademark image (used for toolbar buttons or icons).
TRADEMARK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) trademark image (used for menuitems or buttons).
TRAIN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) train image (used for toolbar buttons or icons).
TRAIN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) train image (used for menuitems or buttons).
TransferContext - Class in javax.rad.io
The ServerContextImpl is an internal ServerContext implementation.
TransferContext(ConnectionInfo, IDownloadExecutor, IUploadExecutor) - Constructor for class javax.rad.io.TransferContext
Creates a new instance of TransferContext.
TRANSGENDER_ALT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) transgender-alt image (used for toolbar buttons or icons).
TRANSGENDER_ALT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) transgender-alt image (used for menuitems or buttons).
TRANSGENDER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) transgender image (used for toolbar buttons or icons).
TRANSGENDER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) transgender image (used for menuitems or buttons).
translate(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxCalendarPane
Translates the pText with the mapped translations.
translate(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxChart
Gets the translation.
translate(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxEditor
Method to translate a given text.
translate(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTable
Method to translate a given text.
translate(String) - Method in class com.sibvisions.rad.ui.swing.ext.JVxTree
Method to translate a given text.
translate(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingChart
Method to translate a given text.
translate(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingEditor
Method to translate a given text.
translate(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTable
Method to translate a given text.
translate(String) - Method in class com.sibvisions.rad.ui.swing.impl.control.SwingTree
Method to translate a given text.
translate(String) - Method in class javax.rad.genui.UIComponent
Translates the given text with the avaliable translation.
translate(String) - Method in interface javax.rad.util.ITranslator
Method to translate a given text.
translate(String) - Method in class javax.rad.util.TranslationMap
Translates the text.
translateDefaultValue(String, int, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Translates a default value from a column to the datatype object.
translateQuotes(String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
It replaces all JVx quotes with the database specific quote.
translateValue(int, String) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Translates an object value to the datatype object.
TranslationMap - Class in javax.rad.util
Translation is for translating labels or label keys in any language.
TranslationMap() - Constructor for class javax.rad.util.TranslationMap
Constructs a new translation map.
TRASH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) trash image (used for toolbar buttons or icons).
TRASH_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) trash image (used for toolbar buttons or icons).
TRASH_O_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) trash-o image (used for toolbar buttons or icons).
TRASH_O_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) trash-o image (used for menuitems or buttons).
TRASH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) trash image (used for menuitems or buttons).
TRASH_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) trash image (used for menuitems or buttons).
TREE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tree image (used for toolbar buttons or icons).
TREE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tree image (used for menuitems or buttons).
TreePath - Class in javax.rad.model
A TreePath stores the path of node in a tree.
TreePath(int...) - Constructor for class javax.rad.model.TreePath
Constructs a new TreePath.
TreePathFinder - Class in javax.rad.model
A TreePathFinder stores the primary key columns recursively for all master detail dependencies.
TreePathFinder(IChangeableDataRow) - Constructor for class javax.rad.model.TreePathFinder
Constructs a new TreePathFinder.
TreePathFinder(TreePathFinder, IChangeableDataRow) - Constructor for class javax.rad.model.TreePathFinder
Constructs a new TreePathFinder.
TRELLO_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) trello image (used for toolbar buttons or icons).
TRELLO_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) trello image (used for menuitems or buttons).
TriggerAPI - Class in com.sibvisions.rad.persist
The TriggerAPI class offers methods for server-side triggers.
trimScale(BigDecimal) - Static method in class javax.rad.model.datatype.BigDecimalDataType
Trims unnecessary scale (0.00000) from a BigDecimal.
TRIPADVISOR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tripadvisor image (used for toolbar buttons or icons).
TRIPADVISOR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tripadvisor image (used for menuitems or buttons).
TROPHY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) trophy image (used for toolbar buttons or icons).
TROPHY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) trophy image (used for menuitems or buttons).
TRUCK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) truck image (used for toolbar buttons or icons).
TRUCK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) truck image (used for menuitems or buttons).
TRUEFALSE_CHECKBOX - Static variable in class com.sibvisions.rad.application.ApplicationUtil
True/False checkbox cell editor.
TRUEFALSE_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
True/False choice cell editor for BooleanDataTypes.
TRUEFALSENULL_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
True/False/null choice cell editor for BooleanDataTypes.
truncate(long) - Method in class com.sibvisions.rad.persist.jdbc.OracleDBAccess.BlobFromBFILE
truncate(int) - Method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index.
truncate(T[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(boolean[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(char[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(int[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(long[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(float[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
truncate(double[], int) - Static method in class com.sibvisions.util.ArrayUtil
Removes all elements from the given index of given array.
TRY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) try image (used for toolbar buttons or icons).
TRY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) try image (used for menuitems or buttons).
TTY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tty image (used for toolbar buttons or icons).
TTY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tty image (used for menuitems or buttons).
TUMBLR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tumblr image (used for toolbar buttons or icons).
TUMBLR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tumblr image (used for menuitems or buttons).
TUMBLR_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tumblr-square image (used for toolbar buttons or icons).
TUMBLR_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tumblr-square image (used for menuitems or buttons).
TURKISH_LIRA_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) turkish-lira image (used for toolbar buttons or icons).
TURKISH_LIRA_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) turkish-lira image (used for menuitems or buttons).
TV_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) tv image (used for toolbar buttons or icons).
TV_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) tv image (used for menuitems or buttons).
TWITCH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) twitch image (used for toolbar buttons or icons).
TWITCH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) twitch image (used for menuitems or buttons).
TWITTER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) twitter image (used for toolbar buttons or icons).
TWITTER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) twitter image (used for menuitems or buttons).
TWITTER_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) twitter-square image (used for toolbar buttons or icons).
TWITTER_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) twitter-square image (used for menuitems or buttons).
type - Variable in class javax.rad.type.bean.PropertyDefinition
The property type.
TYPE_ATTRIBUTE - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of attributes.
TYPE_BEAN - Static variable in class com.sibvisions.rad.remote.serializer.BeanSerializer
value of type.
TYPE_CALL_ERROR - Static variable in interface javax.rad.remote.IConnection
Constant type for exception return values.
TYPE_CALL_RESULT - Static variable in interface javax.rad.remote.IConnection
Constant type for return values from remote method calls.
TYPE_CALLBACK_ERROR - Static variable in interface javax.rad.remote.IConnection
Constant type for failed callback remote method calls.
TYPE_CALLBACK_RESULT - Static variable in interface javax.rad.remote.IConnection
Constant type for successful callback remote method calls.
TYPE_CALLBACKRESULT_RESULT - Static variable in interface javax.rad.remote.IConnection
Constant type for failed callback remote method calls.
TYPE_CDATA - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of standard nodes.
TYPE_COMMENT - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of comment nodes.
TYPE_DECLARATION - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of declaration elements.
TYPE_DOCTYPE - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the doctype.
TYPE_ENUM - Static variable in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
the enum datatype.
TYPE_ENUM - Static variable in class com.sibvisions.rad.persist.jdbc.PostgreSQLDBAccess
the enum datatype.
TYPE_ENUM - Static variable in class com.sibvisions.rad.remote.serializer.EnumSerializer
value of type.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.BigDecimalDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.BinaryDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.BooleanDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.LongDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.ObjectDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.StringDataType
the type identifier.
TYPE_IDENTIFIER - Static variable in class javax.rad.model.datatype.TimestampDataType
the type identifier.
TYPE_OBJECT - Static variable in class com.sibvisions.rad.remote.serializer.ObjectSerializer
value of type.
TYPE_PROPERTY_RESULT - Static variable in interface javax.rad.remote.IConnection
Constant type for properties from the server.
TYPE_SET - Static variable in class com.sibvisions.rad.persist.jdbc.MySQLDBAccess
the set datatype.
TYPE_TEXT - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of standard nodes.
TYPE_TEXTPART - Static variable in class com.sibvisions.util.xml.XmlNode
Constant value for the type of standard nodes.
TYPE_THROWABLE - Static variable in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
min. byte value of Throwable type.
TYPE_XMLNODE - Static variable in class com.sibvisions.rad.remote.serializer.XmlNodeSerializer
min. byte value of XmlNode type.
TypeCache - Class in com.sibvisions.rad.remote.serializer
The TypeCache is the cache for BeanTypes which will be read or written from the UniversalSerializer in a single read or write operation.
TypeCache() - Constructor for class com.sibvisions.rad.remote.serializer.TypeCache
 
typeClass - Variable in class javax.rad.type.bean.PropertyDefinition
The type class.

U

UIActionEvent - Class in javax.rad.ui.event
Platform and technology independent action event definition.
UIActionEvent(IComponent, int, long, int, String) - Constructor for class javax.rad.ui.event.UIActionEvent
Creates a new instance of UIActionEvent.
UIBorderLayout - Class in javax.rad.genui.layout
Platform and technology independent BorderLayout.
UIBorderLayout() - Constructor for class javax.rad.genui.layout.UIBorderLayout
Creates a new instance of UIBorderLayout.
UIBorderLayout(IBorderLayout) - Constructor for class javax.rad.genui.layout.UIBorderLayout
Creates a new instance of UIBorderLayout with the given layout.
UIBorderLayout(int, int) - Constructor for class javax.rad.genui.layout.UIBorderLayout
Creates a new instance of UIBorderLayout.
UIButton - Class in javax.rad.genui.component
Platform and technology independent button.
UIButton() - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton.
UIButton(IButton) - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton with the given button.
UIButton(String) - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton.
UIButton(String, IImage) - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton.
UIButton(String, IActionListener) - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton.
UIButton(String, Object, String) - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton.
UIButton(String, IImage, IActionListener) - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton.
UIButton(String, IImage, Object, String) - Constructor for class javax.rad.genui.component.UIButton
Creates a new instance of UIButton.
UICellEditor<CE extends IStyledCellEditor> - Class in javax.rad.genui.celleditor
Platform and technology independent editor.
UICellEditor(CE) - Constructor for class javax.rad.genui.celleditor.UICellEditor
Constructs a new UICellEditor.
UICellFormat - Class in javax.rad.genui.control
Platform and technology independent CellFormat.
UICellFormat() - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(ICellFormat) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat with the given cell format.
UICellFormat(IColor) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(IColor, IColor) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(IColor, IColor, IFont) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(IColor, IColor, IFont, IImage) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(IColor, IColor, IFont, IImage, int) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(IColor, IColor, IFont, IImage, Style, int) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UICellFormat(IImage) - Constructor for class javax.rad.genui.control.UICellFormat
Constructs a new instance of SwingCellFormat.
UIChart - Class in javax.rad.genui.control
Platform and technology independent Table.
UIChart() - Constructor for class javax.rad.genui.control.UIChart
Creates a new instance of UIChart.
UIChart(IChart) - Constructor for class javax.rad.genui.control.UIChart
Creates a new instance of UIChart with the given chart.
UIChart(IDataBook) - Constructor for class javax.rad.genui.control.UIChart
Creates a new instance of UIChart.
UIChart(IDataBook, String, String[]) - Constructor for class javax.rad.genui.control.UIChart
Creates a new instance of UIChart.
UICheckBox - Class in javax.rad.genui.component
Platform and technology independent checkbox.
UICheckBox() - Constructor for class javax.rad.genui.component.UICheckBox
Creates a new instance of UICheckBox.
UICheckBox(ICheckBox) - Constructor for class javax.rad.genui.component.UICheckBox
Creates a new instance of UICheckBox with the given checkbox.
UICheckBox(String) - Constructor for class javax.rad.genui.component.UICheckBox
Creates a new instance of UICheckBox.
UICheckBoxCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent check box editor.
UICheckBoxCellEditor() - Constructor for class javax.rad.genui.celleditor.UICheckBoxCellEditor
Creates a new instance of UICheckBoxCellEditor.
UICheckBoxCellEditor(ICheckBoxCellEditor) - Constructor for class javax.rad.genui.celleditor.UICheckBoxCellEditor
Creates a new instance of UICheckBoxCellEditor with the given choice cell editor.
UICheckBoxCellEditor(Object, Object) - Constructor for class javax.rad.genui.celleditor.UICheckBoxCellEditor
Creates a new instance of UICheckBoxCellEditor with the given selected and deselected values.
UICheckBoxCellEditor(Object, Object, String) - Constructor for class javax.rad.genui.celleditor.UICheckBoxCellEditor
Creates a new instance of UICheckBoxCellEditor with the given selected and deselected values.
UICheckBoxMenuItem - Class in javax.rad.genui.menu
Platform and technology independent checkbox menuitem.
UICheckBoxMenuItem() - Constructor for class javax.rad.genui.menu.UICheckBoxMenuItem
Creates a new instance of UICheckBoxMenuItem.
UICheckBoxMenuItem(ICheckBoxMenuItem) - Constructor for class javax.rad.genui.menu.UICheckBoxMenuItem
Creates a new instance of UICheckBoxMenuItem with the given menu item.
UICheckBoxMenuItem(String) - Constructor for class javax.rad.genui.menu.UICheckBoxMenuItem
Creates a new instance of UICheckBoxMenuItem.
UIChoiceCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent choice editor.
UIChoiceCellEditor() - Constructor for class javax.rad.genui.celleditor.UIChoiceCellEditor
Creates a new instance of UIChoiceCellEditor.
UIChoiceCellEditor(IChoiceCellEditor) - Constructor for class javax.rad.genui.celleditor.UIChoiceCellEditor
Creates a new instance of UIChoiceCellEditor with the given choice cell editor.
UIChoiceCellEditor(Object[], String[]) - Constructor for class javax.rad.genui.celleditor.UIChoiceCellEditor
Creates a new instance of UIChoiceCellEditor with the given allowed values and image names.
UIChoiceCellEditor(Object[], String[], String) - Constructor for class javax.rad.genui.celleditor.UIChoiceCellEditor
Creates a new instance of UIChoiceCellEditor with the given allowed values and image names.
UIColor - Class in javax.rad.genui
Platform and technology independent Color.
UIColor(IColor) - Constructor for class javax.rad.genui.UIColor
Creates an UIColor of an IColor for compatibility reasons.
UIColor(int) - Constructor for class javax.rad.genui.UIColor
Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
UIColor(int, boolean) - Constructor for class javax.rad.genui.UIColor
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
UIColor(int, int, int) - Constructor for class javax.rad.genui.UIColor
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
UIColor(int, int, int, int) - Constructor for class javax.rad.genui.UIColor
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
UIComboCellEditor<CE extends IComboCellEditor> - Class in javax.rad.genui.celleditor
Platform and technology independent combo cell editor.
UIComboCellEditor(CE) - Constructor for class javax.rad.genui.celleditor.UIComboCellEditor
Constructs a new UIComboCellEditor.
UIComponent<C extends IComponent> - Class in javax.rad.genui
Platform and technology independent component.
UIComponent(C) - Constructor for class javax.rad.genui.UIComponent
Creates a new instance of UIComponent.
UIComponentEvent - Class in javax.rad.ui.event
Platform and technology independent component event definition.
UIComponentEvent(IComponent, int, long, int) - Constructor for class javax.rad.ui.event.UIComponentEvent
Creates a new instance of UIComponentEvent.
UIContainer<C extends IContainer> - Class in javax.rad.genui
Platform and technology independent Container.
UIContainer(C) - Constructor for class javax.rad.genui.UIContainer
Creates a new instance of UIContainer.
UICursor - Class in javax.rad.genui
Platform and technology independent Cursor.
UICursor(ICursor) - Constructor for class javax.rad.genui.UICursor
Creates a new instance of UICursor.
UICustomComponent - Class in javax.rad.genui.component
Platform and technology independent component.
UICustomComponent(IComponent) - Constructor for class javax.rad.genui.component.UICustomComponent
Creates a new instance of UICustomComponent.
UICustomComponent(Object) - Constructor for class javax.rad.genui.component.UICustomComponent
Creates a new instance of UICustomComponent.
UICustomContainer - Class in javax.rad.genui.container
Platform and technology independent container.
UICustomContainer(IContainer) - Constructor for class javax.rad.genui.container.UICustomContainer
Creates a new instance of UICustomContainer.
UICustomContainer(Object) - Constructor for class javax.rad.genui.container.UICustomContainer
Creates a new instance of UICustomContainer.
UIDateCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent date editor.
UIDateCellEditor() - Constructor for class javax.rad.genui.celleditor.UIDateCellEditor
Creates a new instance of UIDateCellEditor.
UIDateCellEditor(IDateCellEditor) - Constructor for class javax.rad.genui.celleditor.UIDateCellEditor
Creates a new instance of UIDateCellEditor with the given date cell editor.
UIDateCellEditor(String) - Constructor for class javax.rad.genui.celleditor.UIDateCellEditor
Creates a new instance of UIDateCellEditor with the given format.
UIDesktopPanel - Class in javax.rad.genui.container
Platform and technology independent DesktopPanel.
UIDesktopPanel() - Constructor for class javax.rad.genui.container.UIDesktopPanel
Creates a new instance of UIDesktopPanel.
UIDesktopPanel(IDesktopPanel) - Constructor for class javax.rad.genui.container.UIDesktopPanel
Creates a new instance of UIDesktopPanel with the given desktop panel.
UIDimension - Class in javax.rad.genui
Platform and technology independent Dimension.
UIDimension() - Constructor for class javax.rad.genui.UIDimension
Creates a new instance of UIDimension.
UIDimension(IDimension) - Constructor for class javax.rad.genui.UIDimension
Creates a new instance of UIDimension with the given dimension.
UIDimension(int, int) - Constructor for class javax.rad.genui.UIDimension
Creates a new instance of IDimension with the given with and height.
UIEditor - Class in javax.rad.genui.control
Platform and technology independent Editor.
UIEditor() - Constructor for class javax.rad.genui.control.UIEditor
Creates a new instance of UIEditor.
UIEditor(IEditor) - Constructor for class javax.rad.genui.control.UIEditor
Creates a new instance of UIEditor with the given editor.
UIEditor(IDataRow, String) - Constructor for class javax.rad.genui.control.UIEditor
Creates a new instance of UIEditor.
UIEnumCellEditor - Class in com.sibvisions.rad.genui.celleditor
The UIEnumCellEditor is a special blend of an IChoiceCellEditor and ILinkedCellEditor.
UIEnumCellEditor() - Constructor for class com.sibvisions.rad.genui.celleditor.UIEnumCellEditor
Creates a new instance of UIEnumCellEditor.
UIEnumCellEditor(Object[]) - Constructor for class com.sibvisions.rad.genui.celleditor.UIEnumCellEditor
Creates a new instance of UIEnumCellEditor.
UIEnumCellEditor(Object[], String[]) - Constructor for class com.sibvisions.rad.genui.celleditor.UIEnumCellEditor
Creates a new instance of UIEnumCellEditor.
UIEvent - Class in javax.rad.ui.event
Platform and technology independent event definition.
UIEvent(IComponent, int, long, int) - Constructor for class javax.rad.ui.event.UIEvent
Creates a new instance of UIEvent.
UIException - Exception in javax.rad.ui
The class UIException and its subclasses are a form of RuntimeException that indicates UI specific Exceptions the application might want to catch.
UIException() - Constructor for exception javax.rad.ui.UIException
Constructs a new UIException with null as its detail message.
UIException(String) - Constructor for exception javax.rad.ui.UIException
Constructs a new UIException with the specified detail message.
UIException(Throwable) - Constructor for exception javax.rad.ui.UIException
Constructs a new UIException with the specified cause and a detail message of (cause==null ?
UIException(String, Throwable) - Constructor for exception javax.rad.ui.UIException
Constructs a new UIException with the specified detail message and cause.
UIFactoryManager - Class in javax.rad.genui
Platform and technology independent UIFactoryManager.
UIFactoryManager() - Constructor for class javax.rad.genui.UIFactoryManager
Creation of UIFactoryManager is not allowed.
UIFactoryResource<UI extends IResource> - Class in javax.rad.genui
The UIFactoryResource holds the resource per factory.
UIFactoryResource(UI) - Constructor for class javax.rad.genui.UIFactoryResource
Creates a new instance of UIFactoryResource.
UIFlowLayout - Class in javax.rad.genui.layout
Platform and technology independent FlowLayout.
UIFlowLayout() - Constructor for class javax.rad.genui.layout.UIFlowLayout
Creates a new instance of UIFlowLayout.
UIFlowLayout(IFlowLayout) - Constructor for class javax.rad.genui.layout.UIFlowLayout
Creates a new instance of UIFlowLayout with the given layout.
UIFlowLayout(int) - Constructor for class javax.rad.genui.layout.UIFlowLayout
Creates a new instance of UIFlowLayout.
UIFlowLayout(int, int, int) - Constructor for class javax.rad.genui.layout.UIFlowLayout
Creates a new instance of UIFlowLayout with a given orientation and default gaps.
UIFocusEvent - Class in javax.rad.ui.event
Platform and technology independent focus event definition.
UIFocusEvent(IComponent, int, long, int) - Constructor for class javax.rad.ui.event.UIFocusEvent
Creates a new instance of UIFocusEvent.
UIFont - Class in javax.rad.genui
Platform and technology independent Font.
UIFont(String, int, int) - Constructor for class javax.rad.genui.UIFont
Creates a new instance of UIFont from the specified name, style and point size.
UIFont(IFont) - Constructor for class javax.rad.genui.UIFont
Internal creation of an UIFont with an given IFont.
UIFormLayout - Class in javax.rad.genui.layout
Platform and technology independent form oriented layout.
UIFormLayout() - Constructor for class javax.rad.genui.layout.UIFormLayout
Creates a new instance of UIFormLayout.
UIFormLayout(IFormLayout) - Constructor for class javax.rad.genui.layout.UIFormLayout
Creates a new instance of UIFormLayout with the given layout.
UIFrame - Class in javax.rad.genui.container
Platform and technology independent Frame.
UIFrame() - Constructor for class javax.rad.genui.container.UIFrame
Creates a new instance of UIFrame.
UIFrame(IFrame) - Constructor for class javax.rad.genui.container.UIFrame
Creates a new instance of UIFrame with the given frame.
UIGridLayout - Class in javax.rad.genui.layout
Platform and technology independent grid oriented layout.
UIGridLayout(IGridLayout) - Constructor for class javax.rad.genui.layout.UIGridLayout
Creates a new instance of UIGridLayout with the given layout.
UIGridLayout() - Constructor for class javax.rad.genui.layout.UIGridLayout
Creates a new instance of UIGridLayout.
UIGridLayout(int, int) - Constructor for class javax.rad.genui.layout.UIGridLayout
Creates a new instance of UIGridLayout.
UIGroupPanel - Class in javax.rad.genui.container
Platform and technology independent GroupPanel.
UIGroupPanel() - Constructor for class javax.rad.genui.container.UIGroupPanel
Creates a new instance of UIGroupPanel.
UIGroupPanel(IGroupPanel) - Constructor for class javax.rad.genui.container.UIGroupPanel
Creates a new instance of UIGroupPanel with the given group panel.
UIGroupPanel(String) - Constructor for class javax.rad.genui.container.UIGroupPanel
Creates a new instance of UIGroupPanel with a specific text.
UIIcon - Class in javax.rad.genui.component
Platform and technology independent Icon.
UIIcon() - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon.
UIIcon(IIcon) - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon with the given icon.
UIIcon(IImage) - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon.
UIIcon(String) - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon.
UIIcon(IImage, int, int) - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon.
UIIcon(String, int, int) - Constructor for class javax.rad.genui.component.UIIcon
Creates a new instance of UIIcon.
UIImage - Class in javax.rad.genui
Platform and technology independent image definition.
UIImage(IImage) - Constructor for class javax.rad.genui.UIImage
Creates a new instance of UIImage based on an IImage.
UIImage(byte[]) - Constructor for class javax.rad.genui.UIImage
Creates a new instance of UIImage for specific byte data.
UIImage(String) - Constructor for class javax.rad.genui.UIImage
Creates a new instance of UIImage for the specified name.
UIImage(String, byte[]) - Constructor for class javax.rad.genui.UIImage
Creates a new instance of UIImage for specific byte data and an image name.
UIImageViewer - Class in javax.rad.genui.celleditor
Platform and technology independent image viewer.
UIImageViewer() - Constructor for class javax.rad.genui.celleditor.UIImageViewer
Creates a new instance of UIImageViewer.
UIImageViewer(IImageViewer) - Constructor for class javax.rad.genui.celleditor.UIImageViewer
Creates a new instance of UIImageViewer with the given image viewer.
UIImageViewer(String) - Constructor for class javax.rad.genui.celleditor.UIImageViewer
Creates a new instance of UIImageViewer.
UIImageViewer(int, int) - Constructor for class javax.rad.genui.celleditor.UIImageViewer
Creates a new instance of UIImageViewer.
UIImageViewer(String, int, int) - Constructor for class javax.rad.genui.celleditor.UIImageViewer
Creates a new instance of UIImageViewer.
UIInplaceCellEditor<CE extends IInplaceCellEditor> - Class in javax.rad.genui.celleditor
Platform and technology independent editor.
UIInplaceCellEditor(CE) - Constructor for class javax.rad.genui.celleditor.UIInplaceCellEditor
Constructs a new UIInplaceCellEditor.
UIInsets - Class in javax.rad.genui
Platform and technology independent Insets.
UIInsets() - Constructor for class javax.rad.genui.UIInsets
Creates a new instance of UIInsets.
UIInsets(IInsets) - Constructor for class javax.rad.genui.UIInsets
Creates a new instance of UIInsets with the given insets.
UIInsets(int, int, int, int) - Constructor for class javax.rad.genui.UIInsets
Creates a new instance of UIInsets.
UIInternalFrame - Class in javax.rad.genui.container
Platform and technology independent InternalFrame.
UIInternalFrame(IDesktopPanel) - Constructor for class javax.rad.genui.container.UIInternalFrame
Creates a new instance of UIInternalFrame.
UIInternalFrame(IInternalFrame, IDesktopPanel) - Constructor for class javax.rad.genui.container.UIInternalFrame
Creates a new instance of UIInternalFrame with the given internal frame.
UIInvoker - Class in javax.rad.util
The UIInvoker class is bound to the current UI factory and is able to execute calls in the right UI thread via invokeLater of the factory.
UIInvoker() - Constructor for class javax.rad.util.UIInvoker
Creates a new instance of UIInvoker for thread safety.
UIKeyEvent - Class in javax.rad.ui.event
Platform and technology independent key event definition.
UIKeyEvent(IComponent, int, long, int, int, char) - Constructor for class javax.rad.ui.event.UIKeyEvent
Creates a new instance of UIKeyEvent.
UILabel - Class in javax.rad.genui.component
Platform and technology independent Label.
UILabel() - Constructor for class javax.rad.genui.component.UILabel
Creates a new instance of UILabel.
UILabel(ILabel) - Constructor for class javax.rad.genui.component.UILabel
Creates a new instance of UILabel with the given labe.
UILabel(String) - Constructor for class javax.rad.genui.component.UILabel
Creates a new instance of UILabel.
UILabel(String, IFont) - Constructor for class javax.rad.genui.component.UILabel
Creates a new instance of UILabel.
UILabel(String, IFont, int, int) - Constructor for class javax.rad.genui.component.UILabel
Creates a new instance of UILabel.
UILauncher - Class in javax.rad.application.genui
The UILauncher is an AbstractFrame extension.
UILauncher(ILauncher) - Constructor for class javax.rad.application.genui.UILauncher
Creates a new instance of UILauncher with an ILauncher implementation.
UILayout<C extends ILayout<CO>,CO> - Class in javax.rad.genui
Platform and technology independent layout.
UILayout(C) - Constructor for class javax.rad.genui.UILayout
Creates a new instance of UILayout.
UILinkedCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent linked editor.
UILinkedCellEditor() - Constructor for class javax.rad.genui.celleditor.UILinkedCellEditor
Creates a new instance of UILinkedCellEditor.
UILinkedCellEditor(ILinkedCellEditor) - Constructor for class javax.rad.genui.celleditor.UILinkedCellEditor
Creates a new instance of UILinkedCellEditor with the given linked cell editor.
UILinkedCellEditor(ReferenceDefinition) - Constructor for class javax.rad.genui.celleditor.UILinkedCellEditor
Creates a new instance of UILinkedCellEditor with LinkReference.
UIMenu - Class in javax.rad.genui.menu
Platform and technology independent menu.
UIMenu() - Constructor for class javax.rad.genui.menu.UIMenu
Creates a new instance of UIMenu.
UIMenu(IMenu) - Constructor for class javax.rad.genui.menu.UIMenu
Creates a new instance of UIMenu with the given menu instance.
UIMenu(String) - Constructor for class javax.rad.genui.menu.UIMenu
Creates a new instance of UIMenu.
UIMenu(String, IComponent...) - Constructor for class javax.rad.genui.menu.UIMenu
Creates a new instance of UIMenu.
UIMenuBar - Class in javax.rad.genui.menu
Platform and technology independent menu bar.
UIMenuBar() - Constructor for class javax.rad.genui.menu.UIMenuBar
Creates a new instance of UIMenuBar.
UIMenuBar(IMenuBar) - Constructor for class javax.rad.genui.menu.UIMenuBar
Creates a new instance of UIMenuBar wit the given menu bar.
UIMenuItem - Class in javax.rad.genui.menu
Platform and technology independent MenuItem.
UIMenuItem() - Constructor for class javax.rad.genui.menu.UIMenuItem
Creates a new instance of UIMenuItem.
UIMenuItem(IMenuItem) - Constructor for class javax.rad.genui.menu.UIMenuItem
Creates a new instance of UIMenuItem with the given menu item.
UIMenuItem(String) - Constructor for class javax.rad.genui.menu.UIMenuItem
Creates a new instance of UIMenuItem.
UIMenuItem(String, IActionListener) - Constructor for class javax.rad.genui.menu.UIMenuItem
Creates a new instance of UIMenuItem.
UIMenuItem(String, Object, String) - Constructor for class javax.rad.genui.menu.UIMenuItem
Creates a new instance of UIMenuItem.
UIMenuItem(String, IImage, IActionListener) - Constructor for class javax.rad.genui.menu.UIMenuItem
Creates a new instance of UIMenuItem.
UIMenuItem(String, IImage, Object, String) - Constructor for class javax.rad.genui.menu.UIMenuItem
Creates a new instance of UIMenuItem.
UIMouseEvent - Class in javax.rad.ui.event
Platform and technology independent mouse event definition.
UIMouseEvent(IComponent, int, long, int, int, int, int, boolean) - Constructor for class javax.rad.ui.event.UIMouseEvent
Creates a new instance of UIMouseEvent.
UINumberCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent number editor.
UINumberCellEditor() - Constructor for class javax.rad.genui.celleditor.UINumberCellEditor
Creates a new instance of UINumberCellEditor.
UINumberCellEditor(INumberCellEditor) - Constructor for class javax.rad.genui.celleditor.UINumberCellEditor
Creates a new instance of UINumberCellEditor with the given number cell editor.
UINumberCellEditor(int) - Constructor for class javax.rad.genui.celleditor.UINumberCellEditor
Creates a new instance of UINumberCellEditor.
UINumberCellEditor(String) - Constructor for class javax.rad.genui.celleditor.UINumberCellEditor
Creates a new instance of UINumberCellEditor with the given format.
UIPanel - Class in javax.rad.genui.container
Platform and technology independent Panel.
UIPanel() - Constructor for class javax.rad.genui.container.UIPanel
Creates a new instance of UIPanel.
UIPanel(IPanel) - Constructor for class javax.rad.genui.container.UIPanel
Creates a new instance of UIPanel with the given panel.
UIPanel(UILayout) - Constructor for class javax.rad.genui.container.UIPanel
Creates a new instance of UIPanel.
UIPasswordField - Class in javax.rad.genui.component
Platform and technology independent password field.
UIPasswordField() - Constructor for class javax.rad.genui.component.UIPasswordField
Creates a new instance of UIPasswordField.
UIPasswordField(IPasswordField) - Constructor for class javax.rad.genui.component.UIPasswordField
Creates a new instance of UIPasswordField with the given password field.
UIPasswordField(String) - Constructor for class javax.rad.genui.component.UIPasswordField
Creates a new instance of UIPasswordField.
UIPoint - Class in javax.rad.genui
Platform and technology independent point.
UIPoint() - Constructor for class javax.rad.genui.UIPoint
Creates a new instance of UIPoint with x=0 and y=0.
UIPoint(IPoint) - Constructor for class javax.rad.genui.UIPoint
Creates a new instance of UIPoint with the given point.
UIPoint(int, int) - Constructor for class javax.rad.genui.UIPoint
Creates a new instance of UIPoint with the given x and y.
UIPopupMenu - Class in javax.rad.genui.menu
Platform and technology independent popup menu.
UIPopupMenu() - Constructor for class javax.rad.genui.menu.UIPopupMenu
Creates a new instance of UIPopupMenu.
UIPopupMenu(IPopupMenu) - Constructor for class javax.rad.genui.menu.UIPopupMenu
Creates a new instance of UIPopupMenu with the given popup menu.
UIPopupMenu(IComponent...) - Constructor for class javax.rad.genui.menu.UIPopupMenu
Creates a new instance of UIPopupMenu.
UIPopupMenuEvent - Class in javax.rad.ui.event
Platform and technology independent popup menu event definition.
UIPopupMenuEvent(IComponent, int, long, int) - Constructor for class javax.rad.ui.event.UIPopupMenuEvent
Creates a new instance of UIPopupMenuEvent.
UIRadioButton - Class in javax.rad.genui.component
Platform and technology independent radio button.
UIRadioButton() - Constructor for class javax.rad.genui.component.UIRadioButton
Creates a new instance of UIRadioButton.
UIRadioButton(IRadioButton) - Constructor for class javax.rad.genui.component.UIRadioButton
Creates a new instance of UIRadioButton with the given radio button.
UIRadioButton(String) - Constructor for class javax.rad.genui.component.UIRadioButton
Creates a new instance of UIRadioButton.
UIRectangle - Class in javax.rad.genui
Platform and technology independent rectangle.
UIRectangle() - Constructor for class javax.rad.genui.UIRectangle
Creates a new instance of UIRectangle with x=0, y=0, with=0 and height=0.
UIRectangle(IRectangle) - Constructor for class javax.rad.genui.UIRectangle
Creates a new instance of UIRectangle with the given rectangle.
UIRectangle(IPoint, IDimension) - Constructor for class javax.rad.genui.UIRectangle
Creates a new instance of UIRectangle with the given IPoint and IDimension.
UIRectangle(int, int, int, int) - Constructor for class javax.rad.genui.UIRectangle
Creates a new instance of IRectangle with the given x, y, width and height.
UIResource<UI extends IResource> - Class in javax.rad.genui
Platform and technology independent wrapper for IFactory Resource.
UIResource(UI) - Constructor for class javax.rad.genui.UIResource
Constructs a new UIResource.
uiResource - Variable in class javax.rad.genui.UIResource
The IFactory Resource.
UIScrollPanel - Class in javax.rad.genui.container
Platform and technology independent ScrollPanel.
UIScrollPanel() - Constructor for class javax.rad.genui.container.UIScrollPanel
Creates a new instance of UIScrollPanel.
UIScrollPanel(IScrollPanel) - Constructor for class javax.rad.genui.container.UIScrollPanel
Creates a new instance of UIScrollPanel with the given panel.
UIScrollPanel(UILayout) - Constructor for class javax.rad.genui.container.UIScrollPanel
Creates a new instance of UIScrollPanel.
UISeparator - Class in javax.rad.genui.menu
Platform and technology independent menu separator.
UISeparator() - Constructor for class javax.rad.genui.menu.UISeparator
Creates a new instance of UISeparator.
UISeparator(ISeparator) - Constructor for class javax.rad.genui.menu.UISeparator
Creates a new instance of UISeparator with the given separator.
UISplitPanel - Class in javax.rad.genui.container
Platform and technology independent SplitPanel.
UISplitPanel() - Constructor for class javax.rad.genui.container.UISplitPanel
Creates a new instance of UISplitPanel.
UISplitPanel(int) - Constructor for class javax.rad.genui.container.UISplitPanel
Creates a new instance of UISplitPanel with the given orientation.
UISplitPanel(int, int) - Constructor for class javax.rad.genui.container.UISplitPanel
Creates a new instance of UISplitPanel with the given orientation and alignment.
UISplitPanel(ISplitPanel) - Constructor for class javax.rad.genui.container.UISplitPanel
Creates a new instance of UISplitPanel with the given split panel.
UISplitPanel(ISplitPanel, int, int) - Constructor for class javax.rad.genui.container.UISplitPanel
Creates a new instance of UISplitPanel with the given split panel, orientation and divider alignment.
UITable - Class in javax.rad.genui.control
Platform and technology independent Table.
UITable() - Constructor for class javax.rad.genui.control.UITable
Creates a new instance of UITable.
UITable(IDataBook) - Constructor for class javax.rad.genui.control.UITable
Creates a new instance of UITable with the given data book.
UITable(IDataBook, ColumnView) - Constructor for class javax.rad.genui.control.UITable
Creates a new instance of UITable with the given data book and column view.
UITable(ITable) - Constructor for class javax.rad.genui.control.UITable
Creates a new instance of UITable with the given table.
UITable(ITable, IDataBook, ColumnView) - Constructor for class javax.rad.genui.control.UITable
Creates a new instance of UITable with the given table, data book and column view.
UITabsetEvent - Class in javax.rad.ui.event
Platform and technology independent tabset event definition.
UITabsetEvent(IComponent, int, long, int, int, int) - Constructor for class javax.rad.ui.event.UITabsetEvent
Creates a new instance of UIActionEvent.
UITabsetPanel - Class in javax.rad.genui.container
Platform and technology independent TabSetPanel.
UITabsetPanel() - Constructor for class javax.rad.genui.container.UITabsetPanel
Creates a new instance of UITabsetPanel.
UITabsetPanel(ITabsetPanel) - Constructor for class javax.rad.genui.container.UITabsetPanel
Creates a new instance of UITabsetPanel with the given tabset panel.
UITextArea - Class in javax.rad.genui.component
Platform and technology independent text area.
UITextArea() - Constructor for class javax.rad.genui.component.UITextArea
Creates a new instance of UITextArea.
UITextArea(ITextArea) - Constructor for class javax.rad.genui.component.UITextArea
Creates a new instance of UITextArea with the given text area.
UITextArea(String) - Constructor for class javax.rad.genui.component.UITextArea
Creates a new instance of UITextArea.
UITextCellEditor - Class in javax.rad.genui.celleditor
Platform and technology independent text editor.
UITextCellEditor() - Constructor for class javax.rad.genui.celleditor.UITextCellEditor
Creates a new instance of UITextCellEditor.
UITextCellEditor(ITextCellEditor) - Constructor for class javax.rad.genui.celleditor.UITextCellEditor
Creates a new instance of UITextCellEditor with the given text cell editor.
UITextCellEditor(int) - Constructor for class javax.rad.genui.celleditor.UITextCellEditor
Creates a new instance of UITextCellEditor.
UITextCellEditor(String) - Constructor for class javax.rad.genui.celleditor.UITextCellEditor
Creates a new instance of UITextCellEditor.
UITextField - Class in javax.rad.genui.component
Platform and technology independent text field.
UITextField() - Constructor for class javax.rad.genui.component.UITextField
Creates a new instance of UITextField.
UITextField(ITextField) - Constructor for class javax.rad.genui.component.UITextField
Creates a new instance of UITextField with the given text field.
UITextField(String) - Constructor for class javax.rad.genui.component.UITextField
Creates a new instance of UITextField.
UIToggleButton - Class in javax.rad.genui.component
Platform and technology independent toggle button.
UIToggleButton() - Constructor for class javax.rad.genui.component.UIToggleButton
Creates a new instance of UIToggleButton.
UIToggleButton(IToggleButton) - Constructor for class javax.rad.genui.component.UIToggleButton
Creates a new instance of UIToggleButton with the given toggle button.
UIToggleButton(String) - Constructor for class javax.rad.genui.component.UIToggleButton
Creates a new instance of UIToggleButton.
UIToggleButton(String, IActionListener) - Constructor for class javax.rad.genui.component.UIToggleButton
Creates a new instance of UIToggleButton.
UIToggleButton(String, Object, String) - Constructor for class javax.rad.genui.component.UIToggleButton
Creates a new instance of UIToggleButton.
UIToggleButton(String, IImage, IActionListener) - Constructor for class javax.rad.genui.component.UIToggleButton
Creates a new instance of UIToggleButton.
UIToggleButton(String, IImage, Object, String) - Constructor for class javax.rad.genui.component.UIToggleButton
Creates a new instance of UIToggleButton.
UIToolBar - Class in javax.rad.genui.container
Platform and technology independent TabSetPanel.
UIToolBar() - Constructor for class javax.rad.genui.container.UIToolBar
Creates a new instance of UIToolBar.
UIToolBar(IToolBar) - Constructor for class javax.rad.genui.container.UIToolBar
Creates a new instance of UIToolBar with the given toolbar.
UIToolBarPanel - Class in javax.rad.genui.container
Platform and technology independent toolbar panel.
UIToolBarPanel() - Constructor for class javax.rad.genui.container.UIToolBarPanel
Creates a new instance of UIToolBarPanel.
UIToolBarPanel(IToolBarPanel) - Constructor for class javax.rad.genui.container.UIToolBarPanel
Creates a new instance of UIToolBarPanel with the given toolbar panel.
UITree - Class in javax.rad.genui.control
Platform and technology independent Tree.
UITree() - Constructor for class javax.rad.genui.control.UITree
Creates a new instance of UITree.
UITree(ITree) - Constructor for class javax.rad.genui.control.UITree
Creates a new instance of UITree with the given tree.
UITree(IDataBook...) - Constructor for class javax.rad.genui.control.UITree
Creates a new instance of UITree.
UIWindow - Class in javax.rad.genui.container
Platform and technology independent Window.
UIWindow() - Constructor for class javax.rad.genui.container.UIWindow
Creates a new instance of UIWindow.
UIWindow(IWindow) - Constructor for class javax.rad.genui.container.UIWindow
Creates a new instance of UIWindow with the given window.
UIWindowEvent - Class in javax.rad.ui.event
Platform and technology independent window event definition.
UIWindowEvent(IComponent, int, long, int) - Constructor for class javax.rad.ui.event.UIWindowEvent
Creates a new instance of UIWindowEvent.
UMBRELLA_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) umbrella image (used for toolbar buttons or icons).
UMBRELLA_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) umbrella image (used for menuitems or buttons).
UnauthorizedException - Exception in javax.rad.remote
The UnauthorizedException is a CommunicationException for client/server authorization problems.
UnauthorizedException() - Constructor for exception javax.rad.remote.UnauthorizedException
Constructs a new UnauthorizedException with null as its detail message.
UnauthorizedException(Throwable) - Constructor for exception javax.rad.remote.UnauthorizedException
Constructs a new UnauthorizedException with the specified cause and a detail message of (cause == null ?
UnauthorizedException(String) - Constructor for exception javax.rad.remote.UnauthorizedException
Constructs a new UnauthorizedException with the specified detail message.
UnauthorizedException(String, Throwable) - Constructor for exception javax.rad.remote.UnauthorizedException
Constructs a new UnauthorizedException with the specified detail message and cause.
unconfigureConnection(ConnectionEvent) - Method in interface com.sibvisions.rad.persist.jdbc.event.type.IUnconfigureConnectionListener
Invoked after a method call.
UNDEFINED - Static variable in interface com.sibvisions.rad.server.protocol.ICategoryConstants
the undefined category.
UNDERLINE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) underline image (used for toolbar buttons or icons).
UNDERLINE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) underline image (used for menuitems or buttons).
UNDO_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) undo image (used for toolbar buttons or icons).
UNDO_LARGE - Static variable in class javax.rad.genui.UIImage
the name of the large(default: 24x24 px) undo image (used for toolbar buttons or icons).
UNDO_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) undo image (used for menuitems or buttons).
UNDO_SMALL - Static variable in class javax.rad.genui.UIImage
the name of the small(default: 16x16 px) undo image (used for menuitems or buttons).
uninstall(IServer) - Method in interface com.sibvisions.rad.server.plugin.IServerPlugin
Uninstalls the plugin.
uninstallEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxDateCellEditor.CellEditorHandler
Informs the handler, that the editor is or will be discarded.
uninstallEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxLinkedCellEditor.CellEditorHandler
Informs the handler, that the editor is or will be discarded.
uninstallEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxNumberCellEditor.CellEditorHandler
Informs the handler, that the editor is or will be discarded.
uninstallEditor() - Method in class com.sibvisions.rad.ui.swing.ext.celleditor.JVxTextCellEditor.CellEditorHandler
Informs the handler, that the editor is or will be discarded.
uninstallEditor() - Method in interface javax.rad.model.ui.ICellEditorHandler
Informs the handler, that the editor is or will be discarded.
UniversalSerializer - Class in com.sibvisions.rad.remote
The UniversalSerializer converts an object state into a byte stream in such a way that the byte stream can be converted back into a copy of the object.
UniversalSerializer() - Constructor for class com.sibvisions.rad.remote.UniversalSerializer
Creates a new instance of UniversalSerializer with default serializer registrations.
UNIVERSITY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) university image (used for toolbar buttons or icons).
UNIVERSITY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) university image (used for menuitems or buttons).
UNKNOWN_TYPE - Static variable in interface javax.rad.type.IType
The type is unknown.
UnknownObjectException - Exception in javax.rad.server
The UnknownObjectException is a RuntimeException for undefined or not found server objects.
UnknownObjectException(String) - Constructor for exception javax.rad.server.UnknownObjectException
Constructs a new UnknownObjectException with the specified object name.
UnknownObjectException(String, Throwable) - Constructor for exception javax.rad.server.UnknownObjectException
Constructs a new UnknownObjectException with the specified object name and cause.
UnknownType - Class in javax.rad.type
The UnknownType is a platform independent definition for any object.
UnknownType() - Constructor for class javax.rad.type.UnknownType
Constructs a new UnknownType.
UNLINK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) unlink image (used for toolbar buttons or icons).
UNLINK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) unlink image (used for menuitems or buttons).
unlock() - Method in class com.sibvisions.rad.server.AbstractSession
Unlocks the session.
UNLOCK_ALT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) unlock-alt image (used for toolbar buttons or icons).
UNLOCK_ALT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) unlock-alt image (used for menuitems or buttons).
UNLOCK_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) unlock image (used for toolbar buttons or icons).
UNLOCK_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) unlock image (used for menuitems or buttons).
unregister(Statement) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Unregisters a statement.
unregisterAllCommandButtons() - Method in class javax.rad.application.genui.ControllerContent
Unregisters all command buttons.
unregisterCommandButton(String, IActionComponent) - Method in class javax.rad.application.genui.ControllerContent
Unregisters a command button.
unregisterCommandButton(String) - Method in class javax.rad.application.genui.ControllerContent
Unregisters a command button.
unregisterPushReceiver(Object) - Method in class com.sibvisions.rad.server.DefaultSessionManager
Unregisters a push receiver.
unregisterPushReceiver(Object) - Method in class com.sibvisions.rad.server.Server
Unregisters a push receiver.
unregisterPushReceiver(Object) - Method in interface javax.rad.server.push.IPushHandler
Unregisters a push receiver.
unregisterThreadFactoryInstance() - Static method in class javax.rad.genui.UIFactoryManager
Unregisters the IFactory instance for the current Thread.
unregisterTypeSerializer(ITypeSerializer) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Unregisters a type serializer.
UNSORTED_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) unsorted image (used for toolbar buttons or icons).
UNSORTED_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) unsorted image (used for menuitems or buttons).
unzip(String, String) - Static method in class com.sibvisions.util.type.FileUtil
Unzips the given file.
unzip(File, String) - Static method in class com.sibvisions.util.type.FileUtil
Unzips the given file.
unzip(InputStream, String) - Static method in class com.sibvisions.util.type.FileUtil
Extracts the content of a zip archive.
unzip(InputStream, File) - Static method in class com.sibvisions.util.type.FileUtil
Extracts the content of a zip archive.
update() - Method in class com.sibvisions.rad.model.mem.MemDataBook
Sets the currently selected row as "updating".
update(DataBookEvent) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Updates an existing row.
update(Object[], Object[]) - Method in class com.sibvisions.rad.persist.AbstractStorage
Return the updated row as Object[].
update(T) - Method in class com.sibvisions.rad.persist.AbstractStorage
Updates a bean/POJO with the PrimaryKey columns and provides values.
update(T, T) - Method in class com.sibvisions.rad.persist.AbstractStorage
Updates a bean/POJO with the PrimaryKey columns and provides values.
update(String, ServerMetaData, Object[], Object[]) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Return the updated row.
update(String, ServerMetaData, Object[], Object[]) - Method in interface com.sibvisions.rad.persist.jdbc.IDBAccess
Return the updated row.
update(DataBookEvent) - Method in class com.sibvisions.rad.persist.MemDataBookStorage
Updates an existing row.
update() - Method in class com.sibvisions.rad.server.config.AppSettings
Loads the configuration from the filesystem.
update() - Method in class com.sibvisions.rad.server.config.UpToDateConfigFile
Loads the configuration from the filesystem.
update() - Method in interface javax.rad.model.IDataBook
Sets the currently selected row as "updating".
update(Object[], Object[]) - Method in interface javax.rad.persist.IStorage
Return the updated row as Object[].
updateAnchors() - Method in class com.sibvisions.rad.application.Error
Updates the Layout anchors dependent of the visible details.
updateAnsiSQL(String, String, ServerMetaData, Object[], Object[], ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Updates the specified row and return the count of affected rows.
updateArray(Object[], Object) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Updates the array with the values from the POJO.
updateBean(IBean, Object) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Updates a bean with values from a POJO.
updateBean(IBean, Object[]) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Updates a bean with values from an array.
updateConfiguration(IConfiguration) - Method in class com.sibvisions.rad.server.security.AbstractDBSecurityManager
Updates relevant information after configuration was changed.
updateConfiguration(IConfiguration) - Method in class com.sibvisions.rad.server.security.DBSecurityManager
Updates relevant information after configuration was changed.
updateDatabaseSpecific(String, String, ServerMetaData, Object[], Object[], ICondition) - Method in class com.sibvisions.rad.persist.jdbc.DBAccess
Updates the specified row and returns the count of affected rows.
updatePOJO(Object, Object) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Updates a POJO with values from a POJO.
updatePOJO(Object, Object[]) - Method in class com.sibvisions.rad.persist.bean.BeanConverter
Updates a POJO with values from an array.
updateTranslation() - Method in class javax.rad.genui.component.AbstractUIActionComponent
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.component.AbstractUITextField
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.component.UILabel
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.container.AbstractFrame
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.container.AbstractWindow
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.container.InternalToolBarPanel
Notification for updating the translation of all sub toolbars.
updateTranslation() - Method in class javax.rad.genui.container.UIGroupPanel
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.container.UITabsetPanel
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.container.UIToolBarPanel
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.control.UIChart
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.control.UIEditor
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.control.UITable
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.control.UITree
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.menu.UIMenu
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.UIComponent
Notification for updating the translation.
updateTranslation() - Method in class javax.rad.genui.UIContainer
Notification for updating the translation.
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxCheckBoxRenderer
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxChoiceRenderer
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxIconRenderer
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.cellrenderer.JVxRendererContainer
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.JVxSplitPane
updateUI() - Method in class com.sibvisions.rad.ui.swing.ext.JVxToolBarPanel
UPDATING - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal state for UPDATING.
UPLOAD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) upload image (used for toolbar buttons or icons).
UPLOAD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) upload image (used for menuitems or buttons).
UPLOADDIR - Static variable in class com.sibvisions.rad.server.http.UploadServlet
the directory which contains the resource files for the client.
UploadServlet - Class in com.sibvisions.rad.server.http
The UploadServlet handles the upload of files via http connection.
UploadServlet() - Constructor for class com.sibvisions.rad.server.http.UploadServlet
 
UpToDateConfigFile - Class in com.sibvisions.rad.server.config
The UpToDateConfigFile encapsulates the access to a xml configuration file.
UpToDateConfigFile(File, String) - Constructor for class com.sibvisions.rad.server.config.UpToDateConfigFile
Creates a new instance of UpToDateConfigFile for a xml configuration file.
UpToDateConfigFile(File) - Constructor for class com.sibvisions.rad.server.config.UpToDateConfigFile
Creates a new instance of UpToDateConfigFile for a xml configuration file.
USD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) usd image (used for toolbar buttons or icons).
USD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) usd image (used for menuitems or buttons).
USER_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) user image (used for toolbar buttons or icons).
USER_MD_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) user-md image (used for toolbar buttons or icons).
USER_MD_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) user-md image (used for menuitems or buttons).
USER_PLUS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) user-plus image (used for toolbar buttons or icons).
USER_PLUS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) user-plus image (used for menuitems or buttons).
USER_SECRET_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) user-secret image (used for toolbar buttons or icons).
USER_SECRET_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) user-secret image (used for menuitems or buttons).
USER_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) user image (used for menuitems or buttons).
USER_TIMES_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) user-times image (used for toolbar buttons or icons).
USER_TIMES_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) user-times image (used for menuitems or buttons).
USERNAME - Static variable in interface javax.rad.remote.IConnectionConstants
the key for the user name.
USERS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) users image (used for toolbar buttons or icons).
USERS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) users image (used for menuitems or buttons).

V

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

W

W_RESIZE_CURSOR - Static variable in interface javax.rad.ui.ICursor
The west-resize cursor type.
WAIT_CURSOR - Static variable in interface javax.rad.ui.ICursor
The wait cursor type.
warning(SAXParseException) - Method in class com.sibvisions.util.xml.XmlWorker
Throws the parse exception if validation is enabled.
WARNING_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) warning image (used for toolbar buttons or icons).
WARNING_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) warning image (used for menuitems or buttons).
Webstart - Class in com.sibvisions.rad.ui
The Webstart class allows encapsulated access to the javax.jnlp service objects.
WECHAT_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) wechat image (used for toolbar buttons or icons).
WECHAT_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) wechat image (used for menuitems or buttons).
WEIBO_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) weibo image (used for toolbar buttons or icons).
WEIBO_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) weibo image (used for menuitems or buttons).
WEIXIN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) weixin image (used for toolbar buttons or icons).
WEIXIN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) weixin image (used for menuitems or buttons).
WEST - Static variable in class com.sibvisions.rad.ui.swing.ext.layout.JVxBorderLayout
The west layout constraint (left side of container).
WEST - Static variable in interface javax.rad.ui.layout.IBorderLayout
The west layout constraint (left side of container).
WHATSAPP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) whatsapp image (used for toolbar buttons or icons).
WHATSAPP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) whatsapp image (used for menuitems or buttons).
WHEELCHAIR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) wheelchair image (used for toolbar buttons or icons).
WHEELCHAIR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) wheelchair image (used for menuitems or buttons).
white - Static variable in class javax.rad.genui.UIColor
The color white.
WIFI_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) wifi image (used for toolbar buttons or icons).
WIFI_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) wifi image (used for menuitems or buttons).
WIKIPEDIA_W_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) wikipedia-w image (used for toolbar buttons or icons).
WIKIPEDIA_W_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) wikipedia-w image (used for menuitems or buttons).
WINDOW_ACTIVATED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window-activated event type.
WINDOW_CLOSED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window closed event.
WINDOW_CLOSING - Static variable in class javax.rad.ui.event.UIWindowEvent
The "window is closing" event.
WINDOW_DEACTIVATED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window-deactivated event type.
WINDOW_DEICONIFIED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window deiconified event type.
WINDOW_FIRST - Static variable in class javax.rad.ui.event.UIWindowEvent
The first number in the range of ids used for window events.
WINDOW_ICONIFIED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window iconified event.
WINDOW_LAST - Static variable in class javax.rad.ui.event.UIWindowEvent
The last number in the range of ids used for window events.
WINDOW_OPENED - Static variable in class javax.rad.ui.event.UIWindowEvent
The window opened event.
windowActivated(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowActivated(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowActivated(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
windowActivated(UIWindowEvent) - Method in interface javax.rad.ui.event.type.window.IWindowActivatedListener
Invoked when the Window is set to be the active Window.
windowClosed(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowClosed(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
Removes the internal frame from it's parent.
windowClosed(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
Removes the internal frame from it's parent.
windowClosed(UIWindowEvent) - Method in interface javax.rad.ui.event.type.window.IWindowClosedListener
Invoked when a window has been closed as the result of calling dispose on the window.
windowClosing(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowClosing(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowClosing(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
windowClosing(UIWindowEvent) - Method in interface javax.rad.ui.event.type.window.IWindowClosingListener
Invoked when the user attempts to close the window from the window's system menu.
windowDeactivated(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowDeactivated(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowDeactivated(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
windowDeactivated(UIWindowEvent) - Method in interface javax.rad.ui.event.type.window.IWindowDeactivatedListener
Invoked when a Window is no longer the active Window.
windowDeiconified(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowDeiconified(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowDeiconified(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
windowDeiconified(UIWindowEvent) - Method in interface javax.rad.ui.event.type.window.IWindowDeiconifiedListener
Invoked when a window is changed from a minimized to a normal state.
WindowHandler<L> - Class in javax.rad.ui.event
The WindowHandler is a RuntimeEventHandler that handles IWindowListener.
WindowHandler(Class<L>) - Constructor for class javax.rad.ui.event.WindowHandler
Creates a new instance of WindowHandler.
windowIconified(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowIconified(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowIconified(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
windowIconified(UIWindowEvent) - Method in interface javax.rad.ui.event.type.window.IWindowIconifiedListener
Invoked when a window is changed from a normal to a minimized state.
windowOpened(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.ext.JVxComboBase
windowOpened(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.container.SwingFrame
windowOpened(WindowEvent) - Method in class com.sibvisions.rad.ui.swing.impl.SwingApplet.SwingAppletLauncher
windowOpened(UIWindowEvent) - Method in interface javax.rad.ui.event.type.window.IWindowOpenedListener
Invoked the first time a window is made visible.
WINDOWS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) windows image (used for toolbar buttons or icons).
WINDOWS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) windows image (used for menuitems or buttons).
WON_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) won image (used for toolbar buttons or icons).
WON_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) won image (used for menuitems or buttons).
WORDPRESS_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) wordpress image (used for toolbar buttons or icons).
WORDPRESS_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) wordpress image (used for menuitems or buttons).
WORKSCREEN - Static variable in interface com.sibvisions.rad.server.protocol.ICategoryConstants
the work-screen category.
WorkScreen - Class in javax.rad.application.genui
The WorkScreen is a default implementation of IWorkScreen.
WorkScreen() - Constructor for class javax.rad.application.genui.WorkScreen
Creates a new instance of WorkScreen.
WorkScreen(IWorkScreenApplication) - Constructor for class javax.rad.application.genui.WorkScreen
Creates a new instance of WorkScreen for a parent application.
WorkScreen(IWorkScreenApplication, Map<String, Object>) - Constructor for class javax.rad.application.genui.WorkScreen
Creates a new instance of WorkScreen for a parent application and specific parameters.
WorkScreenHandler<L> - Class in javax.rad.application.genui.event
The WorkScreenHandler is a RuntimeEventHandler that handles IWorkScreenListener.
WorkScreenHandler(Class<L>) - Constructor for class javax.rad.application.genui.event.WorkScreenHandler
Creates a new instance of WorkScreenHandler.
WRENCH_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) wrench image (used for toolbar buttons or icons).
WRENCH_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) wrench image (used for menuitems or buttons).
WRITABLE_COLUMN_CHANGED - Static variable in class com.sibvisions.rad.model.mem.ChangeableDataRow
Internal state for UPDATING, if minimum one writeable column is involved.
write(DataOutputStream, Object) - Method in class com.sibvisions.rad.remote.ByteSerializer
Deprecated. Writes a serialized object to a stream.
write(DataOutputStream, Object) - Method in interface com.sibvisions.rad.remote.ISerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Object[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, AbstractBean, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BeanSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, BeanType, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BeanTypeSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, boolean[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BooleanArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Boolean, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.BooleanSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, byte[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ByteArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Byte, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ByteSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Character, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.CharacterSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, char[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.CharArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Date, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DateSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, BigDecimal, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DecimalSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, double[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DoubleArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Double, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.DoubleSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Enum, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.EnumSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, float[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.FloatArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Float, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.FloatSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, int[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.IntArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Integer, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.IntegerSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, T, TypeCache) - Method in interface com.sibvisions.rad.remote.serializer.ITypeSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, List, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ListSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, long[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.LongArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Long, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.LongSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Map, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.MapSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Object, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.NullSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Object, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ObjectSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, short[], TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ShortArraySerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Short, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ShortSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, String, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.StringSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, Throwable, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.ThrowableSerializer
Writes a serialized object to a stream.
write(UniversalSerializer, DataOutputStream, XmlNode, TypeCache) - Method in class com.sibvisions.rad.remote.serializer.XmlNodeSerializer
Writes a serialized object to a stream.
write(DataOutputStream, Object) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Writes a serialized object to a stream.
write(DataOutputStream, Object, TypeCache) - Method in class com.sibvisions.rad.remote.UniversalSerializer
Writes a serialized object to a stream.
write(int) - Method in class com.sibvisions.util.io.ByteCountOutputStream
write(int) - Method in class com.sibvisions.util.io.NullOutputStream
write(int) - Method in class com.sibvisions.util.io.ShadowCopyOutputStream
write(File, XmlNode) - Method in class com.sibvisions.util.xml.XmlWorker
Writes the structure of a XmlNode as xml stream to the specified target file.
write(OutputStream, XmlNode) - Method in class com.sibvisions.util.xml.XmlWorker
Writes the structure of a XmlNode as xml stream to the specified target stream.
writeContent(IFileHandle) - Method in class com.sibvisions.rad.remote.http.HttpConnection
Writes the given file handle to a remote server.
writeContent(IFileHandle) - Method in interface javax.rad.io.IUploadExecutor
Writes the given file handle to a remote server.
writeCSV(IDataBook, OutputStream) - Static method in class com.sibvisions.rad.model.DataBookCSVExporter
Writes all rows and values of a databook, as comma separated values to a stream.
writeCSV(IDataBook, OutputStream, String) - Static method in class com.sibvisions.rad.model.DataBookCSVExporter
Writes all rows and values of a databook, as comma separated values to a stream.
writeCSV(IDataBook, OutputStream, String[], String[], ICondition, SortDefinition) - Static method in class com.sibvisions.rad.model.DataBookCSVExporter
Writes all rows and values of a databook, as comma separated values to a stream.
writeCSV(IDataBook, OutputStream, String[], String[], ICondition, SortDefinition, String) - Static method in class com.sibvisions.rad.model.DataBookCSVExporter
Writes all rows and values of a databook, as comma separated values to a stream.
writeCSV(IDataBook, OutputStream, String[], String[], ICondition, SortDefinition, String, String) - Static method in class com.sibvisions.rad.model.DataBookCSVExporter
Writes all rows and values of a databook, as comma separated values to a stream.
writeCSV(OutputStream, String[], String[], ICondition, SortDefinition, String) - Method in class com.sibvisions.rad.persist.AbstractMemStorage
Write the current storage with the specified filter and sort into the given output stream as CSV Format.
writeCSV(OutputStream, String[], String[], ICondition, SortDefinition, String) - Method in class com.sibvisions.rad.persist.AbstractStorage
Write the current storage with the specified filter and sort into the given output stream as CSV Format.
writeCSV(OutputStream, String[], String[], ICondition, SortDefinition, String) - Method in class com.sibvisions.rad.persist.jdbc.DBStorage
Write the current storage with the specified filter and sort into the given output stream as CSV Format.
writeQuoted(OutputStreamWriter, IDataType, Object, String) - Static method in class com.sibvisions.rad.model.DataBookCSVExporter
Writes an object as quoted string.
writeSize(DataOutputStream, int, int, int) - Method in class com.sibvisions.rad.remote.serializer.AbstractSizedSerializer
Writes the type definition which includes the length of the content.

X

XING_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) xing image (used for toolbar buttons or icons).
XING_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) xing image (used for menuitems or buttons).
XING_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) xing-square image (used for toolbar buttons or icons).
XING_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) xing-square image (used for menuitems or buttons).
XmlNode - Class in com.sibvisions.util.xml
The XmlNode encapsulates the information of a xml tag.
XmlNode(String) - Constructor for class com.sibvisions.util.xml.XmlNode
Creates a new instance of XmlNode without a parent.
XmlNode(short, String) - Constructor for class com.sibvisions.util.xml.XmlNode
Creates a new instance of XmlNode without a parent.
XmlNode(short, String, String) - Constructor for class com.sibvisions.util.xml.XmlNode
Creates a new instance of XmlNode without a parent.
XmlNode(short, String, XmlNode) - Constructor for class com.sibvisions.util.xml.XmlNode
Creates a new instance of XmlNode with a parent.
XmlNode(short, String, String, XmlNode) - Constructor for class com.sibvisions.util.xml.XmlNode
Creates a new instance of XmlNode.
XmlNodeSerializer - Class in com.sibvisions.rad.remote.serializer
The XmlNodeSerializer class is the type serializer implementation for XmlNode.
XmlNodeSerializer() - Constructor for class com.sibvisions.rad.remote.serializer.XmlNodeSerializer
 
XmlSecurityManager - Class in com.sibvisions.rad.server.security
The XmlSecurityManager uses a xml file to authenticate users.
XmlSecurityManager() - Constructor for class com.sibvisions.rad.server.security.XmlSecurityManager
 
XmlWorker - Class in com.sibvisions.util.xml
Simple parser and writer for xml files.
XmlWorker() - Constructor for class com.sibvisions.util.xml.XmlWorker
 

Y

Y_COMBINATOR_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) y-combinator image (used for toolbar buttons or icons).
Y_COMBINATOR_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) y-combinator image (used for menuitems or buttons).
Y_COMBINATOR_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) y-combinator-square image (used for toolbar buttons or icons).
Y_COMBINATOR_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) y-combinator-square image (used for menuitems or buttons).
YAHOO_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) yahoo image (used for toolbar buttons or icons).
YAHOO_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) yahoo image (used for menuitems or buttons).
YC_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) yc image (used for toolbar buttons or icons).
YC_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) yc image (used for menuitems or buttons).
YC_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) yc-square image (used for toolbar buttons or icons).
YC_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) yc-square image (used for menuitems or buttons).
yellow - Static variable in class javax.rad.genui.UIColor
The color yellow.
YELLOW_CELL - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Yellow cell.
YELP_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) yelp image (used for toolbar buttons or icons).
YELP_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) yelp image (used for menuitems or buttons).
YEN_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) yen image (used for toolbar buttons or icons).
YEN_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) yen image (used for menuitems or buttons).
YESNO_CHECKBOX - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Yes/No checkbox cell editor.
YESNO_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Yes/No choice cell editor.
YESNONULL_EDITOR - Static variable in class com.sibvisions.rad.application.ApplicationUtil
Yes/No/null choice cell editor.
YOUTUBE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) youtube image (used for toolbar buttons or icons).
YOUTUBE_PLAY_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) youtube-play image (used for toolbar buttons or icons).
YOUTUBE_PLAY_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) youtube-play image (used for menuitems or buttons).
YOUTUBE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) youtube image (used for menuitems or buttons).
YOUTUBE_SQUARE_LARGE - Static variable in interface javax.rad.genui.IFontAwesome
the name of the large(default: 24x24 px) youtube-square image (used for toolbar buttons or icons).
YOUTUBE_SQUARE_SMALL - Static variable in interface javax.rad.genui.IFontAwesome
the name of the small(default: 16x16 px) youtube-square image (used for menuitems or buttons).

Z

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

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

Copyright © 2009 SIB Visions GmbH. All Rights Reserved.