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 _

A

ACTIVATING - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
State definition for the technical life cycle of a dialog: The dialog is currently been activating.
ACTIVE - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
In the state active the dialog is visible (although it may be hidden behind other dialogs) and it reacts to events.
ALL_INSTANCES - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel
Stores all instances of this LifeCycleCompletionLevel.
ANDBooleanState - class com.sdm.quasar.client.core.states.ANDBooleanState.
A BooleanState that combines a set of other boolean states with the logical AND operation.
ANDBooleanState(String) - Constructor for class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
ANDBooleanState(String, BooleanState[], boolean[]) - Constructor for class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
ASCII_LETTER_NOSPACE_PATTERN - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Pattern with all ascii-characters (without space) without special characters.
ASCII_LETTER_PATTERN - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Pattern with all ascii-characters (and the space) without special characters.
ASCII_LOWER_LETTER - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Pattern with all lower ascii-characters without special characters.
ASCII_UPPER_LETTER - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Pattern with all upper ascii-characters without special characters.
AbortException - exception com.sdm.quasar.client.core.common.AbortException.
An exception that signals an abort of the application or context.
AbortException() - Constructor for class com.sdm.quasar.client.core.common.AbortException
Creates a new AbortException.
AbortException(String) - Constructor for class com.sdm.quasar.client.core.common.AbortException
Creates a new AbortException.
AbortException(Throwable) - Constructor for class com.sdm.quasar.client.core.common.AbortException
Creates a new AbortException.
AbortException(String, Throwable) - Constructor for class com.sdm.quasar.client.core.common.AbortException
Creates a new AbortException.
AbstractActivationControllerFeature - class com.sdm.quasar.client.core.embedding.features.AbstractActivationControllerFeature.
An abstract implementation of an ActivationController as a Feature.
AbstractActivationControllerFeature(String) - Constructor for class com.sdm.quasar.client.core.embedding.features.AbstractActivationControllerFeature
Creates a new AbstractActivationControllerFeature.
AbstractActivationService - class com.sdm.quasar.client.core.dialogbase.services.AbstractActivationService.
A basic implementation of ActivationService.
AbstractActivationService(DialogControl, SubDialogControl, String) - Constructor for class com.sdm.quasar.client.core.dialogbase.services.AbstractActivationService
Creates a new AbstractActivationService.
AbstractApplication - class com.sdm.quasar.client.core.application.AbstractApplication.
Abstract implementation for the Application interface.
AbstractApplication(ID) - Constructor for class com.sdm.quasar.client.core.application.AbstractApplication
Constructor.
AbstractApplicationCreator - class com.sdm.quasar.client.core.application.AbstractApplicationCreator.
An application creator is responsible for creating and configuration of an Application instance.
AbstractApplicationCreator() - Constructor for class com.sdm.quasar.client.core.application.AbstractApplicationCreator
Creates a new AbstractApplicationCreator.
AbstractBooleanState - class com.sdm.quasar.client.core.states.AbstractBooleanState.
An abstract BooleanState implementation, that manages the enabled state as boolean, that subclasses can directly set.
AbstractBooleanState() - Constructor for class com.sdm.quasar.client.core.states.AbstractBooleanState
Creates a new AbstractBooleanState.
AbstractBooleanState(boolean) - Constructor for class com.sdm.quasar.client.core.states.AbstractBooleanState
Creates a new AbstractBooleanState.
AbstractBooleanState(String) - Constructor for class com.sdm.quasar.client.core.states.AbstractBooleanState
Creates a new AbstractBooleanState.
AbstractBooleanState(String, boolean) - Constructor for class com.sdm.quasar.client.core.states.AbstractBooleanState
Creates a new AbstractBooleanState.
AbstractBooleanStateAdapter - class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter.
An abstract BooleanStateAdapter implementation, which supports more than one target object to adapt.
AbstractBooleanStateAdapter() - Constructor for class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Creates a new AbstractBooleanStateAdapter.
AbstractBooleanStateAdapter(String) - Constructor for class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Creates a new AbstractBooleanStateAdapter.
AbstractBooleanStateAdapter(BooleanState) - Constructor for class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Creates a new AbstractBooleanStateAdapter.
AbstractBooleanStateAdapter(String, BooleanState) - Constructor for class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Creates a new AbstractBooleanStateAdapter.
AbstractButtonCommandAdapter - class com.sdm.quasar.client.swing.commands.adapters.AbstractButtonCommandAdapter.
The AbstractButtonCommandAdapter is an bidirectional adapter between an AbstractButton and a Command: It trigges the Command, when the ActionEvent is fired and it sets the enabled state of the AbstractButton due to the executable BooleanState of the Command.
AbstractButtonCommandAdapter(AbstractButton, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.AbstractButtonCommandAdapter
Creates a new AbstractButtonCommandAdapter.
AbstractButtonCommandAdapter(String, AbstractButton, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.AbstractButtonCommandAdapter
Creates a new AbstractButtonCommandAdapter.
AbstractCloseService - class com.sdm.quasar.client.core.dialogbase.services.AbstractCloseService.
A basic implementation of CloseService.
AbstractCloseService(DialogControl, SubDialogControl, String) - Constructor for class com.sdm.quasar.client.core.dialogbase.services.AbstractCloseService
Creates a new AbstractCloseService.
AbstractCombinedBooleanState - class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState.
Abstract base class for boolean states that perform boolean operations on a set of other boolean states.
AbstractCombinedBooleanState(String, byte) - Constructor for class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Creates a new AbstractCombinedBooleanState.
AbstractCombinedBooleanState(String, byte, BooleanState[], boolean[]) - Constructor for class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Creates a new AbstractCombinedBooleanState.
AbstractCommandAdapter - class com.sdm.quasar.client.core.commands.AbstractCommandAdapter.
An abstract CommandAdapter implementation.
AbstractCommandAdapter() - Constructor for class com.sdm.quasar.client.core.commands.AbstractCommandAdapter
Creates a new AbstractCommandAdapter.
AbstractCommandAdapter(String) - Constructor for class com.sdm.quasar.client.core.commands.AbstractCommandAdapter
Creates a new AbstractCommandAdapter.
AbstractCompositeFeature - class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature.
A base feature for all visual features.
AbstractCompositeFeature() - Constructor for class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
 
AbstractConfigurationDescriptor - class com.sdm.quasar.client.core.common.config.AbstractConfigurationDescriptor.
An abstract implementation of a ConfigurationDescriptor.
AbstractConfigurationDescriptor(String) - Constructor for class com.sdm.quasar.client.core.common.config.AbstractConfigurationDescriptor
Creates a new AbstractConfigurationDescriptor.
AbstractConfigurationDescriptor(Class) - Constructor for class com.sdm.quasar.client.core.common.config.AbstractConfigurationDescriptor
Creates a new AbstractConfigurationDescriptor.
AbstractControllerFeature - class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.
 
AbstractControllerFeature(String) - Constructor for class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Creates a new AbstractControllerFeature.
AbstractControllerFeature.SubDialogController - class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController.
The internal class to access informations of a controlled subdialog
AbstractControllerFeature.SubDialogController(String, SubDialogControl) - Constructor for class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
Creates a new SubDialogController.
AbstractConverterIterator - class com.sdm.quasar.client.core.common.util.AbstractConverterIterator.
A simple Iterator, that may be used to convert values iterated by an original Iterator.
AbstractConverterIterator(Iterator) - Constructor for class com.sdm.quasar.client.core.common.util.AbstractConverterIterator
Creates a new AbstractConverterIterator.
AbstractDataManagerPlugIn - class com.sdm.quasar.client.core.data.plugin.AbstractDataManagerPlugIn.
 
AbstractDataManagerPlugIn() - Constructor for class com.sdm.quasar.client.core.data.plugin.AbstractDataManagerPlugIn
Creates a new AbstractDataManagerPlugIn.
AbstractDialogCoreFeature - class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature.
Abstract Feature that supports convenience methods and a typical initialization for a dialog core
AbstractDialogCoreFeature() - Constructor for class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
 
AbstractFeature - class com.sdm.quasar.client.core.dialog.AbstractFeature.
Base implementation of Feature.
AbstractFeature() - Constructor for class com.sdm.quasar.client.core.dialog.AbstractFeature
Creates a new AbstractFeature.
AbstractFilterIterator - class com.sdm.quasar.client.core.common.util.AbstractFilterIterator.
An implementation of Iterator, that allows to filter the returned elements by implementing the abstract method AbstractFilterIterator.accept(Object).
AbstractFilterIterator(Iterator) - Constructor for class com.sdm.quasar.client.core.common.util.AbstractFilterIterator
Creates a new AbstractFilterIterator based upon the given Iterator.
AbstractIndexedValueHandler - class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler.
 
AbstractIndexedValueHandler() - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
 
AbstractJSFApplication - class com.sdm.quasar.client.jsf.application.AbstractJSFApplication.
Base class for an JSF Application.
AbstractJSFApplication(ID) - Constructor for class com.sdm.quasar.client.jsf.application.AbstractJSFApplication
Constructor, implementation passes parameter on to AbstractApplication.
AbstractNamedCheckedException - exception com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException.
A base class that implements com.dcag.s55.gool.err.NamedException and extends Exception (for checked exceptions).
AbstractNamedCheckedException(String, Throwable) - Constructor for class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
Creates a new AbstractNamedCheckedException.
AbstractNamedCheckedException(String) - Constructor for class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
Creates a new AbstractNamedCheckedException.
AbstractNamedRuntimeException - exception com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException.
A base class that implements com.dcag.s55.gool.err.NamedException and extends RuntimeException (for runtime exceptions).
AbstractNamedRuntimeException(String, Throwable) - Constructor for class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
Creates a new AbstractNamedRuntimeException.
AbstractNamedRuntimeException(String) - Constructor for class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
Creates a new AbstractNamedRuntimeException.
AbstractPerChildService - class com.sdm.quasar.client.core.dialog.AbstractPerChildService.
Note: The user that instanciates the concrete class has to assure, that the service implementation is installed at the same SubDialogControl as passed here by the constructor.
AbstractPerChildService(DialogControl, SubDialogControl) - Constructor for class com.sdm.quasar.client.core.dialog.AbstractPerChildService
Creates a new AbstractPerChildService.
AbstractPresentationFeature - class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature.
Abstract Feature that supports convenience methods and a typical initialization for a dialog presentation.
AbstractPresentationFeature() - Constructor for class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
 
AbstractResourceAccessService - class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService.
 
AbstractResourceAccessService() - Constructor for class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
Creates a new AbstractResourceAccessService.
AbstractServiceManager - class com.sdm.quasar.client.core.common.services.AbstractServiceManager.
Abstract base class for service managers.
AbstractServiceManager(Class, HierarchyProvider) - Constructor for class com.sdm.quasar.client.core.common.services.AbstractServiceManager
Constructor that initializes this service manager without forwarding to an ServiceManager.
AbstractServiceManager(Class, HierarchyProvider, ID, ServiceProvider) - Constructor for class com.sdm.quasar.client.core.common.services.AbstractServiceManager
Constructor that initializes this service manager with a forwarding to an ServiceManager for requests concerning the given virtual root node.
AbstractSessionCreator - class com.sdm.quasar.client.core.application.dialog.impl.AbstractSessionCreator.
 
AbstractSessionCreator() - Constructor for class com.sdm.quasar.client.core.application.dialog.impl.AbstractSessionCreator
Creates a new AbstractSessionCreator.
AbstractSessionManager - class com.sdm.quasar.client.core.application.AbstractSessionManager.
Basic implementation of SessionManager.
AbstractSessionManager(Application, SessionCreator) - Constructor for class com.sdm.quasar.client.core.application.AbstractSessionManager
Constructor.
AbstractSimpleComputation - class com.sdm.quasar.client.core.data.structure.AbstractSimpleComputation.
A base class for simple cases of computations.
AbstractSimpleComputation() - Constructor for class com.sdm.quasar.client.core.data.structure.AbstractSimpleComputation
 
AbstractState - class com.sdm.quasar.client.core.states.AbstractState.
A abstract uncomplete implementation of State which support listeners and adds a AbstractState.fireStateChanged() method to notify them.
AbstractState() - Constructor for class com.sdm.quasar.client.core.states.AbstractState
Creates a new AbstractState.
AbstractState(String) - Constructor for class com.sdm.quasar.client.core.states.AbstractState
Creates a new AbstractState.
AbstractSwingApplication - class com.sdm.quasar.client.swing.application.AbstractSwingApplication.
 
AbstractSwingApplication() - Constructor for class com.sdm.quasar.client.swing.application.AbstractSwingApplication
Creates a new AbstractSwingApplication.
AbstractSwingApplication(ID) - Constructor for class com.sdm.quasar.client.swing.application.AbstractSwingApplication
Creates a new AbstractSwingApplication.
AbstractSwingBooleanStateAdapter - class com.sdm.quasar.client.swing.states.adapters.AbstractSwingBooleanStateAdapter.
The base class for all BooleanStateAdapters, that adapt the boolean state value to some swing-element.
AbstractSwingBooleanStateAdapter() - Constructor for class com.sdm.quasar.client.swing.states.adapters.AbstractSwingBooleanStateAdapter
Creates a new AbstractSwingBooleanStateAdapter.
AbstractSwingBooleanStateAdapter(String) - Constructor for class com.sdm.quasar.client.swing.states.adapters.AbstractSwingBooleanStateAdapter
Creates a new AbstractSwingBooleanStateAdapter.
AbstractSwingBooleanStateAdapter(BooleanState) - Constructor for class com.sdm.quasar.client.swing.states.adapters.AbstractSwingBooleanStateAdapter
Creates a new AbstractBooleanStateAdapter.
AbstractSwingBooleanStateAdapter(String, BooleanState) - Constructor for class com.sdm.quasar.client.swing.states.adapters.AbstractSwingBooleanStateAdapter
Creates a new AbstractBooleanStateAdapter.
AbstractTitleService - class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService.
An abstract TitleService implementation.
AbstractTitleService(DialogControl, SubDialogControl, String) - Constructor for class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
Creates a new AbstractTitleService.
AbstractVisualRepresentationService - class com.sdm.quasar.client.swing.embedding.services.AbstractVisualRepresentationService.
 
AbstractVisualRepresentationService(DialogControl, SubDialogControl, String) - Constructor for class com.sdm.quasar.client.swing.embedding.services.AbstractVisualRepresentationService
Creates a new AbstractVisualRepresentationService.
Acceptor - interface com.sdm.quasar.client.core.common.Acceptor.
A basic interface to devide Objects to accepted and not accepted ones.
AcceptorBooleanState - class com.sdm.quasar.client.core.states.AcceptorBooleanState.
A BooleanState, that adapts an object to the own boolean state value (see BooleanState.isValueTrue()) using an Acceptor: The BooleanState is true, if the Acceptor accepts the object.
AcceptorBooleanState(String, Object) - Constructor for class com.sdm.quasar.client.core.states.AcceptorBooleanState
Creates a new AcceptorBooleanState.
AcceptorBooleanState(Object) - Constructor for class com.sdm.quasar.client.core.states.AcceptorBooleanState
Creates a new AcceptorBooleanState.
AcceptorBooleanState(String, Object, boolean) - Constructor for class com.sdm.quasar.client.core.states.AcceptorBooleanState
Creates a new AcceptorBooleanState.
AcceptorBooleanState(Object, boolean) - Constructor for class com.sdm.quasar.client.core.states.AcceptorBooleanState
Creates a new AcceptorBooleanState.
AcceptorBooleanState(String, Acceptor) - Constructor for class com.sdm.quasar.client.core.states.AcceptorBooleanState
Creates a new AcceptorBooleanState.
AcceptorBooleanState(Acceptor) - Constructor for class com.sdm.quasar.client.core.states.AcceptorBooleanState
Creates a new AcceptorBooleanState.
ActionEnabledBooleanState - class com.sdm.quasar.client.swing.states.ActionEnabledBooleanState.
A BooleanState representing the enabled/disabled state of an Action.
ActionEnabledBooleanState(Action) - Constructor for class com.sdm.quasar.client.swing.states.ActionEnabledBooleanState
Constructs the BooleanState representing the enabled/disabled state of the given Action.
ActionEnabledBooleanState(Action, String) - Constructor for class com.sdm.quasar.client.swing.states.ActionEnabledBooleanState
Constructs the BooleanState representing the enabled/disabled state of the given Action.
ActionEnabledBooleanStateAdapter - class com.sdm.quasar.client.swing.states.adapters.ActionEnabledBooleanStateAdapter.
Adapts the value of a BooleanState to the enabled state of a Action.
ActionEnabledBooleanStateAdapter() - Constructor for class com.sdm.quasar.client.swing.states.adapters.ActionEnabledBooleanStateAdapter
Creates a new ActionEnabledBooleanStateAdapter.
ActionEnabledBooleanStateAdapter(String) - Constructor for class com.sdm.quasar.client.swing.states.adapters.ActionEnabledBooleanStateAdapter
Creates a new ActionEnabledBooleanStateAdapter.
ActionListenerSupportHelper - class com.sdm.quasar.client.swing.common.util.ActionListenerSupportHelper.
A helper class that adds or removes ActionListener's from objects, that support ActionListeners.
ActionResolver - interface com.sdm.quasar.client.jsf.binding.ActionResolver.
The ActionResolver defines the action binding to an object that is not resolved by JSF (e.g. an action manager).
ActionResolver.Action - interface com.sdm.quasar.client.jsf.binding.ActionResolver.Action.
This Action is the result of an ActionResolver.
ActivationController - interface com.sdm.quasar.client.core.embedding.ActivationController.
 
ActivationControllerListener - interface com.sdm.quasar.client.core.embedding.ActivationControllerListener.
 
ActivationObjectionFeature - class com.sdm.quasar.client.core.dialogbase.features.ActivationObjectionFeature.
Offers a default implementation of the ActivationObjectionService to a dialog.
ActivationObjectionFeature() - Constructor for class com.sdm.quasar.client.core.dialogbase.features.ActivationObjectionFeature
 
ActivationObjectionService - interface com.sdm.quasar.client.core.dialogbase.services.ActivationObjectionService.
Allows a dialog to register itself when it might want to object against deactivation.
ActivationObjectionService.DeactivationObjectionCallback - interface com.sdm.quasar.client.core.dialogbase.services.ActivationObjectionService.DeactivationObjectionCallback.
Callback used by ActivationObjectionService.
ActivationService - interface com.sdm.quasar.client.core.dialogbase.services.ActivationService.
A service, that allows a child to get activated or deactivated.
Address - class com.sdm.quasar.client.showcase.data.Address.
 
Address(String, String, String, String) - Constructor for class com.sdm.quasar.client.showcase.data.Address
 
Ajax4jsfBean - class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfBean.
This dialog demonstrates a simple Ajax repeater (plain JSF version via bypass)
Ajax4jsfBean() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfBean
 
Ajax4jsfDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog.
This dialog demonstrates a simple Ajax repeater (Quasar version)
Ajax4jsfDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
 
Application - interface com.sdm.quasar.client.core.application.Application.
Represents the client application and offers access to the basic components of the application scope.
ApplicationConfiguration - interface com.sdm.quasar.client.core.application.ApplicationConfiguration.
 
ApplicationConfiguration.ApplicationSetterAccess - interface com.sdm.quasar.client.core.application.ApplicationConfiguration.ApplicationSetterAccess.
A callback interface passed to the ApplicationConfiguration.configureApplication(com.sdm.quasar.client.core.application.ApplicationConfiguration.ApplicationSetterAccess, Application) method in order to set the Application's manager implementation.
ApplicationServletFilter - class com.sdm.quasar.client.jsf.application.ApplicationServletFilter.
 
ApplicationServletFilter() - Constructor for class com.sdm.quasar.client.jsf.application.ApplicationServletFilter
 
ArgumentChecker - class com.sdm.quasar.client.core.common.util.ArgumentChecker.
A simple helper class, that helps checking arguments by throwing IllegalArgumentExceptions, if the condition checked was not fulfilled.
ArrayIterator - class com.sdm.quasar.client.core.common.util.ArrayIterator.
The ArrayIterator is a simple implementation of the ListIterator interface (and so of the Iterator interface), iterating over arrays (of Objects).
ArrayIterator(Object[]) - Constructor for class com.sdm.quasar.client.core.common.util.ArrayIterator
Creates an ArrayIterator, that iterates the given array.
ArrayIterator(Object[], int, int) - Constructor for class com.sdm.quasar.client.core.common.util.ArrayIterator
Creates an ArrayIterator, that iterates the given sub-array.
ArrayMap - class com.sdm.quasar.client.core.common.util.ArrayMap.
Storage mechanism for key-value pairs.
ArrayMap() - Constructor for class com.sdm.quasar.client.core.common.util.ArrayMap
Constructor for ArrayMap.
ArrayToListAdapterValueModel - class com.sdm.quasar.client.swing.data.plugins.impl.ArrayToListAdapterValueModel.
 
ArrayToListAdapterValueModel(ValueModel) - Constructor for class com.sdm.quasar.client.swing.data.plugins.impl.ArrayToListAdapterValueModel
 
Article - class com.sdm.quasar.client.showcase.jsf.data.Article.
TODO: JavaDoc
Article(String, String, String) - Constructor for class com.sdm.quasar.client.showcase.jsf.data.Article
 
Article() - Constructor for class com.sdm.quasar.client.showcase.jsf.data.Article
 
ArticleRegistry - class com.sdm.quasar.client.showcase.jsf.data.ArticleRegistry.
Registers and manages articles
AspectNode - class com.sdm.quasar.client.core.data.structure.AspectNode.
Defines a node whose value is an aspect of a value.
AspectNode(String, String, Class, String, Class) - Constructor for class com.sdm.quasar.client.core.data.structure.AspectNode
Constructor.
AspectValueHandler - class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler.
Default implementation for a value handler that takes responsibility for storing and accessing a value defined by an AspectNode.
AspectValueHandler() - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler
Creates a new AspectValueHandler.
AssertException - exception com.sdm.quasar.client.core.common.util.AssertException.
The exception that is thrown when an Assertion fails.
AssertException(String, Throwable) - Constructor for class com.sdm.quasar.client.core.common.util.AssertException
Constructor
AssertException(String) - Constructor for class com.sdm.quasar.client.core.common.util.AssertException
Constructor
Assertion - class com.sdm.quasar.client.core.common.util.Assertion.
The class Assertion may be used to increase the software quality by testing for pre- and postconditions in method calls.
AsynchronousCallServerProxyPlugin - class com.sdm.quasar.client.core.server.impl.plugins.AsynchronousCallServerProxyPlugin.
A ServerProxyPlugin, that ensures, that all subsequent ServerProxyPlugins are called outside the event dispatch thread (if there is any) and the UI interface is not blocked while executing the server called and so UI still is responsive to the user (and can handle input!
AsynchronousCallServerProxyPlugin() - Constructor for class com.sdm.quasar.client.core.server.impl.plugins.AsynchronousCallServerProxyPlugin
Creates a new AsynchronousCallServerProxyPlugin.
AutoCloseSessionFeature - class com.sdm.quasar.client.core.dialogbase.features.AutoCloseSessionFeature.
After installing this feature, the session will be automatically closed, when at least one subdialog did exist under the dialog installed into and all subdialogs were disposed.
AutoCloseSessionFeature() - Constructor for class com.sdm.quasar.client.core.dialogbase.features.AutoCloseSessionFeature
Creates a new AutoCloseSessionFeature.
abort() - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Aborts without any context.
abort(Object) - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Aborts the context given.
abortSession(Throwable) - Method in interface com.sdm.quasar.client.core.dialog.services.SessionCloseService
Requests to abort the session by an emergency shutdown.
accept(Object) - Method in class com.sdm.quasar.client.core.common.util.AbstractFilterIterator
Returns true, if the given object will be accepted to be returned by AbstractFilterIterator.next().
accept(AWTEvent) - Method in interface com.sdm.quasar.client.swing.common.event.EventLoop.EventFilter
Returns true, if the filter accepts the event and the event loop can continue processing the event.
actionBinding() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
 
activate() - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
Called when the dialog is activated.
activate() - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycle
Transition from state LifeCycleState.PREPARED to state LifeCycleState.ACTIVE.
activate() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
 
activate() - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
 
activate() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
activate() - Method in class com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog
 
activate() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog
 
activate() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog
 
activate() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
 
activate() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog
 
activate() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow
Displays our #frame.
activate() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
Show our visual representation, the modal dialog
activate() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginDialog
 
activate() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalPresentation
Shows our window.
activate() - Method in class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
 
activate() - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
activate() - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
activate() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogFeature
 
activate() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
 
activateDialog() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
activateDialog() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogLifeCycleController
 
activateDialog() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogLifeCycleController
Activates the dialog.
activateDialog() - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.SubDialogLifeCycleController
Activates the child-dialog.
activated(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleAdapter
Listener Method for the dialog has been activated
add(Object) - Method in class com.sdm.quasar.client.core.common.util.ArrayIterator
 
add(Object) - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
add(BooleanState, boolean) - Method in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Adds the given BooleanState to this AbstractCombinedBooleanState.
addAction(Action) - Method in class com.sdm.quasar.client.swing.states.adapters.ActionEnabledBooleanStateAdapter
Adds an Action, whos enablement should be adapted from the state.
addActionInverse(Action) - Method in class com.sdm.quasar.client.swing.states.adapters.ActionEnabledBooleanStateAdapter
Adds an Action, whos enablement should be adapted inverse from the state.
addActionListener(Object, ActionListener) - Static method in class com.sdm.quasar.client.swing.common.util.ActionListenerSupportHelper
Adds an ActionListener to the given target object.
addActivationControllerListener(ActivationControllerListener) - Method in interface com.sdm.quasar.client.core.embedding.ActivationController
Adds an ActivationControllerListener to get informed about changes of the controlled set of subdialogs and their activation.
addActivationControllerListener(ActivationControllerListener) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractActivationControllerFeature
 
addAll(Collection) - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
addArticle(Article) - Method in class com.sdm.quasar.client.showcase.jsf.data.ArticleRegistry
Adds an article to the article list.
addArticle(Order) - Method in class com.sdm.quasar.client.showcase.jsf.data.OrderRegistry
Adds an article to the orders list.
addArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog
Adds a new article to the article list.
addAspectNode(String, String, Class, String, Class) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration
 
addAspectNode(String, String, Class, String, Class) - Method in interface com.sdm.quasar.client.core.data.structure.DataStructureConfiguration
Registers an aspect node that depends on one source value and provides the value of an aspect of that value.
addBaseNode(String, Class) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration
 
addBaseNode(String, Class) - Method in interface com.sdm.quasar.client.core.data.structure.DataStructureConfiguration
Registers a base node that does not depend on any other node and holds a value of the given type.
addBoundleBaseName(String) - Method in class com.sdm.quasar.client.core.dialogbase.config.impl.DefaultResourceBundleConfiguration
Adds a resource bundle name to the list of resources.
addCause(Throwable) - Method in class com.sdm.quasar.client.core.common.DisposeException
Adds an exception to this DisposeException.
addChild(ID, ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
This implementation uses constant time with respect to the number of nodes and linear time with respect to the number of children of the parent node.
addChild(ID, ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyManager
Adds a child to the node with the given parent id.
addChild(NavigationMenuNode) - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode
Adds a child node.
addComment(Article, String) - Method in class com.sdm.quasar.client.showcase.jsf.data.ArticleRegistry
Adds a comment to an article.
addComponent(String, String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
addComputedNode(String, String[], Computation) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration
 
addComputedNode(String, String[], Computation) - Method in interface com.sdm.quasar.client.core.data.structure.DataStructureConfiguration
Registers a computed node that depends on one or more source values and is defined by a Computation.
addConfigurationDescription(ConfigurationDescriptor) - Method in interface com.sdm.quasar.client.core.common.config.ConfigManager
Adds a ConfigurationDescriptor to this ConfigManager.
addConfigurationDescription(ConfigurationDescriptor) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
 
addConverter(String, String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
addConverter(Class, String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
addCounter(int) - Method in class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
Adds the given diff value to the current counter.
addDialog(SubDialogControl) - Method in class com.sdm.quasar.client.core.dialogbase.features.RootControllerFeature
Adds a new dialog to this RootControllerFeature.
addDialog(SubDialogControl, DeactivationCallback) - Method in class com.sdm.quasar.client.core.dialogbase.features.RootControllerFeature
Adds a new dialog to this RootControllerFeature.
addDialogDefinition(String, DialogConfiguration, DialogProperties) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionService
Adds a dialog defintion to this manager.
addDialogDefinition(String, DialogConfiguration, DialogProperties) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
 
addDialogDefinitionsWithReader(DialogDefinitionReader) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionService
Adds dialog definitions using the DialogDefinitionReader to this DialogHierarchyService.
addDialogDefinitionsWithReader(DialogDefinitionReader) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
 
addDisposeCallback(DisposeCallback) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogLifeCycleController
 
addDisposeCallback(DisposeCallback) - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.SubDialogLifeCycleController
Adds a DisposeCallback, that will be called, when the child dialog controlled was disposed.
addErrorContextHandler(ErrorContextHandler) - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Adds an ErrorContextHandler to this ErrorHandler.
addEventFilter(EventLoop.EventFilter) - Method in class com.sdm.quasar.client.swing.common.event.EventLoop
Adds the EventLoop.EventFilter used to filter dispatched events.
addFeature(Feature) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
Adds another feature's class name to get installed to the configured dialog.
addFeatureClass(Class) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
Adds another feature's class name to get installed to the configured dialog.
addFeatureClassName(String) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
Adds another feature's class name to get installed to the configured dialog.
addFeatureClassName(String, String) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
Adds another feature's class name to get installed to the configured dialog.
addFixedLenghtListener(RestrictionDocument.FixedLengthListener) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Adds a new RestrictionDocument.FixedLengthListener to this RestrictionDocument.
addGetParametersToURL(String) - Method in class com.sdm.quasar.client.jsf.dialog.GetParameters
Adds all get parameters of this to the given url
addHierarchyProviderListener(HierarchyProviderListener) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
 
addHierarchyProviderListener(HierarchyProviderListener) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProvider
Registers a listener that observes changes in the hierarchy.
addHierarchyProviderListener(HierarchyProviderListener) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogHierarchyService
 
addIdToPage(PostParameters) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
Add the id parameters to the PostParameters.
addIdToRequestParameters(GetParameters) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
Add the id parameters to the GetParameters.
addIndexedNode(String, String, Class, Class, Class) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration
 
addIndexedNode(String, String, Class, Class, Class) - Method in interface com.sdm.quasar.client.core.data.structure.DataStructureConfiguration
Registers an indexed node that depends on one source value and provides indexed access to the value.
addIterator(Iterator) - Method in class com.sdm.quasar.client.core.common.util.ConcatIterator
Adds an Iterator to be iterated by this ConcatIterator.
addJComponent(JComponent) - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
Adds a JComponent, whos visibility should be adapted from the state.
addJComponent(JComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.GlassPaneBlockingBooleanStateAdapter
Adds a JComponent, whos enablement should be adapted from the state.
addJComponent(JComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.JComponentEnabledBooleanStateAdapter
Adds a JComponent, whos enablement should be adapted from the state.
addJComponent(JComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.JComponentVisibleBooleanStateAdapter
Adds a JComponent, whos visibility should be adapted from the state.
addJComponentInverse(JComponent) - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
Adds a JComponent, whos visibility should be adapted inverse from the state.
addJComponentInverse(JComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.GlassPaneBlockingBooleanStateAdapter
Adds a JComponent, whos enablement should be adapted inverse from the state.
addJComponentInverse(JComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.JComponentEnabledBooleanStateAdapter
Adds a JComponent, whos enablement should be adapted inverse from the state.
addJComponentInverse(JComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.JComponentVisibleBooleanStateAdapter
Adds a JComponent, whos visibility should be adapted inverse from the state.
addJTextComponent(JTextComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.JTextComponentEditableBooleanStateAdapter
Adds a JTextComponent, whose editablement should be adapted from the state.
addJTextComponenttInverse(JTextComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.JTextComponentEditableBooleanStateAdapter
Adds a JTextComponent, whose editablement should be adapted inverse from the state.
addLifeCycleListener(LifeCycleListener) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
addLifeCycleListener(LifeCycleListener) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultLifeCycleListenerSupport
 
addLifeCycleListener(LifeCycleListener) - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleListenerSupport
Registers an observer of the life cycle of dialogs.
addLifeCycleListener(LifeCycleListener) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogLifeCycleService
 
addLogHandler(LogHandler) - Static method in class com.sdm.quasar.client.core.common.logging.LogManager
Adds a LogHandler to this LogManager.
addMessage(String) - Method in class com.sdm.quasar.client.core.common.DisposeException
Adds a message without an exception this DisposeException.
addMessageAndCause(String, Throwable) - Method in class com.sdm.quasar.client.core.common.DisposeException
Adds a message and an exception to this DisposeException.
addMessageAndCauses(DisposeException.MessageAndCause[]) - Method in class com.sdm.quasar.client.core.common.DisposeException
Adds the given messages and their causes to this DisposeException.
addNode(Node) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
Registers a node.
addNode(Node) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration
 
addNode(Node) - Method in interface com.sdm.quasar.client.core.data.structure.DataConfiguration
Configures a new node
addNumber() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog
 
addProperty(String, Object) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
Stores a property key-value mapping at this DialogConfiguration.
addRoot(ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
This implementation uses linear time with respect to the number of root nodes.
addRoot(ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyManager
Adds a new root node with the given id.
addSessionListener(SessionListener) - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
 
addSessionListener(SessionListener) - Method in interface com.sdm.quasar.client.core.application.SessionManager
Registers an observer that is notified when sessions are created and disposed.
addStateListener(StateListener) - Method in class com.sdm.quasar.client.core.states.AbstractState
 
addStateListener(StateListener) - Method in interface com.sdm.quasar.client.core.states.State
Registers the given StateListenerto listen to state changes of this State.
addSubDialog(String, SubDialogControl) - Method in interface com.sdm.quasar.client.core.embedding.FullActivationController
Adds a new subdialog to get controlled by this controller.
addSubDialog(String, SubDialogControl) - Method in interface com.sdm.quasar.client.core.embedding.MultipleActivationController
Adds a new subdialog to get controlled by this controller.
addSubDialog(String, SubDialogControl) - Method in interface com.sdm.quasar.client.core.embedding.SingleActivationController
Adds a new subdialog to get controlled by this controller.
addSubDialog(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.FullActivationControllerFeature
 
addSubDialog(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature
 
addSubDialog(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.SingleActivationControllerFeature
 
addSubDialogController(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Adds the given SubDialogControl to this embedding feature using the given local name.
addTarget(Object) - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Adds a target object to the adapter with normal state change logic.
addTarget(Object, boolean) - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Adds a target object to the adapter.
addTargetInverse(Object) - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Adds a target object to the adapter with inverse state change logic.
addTriggerListener(Trigger.TriggerListener) - Method in class com.sdm.quasar.client.core.common.event.Trigger
Adds a Trigger.TriggerListener to this Trigger.
addUnhandledError(Throwable) - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Adds a given unhandled Throwable to the stack of currently unhandled errors.
addValidator(String, String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
addValue(String, Object) - Method in interface com.sdm.quasar.client.core.common.config.ConfigManager
Adds a value to the configuration.
addValue(Class, Object) - Method in interface com.sdm.quasar.client.core.common.config.ConfigManager
Registers a global implementation for an interface.
addValue(String, Object) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
 
addValue(Class, Object) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
 
addValueHandler(ValueHandler) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
addValueHandler(ValueHandler) - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Adds a ValueHandler to the list of value handlers in this node.
addValuesFromMap(Map) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
Adds values from the given configuration Map.
addValuesWithReader(ConfigReader) - Method in interface com.sdm.quasar.client.core.common.config.ConfigManager
Adds object values using the ConfigReader to the configuration.
addValuesWithReader(ConfigReader) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
 
addVisualRepresentationListener(VisualRepresentation.VisualRepresentationListener) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
Add a VisualRepresentation.VisualRepresentationListener to this VisualRepresentation.
addedAt(BrowserWindow) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
Callback from the BrowserWindow informing, that the VisualRepresentation is added and normally shwon at the BrowserWindow.
afterPhase(PhaseEvent) - Method in class com.sdm.quasar.client.jsf.application.VerbosePhaseListener
 
allowNotification() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
allowNotification() - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Allows notification of changes.
appendParametersToString(StringBuffer) - Method in class com.sdm.quasar.client.core.states.AbstractState
Overwrite this method to display additional parameters in the AbstractState.toString() representation of this State.
assertActive(ComponentLifeCycle) - Static method in class com.sdm.quasar.client.core.common.ComponentLifeCycle
Checks whether the life cycle state is currently ComponentLifeCycle.LIFE_CYCLE_STATE_ACTIVE.
assertCreated(ComponentLifeCycle) - Static method in class com.sdm.quasar.client.core.common.ComponentLifeCycle
Checks whether the life cycle state is currently ComponentLifeCycle.LIFE_CYCLE_STATE_CREATED.
assertCreating(ComponentLifeCycle) - Static method in class com.sdm.quasar.client.core.common.ComponentLifeCycle
Checks whether the life cycle state is currently ComponentLifeCycle.LIFE_CYCLE_STATE_CREATING.
assertDisposed(ComponentLifeCycle) - Static method in class com.sdm.quasar.client.core.common.ComponentLifeCycle
Checks whether the life cycle state is currently ComponentLifeCycle.LIFE_CYCLE_STATE_DISPOSED.
assertDisposing(ComponentLifeCycle) - Static method in class com.sdm.quasar.client.core.common.ComponentLifeCycle
Checks whether the life cycle state is currently ComponentLifeCycle.LIFE_CYCLE_STATE_DISPOSING.
assertIsContained(String, String[]) - Static method in class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
Throws an IllegalArgumentException, if the given id is not contained in the list of valid id's given.
assertIsContained(String, String[]) - Static method in class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
Throws an IllegalArgumentException, if the given id is not contained in the list of valid id's given.
assertKnownState(ComponentLifeCycle) - Static method in class com.sdm.quasar.client.core.common.ComponentLifeCycle
Tests whether the given state has a known value.
assertNotDisposed(ComponentLifeCycle) - Static method in class com.sdm.quasar.client.core.common.ComponentLifeCycle
Checks whether the life cycle state is currently not ComponentLifeCycle.LIFE_CYCLE_STATE_DISPOSED.
assertNotDisposingOrDisposed(ComponentLifeCycle) - Static method in class com.sdm.quasar.client.core.common.ComponentLifeCycle
Checks whether the life cycle state is currently not ComponentLifeCycle.LIFE_CYCLE_STATE_DISPOSING or ComponentLifeCycle.LIFE_CYCLE_STATE_DISPOSED.
attachDialogControl(DialogControl) - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
 
attachDialogControl(DialogControl) - Method in interface com.sdm.quasar.client.core.dialog.Feature
Attaches the lifecycle of the Feature to the lifecycle of the DialogControl given.
attachToLifeCycle(LifeCycle) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
attachToLifeCycle(LifeCycle) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
attachToLifeCycle(LifeCycle) - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleControl
Attaches a component that is interested in the life cycle of this dialog to the notification chain.
attemptToDisplayErrorMessage(String, String) - Method in class com.sdm.quasar.client.swing.application.AbstractSwingApplication
Attempts to display an error message to the user.
autocomplete(Object) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
 

B

BackReloadProblemDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog.
This dialog is a demonstration of the usage of the PRG-Pattern to resolve the problems with the back- and reload button and to guarantee up-to-date data
BackReloadProblemDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog
 
BackReloadProblemHelloDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemHelloDialog.
This dialog is a demonstration of the usage of the PRG-Pattern to resolve the problems with the back- and reload button and to guarantee up-to-date data
BackReloadProblemHelloDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemHelloDialog
 
BaseArrayMap - class com.sdm.quasar.client.core.common.util.BaseArrayMap.
A protected implementation of a simple storing mechanism for key-value pairs.
BaseArrayMap() - Constructor for class com.sdm.quasar.client.core.common.util.BaseArrayMap
Creates a new BaseArrayMap.
BaseNode - class com.sdm.quasar.client.core.data.structure.BaseNode.
Defines a node that does contain a value.
BaseNode(String, Class) - Constructor for class com.sdm.quasar.client.core.data.structure.BaseNode
Constructor
BaseValueHandler - class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler.
Default implementation for a value handler that takes responsibility for storing and accessing a value defined by an BaseNode.
BaseValueHandler() - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler
 
BasicValuesPlugIn - interface com.sdm.quasar.client.core.data.plugins.BasicValuesPlugIn.
A plug in for a DataManager that supplies the basic value handler infrastructure needed for managing and storing the values of types BaseNode AspectNode ComputedNode It does not offer any special services to the user.
BeanCreatorConfigurationDescriptor - class com.sdm.quasar.client.core.common.config.BeanCreatorConfigurationDescriptor.
A simple ConfigurationDescriptor, which interprets the given configuration value information as class names of beans.
BeanCreatorConfigurationDescriptor(String, String) - Constructor for class com.sdm.quasar.client.core.common.config.BeanCreatorConfigurationDescriptor
Creates a new BeanCreatorConfigurationDescriptor.
BeanCreatorConfigurationDescriptor(Class, String) - Constructor for class com.sdm.quasar.client.core.common.config.BeanCreatorConfigurationDescriptor
Creates a new BeanCreatorConfigurationDescriptor.
BeanResolver - class com.sdm.quasar.client.jsf.binding.BeanResolver.
Resolves a specifig keyword by providing a bean.
BeanResolver(String, Object) - Constructor for class com.sdm.quasar.client.jsf.binding.BeanResolver
 
BookmarksDetailDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog.
This dialog demonstrates bookmarking in the Quasar Web Client.
BookmarksDetailDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
 
BookmarksDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog.
This dialog explains how bookmarking works with the Quasar web client and leads to another dialog which is the example for bookmarking.
BookmarksDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
 
BooleanState - interface com.sdm.quasar.client.core.states.BooleanState.
A boolean State interface.
BooleanStateAdapter - interface com.sdm.quasar.client.core.states.BooleanStateAdapter.
The BooleanStateAdapter observes a State (see #setBooleanState(State)), and adapts it's value to something.
BrowserWindow - class com.sdm.quasar.client.jsf.dialog.BrowserWindow.
This is the application side representation of the browser window.
BrowserWindow(String) - Constructor for class com.sdm.quasar.client.jsf.dialog.BrowserWindow
A BrowserWindow with no history is constructed
BrowserWindowCallBack - interface com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack.
Callback for the BrowserWindow if the VisualRepresentation requested by the actual request could not or shall not be shown.
BrowserWindowCompositeFeature - class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature.
The BrowserWindowCompositeFeature manages the visibility of the VisualRepresentation in the BrowserWindow using the BrowserWindowService as follows: The VisualRepresentation is shown when the dialog is activated and it is hidden, when the dialog is deactivated.
BrowserWindowCompositeFeature() - Constructor for class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
BrowserWindowFeature - class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature.
 
BrowserWindowFeature() - Constructor for class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
BrowserWindowManagerService - interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowManagerService.
 
BrowserWindowService - interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService.
The Service shows or hides a VisualRepresentation at the current BrowserWindow.
ButtonModelSelectedBooleanState - class com.sdm.quasar.client.swing.states.ButtonModelSelectedBooleanState.
A BooleanState representing the selection state of an ButtonModel.
ButtonModelSelectedBooleanState(ButtonModel) - Constructor for class com.sdm.quasar.client.swing.states.ButtonModelSelectedBooleanState
Constructs the BooleanState representing the selection state of the given ButtonModel.
ButtonModelSelectedBooleanState(ButtonModel, String) - Constructor for class com.sdm.quasar.client.swing.states.ButtonModelSelectedBooleanState
Constructs the BooleanState representing the selection state of the given ButtonModel.
BypassSimpleBean - class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass.BypassSimpleBean.
This bean is used as "backend" for the JSF-Bypass example.
BypassSimpleBean() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass.BypassSimpleBean
 
beforePhase(PhaseEvent) - Method in class com.sdm.quasar.client.jsf.application.VerbosePhaseListener
 
bindActions() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
Binds the actions from the dialog core (e.g. within an action or command manager) to the visual representation.
bindActions() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation
 
bindActions() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation
 
bindActions() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation
 
bindActions() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame
 
bindData() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
Binds the data from the dialog core (e.g. within a data manager) to the visual representation.
bindData() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation
 
bindData() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation
 
bindData() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation
 
bindData() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame
 
buildActionURL(String) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
buildActionURL(String) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
Build the action url based on the given requestContextPath.
buildActionURL(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
buildActionURL(String) - Method in interface com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService
Request to build the action url based upon the given path
buildIdFromPostParameters() - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
buildIdFromPostParameters() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
The VisualRepresentationId is provided as token.
buildIdFromPostParameters() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
buildIdFromPostParameters() - Method in interface com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService
Builds a token out of the post parameters.

C

CANCEL_OPTION - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
CASEMODE_LOWER - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Convert to lowercase.
CASEMODE_ORIGINAL - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Leave the original case as it is.
CASEMODE_UPPER - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Convert to uppercase.
CHANGE_ALL_EVENT - Static variable in interface com.sdm.quasar.client.showcase.swing.actions.commands.CommandNames
 
CHANGE_TO_MY_EVENT - Static variable in interface com.sdm.quasar.client.showcase.swing.actions.commands.CommandNames
 
CLOSED_OPTION - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
COMMAND_CANCLE - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants
 
COMMAND_DELETE_EMPLOYEE - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Command name for the command to edit a new Employee
COMMAND_EDIT_EMPLOYEE - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Command name for the command to edit a new Employee
COMMAND_NEW_EMPLOYEE - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Command name for the command to edit a new Employee
COMMAND_OPEN_EMPLOYEE - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Command name for the command to edit a new Employee
COMMAND_RESET - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Command name for the command to discard changes
COMMAND_SAVE - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants
 
CONFIG_MAP_BEAN_NAME - Static variable in class com.sdm.quasar.client.spring.common.config.SpringConfigReader
 
CREATED - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
In the state created the dialog has been initialized, but it is not reacting to any events and is not displayed.
CREATING - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
State definition for the technical life cycle of a dialog: The dialog is currently been creatng, has already a dialog instance id assigned, but the constructor hasn't been called yet.
CUFValueModelPlugIn - interface com.sdm.quasar.client.swing.data.plugins.CUFValueModelPlugIn.
A plug in to the DataManager that provides an adapter between the DataManager and the CUF com.sdm.util.model.ValueModels in order to allow the CUF value binding to work with the DataManager Note: this is work in progress.
CallerInformation - class com.sdm.quasar.client.core.common.logging.CallerInformation.
An instance of this class stores some information about the caller of a logging method.
CallerInformation(String, String, String, int, String) - Constructor for class com.sdm.quasar.client.core.common.logging.CallerInformation
Creates a new CallerInformation.
CallerInformation(String, String) - Constructor for class com.sdm.quasar.client.core.common.logging.CallerInformation
Creates a new CallerInformation.
CallerInformationCalculator - interface com.sdm.quasar.client.core.common.logging.CallerInformationCalculator.
A callback-interface used by LogManager to resolve the (full qualified) class name of a caller for logging.
ClassUtilities - class com.sdm.quasar.client.core.common.util.ClassUtilities.
Provides various utility methods concerning files and the class path.
ClassUtilities.ClassUtilitiesImplementation - interface com.sdm.quasar.client.core.common.util.ClassUtilities.ClassUtilitiesImplementation.
This is the interface that implementors must implement.
CloseObjectionFeature - class com.sdm.quasar.client.core.dialogbase.features.CloseObjectionFeature.
Offers a default implementation of the CloseObjectionService to a dialog.
CloseObjectionFeature() - Constructor for class com.sdm.quasar.client.core.dialogbase.features.CloseObjectionFeature
 
CloseObjectionService - interface com.sdm.quasar.client.core.dialogbase.services.CloseObjectionService.
Allows a dialog to register itself when it might want to object against closing (disposing).
CloseObjectionService.CloseObjectionCallback - interface com.sdm.quasar.client.core.dialogbase.services.CloseObjectionService.CloseObjectionCallback.
Callback used by CloseObjectionService.
CloseService - interface com.sdm.quasar.client.core.dialogbase.services.CloseService.
 
Command - interface com.sdm.quasar.client.core.commands.Command.
This is a Command due to the Command (or Action) Pattern enhanced by two States indicating whether the command is currently executabe or currently processing.
CommandAdapter - interface com.sdm.quasar.client.core.commands.CommandAdapter.
An interface for adapter classes that adapt something to execute a command.
CommandBindingManagerDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog.
This dialog demonstrates commandBinding via Quasar commandManager
CommandBindingManagerDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog
 
CommandCallDialog - class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog.
 
CommandCallDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
CommandCallDialogPanel - class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel.
Visual representation for the CommandCallDialogPresentation.
CommandCallDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
 
CommandCallDialogPresentation - class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPresentation.
 
CommandCallDialogPresentation() - Constructor for class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPresentation
 
CommandManager - interface com.sdm.quasar.client.core.commands.CommandManager.
An interface that prvides 'commandes', that have an enabled BooleanState and can be executed.
CommandManagerFeature - class com.sdm.quasar.client.core.dialogsupport.features.CommandManagerFeature.
A Feature implementing CommandManager.
CommandManagerFeature() - Constructor for class com.sdm.quasar.client.core.dialogsupport.features.CommandManagerFeature
 
CommandManagerResolver - class com.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver.
 
CommandManagerResolver(String, CommandManager) - Constructor for class com.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver
 
CommandManagerResolver.CommandManagerAction - class com.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver.CommandManagerAction.
 
CommandManagerResolver.CommandManagerAction(Command) - Constructor for class com.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver.CommandManagerAction
 
CommandNames - interface com.sdm.quasar.client.showcase.swing.actions.commands.CommandNames.
 
Company - class com.sdm.quasar.client.showcase.data.Company.
 
Company() - Constructor for class com.sdm.quasar.client.showcase.data.Company
 
CompanyService - interface com.sdm.quasar.client.showcase.swing.CompanyService.
A service that is normally provided by the server.
ComplexDialogCore - class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore.
For more complex dialog it's better to separate core and presentation.
ComplexDialogCore() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
 
ComplexDialogPresentation - class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogPresentation.
For more complex dialog it's better to separate core and presentation.
ComplexDialogPresentation() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogPresentation
 
ComponentDefinition - interface com.sdm.quasar.client.core.server.impl.plugins.ComponentDefinition.
 
ComponentDefinitionReader - interface com.sdm.quasar.client.core.server.impl.plugins.ComponentDefinitionReader.
A reader for component and service definitions, that should be added to a ComponentServerProxyPlugin.
ComponentLifeCycle - class com.sdm.quasar.client.core.common.ComponentLifeCycle.
Typesafe enum: defines life cycle states that may be internally used for components that must be robust during creation or destruction.
ComponentServerProxyPlugin - class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin.
A ServerProxyPlugin, that controls the lifecycle of components on access to services, that are provided by these components.
ComponentServerProxyPlugin() - Constructor for class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
Creates a new ComponentServerProxyPlugin.
Computation - interface com.sdm.quasar.client.core.data.structure.Computation.
Defines a computation used within a ComputedNode.
ComputationValueAccess - interface com.sdm.quasar.client.core.data.structure.ComputationValueAccess.
This is a callback interface for the implementations of Computation.
ComputedNode - class com.sdm.quasar.client.core.data.structure.ComputedNode.
Defines a node whose value is defined by a Computation.
ComputedNode(String, String[], Computation) - Constructor for class com.sdm.quasar.client.core.data.structure.ComputedNode
Constructor.
ComputedValueHandler - class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler.
Default implementation for a value handler that takes responsibility for storing and accessing a value defined by an Computation.
ComputedValueHandler() - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler
Creates a new ComputedValueHandler.
ConcatIterator - class com.sdm.quasar.client.core.common.util.ConcatIterator.
A Iterator, that iterates over all elements iterated by the specified iterators.
ConcatIterator() - Constructor for class com.sdm.quasar.client.core.common.util.ConcatIterator
Creates a new ConcatIterator.
ConcatIterator(Iterator[]) - Constructor for class com.sdm.quasar.client.core.common.util.ConcatIterator
Creates a new ConcatIterator.
ConcatIterator(Iterator, Iterator) - Constructor for class com.sdm.quasar.client.core.common.util.ConcatIterator
Creates a new ConcatIterator.
ConcatIterator(Iterator, Iterator, Iterator) - Constructor for class com.sdm.quasar.client.core.common.util.ConcatIterator
Creates a new ConcatIterator.
Condition - interface com.sdm.quasar.client.core.common.event.Condition.
 
ConfigManager - interface com.sdm.quasar.client.core.common.config.ConfigManager.
Adds modification capabilities to the ConfigProvider.
ConfigProvider - interface com.sdm.quasar.client.core.common.config.ConfigProvider.
Provides access to configuration.
ConfigProviderResourceAccessService - class com.sdm.quasar.client.core.dialogbase.services.ConfigProviderResourceAccessService.
 
ConfigProviderResourceAccessService(ConfigProvider) - Constructor for class com.sdm.quasar.client.core.dialogbase.services.ConfigProviderResourceAccessService
Creates a new ConfigProviderResourceAccessService.
ConfigProviderService - interface com.sdm.quasar.client.core.common.config.services.ConfigProviderService.
Provides access to configuration.
ConfigReader - interface com.sdm.quasar.client.core.common.config.ConfigReader.
Reads a configuration and adds one or more configuration values to the ConfigManager.
Configuration - interface com.sdm.quasar.client.core.common.config.Configuration.
A tagging interface for configurations.
ConfigurationDescriptor - interface com.sdm.quasar.client.core.common.config.ConfigurationDescriptor.
Describes a configuration entry of a ConfigManager.
ConfigurationDialog - class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialog.
This is an example of a dialog that accesses the configuration.
ConfigurationDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialog
 
ConfigurationDialogPanel - class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialogPanel.
Visual representation for the ConfigurationDialog.
ConfigurationDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialogPanel
 
ConstantBooleanState - class com.sdm.quasar.client.core.states.ConstantBooleanState.
ConstantBooleanState defines the two constant boolean state instances ConstantBooleanState.TRUE_STATE and ConstantBooleanState.FALSE_STATE.
Context - class com.sdm.quasar.client.core.data.Context.
Stores values that may be used to resolve index values while accessing an value using DataManager.getValue(String, Context) and {@link DataManager#setIndexedValue(String, Context, Object).
Context() - Constructor for class com.sdm.quasar.client.core.data.Context
Constructor.
ContextNodeComputation - class com.sdm.quasar.client.core.data.structure.ContextNodeComputation.
Provides a Computation to be used in a ComputedNode that uses an index value taken from a Node to access an IndexedNode.
ContextNodeComputation(IndexedNode) - Constructor for class com.sdm.quasar.client.core.data.structure.ContextNodeComputation
Constructor that takes the configuration from a given indexed node.
ConverterValidatorDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog.
 
ConverterValidatorDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog
 
calculateCallerInformation(int, String) - Method in interface com.sdm.quasar.client.core.common.logging.CallerInformationCalculator
Calculates the CallerInformation, about the caller of the logging call.
calculateCallerInformation(int, String) - Static method in class com.sdm.quasar.client.core.common.logging.LogManager
Calculates the CallerInformation, about the caller of the logging call.
calculateCallerInformation(int, String) - Method in class com.sdm.quasar.client.core.common.logging.impl.DefaultLoggingInformationCalculator
 
canActivate() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
 
canClose(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialogbase.features.CloseObjectionFeature
 
canClose() - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractCloseService
Queries the registered objection callbacks that are concerned with closing of the sub dialog installed for.
canClose(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractCloseService
Queries the registered objection callbacks that are concerned with a closing of the given dialogInstanceId to see if any object to closing.
canClose() - Method in interface com.sdm.quasar.client.core.dialogbase.services.CloseObjectionService.CloseObjectionCallback
Asks if the dialog that the callback has been registered for can be closed.
canClose(DialogInstanceId) - Method in interface com.sdm.quasar.client.core.dialogbase.services.CloseObjectionService
Queries the registered objection callbacks that are concerned with closing the dialog with the given diid.
canCreateDataManagerPlugInForClass(Class) - Method in interface com.sdm.quasar.client.core.data.DataManagerConfiguration
Returns true, if this DataManagerConfiguration can create a plugin implementation for the plugin class given.
canCreateDataManagerPlugInForClass(Class) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerConfiguration
 
canCreateDataManagerPlugInForClass(Class) - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
Returns true, if this DataManagerFeature can create a plugin implementation for the plugin class given.
canCreateDialog(String) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
canCreateDialog(String) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogManager
Tests, whether the dialog with the given id can be created by this dialog manager.
canCreateDialog(String) - Method in class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature
 
canCreateDialog(String) - Method in interface com.sdm.quasar.client.core.dialogbase.services.DialogCreationService
Tests, whether the dialog with the given id can be created.
canCreateSubDialog(String) - Method in interface com.sdm.quasar.client.core.dialog.DialogControl
Tests, whether the dialog with the given id can be created as subdialog.
canCreateSubDialog(String) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
canDeactivate() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
 
canDeactivate(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialogbase.features.ActivationObjectionFeature
 
canDeactivate() - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractActivationService
Queries the registered objection callbacks that are concerned with a deactivation of the sub dialog installed for.
canDeactivate(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractActivationService
Queries the registered objection callbacks that are concerned with a deactivation of the given diid to see if any object to deactivation.
canDeactivate() - Method in interface com.sdm.quasar.client.core.dialogbase.services.ActivationObjectionService.DeactivationObjectionCallback
Asks if the dialog that the callback has been registered for can be deactivated.
canDeactivate(DialogInstanceId) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ActivationObjectionService
Queries the registered objection callbacks that are concerned with a deactivation of the given diid to see if any object to deactivation.
canHandle(Object, Throwable) - Method in interface com.sdm.quasar.client.core.common.ErrorContextHandler
Returns true, if this ErrorContextHandler can handle the given context and Throwable.
canHandle(Node) - Method in interface com.sdm.quasar.client.core.data.plugin.ValueHandler
Tests whether the value handler can handle nodes of the given type.
canHandle(Node) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler
 
canHandle(Node) - Method in class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler
 
canHandle(Node) - Method in class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler
 
canHandle(Node) - Method in class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler
Tests whether the value handler can handle nodes of the given type. Returns always true.
canHandle(Node) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedArrayValueHandler
 
canHandle(Node) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedListValueHandler
 
canHandle(Node) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedMapValueHandler
 
canModify() - Method in class com.sdm.quasar.client.core.data.structure.AspectNode
 
canModifyValue(String) - Method in interface com.sdm.quasar.client.core.data.DataManager
Tests whether the value with the given name can be modified.
canModifyValue(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
canModifyValue(Context) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
canModifyValue(Context) - Method in interface com.sdm.quasar.client.core.data.plugin.NestedValueHandler
 
canModifyValue(Context) - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Calls the chain of value handlers to test whether the value of this node can be modified
canModifyValue(NodeController, Context, NestedValueHandler) - Method in interface com.sdm.quasar.client.core.data.plugin.ValueHandler
Tests whether the value of the node can be modified.
canModifyValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
Tests whether the value of the node can be modified. If the implementation takes responsability for the storing of the value it should determine the result on its own. Otherwise it should query the nested value handler using NestedValueHandler#canModifyValue(). Always returns false since the value can only be modified when using a context.
canModifyValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler
 
canModifyValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler
 
canModifyValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler
 
canModifyValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler
Tests whether the value of the node can be modified. If the implementation takes responsability for the storing of the value it should determine the result on its own. Otherwise it should query the nested value handler using NestedValueHandler#canModifyValue(). Returns the value of NestedValueHandler#canModifyValue() without any changes.
canModifyValue(String) - Method in interface com.sdm.quasar.client.jsf.binding.ValueResolver
 
canReleaseContent() - Method in interface com.sdm.quasar.client.showcase.swing.portal.PortalControlService
Tests if the current content dialog can be released.
canRemoveOldDialog() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog
Tests if the current content dialog can be removed (calls PortalControlService.canReleaseContent()).
canResolve(String) - Method in interface com.sdm.quasar.client.jsf.binding.KeywordResolver
Checks, if this resolver is responsible to resolve the given keyword
canResolve(String) - Method in class com.sdm.quasar.client.jsf.binding.ObjectResolver
 
canResolve(String) - Method in class com.sdm.quasar.client.jsf.binding.features.DialogResolverFeature
Checks, if this resolver is responsible to resolve the given keyword
canResolve(String) - Method in class com.sdm.quasar.client.jsf.binding.features.KeywordResolverFeature
 
canResolve(String) - Method in class com.sdm.quasar.client.jsf.binding.features.SessionResolverFeature
Checks, if this resolver is responsible to resolve the given keyword
canResolve(String) - Method in class com.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver
 
canResolve(String) - Method in class com.sdm.quasar.client.jsf.data.adapters.DataManagerResolver
 
canResolve(String) - Method in class com.sdm.quasar.client.jsf.embedding.SlotResolver
 
canResolve(String) - Method in class com.sdm.quasar.client.jsf.embedding.URIResolver
 
cancle() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
centerWindow(Window, Component) - Static method in class com.sdm.quasar.client.swing.common.util.GUIUtilities
Centers a given Window to the given parent component.
changeAll() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
changeMessage() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialog
 
changeMessage() - Method in interface com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogActions
Request to change the message
changeToBlue() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog
 
changeToGreen() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog
 
changeToMy() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
changeToNewDialog(NavigationMenuNode) - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog
Updates the value of NavigationDialog.DATA_SELECTED_NODE and calls PortalControlService.createContentDialog(String, Object) with the parameters defined in the given node.
changeToRed() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog
 
changedUpdate(DocumentEvent) - Method in class com.sdm.quasar.client.swing.states.DocumentTextAcceptedBooleanState
 
check(boolean, String) - Static method in class com.sdm.quasar.client.core.common.util.Assertion
This assertion method fails, when the given condition argument is false.
check(InternalId, VisualRepresentation) - Static method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
 
checkAcceptance() - Method in class com.sdm.quasar.client.swing.states.DocumentTextAcceptedBooleanState
Checks if the text of the document is accepted by the Acceptor of this state.
checkDisposed() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.DelegateAccessAdapter
Helper method to throw a IllegalStateException if we are disposed.
checkForSingleton(String, Object, DeactivationCallback) - Method in class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature
Checks if the requested dialog is a singleton dialog and if true serves the simngleton instance.
checkInstanceOf(Object, String, Class) - Static method in class com.sdm.quasar.client.core.common.util.ArgumentChecker
Checks, if the given argument is an instance of the given super class.
checkInstanceOf(Class, String, Class) - Static method in class com.sdm.quasar.client.core.common.util.ArgumentChecker
Checks, if the given argument class is subclass of the given super class.
checkInterval(int, int, int, String) - Static method in class com.sdm.quasar.client.core.common.util.Assertion
Checks, if the given value lies in the specified interval.
checkIsAjaxRequest(HttpServletRequest, ServletResponse) - Method in class com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler
 
checkIsAjaxRequest(HttpServletRequest, ServletResponse) - Method in interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandler
The indication of an AJAX request depends on the concrete ajax framework.
checkIsAjaxRequest(HttpServletRequest, ServletResponse) - Method in class com.sdm.quasar.client.showcase.jsf.application.ShowcaseDialogParameterHandler
 
checkLength(String, int, String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Checks the length of a string argument.
checkLoginData() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapDialog
Checks the login-data.
checkMy() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
checkNotNull(Object, String) - Static method in class com.sdm.quasar.client.core.common.util.ArgumentChecker
Checks, if the given argument is not null.
checkNotNull(Object, String) - Static method in class com.sdm.quasar.client.core.common.util.Assertion
This assertion method fails, when the given object is null.
checkNull(Object, String) - Static method in class com.sdm.quasar.client.core.common.util.Assertion
This assertion method fails, when the given object is non-null.
checkSequenceNumber(DialogInstanceId, Integer) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
Check correct sequece number to detect double submit
childActivated(String, SubDialogControl) - Method in interface com.sdm.quasar.client.core.embedding.ActivationControllerListener
 
childActivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
 
childActivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.jsf.embedding.SlotResolver
 
childActivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
childActivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
childAdded(ID, ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderAdapter
Does nothing - override to add functionality.
childAdded(ID, ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderListener
This method is called after a node has been added to the HierarchyManager.
childAdded(String, SubDialogControl) - Method in interface com.sdm.quasar.client.core.embedding.ActivationControllerListener
 
childAdded(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
 
childAdded(String, SubDialogControl) - Method in class com.sdm.quasar.client.jsf.embedding.SlotResolver
 
childAdded(String, SubDialogControl) - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
childAdded(String, SubDialogControl) - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
childDeactivated(String, SubDialogControl) - Method in interface com.sdm.quasar.client.core.embedding.ActivationControllerListener
 
childDeactivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
 
childDeactivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.jsf.embedding.SlotResolver
 
childDeactivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
childDeactivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
childRemoved(ID, ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderAdapter
Does nothing - override to add functionality.
childRemoved(ID, ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderListener
This method is called after a node has been removed from the HierarchyManager.
childRemoved(String, SubDialogControl) - Method in interface com.sdm.quasar.client.core.embedding.ActivationControllerListener
 
childRemoved(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
 
childRemoved(String, SubDialogControl) - Method in class com.sdm.quasar.client.jsf.embedding.SlotResolver
 
childRemoved(String, SubDialogControl) - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
childRemoved(String, SubDialogControl) - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
clear() - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Removes all the mappings.
clear() - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Removes all the mappings.
clear() - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
clear() - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
clearContext() - Method in class com.sdm.quasar.client.core.data.Context
Clears all index values within this context.
clearFilter() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
Clears the filter.
clearFilter() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
Clears the filter.
clearFilter() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog
Clears the content of the filter.
clearImageReference() - Method in class com.sdm.quasar.client.swing.common.util.ImageCache.ImageCreator
Clears the reference to the last created ImageIcon to free up the space consumed by the image and force reallocation of the image the next time it is queried.
clearImageReference(String) - Method in class com.sdm.quasar.client.swing.common.util.ImageCache
Frees up the space consumed by the image specified within the image cache.
clearIndex(String) - Method in class com.sdm.quasar.client.core.data.Context
Removes the index value for the given key
clearVisualRepresentation() - Method in class com.sdm.quasar.client.swing.embedding.features.VisualRepresentationFeature
 
clearVisualRepresentation() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractVisualRepresentationService
 
clearVisualRepresentation() - Method in interface com.sdm.quasar.client.swing.embedding.services.VisualRepresentationService
 
clone() - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Clones the ArrayMap.
close() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog
 
close() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.StartDialog
 
closeDialog() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog
Closes this singleton dialog.
closePresentation() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame
 
closeSession() - Method in interface com.sdm.quasar.client.core.dialog.services.SessionCloseService
Requests to close the current session by normally shutting down.
closeSession() - Method in class com.sdm.quasar.client.core.dialogbase.features.AutoCloseSessionFeature
Closes the current session.
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.application.AbstractApplication
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.application.DefaultSessionManager
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.common.config.services.DefaultConfigProviderService
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.common.services.DefaultServiceManager
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoRegistry
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoProvider
Builds the system information tree upon local information of the implementor.
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.common.sysinfo.services.DefaultSystemInfoService
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerComponent
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.data.structure.AspectNode
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.data.structure.ComputedNode
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.data.structure.IndexedNode
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.data.structure.Node
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
Builds the system information tree upon local information of the implementor. The system information tree can be used within development by inspecting the system; so implementors should append their internal state (depending on the details settings within SystemInfoOptions). The information can be appended to the tree by adding new child SystemInformationNodes to the root node given using the SystemInfoNode.createChild(String) method and by setting information attributes the these nodes or the given root node. Subclasses should overwrite this method to append system informations
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
collectSystemInfo(ID, SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
collectSystemInfo(ID, SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
collectSystemInfo(ID, SystemInfoNode, SystemInfoOptions) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogManager
Builds the system information tree upon local information of the implementor about the dialog with the ID given.
collectSystemInfo(ID, SystemInfoNode, SystemInfoOptions) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceProvider
Builds the system information tree upon local information of the implementor about the dialog with the ID given.
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialog.impl.DialogSystemInfoProvider
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialogbase.features.AutoCloseSessionFeature
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.swing.embedding.features.VisualRepresentationFeature
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
collectSystemInfo(SystemInfoNode, SystemInfoOptions) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractVisualRepresentationService
 
com.sdm.quasar.client.core.application - package com.sdm.quasar.client.core.application
 
com.sdm.quasar.client.core.application.dialog.impl - package com.sdm.quasar.client.core.application.dialog.impl
 
com.sdm.quasar.client.core.commands - package com.sdm.quasar.client.core.commands
 
com.sdm.quasar.client.core.common - package com.sdm.quasar.client.core.common
 
com.sdm.quasar.client.core.common.config - package com.sdm.quasar.client.core.common.config
 
com.sdm.quasar.client.core.common.config.services - package com.sdm.quasar.client.core.common.config.services
 
com.sdm.quasar.client.core.common.event - package com.sdm.quasar.client.core.common.event
 
com.sdm.quasar.client.core.common.hierarchy - package com.sdm.quasar.client.core.common.hierarchy
 
com.sdm.quasar.client.core.common.logging - package com.sdm.quasar.client.core.common.logging
 
com.sdm.quasar.client.core.common.logging.impl - package com.sdm.quasar.client.core.common.logging.impl
 
com.sdm.quasar.client.core.common.services - package com.sdm.quasar.client.core.common.services
 
com.sdm.quasar.client.core.common.sysinfo - package com.sdm.quasar.client.core.common.sysinfo
 
com.sdm.quasar.client.core.common.sysinfo.services - package com.sdm.quasar.client.core.common.sysinfo.services
 
com.sdm.quasar.client.core.common.util - package com.sdm.quasar.client.core.common.util
 
com.sdm.quasar.client.core.data - package com.sdm.quasar.client.core.data
 
com.sdm.quasar.client.core.data.impl - package com.sdm.quasar.client.core.data.impl
 
com.sdm.quasar.client.core.data.plugin - package com.sdm.quasar.client.core.data.plugin
 
com.sdm.quasar.client.core.data.plugins - package com.sdm.quasar.client.core.data.plugins
 
com.sdm.quasar.client.core.data.plugins.impl - package com.sdm.quasar.client.core.data.plugins.impl
 
com.sdm.quasar.client.core.data.structure - package com.sdm.quasar.client.core.data.structure
 
com.sdm.quasar.client.core.dialog - package com.sdm.quasar.client.core.dialog
 
com.sdm.quasar.client.core.dialog.impl - package com.sdm.quasar.client.core.dialog.impl
 
com.sdm.quasar.client.core.dialog.lifecycle - package com.sdm.quasar.client.core.dialog.lifecycle
 
com.sdm.quasar.client.core.dialog.services - package com.sdm.quasar.client.core.dialog.services
 
com.sdm.quasar.client.core.dialog.services.impl - package com.sdm.quasar.client.core.dialog.services.impl
 
com.sdm.quasar.client.core.dialogbase.config - package com.sdm.quasar.client.core.dialogbase.config
 
com.sdm.quasar.client.core.dialogbase.config.impl - package com.sdm.quasar.client.core.dialogbase.config.impl
 
com.sdm.quasar.client.core.dialogbase.features - package com.sdm.quasar.client.core.dialogbase.features
 
com.sdm.quasar.client.core.dialogbase.services - package com.sdm.quasar.client.core.dialogbase.services
 
com.sdm.quasar.client.core.dialogsupport.features - package com.sdm.quasar.client.core.dialogsupport.features
 
com.sdm.quasar.client.core.embedding - package com.sdm.quasar.client.core.embedding
 
com.sdm.quasar.client.core.embedding.features - package com.sdm.quasar.client.core.embedding.features
 
com.sdm.quasar.client.core.server - package com.sdm.quasar.client.core.server
 
com.sdm.quasar.client.core.server.impl - package com.sdm.quasar.client.core.server.impl
 
com.sdm.quasar.client.core.server.impl.plugins - package com.sdm.quasar.client.core.server.impl.plugins
 
com.sdm.quasar.client.core.states - package com.sdm.quasar.client.core.states
 
com.sdm.quasar.client.core.ui.text - package com.sdm.quasar.client.core.ui.text
 
com.sdm.quasar.client.jsf.application - package com.sdm.quasar.client.jsf.application
 
com.sdm.quasar.client.jsf.application.dialog - package com.sdm.quasar.client.jsf.application.dialog
 
com.sdm.quasar.client.jsf.application.dialog.impl - package com.sdm.quasar.client.jsf.application.dialog.impl
 
com.sdm.quasar.client.jsf.binding - package com.sdm.quasar.client.jsf.binding
 
com.sdm.quasar.client.jsf.binding.features - package com.sdm.quasar.client.jsf.binding.features
 
com.sdm.quasar.client.jsf.binding.services - package com.sdm.quasar.client.jsf.binding.services
 
com.sdm.quasar.client.jsf.commands.adapters - package com.sdm.quasar.client.jsf.commands.adapters
 
com.sdm.quasar.client.jsf.data.adapters - package com.sdm.quasar.client.jsf.data.adapters
 
com.sdm.quasar.client.jsf.dialog - package com.sdm.quasar.client.jsf.dialog
 
com.sdm.quasar.client.jsf.dialog.features - package com.sdm.quasar.client.jsf.dialog.features
 
com.sdm.quasar.client.jsf.dialog.services - package com.sdm.quasar.client.jsf.dialog.services
 
com.sdm.quasar.client.jsf.dialog.services.impl - package com.sdm.quasar.client.jsf.dialog.services.impl
 
com.sdm.quasar.client.jsf.embedding - package com.sdm.quasar.client.jsf.embedding
 
com.sdm.quasar.client.jsf.tags - package com.sdm.quasar.client.jsf.tags
 
com.sdm.quasar.client.log4j.common.logging.impl - package com.sdm.quasar.client.log4j.common.logging.impl
 
com.sdm.quasar.client.showcase.data - package com.sdm.quasar.client.showcase.data
 
com.sdm.quasar.client.showcase.helloworld - package com.sdm.quasar.client.showcase.helloworld
 
com.sdm.quasar.client.showcase.jsf.application - package com.sdm.quasar.client.showcase.jsf.application
 
com.sdm.quasar.client.showcase.jsf.data - package com.sdm.quasar.client.showcase.jsf.data
 
com.sdm.quasar.client.showcase.jsf.dialogs - package com.sdm.quasar.client.showcase.jsf.dialogs
 
com.sdm.quasar.client.showcase.jsf.dialogs.ajax - package com.sdm.quasar.client.showcase.jsf.dialogs.ajax
 
com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager - package com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager
 
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean - package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean
 
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager - package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager
 
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map - package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map
 
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session - package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session
 
com.sdm.quasar.client.showcase.jsf.dialogs.configuration - package com.sdm.quasar.client.showcase.jsf.dialogs.configuration
 
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow - package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow
 
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation - package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation
 
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter - package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter
 
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton - package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton
 
com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes - package com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes
 
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic - package com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic
 
com.sdm.quasar.client.showcase.jsf.dialogs.jsf - package com.sdm.quasar.client.showcase.jsf.dialogs.jsf
 
com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass - package com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass
 
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload - package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload
 
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks - package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks
 
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit - package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit
 
com.sdm.quasar.client.showcase.swing - package com.sdm.quasar.client.showcase.swing
 
com.sdm.quasar.client.showcase.swing.actions.commands - package com.sdm.quasar.client.showcase.swing.actions.commands
 
com.sdm.quasar.client.showcase.swing.actions.methodcall - package com.sdm.quasar.client.showcase.swing.actions.methodcall
 
com.sdm.quasar.client.showcase.swing.allinone.emplDetail - package com.sdm.quasar.client.showcase.swing.allinone.emplDetail
 
com.sdm.quasar.client.showcase.swing.allinone.emplList - package com.sdm.quasar.client.showcase.swing.allinone.emplList
 
com.sdm.quasar.client.showcase.swing.allinone.helloworld - package com.sdm.quasar.client.showcase.swing.allinone.helloworld
 
com.sdm.quasar.client.showcase.swing.data.manager - package com.sdm.quasar.client.showcase.swing.data.manager
 
com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle - package com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle
 
com.sdm.quasar.client.showcase.swing.dialogs.structured - package com.sdm.quasar.client.showcase.swing.dialogs.structured
 
com.sdm.quasar.client.showcase.swing.dialogs.unstructured - package com.sdm.quasar.client.showcase.swing.dialogs.unstructured
 
com.sdm.quasar.client.showcase.swing.embedding.dependent - package com.sdm.quasar.client.showcase.swing.embedding.dependent
 
com.sdm.quasar.client.showcase.swing.embedding.dialogindialog - package com.sdm.quasar.client.showcase.swing.embedding.dialogindialog
 
com.sdm.quasar.client.showcase.swing.embedding.independent - package com.sdm.quasar.client.showcase.swing.embedding.independent
 
com.sdm.quasar.client.showcase.swing.embedding.modal - package com.sdm.quasar.client.showcase.swing.embedding.modal
 
com.sdm.quasar.client.showcase.swing.embedding.tabdialog - package com.sdm.quasar.client.showcase.swing.embedding.tabdialog
 
com.sdm.quasar.client.showcase.swing.login - package com.sdm.quasar.client.showcase.swing.login
 
com.sdm.quasar.client.showcase.swing.messagepane - package com.sdm.quasar.client.showcase.swing.messagepane
 
com.sdm.quasar.client.showcase.swing.navigation - package com.sdm.quasar.client.showcase.swing.navigation
 
com.sdm.quasar.client.showcase.swing.portal - package com.sdm.quasar.client.showcase.swing.portal
 
com.sdm.quasar.client.showcase.swing.util - package com.sdm.quasar.client.showcase.swing.util
 
com.sdm.quasar.client.showcase.swing.various.config - package com.sdm.quasar.client.showcase.swing.various.config
 
com.sdm.quasar.client.showcase.swing.various.systeminfo - package com.sdm.quasar.client.showcase.swing.various.systeminfo
 
com.sdm.quasar.client.spring.application.dialog.impl - package com.sdm.quasar.client.spring.application.dialog.impl
 
com.sdm.quasar.client.spring.common.config - package com.sdm.quasar.client.spring.common.config
 
com.sdm.quasar.client.spring.dialog - package com.sdm.quasar.client.spring.dialog
 
com.sdm.quasar.client.swing.application - package com.sdm.quasar.client.swing.application
 
com.sdm.quasar.client.swing.application.dialog.impl - package com.sdm.quasar.client.swing.application.dialog.impl
 
com.sdm.quasar.client.swing.commands.adapters - package com.sdm.quasar.client.swing.commands.adapters
 
com.sdm.quasar.client.swing.common.event - package com.sdm.quasar.client.swing.common.event
 
com.sdm.quasar.client.swing.common.util - package com.sdm.quasar.client.swing.common.util
 
com.sdm.quasar.client.swing.data.plugins - package com.sdm.quasar.client.swing.data.plugins
 
com.sdm.quasar.client.swing.data.plugins.impl - package com.sdm.quasar.client.swing.data.plugins.impl
 
com.sdm.quasar.client.swing.dialog.services.impl - package com.sdm.quasar.client.swing.dialog.services.impl
 
com.sdm.quasar.client.swing.dialogbase.config - package com.sdm.quasar.client.swing.dialogbase.config
 
com.sdm.quasar.client.swing.dialogbase.config.impl - package com.sdm.quasar.client.swing.dialogbase.config.impl
 
com.sdm.quasar.client.swing.dialogbase.features - package com.sdm.quasar.client.swing.dialogbase.features
 
com.sdm.quasar.client.swing.dialogbase.services - package com.sdm.quasar.client.swing.dialogbase.services
 
com.sdm.quasar.client.swing.embedding.features - package com.sdm.quasar.client.swing.embedding.features
 
com.sdm.quasar.client.swing.embedding.services - package com.sdm.quasar.client.swing.embedding.services
 
com.sdm.quasar.client.swing.states - package com.sdm.quasar.client.swing.states
 
com.sdm.quasar.client.swing.states.adapters - package com.sdm.quasar.client.swing.states.adapters
 
com.sdm.quasar.client.swing.systeminfo - package com.sdm.quasar.client.swing.systeminfo
 
com.sdm.quasar.client.swing.ui.text - package com.sdm.quasar.client.swing.ui.text
 
com.sdm.util.model.states - package com.sdm.util.model.states
 
computeFromValues(Object[]) - Method in class com.sdm.quasar.client.core.data.structure.AbstractSimpleComputation
Performs the computation.
computeFromValues(Object[]) - Method in class com.sdm.quasar.client.core.data.structure.IntegerToStringConversion
Converts the Integer value to a String
computeIndexSet(ComputationValueAccess, Context) - Method in class com.sdm.quasar.client.core.data.structure.AbstractSimpleComputation
 
computeIndexSet(ComputationValueAccess, Context) - Method in interface com.sdm.quasar.client.core.data.structure.Computation
Performs the computation of a Set of the index values.
computeIndexSet(ComputationValueAccess, Context) - Method in class com.sdm.quasar.client.core.data.structure.ContextNodeComputation
 
computeValue(ComputationValueAccess, Context) - Method in class com.sdm.quasar.client.core.data.structure.AbstractSimpleComputation
Performs the computation with an context. This implementation retrieves all source values using #getValues(ComputationValueAccess) and passes them on to AbstractSimpleComputation.computeFromValues(Object[]).
computeValue(ComputationValueAccess, Context) - Method in interface com.sdm.quasar.client.core.data.structure.Computation
Performs the computation with an context.
computeValue(ComputationValueAccess, Context) - Method in class com.sdm.quasar.client.core.data.structure.ContextNodeComputation
Performs the computation with an context. Takes the current index value from the first source while using the given context and adds the index value to the context for accessing the second source (the IndexedNode).
configureApplication(Application) - Method in class com.sdm.quasar.client.core.application.AbstractApplicationCreator
Configures the Application given; e.g. registration of core services.
configureApplication(ApplicationConfiguration.ApplicationSetterAccess, Application) - Method in interface com.sdm.quasar.client.core.application.ApplicationConfiguration
Configures the Application given using the ApplicationConfiguration.ApplicationSetterAccess callback interface in order to set manager implementations.
configureApplication(ApplicationConfiguration.ApplicationSetterAccess, Application) - Method in class com.sdm.quasar.client.core.application.dialog.impl.DefaultApplicationConfiguration
 
configureApplication(ApplicationConfiguration.ApplicationSetterAccess, Application) - Method in class com.sdm.quasar.client.jsf.application.dialog.impl.DefaultJSFApplicationConfiguration
 
configureDefaultApplicationServices(ServiceManager, Application) - Method in interface com.sdm.quasar.client.core.application.ApplicationConfiguration
Configures the Application given; e.g. registration of core services.
configureDefaultApplicationServices(ServiceManager, Application) - Method in class com.sdm.quasar.client.core.application.dialog.impl.DefaultApplicationConfiguration
 
configureDefaultApplicationServices(ServiceManager, Application) - Method in class com.sdm.quasar.client.jsf.application.dialog.impl.DefaultJSFApplicationConfiguration
 
configureDefaultApplicationServices(ServiceManager, Application) - Method in class com.sdm.quasar.client.swing.application.dialog.impl.DefaultSwingApplicationConfiguration
 
configureDialog(DialogControl, DialogProperties) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
 
configureDialog(DialogControl, DialogProperties) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogConfiguration
Initially configures the dialog represented by the given DialogControl.
configureStates() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
Configures states from the dialog core and presentation states and binds them to the visual representation.
configureStates() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation
 
configureStates() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation
 
contains(Object) - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
containsAll(Collection) - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
containsIndex(String) - Method in class com.sdm.quasar.client.core.data.Context
Returns true iff this context holds a value for the given key
containsKey(Object) - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Returns true if we have a value for the key.
containsKey(Object) - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Returns true if we have a value for the key.
containsKey(Object) - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
containsValue(Object) - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Returns true if there map one or more keys to the specified value.
containsValue(Object) - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Returns true if there map one or more keys to the specified value.
containsValue(Object) - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
continueNodeValueChangedNotification() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
continueNodeValueChangedNotification() - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Continues the notification across the node graph that this node's value has been changed.
convert(Object) - Method in class com.sdm.quasar.client.core.common.util.AbstractConverterIterator
Converts the given value iterated by the original Iterator.
convertCamelCaseName(String, int, String, int) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Converts a CamelCase-name to a name with separators.
copyTo(BaseArrayMap) - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Copies the contents to the given BaseArrayMap.
create(String, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState, BooleanState, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(String, BooleanState, BooleanState, BooleanState, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ANDBooleanState
Creates a new ANDBooleanState.
create(BooleanState) - Static method in class com.sdm.quasar.client.core.states.NOTBooleanState
Creates a new NOTBooleanState.
create(String, BooleanState) - Static method in class com.sdm.quasar.client.core.states.NOTBooleanState
Creates a new NOTBooleanState.
create(String, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, BooleanState, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, BooleanState, BooleanState, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
create(String, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean, BooleanState, boolean) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState, BooleanState, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
create(String, BooleanState, BooleanState, BooleanState, BooleanState, BooleanState, BooleanState) - Static method in class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
createAndActivateSession(SessionId, SessionManager, DialogInstanceId, DialogManager, DialogServiceManager, DisposeCallback) - Method in class com.sdm.quasar.client.core.application.dialog.impl.AbstractSessionCreator
A Session is created.
createAndActivateSubDialogLifeCycleController() - Method in interface com.sdm.quasar.client.core.dialog.SubDialogControl
Creates a new SubDialogLifeCycleController and sets it as current one for this DialogControl.
createAndActivateSubDialogLifeCycleController() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
createApplication() - Method in class com.sdm.quasar.client.core.application.AbstractApplicationCreator
Creates the concrete Application instance and sets the environment.
createChild(String) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
createChild(String) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Creates a new child SystemInfoNode with the given type.
createChildNodeInfos(SystemInfoNode, InfoTreeModel) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition
 
createComponent(Object) - Method in interface com.sdm.quasar.client.core.server.impl.plugins.ComponentDefinition
 
createComponent(String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
createComponent(ValueBinding, FacesContext, String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
createConfigurationValue(String, ConfigProvider) - Method in class com.sdm.quasar.client.core.common.config.AbstractConfigurationDescriptor
Subclasses must implement this method to create the configuration value.
createConfigurationValue(String, ConfigProvider) - Method in class com.sdm.quasar.client.core.common.config.BeanCreatorConfigurationDescriptor
 
createContentDialog(String, Object) - Method in interface com.sdm.quasar.client.showcase.swing.portal.PortalControlService
Releases and disposes the old content dialog and creates a new content dialog with the given dialog id and the creation context.
createConverter(String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
createConverter(Class) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
createDataManagerComponent(boolean) - Method in interface com.sdm.quasar.client.core.data.DataManagerConfiguration
Creates a new DataManagerComponent initialized upon the configuration data.
createDataManagerComponent(boolean) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerConfiguration
 
createDataManagerPlugInForClass(Class) - Method in interface com.sdm.quasar.client.core.data.DataManagerConfiguration
Creates a plugin implementation for the plugin (key) class given.
createDataManagerPlugInForClass(Class) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerConfiguration
 
createDataManagerPlugInForClass(Class) - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
Creates a plugin implementation for the plugin (key) class given.
createDialog(Object) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
createDialog(String, DialogInstanceId, Object) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
createDialog(Object) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogLifeCycleController
Initially creates and configures the dialog controlled.
createDialog(String, DialogInstanceId, Object) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogManager
Creates a dependent dialog.
createDialog(String, Object) - Method in class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature
 
createDialog(String, Object, DeactivationCallback) - Method in class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature
 
createDialog(String, Object) - Method in interface com.sdm.quasar.client.core.dialogbase.services.DialogCreationService
Creates a new independent dialog.
createDialog(String, Object, DeactivationCallback) - Method in interface com.sdm.quasar.client.core.dialogbase.services.DialogCreationService
Creates a new independent dialog.
createDialogInternal(String, Object, DeactivationCallback) - Method in class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature
 
createHtmlTextPane(URL) - Static method in class com.sdm.quasar.client.showcase.swing.util.ShowcaseUtilities
Creates a miniature html browser (MiniBrowser) that initially displays the given url.
createId(Object) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions
 
createId(Object) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Creates a unique id for the object given (unique while this application runs).
createImageIcon() - Method in class com.sdm.quasar.client.swing.common.util.ImageCache.ImageCreator
Creates a new ImageIcon instance.
createInfoContentSplit(URL, JComponent, int) - Static method in class com.sdm.quasar.client.showcase.swing.util.ShowcaseUtilities
Creates a split pane with the where the upper part is filled by a html browser (created using ShowcaseUtilities.createHtmlTextPane(URL)) and the lower part with the given content component.
createInfoContentSplit(URL, JComponent) - Static method in class com.sdm.quasar.client.showcase.swing.util.ShowcaseUtilities
Creates a split pane with the where the upper part is filled by a html browser (created using ShowcaseUtilities.createHtmlTextPane(URL)) and the lower part with the given content component.
createList() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.ArrayToListAdapterValueModel
 
createMethodBinding(String, Class[]) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
createNavigationDialog(String, Object) - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalDialog
Creates the navigation dialog and adds it to the activation controller.
createNewPortal() - Method in interface com.sdm.quasar.client.showcase.swing.ShowcasePortalCreationService
Creates a new portal
createNewPortal() - Method in class com.sdm.quasar.client.showcase.swing.ShowcaseSessionFeature
Create a new portal dialog and configure the navigation menu.
createNodeInfo(SystemInfoNode, InfoTreeModel) - Method in class com.sdm.quasar.client.swing.systeminfo.DialogInfoTreeNodeDefinition
 
createNodeInfo(SystemInfoNode, InfoTreeModel) - Method in class com.sdm.quasar.client.swing.systeminfo.FeatureTreeNodeDefinition
 
createNodeInfo(SystemInfoNode, InfoTreeModel) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition
 
createRootDialog(DialogInstanceId, Object) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
createRootDialog(DialogInstanceId, Object) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogManager
Creates the root dialog instance.
createRootDialogInstanceId() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
createRootDialogInstanceId() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogManager
Creates a root dialog id.
createSession() - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
 
createSession() - Method in class com.sdm.quasar.client.core.application.DefaultSessionManager
If the session is already created, it is returned.
createSession(SessionId, Application) - Method in interface com.sdm.quasar.client.core.application.SessionCreator
Creates a new session instance with the given session id.
createSession() - Method in interface com.sdm.quasar.client.core.application.SessionManager
Creates and initializes a session object.
createSession(SessionId, Application) - Method in class com.sdm.quasar.client.core.application.dialog.impl.DefaultSessionCreator
 
createSession() - Method in class com.sdm.quasar.client.jsf.application.dialog.impl.DefaultJSFSessionManager
If the current http-session is unknown to this SessionManager, a new session is created.
createSession(SessionId, Application) - Method in class com.sdm.quasar.client.spring.application.dialog.impl.SpringSessionCreator
Creates the session using a spring bean factory.
createSessionDialogInstanceId(DialogManager) - Method in class com.sdm.quasar.client.core.application.dialog.impl.AbstractSessionCreator
Creates a dialog representing the session to be the root dialog for all other dialogs.
createSessionInEDT() - Method in class com.sdm.quasar.client.swing.application.AbstractSwingApplication
Helper method: This method creates a new session (using AbstractApplication.getSessionManager().
createSessionInstance(SessionId) - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
Creates the session using a SessionCreator.
createSubDialog(String, Object) - Method in interface com.sdm.quasar.client.core.dialog.DialogControl
Creates a new dialog that is dependent on this dialog.
createSubDialog(String, Object) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
createSystemInfoOptions(int) - Method in class com.sdm.quasar.client.core.common.sysinfo.services.DefaultSystemInfoService
 
createSystemInfoOptions(int) - Method in interface com.sdm.quasar.client.core.common.sysinfo.services.SystemInfoService
Creates a new SystemInfoOptions with the given detail level.
createSystemInfoOptions(int) - Method in class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
Creates a new SystemInfoOptions with the given detail level.
createSystemInfoRootNode(String) - Method in class com.sdm.quasar.client.core.common.sysinfo.services.DefaultSystemInfoService
 
createSystemInfoRootNode(String) - Method in interface com.sdm.quasar.client.core.common.sysinfo.services.SystemInfoService
Creates a new SystemInfoNode without a parent node.
createUniqueName() - Method in class com.sdm.quasar.client.core.embedding.features.FullActivationControllerFeature
Creates and returns a new unique name (may be used as local name).
createUniqueName() - Method in class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature
Creates and returns a new unique name (may be used as local name).
createUniqueName() - Method in class com.sdm.quasar.client.core.embedding.features.SingleActivationControllerFeature
Creates and returns a new unique name (may be used as local name).
createValidator(String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
createValueBinding(String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
created(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleAdapter
Listener Method for the dialog has been created
cutOff(RestrictionDocument, String) - Method in interface com.sdm.quasar.client.swing.ui.text.RestrictionDocument.FixedLengthListener
Called, when the RestrictionDocument cuts off inserted text.
cutString(String, int, String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Cuts the given text String, so that it is at maximum max_length characters long.

D

DATA_ARTICLE - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog
 
DATA_ARTICLE_AUTHOR - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog
 
DATA_ARTICLE_CATEGORY - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog
 
DATA_ARTICLE_CHANGED - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DATA_ARTICLE_CHANGED_CATEGORY - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DATA_ARTICLE_CHANGED_NAME - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DATA_ARTICLE_LIST - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DATA_ARTICLE_NAME - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog
 
DATA_ARTICLE_REGISTRY - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DATA_ARTICLE_REGISTRY - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
 
DATA_ARTICLE_SELECTED - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DATA_ARTICLE_SELECTED - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
 
DATA_ARTICLE_SELECTED_AUTHOR - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DATA_ARTICLE_SELECTED_CATEGORY - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DATA_ARTICLE_SELECTED_COMMENTS - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
 
DATA_ARTICLE_SELECTED_NAME - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DATA_ARTICLE_SELECTED_NAME - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
 
DATA_COMPANY - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Key constant for the value in the data manager that is a Company.
DATA_COMPANY - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that is a Company.
DATA_COMPANY_EMPLOYEES - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Key constant for the value in the data manager that corresponds to Company.getEmployees().
DATA_COMPANY_EMPLOYEES - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to Company.getEmployees().
DATA_COMPANY_EMPLOYEES_INDEXED - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Key constant for the node that allows indexed access to one of the values in Company.getEmployees().
DATA_COMPANY_EMPLOYEES_INDEXED - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the node that allows indexed access to one of the values in Company.getEmployees().
DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() of the Employees in the indexed node ListDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() of the Employees in the indexed node DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Key constant for the value in the data manager that corresponds to Person.getFirstname() of the Employees in the indexed node ListDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to Person.getFirstname() of the Employees in the indexed node DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
DATA_COMPANY_EMPLOYEES_INDEXED_NAME - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Key constant for the value in the data manager that corresponds to Person.getName() of the Employees in the indexed node ListDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
DATA_COMPANY_EMPLOYEES_INDEXED_NAME - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to Person.getName() of the Employees in the indexed node DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to selected Employee.
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_BIRTHDATE - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to Person.getDateOfBirth() of the selected Employee in the indexed node DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_SELECTION is applied.
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() of the selected Employee in the indexed node DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_SELECTION is applied.
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER_AS_STRING - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to value of DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER converted into a string.
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_FIRSTNAME - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to Person.getFirstname() of the selected Employee in the indexed node DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_SELECTION is applied.
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_NAME - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to Person.getName() of the selected Employee in the indexed node DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_INDEXED when the selection index DataManagerDialogConstants.DATA_COMPANY_EMPLOYEES_SELECTION is applied.
DATA_COMPANY_EMPLOYEES_SELECTION - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that contains the current selection index in the list of employees.
DATA_COMPANY_NAME - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Key constant for the value in the data manager that corresponds to Company.getName().
DATA_COMPANY_NAME - Static variable in interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
Key constant for the value in the data manager that corresponds to Company.getName().
DATA_DESCRIPTION - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
the text which describes what is done (editing or inserting an article)
DATA_EMPLOYEE - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants
 
DATA_EMPLOYEE_DATEOFBIRTH - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants
 
DATA_EMPLOYEE_EMPLNUMBER - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants
 
DATA_EMPLOYEE_FIRSTNAME - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants
 
DATA_EMPLOYEE_NAME - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants
 
DATA_MODEL_ARTICLE_LIST - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DATA_MODEL_ARTICLE_LIST - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
 
DATA_NAVIGATION_TREE - Static variable in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog
The key of the navigation menu in the data manager, the value is of type NavigationMenuNode.
DATA_NEW_COMMENT - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
 
DATA_ROW_CLASSES - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
the css class for the background color of the table rows
DATA_ROW_CLASSES - Static variable in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
the css class for the background color of the table rows
DATA_SELECTED_EMPLOYEE - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Key constant for the value in the data manager that corresponds to selected Employee.
DATA_SELECTED_EMPLOYEE_INDEX - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
Key constant for the value in the data manager that contains the current selection index in the list of employees.
DATA_SELECTED_NODE - Static variable in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog
The key of the currently selected menu item in the data manager, the value is of type NavigationMenuNode.
DATE - Static variable in class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
 
DEACTIVATING - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
State definition for the life cycle of a dialog within the DialogManager: The dialog is currently deactivating.
DEBUG - Static variable in interface com.sdm.quasar.client.core.common.logging.LoggingLevel
Level for debugging messages.
DEFAULT_CONFIGURATION_FILES - Static variable in class com.sdm.quasar.client.core.common.config.GlobalConfigManager
Contains all global default configuration files.
DEFAULT_CURRENCY_PARSERS - Static variable in class com.sdm.quasar.client.core.ui.text.MultiCurrencyFormat
 
DEFAULT_MESSAGE_PATTERN - Static variable in class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLogHandler
The default message pattern used to format log messages.
DEFAULT_MESSAGE_PATTERN - Static variable in class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
The default message pattern used to format log messages.
DEFAULT_OPTION - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
DEFAULT_SEPARATORS - Static variable in class com.sdm.quasar.client.core.common.util.StringUtilities
The default separators for words.
DEFAULT_WINDOW_ID - Variable in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
DETAIL_LEVEL_DETAILED - Static variable in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Detail level constant: detailed
DETAIL_LEVEL_FULL - Static variable in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Detail level constant: full
DETAIL_LEVEL_NORMAL - Static variable in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Detail level constant: normal
DETAIL_LEVEL_SIMPLE - Static variable in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Detail level constant: simple
DE_PARSER - Static variable in class com.sdm.quasar.client.core.ui.text.MultiDateFormat
Supported patterns for parsing german date formats
DIALOGID_REQUEST_PARAMETER_NAME - Static variable in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
the tag identifying the dialog-id information
DIALOGINSTANCEID_REQUEST_PARAMETER_NAME - Static variable in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
the tag identifying the dialog-instance-id information
DIALOG_KEYWORD - Static variable in class com.sdm.quasar.client.jsf.binding.features.DialogResolverFeature
Keyword defining the variable name that can be used in JSPs to access the current dialog-instance.
DIALOG_PARAMETER_HANDLER_CONFIG_KEY - Static variable in interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandler
The key that is used for retrieving the name of the implementation of this interface to be used.
DIGIT_LETTER_PATTERN - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Pattern with all decimal digits and all unicode letters.
DIGIT_PATTERN - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Pattern with all decimal digits.
DIRECT - Static variable in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
 
DISPOSED - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
In the state a dialog has been disposed.
DISPOSING - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
State definition for the life cycle of a dialog within the DialogManager: The dialog is currently disposing.
DataBindingBeanDetailDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog.
This dialog shows the details of a selected article.
DataBindingBeanDetailDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog
 
DataBindingBeanDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog.
This dialog is the model for the demonstration of dataBinding, actionBinding and stateBinding.
DataBindingBeanDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
 
DataBindingManagerDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog.
This dialog demonstrates dataBinding via Quasar dataManager
DataBindingManagerDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog
 
DataBindingManagerResultDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog.
This dialog demonstrates dataBinding via Quasar dataManager
DataBindingManagerResultDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
DataBindingMapDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapDialog.
This dialog demonstrates dataBinding by using a Map
DataBindingMapDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapDialog
 
DataBindingMapResultDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapResultDialog.
This dialog demonstrates dataBinding by using a Map
DataBindingMapResultDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapResultDialog
 
DataBindingSessionDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog.
 
DataBindingSessionDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
 
DataConfiguration - interface com.sdm.quasar.client.core.data.structure.DataConfiguration.
Allows configuration of the data structures the DataManager supports.
DataCore - interface com.sdm.quasar.client.core.data.plugin.DataCore.
 
DataManager - interface com.sdm.quasar.client.core.data.DataManager.
Represents the basic interface of a datastore.
DataManagerComponent - interface com.sdm.quasar.client.core.data.DataManagerComponent.
The interface defining a data manager component.
DataManagerConfiguration - interface com.sdm.quasar.client.core.data.DataManagerConfiguration.
 
DataManagerDialog - class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialog.
This class is the dialog core of the dialog demonstrating the use of the DataManagerComponent.
DataManagerDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialog
 
DataManagerDialogConstants - interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants.
 
DataManagerDialogPanel - class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel.
Visual representation for the DataManagerDialogPresentation.
DataManagerDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel
 
DataManagerDialogPresentation - class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPresentation.
Presentation class for the DataManagerDialog.
DataManagerDialogPresentation() - Constructor for class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPresentation
 
DataManagerFeature - class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature.
A Feature-based implementation of DataManagerComponent.
DataManagerFeature() - Constructor for class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
 
DataManagerPlugIn - interface com.sdm.quasar.client.core.data.DataManagerPlugIn.
This is the tagging interface of all plug ins of a DataManager.
DataManagerPluginCallback - interface com.sdm.quasar.client.core.data.plugin.DataManagerPluginCallback.
 
DataManagerResolver - class com.sdm.quasar.client.jsf.data.adapters.DataManagerResolver.
This ValueResolver implements the data binding with a DataManager.
DataManagerResolver(String, DataManager) - Constructor for class com.sdm.quasar.client.jsf.data.adapters.DataManagerResolver
 
DataManagerSetup - interface com.sdm.quasar.client.core.data.plugin.DataManagerSetup.
Allows the setup of the DataManager.
DataStructureConfiguration - interface com.sdm.quasar.client.core.data.structure.DataStructureConfiguration.
Adds convenience methods to DataConfiguration that define the structure of the DataManager using DataConfiguration.addNode(Node).
DateFilterDocument - class com.sdm.quasar.client.swing.ui.text.DateFilterDocument.
This Document formats a text while editing like a date with given date format.
DateFilterDocument() - Constructor for class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Constructs a JDateFieldFilter object with the default format
DateFilterDocument(int, Locale) - Constructor for class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Constructs a JDateFieldFilter object with the format definde by a style and Locale, see DateFormat.getDateInstance(int, Locale)
DateFilterDocument(String) - Constructor for class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Constructs a JDateFieldFilter object with the given format.
DateFilterDocument(String, Locale) - Constructor for class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Constructs a JDateFieldFilter object with the given format.
DateFilterDocument(SimpleDateFormat) - Constructor for class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Constructs a JDateFieldFilter object with the given format.
DeactivationCallback - interface com.sdm.quasar.client.core.dialog.DeactivationCallback.
Notification interface used by com.sdm.quasar.client.comp.dlgdef.lifecyclectrl.SubDialogControl#activateDialog(DeactivationCallback).
DeactivationCallbackHelper - class com.sdm.quasar.client.core.dialogbase.features.DeactivationCallbackHelper.
A simple helper class, that calls a DeactivationCallback when a dialog with a given id is deactivated.
DeactivationCallbackHelper(DeactivationCallback, DialogInstanceId, DialogControl) - Constructor for class com.sdm.quasar.client.core.dialogbase.features.DeactivationCallbackHelper
Creates a new DeactivationCallbackHelper.
DefaultApplicationConfiguration - class com.sdm.quasar.client.core.application.dialog.impl.DefaultApplicationConfiguration.
 
DefaultApplicationConfiguration() - Constructor for class com.sdm.quasar.client.core.application.dialog.impl.DefaultApplicationConfiguration
Creates a new DefaultApplicationConfiguration.
DefaultBasicValuesPlugIn - class com.sdm.quasar.client.core.data.plugins.impl.DefaultBasicValuesPlugIn.
Implementation of the com.sdm.quasar.client.core.data.BasicValuesPlugIn.
DefaultBasicValuesPlugIn() - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.DefaultBasicValuesPlugIn
Constructor.
DefaultCUFValueModelPlugIn - class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.
Implementation for com.sdm.quasar.client.core.data.cuf.CUFValueModelPlugIn.
DefaultCUFValueModelPlugIn() - Constructor for class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Constructor.
DefaultCUFValueModelPlugIn.DelegateAccessAdapter - class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.DelegateAccessAdapter.
Adapter that offers a DelegateAccess based on a target node and an indexed node.
DefaultCUFValueModelPlugIn.SelectionInListAdapter - class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.SelectionInListAdapter.
Adapter that offers a SelectionInList based on an IndexedNode.
DefaultCUFValueModelPlugIn.ValueModelAdapter - class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.ValueModelAdapter.
Adapter that offers a ValueModel based on the methods available in NodeController.
DefaultCUFValueModelPlugIn.ValueModelAdapter(NodeController, String) - Constructor for class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.ValueModelAdapter
 
DefaultClassUtilitiesImplementation - class com.sdm.quasar.client.core.common.util.DefaultClassUtilitiesImplementation.
 
DefaultClassUtilitiesImplementation() - Constructor for class com.sdm.quasar.client.core.common.util.DefaultClassUtilitiesImplementation
Creates a new DefaultClassUtilitiesImplementation.
DefaultConfigManager - class com.sdm.quasar.client.core.common.config.DefaultConfigManager.
Default implementation of a ConfigManager.
DefaultConfigManager() - Constructor for class com.sdm.quasar.client.core.common.config.DefaultConfigManager
Creates a new DefaultConfigManager.
DefaultConfigManager(ConfigProvider) - Constructor for class com.sdm.quasar.client.core.common.config.DefaultConfigManager
Creates a DefaultConfigManager using the given ConfigProvider as parent.
DefaultConfigManager(Map) - Constructor for class com.sdm.quasar.client.core.common.config.DefaultConfigManager
Creates a DefaultConfigManager with initial configuration.
DefaultConfigManager(ConfigProvider, Map) - Constructor for class com.sdm.quasar.client.core.common.config.DefaultConfigManager
Creates a DefaultConfigManager with initial configuration and using the given ConfigProvider as parent.
DefaultConfigProviderService - class com.sdm.quasar.client.core.common.config.services.DefaultConfigProviderService.
 
DefaultConfigProviderService(ConfigProvider) - Constructor for class com.sdm.quasar.client.core.common.config.services.DefaultConfigProviderService
Creates a new DefaultConfigProviderService.
DefaultDataCore - class com.sdm.quasar.client.core.data.impl.DefaultDataCore.
The core of a DataManagerComponent.
DefaultDataCore() - Constructor for class com.sdm.quasar.client.core.data.impl.DefaultDataCore
Constructor.
DefaultDataManager - class com.sdm.quasar.client.core.data.impl.DefaultDataManager.
Default implementation for DataManager that delegates to a DataCore.
DefaultDataManager(DataCore) - Constructor for class com.sdm.quasar.client.core.data.impl.DefaultDataManager
Constructor.
DefaultDataManagerComponent - class com.sdm.quasar.client.core.data.impl.DefaultDataManagerComponent.
Default implementation for DataManagerComponent.
DefaultDataManagerComponent() - Constructor for class com.sdm.quasar.client.core.data.impl.DefaultDataManagerComponent
 
DefaultDataManagerConfiguration - class com.sdm.quasar.client.core.data.impl.DefaultDataManagerConfiguration.
A default DataManagerConfiguration implementation.
DefaultDataManagerConfiguration(Class, Map, List) - Constructor for class com.sdm.quasar.client.core.data.impl.DefaultDataManagerConfiguration
Creates a new DefaultDataManagerConfiguration.
DefaultDataManagerConfiguration(Map, List) - Constructor for class com.sdm.quasar.client.core.data.impl.DefaultDataManagerConfiguration
Creates a new DefaultDataManagerConfiguration.
DefaultDataManagerConfiguration(Map) - Constructor for class com.sdm.quasar.client.core.data.impl.DefaultDataManagerConfiguration
Creates a new DefaultDataManagerConfiguration.
DefaultDataManagerConfiguration() - Constructor for class com.sdm.quasar.client.core.data.impl.DefaultDataManagerConfiguration
Creates a new DefaultDataManagerConfiguration.
DefaultDataManagerSetupAdapter - class com.sdm.quasar.client.core.data.impl.DefaultDataManagerSetupAdapter.
Default implementation for the DataManagerSetup that delegates to a DataCore.
DefaultDataManagerSetupAdapter(DefaultDataCore) - Constructor for class com.sdm.quasar.client.core.data.impl.DefaultDataManagerSetupAdapter
Constructor
DefaultDataStructureConfiguration - class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration.
Default implementation for DataStructureConfiguration that delegates to a DataCore.
DefaultDataStructureConfiguration(DefaultDataCore) - Constructor for class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration
Constructor
DefaultDialogConfiguration - class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration.
A default implementation of DialogConfiguration and DialogProperties.
DefaultDialogConfiguration() - Constructor for class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
Creates a new DefaultDialogConfiguration.
DefaultDialogConfiguration(Class[]) - Constructor for class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
Creates a new DefaultDialogConfiguration.
DefaultDialogControl - class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl.
Default implementation of DialogControl.
DefaultDialogDefinitionService - class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService.
A default implementation of DialogDefinitionService
DefaultDialogDefinitionService() - Constructor for class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
Creates a new DefaultDialogDefinitionService.
DefaultDialogDefinitionService(String) - Constructor for class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
Creates a new DefaultDialogDefinitionService.
DefaultDialogDefinitionService(DialogDefinitionReader) - Constructor for class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
Creates a new DefaultDialogDefinitionService.
DefaultDialogDefinitionService(String, DialogDefinitionReader) - Constructor for class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
Creates a new DefaultDialogDefinitionService.
DefaultDialogHierarchyService - class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogHierarchyService.
A default implementation of DialogHierarchyService using a HierarchyProvider.
DefaultDialogHierarchyService(HierarchyProvider) - Constructor for class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogHierarchyService
Creates a new DefaultDialogHierarchyService.
DefaultDialogInstance - class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance.
A default implementation of LifeCycleControl.
DefaultDialogInstance(DialogInstanceId, LifeCycleStateProvider, DialogLifeCycleController, HierarchyManager, DialogManager, DialogServiceManager) - Constructor for class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
Creates a new DefaultDialogInstance.
DefaultDialogInstanceController - class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController.
 
DefaultDialogLifeCycleService - class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogLifeCycleService.
A simple default implementation of DialogLifeCycleService based upon DialogManager.
DefaultDialogLifeCycleService(DialogManager) - Constructor for class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogLifeCycleService
Constructor
DefaultDialogManager - class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager.
A default implementation of DialogManager.
DefaultDialogManager(ID, HierarchyManager, DialogServiceManager) - Constructor for class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
Constructor.
DefaultDialogParameterHandler - class com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler.
Default implementation of the DialogParameterHandler interface
DefaultDialogParameterHandler() - Constructor for class com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler
 
DefaultDialogPropertyService - class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogPropertyService.
 
DefaultDialogPropertyService(ServiceProvider) - Constructor for class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogPropertyService
Creates a new DefaultDialogPropertyService.
DefaultDialogServiceAccess - class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess.
Default implementation of DialogServiceAccess that delegates to a DialogServiceManager.
DefaultDialogServiceAccess(DialogInstanceId, ID, DialogServiceManager) - Constructor for class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess
Constructor.
DefaultDialogServiceManager - class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager.
This service manager manages services of type Service.
DefaultDialogServiceManager(HierarchyManager) - Constructor for class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
Constructor that initializes this com.sdm.quasar.client.core.dialog.DialogServiceManager without forwarding to an ServiceManager.
DefaultDialogServiceManager(HierarchyManager, ID, ServiceProvider) - Constructor for class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
Constructor that initializes this com.sdm.quasar.client.core.dialog.DialogServiceManager with a forwarding to an ServiceManager for requests concerning the given virtual root node.
DefaultEventDispatchThreadService - class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService.
 
DefaultEventDispatchThreadService() - Constructor for class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService
Creates a new DefaultEventDispatchThreadService.
DefaultFeatureManager - class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager.
A default implementation of FeatureManager.
DefaultFeatureManager(DialogControl) - Constructor for class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
Creates a new DefaultFeatureManager.
DefaultHierarchyManager - class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager.
Default implementation of the HierarchyManager.
DefaultHierarchyManager() - Constructor for class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
Constructor.
DefaultHierarchyManager(ID) - Constructor for class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
Constructor.
DefaultHierarchyManager(ID[]) - Constructor for class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
Constructor.
DefaultHttpSessionDataService - class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService.
 
DefaultHttpSessionDataService() - Constructor for class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService
 
DefaultIndexedValuesPlugIn - class com.sdm.quasar.client.core.data.plugins.impl.DefaultIndexedValuesPlugIn.
Implementation of the IndexedValuesPlugIn.
DefaultIndexedValuesPlugIn() - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.DefaultIndexedValuesPlugIn
Constructor.
DefaultInstanceIdGenerator - class com.sdm.quasar.client.core.dialog.impl.DefaultInstanceIdGenerator.
Generates pseudo random instance ids by using a unique instance number and Random.
DefaultInstanceIdGenerator() - Constructor for class com.sdm.quasar.client.core.dialog.impl.DefaultInstanceIdGenerator
Constructor.
DefaultJSFApplicationConfiguration - class com.sdm.quasar.client.jsf.application.dialog.impl.DefaultJSFApplicationConfiguration.
A default application configuration for JSF applications.
DefaultJSFApplicationConfiguration() - Constructor for class com.sdm.quasar.client.jsf.application.dialog.impl.DefaultJSFApplicationConfiguration
Creates a new DefaultJSFApplicationConfiguration.
DefaultJSFSessionManager - class com.sdm.quasar.client.jsf.application.dialog.impl.DefaultJSFSessionManager.
The default-implementation of the JSFSessionManager interface.
DefaultJSFSessionManager(Application, SessionCreator) - Constructor for class com.sdm.quasar.client.jsf.application.dialog.impl.DefaultJSFSessionManager
Constructor.
DefaultLifeCycleListenerSupport - class com.sdm.quasar.client.core.dialog.impl.DefaultLifeCycleListenerSupport.
This helper class eases the implementation of LifeCycleListenerSupport.
DefaultLifeCycleListenerSupport() - Constructor for class com.sdm.quasar.client.core.dialog.impl.DefaultLifeCycleListenerSupport
Creates a new DefaultLifeCycleListenerSupport.
DefaultLocaleConfiguration - class com.sdm.quasar.client.core.dialogbase.config.impl.DefaultLocaleConfiguration.
 
DefaultLocaleConfiguration() - Constructor for class com.sdm.quasar.client.core.dialogbase.config.impl.DefaultLocaleConfiguration
Creates a new DefaultLocaleConfiguration.
DefaultLoggingInformationCalculator - class com.sdm.quasar.client.core.common.logging.impl.DefaultLoggingInformationCalculator.
 
DefaultLoggingInformationCalculator() - Constructor for class com.sdm.quasar.client.core.common.logging.impl.DefaultLoggingInformationCalculator
Creates a new DefaultLoggingInformationCalculator.
DefaultNodeController - class com.sdm.quasar.client.core.data.impl.DefaultNodeController.
Represents the internal node that a com.sdm.quasar.client.core.data.internal.impl.DataCore uses to manage the data structure defined by Nodes.
DefaultRequestDataService - class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService.
Provides the request scope.
DefaultRequestDataService() - Constructor for class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService
 
DefaultResourceBundleConfiguration - class com.sdm.quasar.client.core.dialogbase.config.impl.DefaultResourceBundleConfiguration.
 
DefaultResourceBundleConfiguration() - Constructor for class com.sdm.quasar.client.core.dialogbase.config.impl.DefaultResourceBundleConfiguration
Creates a new DefaultResourceBundleConfiguration.
DefaultResourceBundleConfiguration(String[]) - Constructor for class com.sdm.quasar.client.core.dialogbase.config.impl.DefaultResourceBundleConfiguration
Creates a new DefaultResourceBundleConfiguration with the bundles given.
DefaultServiceManager - class com.sdm.quasar.client.core.common.services.DefaultServiceManager.
Default implementation of the ServiceManager.
DefaultServiceManager() - Constructor for class com.sdm.quasar.client.core.common.services.DefaultServiceManager
Constructor.
DefaultSessionAdapter - class com.sdm.quasar.client.core.application.dialog.impl.DefaultSessionAdapter.
 
DefaultSessionAdapter(SessionId, DialogInstanceId, DialogServiceManager, DisposeCallback) - Constructor for class com.sdm.quasar.client.core.application.dialog.impl.DefaultSessionAdapter
Creates a new DefaultSessionAdapter.
DefaultSessionCreator - class com.sdm.quasar.client.core.application.dialog.impl.DefaultSessionCreator.
This SessionCreator implementation creates a default dialog environment.
DefaultSessionCreator() - Constructor for class com.sdm.quasar.client.core.application.dialog.impl.DefaultSessionCreator
Creates a new DefaultSessionCreator.
DefaultSessionDataFeature - class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature.
Feature providing a SessionDataService implementation.
DefaultSessionDataFeature() - Constructor for class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
Constructor.
DefaultSessionManager - class com.sdm.quasar.client.core.application.DefaultSessionManager.
The default implementation of a SessionManager for a swing client.
DefaultSessionManager(Application, SessionCreator) - Constructor for class com.sdm.quasar.client.core.application.DefaultSessionManager
Constructor.
DefaultSubDialogControl - class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl.
Default implementation of SubDialogControl.
DefaultSubDialogLifeCycleController - class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogLifeCycleController.
A default implementation of SubDialogLifeCycleController.
DefaultSubDialogLifeCycleController(DialogInstance) - Constructor for class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogLifeCycleController
Creates a new DefaultSubDialogLifeCycleController.
DefaultSwingApplicationConfiguration - class com.sdm.quasar.client.swing.application.dialog.impl.DefaultSwingApplicationConfiguration.
A default ApplicationConfiguration for Swing applications.
DefaultSwingApplicationConfiguration() - Constructor for class com.sdm.quasar.client.swing.application.dialog.impl.DefaultSwingApplicationConfiguration
Creates a new DefaultSwingApplicationConfiguration.
DefaultSystemInfoNode - class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode.
A simple implementation of SystemInfoNode.
DefaultSystemInfoNode(String) - Constructor for class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
Creates a new DefaultSystemInfoNode.
DefaultSystemInfoOptions - class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions.
An default implementation of SystemInfoOptions.
DefaultSystemInfoOptions(int) - Constructor for class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions
Creates a new DefaultSystemInfoOptions.
DefaultSystemInfoRegistry - class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoRegistry.
 
DefaultSystemInfoRegistry() - Constructor for class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoRegistry
Creates a new DefaultSystemInfoRegistry.
DefaultSystemInfoService - class com.sdm.quasar.client.core.common.sysinfo.services.DefaultSystemInfoService.
 
DefaultSystemInfoService() - Constructor for class com.sdm.quasar.client.core.common.sysinfo.services.DefaultSystemInfoService
Creates a new DefaultSystemInfoService.
DefaultValueChangedPlugIn - class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn.
Note: this is a first draft!
DefaultValueChangedPlugIn() - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
 
DelayAct() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
 
DependentWindow - class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow.
This is an example of a dialog that is dependent on the life cycle of a parent dialog and whose own visual representation is a not modal window, i.e. it is not visually embedded in the parent dialog's visual representation.
DependentWindow() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow
 
DependentWindowDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow.DependentWindowDialog.
This dialog introduces to the dialog concept in the Web
DependentWindowDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow.DependentWindowDialog
 
DependentWindowDialog - class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialog.
This dialog displays a button that opens a DependentWindow (that is not a modal dialog).
DependentWindowDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialog
 
DependentWindowDialogPanel - class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel.
Visual representation for the com.sdm.quasar.client.showcase.swing.dialogs.embedding.dependent.DependentWindowDialogPresentation.
DependentWindowDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel
 
DependentWindowFrame - class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame.
Visual representation for the DependentWindow.
DependentWindowFrame() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame
 
DependentWindowService - interface com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowService.
Service offered by the DependentWindow that allows the controlling dialog to access the user input and the committed state.
DialogConfiguration - interface com.sdm.quasar.client.core.dialog.services.DialogConfiguration.
Interface that defines common methods for a dialog's configuration-data record independent from the concrete implementation and gui-frontend.
DialogContextFeature - class com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature.
 
DialogContextFeature() - Constructor for class com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature
 
DialogContextService - interface com.sdm.quasar.client.jsf.dialog.services.DialogContextService.
This Service is used to connect the request to the dialog instance, defined by the parameters in the request.
DialogControl - interface com.sdm.quasar.client.core.dialog.DialogControl.
DialogControl is the central interface for dialog implementors, to create and control subdialogs, that are managed by the dialog environment (see methods of this interface directly), access Services of other dialogs (see DialogServiceAccess subinterface), provide Services to other dialogs (see DialogServiceAccess subinterface), manage Features for this dialog node (see FeatureManager subinterface) take part of this dialog node's lifecycle (see LifeCycleControl subinterface (but mostly this will be done by writing and installing a Feature) This interface is offered to all dialogs that are managed by the dialog environment.
DialogCreationFeature - class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature.
The DialogCreationFeature may be used to create simple main dialogs i.e. subdialogs of the session, when the session has no own dielog.
DialogCreationFeature() - Constructor for class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature
Creates a new DialogCreationFeature.
DialogCreationService - interface com.sdm.quasar.client.core.dialogbase.services.DialogCreationService.
This is a Service that creates new dialogs.
DialogDefinitionReader - interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionReader.
Reads a dialog definitions and adds them to the DialogDefinitionService.
DialogDefinitionService - interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionService.
This service allows the definition of dialogs.
DialogException - exception com.sdm.quasar.client.core.dialog.DialogException.
Will be thrown when an exception occurs within a dialog while handling that dialog in the dialog frame.
DialogException(DialogInstanceId) - Constructor for class com.sdm.quasar.client.core.dialog.DialogException
Creates a new DialogException.
DialogException(DialogInstanceId, String, Throwable) - Constructor for class com.sdm.quasar.client.core.dialog.DialogException
Creates a new DialogException.
DialogException(DialogInstanceId, String) - Constructor for class com.sdm.quasar.client.core.dialog.DialogException
Creates a new DialogException.
DialogException(DialogInstanceId, Throwable) - Constructor for class com.sdm.quasar.client.core.dialog.DialogException
Creates a new DialogException.
DialogExceptionHandler - interface com.sdm.quasar.client.core.dialog.impl.DialogExceptionHandler.
 
DialogHierarchyService - interface com.sdm.quasar.client.core.dialog.services.DialogHierarchyService.
A service to access the dialog hierarchy (read only).
DialogInDialog - class com.sdm.quasar.client.showcase.swing.embedding.dialogindialog.DialogInDialog.
This is an example of a dialog that includes another dialog, in this case a simple HtmlMessagePane.
DialogInDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.dialogindialog.DialogInDialog
 
DialogInfoTreeNodeDefinition - class com.sdm.quasar.client.swing.systeminfo.DialogInfoTreeNodeDefinition.
 
DialogInfoTreeNodeDefinition(ResourceAccessService, ImageProviderService) - Constructor for class com.sdm.quasar.client.swing.systeminfo.DialogInfoTreeNodeDefinition
Creates a new DialogInfoTreeNodeDefinition.
DialogInstance - interface com.sdm.quasar.client.core.dialog.impl.DialogInstance.
 
DialogInstanceController - interface com.sdm.quasar.client.core.dialog.impl.DialogInstanceController.
 
DialogInstanceId - class com.sdm.quasar.client.core.dialog.DialogInstanceId.
Identifies an instance of a dialog managed by the dialog environment.
DialogInstanceId(String, String) - Constructor for class com.sdm.quasar.client.core.dialog.DialogInstanceId
Creates a dialog instance id.
DialogLifeCycleController - interface com.sdm.quasar.client.core.dialog.impl.DialogLifeCycleController.
 
DialogLifeCycleService - interface com.sdm.quasar.client.core.dialog.services.DialogLifeCycleService.
A Service that allows listening to the lifecycle-changes of dialogs of the dialog hierarchy.
DialogManager - interface com.sdm.quasar.client.core.dialog.impl.DialogManager.
Manages the dialogs of a session.
DialogParameterHandler - interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandler.
Requests with incomplete, outdated or unknown request parameters are passed to this.
DialogParameterHandlerCallback - interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback.
Callback for the DialogParameterHandler to tell the caller ofe a concrete DialogParameterHandler how to process further.
DialogProperties - interface com.sdm.quasar.client.core.dialog.services.DialogProperties.
Stores properties per dialog (configuration; not per instance).
DialogPropertyService - interface com.sdm.quasar.client.core.dialog.services.DialogPropertyService.
Service that provides access to information that has been defined in a dialog's configuration record.
DialogResolverFeature - class com.sdm.quasar.client.jsf.binding.features.DialogResolverFeature.
This KeywordResolver resolves the keyword DialogResolverFeature.DIALOG_KEYWORD to a dialog instance: The resolved object is again a KeywordResolver provided by the current dialog instance performing the next resolving step.
DialogResolverFeature() - Constructor for class com.sdm.quasar.client.jsf.binding.features.DialogResolverFeature
 
DialogServiceAccess - interface com.sdm.quasar.client.core.dialog.DialogServiceAccess.
The DialogServiceAccess provides methods for acessing and providing services.
DialogServiceManager - interface com.sdm.quasar.client.core.dialog.impl.DialogServiceManager.
Allows registration of services that are hierarchically organized along a dialog hierarchy.
DialogServiceProvider - interface com.sdm.quasar.client.core.dialog.impl.DialogServiceProvider.
Offers access to services organized along a hierarchy of dialogs.
DialogServletFilter - class com.sdm.quasar.client.jsf.dialog.DialogServletFilter.
ServletFilter that is called before the JSF life cycle begins.
DialogServletFilter() - Constructor for class com.sdm.quasar.client.jsf.dialog.DialogServletFilter
 
DialogSystemInfoProvider - class com.sdm.quasar.client.core.dialog.impl.DialogSystemInfoProvider.
 
DialogSystemInfoProvider(DialogInstanceId, HierarchyManager, DialogManager, DialogServiceManager) - Constructor for class com.sdm.quasar.client.core.dialog.impl.DialogSystemInfoProvider
Creates a new DialogSystemInfoProvider.
DialogWindowResource - class com.sdm.quasar.client.swing.embedding.features.DialogWindowResource.
 
DialogWindowResource(Dialog) - Constructor for class com.sdm.quasar.client.swing.embedding.features.DialogWindowResource
Creates a new DialogWindowResource.
Disposable - interface com.sdm.quasar.client.core.common.Disposable.
Identifies a component that can be disposed.
DisposeCallback - interface com.sdm.quasar.client.core.common.DisposeCallback.
A callback interface to be called when an Disposable was disposed.
DisposeException - exception com.sdm.quasar.client.core.common.DisposeException.
Signifies that one or more errors occurred while executing a Disposable.dispose() method.
DisposeException() - Constructor for class com.sdm.quasar.client.core.common.DisposeException
Constructor.
DisposeException(String) - Constructor for class com.sdm.quasar.client.core.common.DisposeException
Creates a DisposeException with an initial message.
DisposeException(Throwable) - Constructor for class com.sdm.quasar.client.core.common.DisposeException
Creates a DisposeException with an initial cause.
DisposeException(String, Throwable) - Constructor for class com.sdm.quasar.client.core.common.DisposeException
Creates a DisposeException with an initial cause.
DisposeException.MessageAndCause - class com.sdm.quasar.client.core.common.DisposeException.MessageAndCause.
Wrapper class for a message (String) and a cause (Throwable).
DisposeException.MessageAndCause(String, Throwable) - Constructor for class com.sdm.quasar.client.core.common.DisposeException.MessageAndCause
Constructor
DocumentTextAcceptedBooleanState - class com.sdm.quasar.client.swing.states.DocumentTextAcceptedBooleanState.
The BooleanState is true if the text of the Document is accepted by a given Acceptor.
DocumentTextAcceptedBooleanState(Document, String) - Constructor for class com.sdm.quasar.client.swing.states.DocumentTextAcceptedBooleanState
Constructs the BooleanState representing the matching of the document text with the given pattern.
DocumentTextAcceptedBooleanState(Document, Acceptor) - Constructor for class com.sdm.quasar.client.swing.states.DocumentTextAcceptedBooleanState
Constructs the BooleanState representing the acceptance of the document text with an Acceptor.
DocumentTextAcceptedBooleanState(Document, String, String) - Constructor for class com.sdm.quasar.client.swing.states.DocumentTextAcceptedBooleanState
Constructs the BooleanState representing the matching of the document text with the given pattern.
DocumentTextAcceptedBooleanState(Document, Acceptor, String) - Constructor for class com.sdm.quasar.client.swing.states.DocumentTextAcceptedBooleanState
Constructs the BooleanState representing the acceptance of the document text with an Acceptor.
DomainLogger - class com.sdm.quasar.client.core.common.logging.DomainLogger.
A logger, that demands specifying a domain name or a domain class for logging.
DoubleSubmitCheckerFeature - class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature.
 
DoubleSubmitCheckerFeature() - Constructor for class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature
 
DoubleSubmitCheckerService - interface com.sdm.quasar.client.jsf.dialog.services.DoubleSubmitCheckerService.
Performs maintenance and checking of dialog-sequence numbers.
DoubleSubmitDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitDialog.
This dialog is a demonstration of the usage of sequence numbers to avoid multiple submits
DoubleSubmitDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitDialog
 
DoubleSubmitSingletonDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitSingletonDialog.
This dialog is a demonstration of the usage of sequence numbers to avoid multiple submits
DoubleSubmitSingletonDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitSingletonDialog
 
DynamicEmbeddingDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.DynamicEmbeddingDialog.
This dialog demonstrates dynamic dialog embedding.
DynamicEmbeddingDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.DynamicEmbeddingDialog
 
deactivate() - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
Called when the dialog is deactivated.
deactivate() - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycle
Transition from state LifeCycleState.ACTIVE to state LifeCycleState.PREPARED.
deactivate() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
 
deactivate() - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
 
deactivate() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
deactivate() - Method in class com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog
 
deactivate() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog
 
deactivate() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow
Hides our #frame
deactivate() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
Hide our visual representation
deactivate() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginDialog
 
deactivate() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalPresentation
Hides our window.
deactivate() - Method in class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
 
deactivate() - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
deactivate() - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
deactivate() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogFeature
 
deactivate() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
 
deactivateDialog() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
deactivateDialog() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogLifeCycleController
 
deactivateDialog() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogLifeCycleController
Deactivates the dialog
deactivateDialog() - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.SubDialogLifeCycleController
Deactivates the child-dialog.
deactivated(DialogInstanceId) - Method in interface com.sdm.quasar.client.core.dialog.DeactivationCallback
Notification that the dialog with the given instance id has been deactivated.
deactivated(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleAdapter
Listener Method for the dialog has been deactivated
decreaseCounter() - Method in class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
Decreases the counter.
deleteEmployee() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
destroy() - Method in class com.sdm.quasar.client.jsf.application.ApplicationServletFilter
The filter's destruction hook.
destroy() - Method in class com.sdm.quasar.client.jsf.application.ResponseHeaderFilter
 
destroy() - Method in class com.sdm.quasar.client.jsf.dialog.DialogServletFilter
The filter's destruction hook.
destroyComponent(Object) - Method in interface com.sdm.quasar.client.core.server.impl.plugins.ComponentDefinition
 
detachFromLifeCycle(LifeCycle) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
detachFromLifeCycle(LifeCycle) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
detachFromLifeCycle(LifeCycle) - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleControl
Detaches a component from the life cycle notification.
determineVisualRepresentation(HttpServletRequest, BrowserWindowCallBack) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
Analyses the request parameters and determines the page to be shown.
disposables - Variable in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
 
dispose() - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
This implementation disposes all sessions.
dispose() - Method in interface com.sdm.quasar.client.core.application.Session
Disposes the session including all dialogs and frees all allocated resources.
dispose() - Method in class com.sdm.quasar.client.core.application.dialog.impl.DefaultSessionAdapter
 
dispose() - Method in interface com.sdm.quasar.client.core.common.Disposable
Disposes the component.
dispose() - Method in class com.sdm.quasar.client.core.common.config.AbstractConfigurationDescriptor
 
dispose() - Method in class com.sdm.quasar.client.core.common.config.ValueConfigurationDescriptor
 
dispose() - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
 
dispose() - Method in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
 
dispose() - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
 
dispose() - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerComponent
 
dispose() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
dispose() - Method in class com.sdm.quasar.client.core.data.plugin.AbstractDataManagerPlugIn
 
dispose() - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultBasicValuesPlugIn
 
dispose() - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultIndexedValuesPlugIn
 
dispose() - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
Called when the feature or dialog is disposed.
dispose() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
dispose() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
 
dispose() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogLifeCycleController
 
dispose() - Method in class com.sdm.quasar.client.core.dialogbase.features.ActivationObjectionFeature
 
dispose() - Method in class com.sdm.quasar.client.core.dialogbase.features.AutoCloseSessionFeature
 
dispose() - Method in class com.sdm.quasar.client.core.dialogbase.features.CloseObjectionFeature
 
dispose() - Method in class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature
 
dispose() - Method in class com.sdm.quasar.client.core.dialogbase.features.ReactivationFeature
 
dispose() - Method in class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature
 
dispose() - Method in class com.sdm.quasar.client.core.dialogbase.features.RootControllerFeature
 
dispose() - Method in class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
 
dispose() - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractActivationService
 
dispose() - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractCloseService
 
dispose() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
 
dispose() - Method in class com.sdm.quasar.client.core.dialogsupport.features.CommandManagerFeature
 
dispose() - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
 
dispose() - Method in class com.sdm.quasar.client.core.embedding.features.FullActivationControllerFeature
 
dispose() - Method in class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature
 
dispose() - Method in class com.sdm.quasar.client.core.embedding.features.SingleActivationControllerFeature
 
dispose() - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
 
dispose() - Method in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
 
dispose() - Method in class com.sdm.quasar.client.core.states.AbstractState
 
dispose() - Method in class com.sdm.quasar.client.core.states.NOTBooleanState
 
dispose() - Method in class com.sdm.quasar.client.core.states.WrapperBooleanState
 
dispose() - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
 
dispose() - Method in class com.sdm.quasar.client.jsf.binding.features.DialogResolverFeature
 
dispose() - Method in class com.sdm.quasar.client.jsf.binding.features.KeywordResolverFeature
Called when the feature or dialog is disposed. Override this method to clean up resources and free memory when disposing.
dispose() - Method in class com.sdm.quasar.client.jsf.binding.features.SessionResolverFeature
 
dispose() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
dispose() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
dispose() - Method in class com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature
 
dispose() - Method in class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature
 
dispose() - Method in class com.sdm.quasar.client.jsf.dialog.features.NavigationFeature
 
dispose() - Method in class com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.WelcomeDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapResultDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
Called when the feature or dialog is disposed. Override this method to clean up resources and free memory when disposing.
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.configuration.ExceptionDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow.DependentWindowDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.StartDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialogA
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogPresentation
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.DynamicEmbeddingDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDetailDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemHelloDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitSingletonDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.ShowcaseSessionFeature
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPresentation
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPresentation
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPresentation
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPresentation
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.unstructured.UnstructuredDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dialogindialog.DialogInDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.embedding.tabdialog.TabDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.messagepane.HtmlMessagePane
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalDialogActionFeature
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalPresentation
Hides and disposes our window.
dispose() - Method in class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialog
 
dispose() - Method in class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.commands.adapters.AbstractButtonCommandAdapter
 
dispose() - Method in class com.sdm.quasar.client.swing.commands.adapters.JComboBoxCommandAdapter
 
dispose() - Method in class com.sdm.quasar.client.swing.commands.adapters.JComponentCommandAdapter
 
dispose() - Method in class com.sdm.quasar.client.swing.commands.adapters.JTableDoubleClickCommandAdapter
 
dispose() - Method in class com.sdm.quasar.client.swing.commands.adapters.JTreeSelectionCommandAdapter
 
dispose() - Method in class com.sdm.quasar.client.swing.commands.adapters.ListSelectionCommandAdapter
 
dispose() - Method in class com.sdm.quasar.client.swing.commands.adapters.WindowClosingCommandAdapter
 
dispose() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.DelegateAccessAdapter
 
dispose() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.ValueModelAdapter
 
dispose() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
 
dispose() - Method in class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.dialogbase.features.ImageProviderFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.embedding.features.ModalDialogFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.embedding.features.VisualRepresentationFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.embedding.features.WindowFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
dispose() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractVisualRepresentationService
 
dispose() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoPanelFeature
 
dispose() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
 
disposeConfigurationValue(String, Object) - Method in class com.sdm.quasar.client.core.common.config.AbstractConfigurationDescriptor
Subclasses must implement this method to dispose the configuration value.
disposeConfigurationValue(String, Object) - Method in class com.sdm.quasar.client.core.common.config.BeanCreatorConfigurationDescriptor
 
disposeDialog() - Method in interface com.sdm.quasar.client.core.dialog.SubDialogControl
Disposes the dialog and its children, independently of the current state.
disposeDialog() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
disposeDialog(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
disposeDialog() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
disposeDialog() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogLifeCycleController
Disposes the dialog
disposeDialog(DialogInstanceId) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogManager
Disposes a dialog by calling com.sdm.quasar.client.comp.dlgdef.Dialog#dispose().
disposeFeature() - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
 
disposeFeature() - Method in interface com.sdm.quasar.client.core.dialog.Feature
Detaches the lifecycle of the Feature from the lifecycle of the DialogControl previouse given and disposes the feature.
disposeSession(SessionId) - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
 
disposeSession(SessionId) - Method in class com.sdm.quasar.client.core.application.DefaultSessionManager
 
disposeSession(SessionId) - Method in interface com.sdm.quasar.client.core.application.SessionManager
Disposes a session.
disposeSession(SessionId) - Method in class com.sdm.quasar.client.jsf.application.dialog.impl.DefaultJSFSessionManager
This method disposes the quasar-client session and invalidates the equivalent http-session.
disposed() - Method in interface com.sdm.quasar.client.core.common.DisposeCallback
Called when the element registered for was disposed.
disposed(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleAdapter
Listener Method for the dialog has been disposed
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sdm.quasar.client.jsf.application.ApplicationServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sdm.quasar.client.jsf.application.ResponseHeaderFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sdm.quasar.client.jsf.dialog.DialogServletFilter
The actual filtering hook.
doNextJob() - Method in interface com.sdm.quasar.client.core.dialog.services.ModalBlockHelperService.JobQueue
Do the next job in line.
doSpecialWebErrorLogging(int, String, Throwable) - Method in class com.sdm.quasar.client.jsf.application.AbstractJSFApplication
Logging of Throwables with special handling of ServletExceptions
doStartTag() - Method in class com.sdm.quasar.client.jsf.tags.ImportTag
 

E

EMBEDDED_LIST_DIALOG - Static variable in interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogConstants
Dialog name/id of the embedded list dialog.
EMBEDDED_SEARCH_DIALOG - Static variable in interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogConstants
Dialog name/id of the embedded list dialog.
EMPTY_ITERATOR - Static variable in class com.sdm.quasar.client.core.common.util.ArrayIterator
An empty iterator, which iterates nothing.
EMPTY_ITERATOR - Static variable in class com.sdm.quasar.client.core.common.util.SingleIterator
An empty iterator, which iterates nothing.
EMPTY_OBJECT_ARRAY - Static variable in class com.sdm.quasar.client.core.common.util.ArrayIterator
An empty object array.
EN_PARSER - Static variable in class com.sdm.quasar.client.core.ui.text.MultiDateFormat
Supported patterns for parsing english date formats
ERROR - Static variable in interface com.sdm.quasar.client.core.common.logging.LoggingLevel
Level for errors
ERROR_MESSAGE - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
EXCEPTION_TYPE_EXCEPTION - Static variable in interface com.sdm.quasar.client.core.common.util.NamedException
Exception-Type: normal exception.
EXCEPTION_TYPE_INFO - Static variable in interface com.sdm.quasar.client.core.common.util.NamedException
Exception-Type: info.
EXCEPTION_TYPE_WARNING - Static variable in interface com.sdm.quasar.client.core.common.util.NamedException
Exception-Type: warning.
EmbeddedDetailDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDetailDialog.
This dialog shows the details of a selected article.
EmbeddedDetailDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDetailDialog
 
EmbeddedDialogConstants - interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogConstants.
 
EmbeddedDialogService - interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogService.
This Service provides a method to set a filter for filtering the aricles list of the embedded list dialog.
EmbeddedListDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog.
This dialog demonstrates dynamic dialog embedding.
EmbeddedListDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog
 
EmbeddedSearchDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog.
This dialog demonstrates dynamic dialog embedding.
EmbeddedSearchDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog
 
EmbeddedShowArticleService - interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedShowArticleService.
This Service provides a method to set an article.
EmplDetailDialog - class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog.
 
EmplDetailDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
EmplDetailFrame - class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame.
 
EmplDetailFrame() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame
This is the default constructor
EmplDetailPresentation - class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.
 
EmplDetailPresentation() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation
 
EmplDetailPresentation.JComponentMarkedBooleanStateAdapter - class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter.
 
EmplDetailPresentation.JComponentMarkedBooleanStateAdapter() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
Creates a new JComponentVisibleBooleanStateAdapter.
EmplDetailPresentation.JComponentMarkedBooleanStateAdapter(String) - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
Creates a new JComponentVisibleBooleanStateAdapter.
EmplDialogConstants - interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants.
 
Employee - class com.sdm.quasar.client.showcase.data.Employee.
 
Employee() - Constructor for class com.sdm.quasar.client.showcase.data.Employee
 
EmployeeService - interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmployeeService.
 
ErrorContextHandler - interface com.sdm.quasar.client.core.common.ErrorContextHandler.
Interface for error handlers, that can handle specific exceptions in specific contexts.
ErrorHandler - class com.sdm.quasar.client.core.common.ErrorHandler.
Offers static access to the global error handler.
EventDispatchThreadService - interface com.sdm.quasar.client.core.common.event.EventDispatchThreadService.
This interface defines methods that are intended to be useful for systems/GUIs, that have a special 'event dispatch thread' - a special thread, that is only allowed to modify the GUI and that is the only thread to handle GUI events from the system.
EventDispatchThreadUtilities - class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities.
A utilities class collection event-loop utilities.
EventLoop - class com.sdm.quasar.client.swing.common.event.EventLoop.
A replacement for Swing's event loop.
EventLoop.EventFilter - interface com.sdm.quasar.client.swing.common.event.EventLoop.EventFilter.
An interface used to accept or deny events.
EventLoop.ExceptionHandler - interface com.sdm.quasar.client.swing.common.event.EventLoop.ExceptionHandler.
An interface that should be used to handle exceptions occured at the system event queue.
EventNotificationValueHandler - class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler.
A ValueHandler that notifies a listener whenever change notifications are registered in the node.
EventNotificationValueHandler(EventNotificationValueHandlerListener) - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler
Creates a new EventNotificationValueHandler.
EventNotificationValueHandlerListener - interface com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandlerListener.
Listener for the com.sdm.quasar.client.core.data.plugin.impl.EventNotificationValueHandler.
ExceptionDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.configuration.ExceptionDialog.
 
ExceptionDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.configuration.ExceptionDialog
 
ExceptionRunnable - interface com.sdm.quasar.client.core.common.event.ExceptionRunnable.
A computation to be performed, that throws one or more (checked) exceptions.
ExtendedLifeCycleDialog - class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog.
This is an example of a dialog that uses the extended life cycle defined in LifeCycle and demonstrates the use of the ActivationObjectionService.
ExtendedLifeCycleDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog
 
ExtendedLifeCycleDialogPanel - class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialogPanel.
Visual representation for the ExtendedLifeCycleDialog.
ExtendedLifeCycleDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialogPanel
 
editEmployee() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
elementsToString(String, String) - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Returns a string representation of the key-value pairs.
encodeEnd(FacesContext, UIComponent) - Method in class com.sdm.quasar.client.jsf.application.dialog.MyFacesTaggingFormRenderer
Modifies the standard FormRenderer's encodeEnd() by adding a hidden-field with the dialog's instance-id to each form.
encodeEnd(FacesContext, UIComponent) - Method in class com.sdm.quasar.client.jsf.application.dialog.SunRITaggingFormRenderer
Modifies the standard FormRenderer's encodeEnd() by adding a hidden-field with the dialog's instance-id to each form.
entrySet() - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
 
entrySet() - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
eq(Object, Object) - Static method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
 
equals(Object) - Method in class com.sdm.quasar.client.core.application.SessionId
 
equals(Object) - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
 
equals(Object) - Method in class com.sdm.quasar.client.core.data.Context
 
equals(Object) - Method in class com.sdm.quasar.client.core.dialog.DialogInstanceId
 
equals(Object) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
 
equals(Object) - Method in class com.sdm.quasar.client.showcase.jsf.data.Article
 
execute() - Method in interface com.sdm.quasar.client.core.commands.Command
Executes this Command.
executeCommand() - Method in class com.sdm.quasar.client.core.commands.AbstractCommandAdapter
Executes the adapted command.
extendDestructionException(DisposeException, String, Throwable) - Method in class com.sdm.quasar.client.core.application.AbstractApplication
Helper method used during AbstractApplication.stop().
extractCVSRevision(String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Extracts the cvs-revision out of the given string.
extractFirstFewWords(String, int, boolean, String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Extracts the first few words (of the first line) of a (multiline) text.

F

FALSE_STATE - Static variable in class com.sdm.quasar.client.core.states.ConstantBooleanState
A BooleanState, that is always false.
FATAL - Static variable in interface com.sdm.quasar.client.core.common.logging.LoggingLevel
Level for fatal errors
FEMALE - Static variable in class com.sdm.quasar.client.showcase.data.Gender
 
FINISHED_CHILDREN - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel
Completed the child dialogs of the dialog node (does not include dialog node itself).
FINISHED_DIALOG - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel
Completed the dialog node (does not include childs).
FOREIGN_KEY_PATTERN - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Pattern with all valid characters for foreign keys.
FROM_PARENT - Static variable in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
 
FacesContextProvider - class com.sdm.quasar.client.jsf.dialog.FacesContextProvider.
Convenience methods to access the FacesContext.
FacesContextProvider() - Constructor for class com.sdm.quasar.client.jsf.dialog.FacesContextProvider
 
Feature - interface com.sdm.quasar.client.core.dialog.Feature.
Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
FeatureManager - interface com.sdm.quasar.client.core.dialog.FeatureManager.
A FeatureManager manages a set of Features for a single DialogControl instance.
FeatureTreeNodeDefinition - class com.sdm.quasar.client.swing.systeminfo.FeatureTreeNodeDefinition.
 
FeatureTreeNodeDefinition(ResourceAccessService, ImageProviderService) - Constructor for class com.sdm.quasar.client.swing.systeminfo.FeatureTreeNodeDefinition
Creates a new FeatureTreeNodeDefinition.
FormatFilterDocument - class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument.
This Document formats a text while editing with a given format.
FormatFilterDocument() - Constructor for class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
Constructs a com.sdm.quasar.client.swing.widgets.intellidocuments.FormatFilterDocument object with no format
FormatFilterDocument(String) - Constructor for class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
Constructs a com.sdm.quasar.client.swing.widgets.intellidocuments.FormatFilterDocument object with the given format.
FrameCompositeFeature - class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature.
This Feature handles a JFrame.
FrameCompositeFeature() - Constructor for class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
 
FrameWindowResource - class com.sdm.quasar.client.swing.embedding.features.FrameWindowResource.
 
FrameWindowResource(Frame) - Constructor for class com.sdm.quasar.client.swing.embedding.features.FrameWindowResource
Creates a new FrameWindowResource.
FullActivationController - interface com.sdm.quasar.client.core.embedding.FullActivationController.
An ActivationController, that manages a set of sub dialogs with a local name.
FullActivationControllerFeature - class com.sdm.quasar.client.core.embedding.features.FullActivationControllerFeature.
A simple activation controller, that simply activates all subdialogs that where added to it (when itself is activated).
FullActivationControllerFeature() - Constructor for class com.sdm.quasar.client.core.embedding.features.FullActivationControllerFeature
Creates a new FullActivationControllerFeature.
fail(String) - Static method in class com.sdm.quasar.client.core.common.util.Assertion
This assertion method always fails.
fail(String, Throwable) - Static method in class com.sdm.quasar.client.core.common.util.Assertion
This assertion method always fails.
fileExistsInClassPath(String) - Method in interface com.sdm.quasar.client.core.common.util.ClassUtilities.ClassUtilitiesImplementation
Tests, whether a file is accessible in the class path using the ClassLoader.getResourceAsStream(java.lang.String) method of the current thread class loader.
fileExistsInClassPath(String) - Static method in class com.sdm.quasar.client.core.common.util.ClassUtilities
Tests, whether a file is accessible in the class path using the ClassLoader.getResourceAsStream(java.lang.String) method of the current thread class loader.
fileExistsInClassPath(String) - Method in class com.sdm.quasar.client.core.common.util.DefaultClassUtilitiesImplementation
 
fillToFixed(int, int) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns a String, that contains the given number in decimal notation right-bound in the fixed length-string, filled up with zeros ('0').
fillToFixed(long, int) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns a String, that contains the given number in decimal notation right-bound in the fixed length-string, filled up with zeros ('0').
fillToFixed(String, int) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns a String of a fixed length containing the original string filled with spaces, where the original string is left aligned.
fillToFixed(String, int, char, int) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns a String of a fixed length containing the original string filled with given filling characters, where the original string is aligned as specified.
fillToFixed(String, int, int) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns a String of a fixed length containing the original string filled with spaces, where the original string is aligned as specified.
fillToFixedHex(int, int) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns a String, that contains the given number in hexadecimal notation right-bound in the fixed length-string, filled up with zeros ('0').
fillToFixedHex(long, int) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns a String, that contains the given number in hexadecimal notation right-bound in the fixed length-string, filled up with zeros ('0').
findChildById(String, boolean) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
findChildById(String, boolean) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Returns the child SystemInfoNode for the id given.
findFrame() - Static method in class com.sdm.quasar.client.swing.common.util.GUIUtilities
Returns a frame that may be used as a parent for modal dialogs.
findNextVariable(String, int, String, String, String, String[]) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Finds the next variable in the string.
findOutsideBraces(String, int, String, char, char, char) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Finds any of the stop characters in the given string starting at a given index, which are not quoted
findOutsideQuotes(String, int, String, char, char) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Finds any of the stop characters in the given string starting at a given index, which are not quoted
findPredecessor(VisualRepresentation) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
findServiceInHierarchy(Class) - Method in interface com.sdm.quasar.client.core.dialog.DialogServiceAccess
Returns the first implementation of a desired service in the hierarchy of the node.
findServiceInHierarchy(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
findServiceInHierarchy(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess
 
findServiceInHierarchy(ID, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
findServiceInHierarchy(ID, ID, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
findServiceInHierarchy(ID, Class) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceProvider
Returns the first implementation of a desired service in the hierarchy starting from the node with the given id to the root node.
findServiceInHierarchy(ID, ID, Class) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceProvider
Returns the first implementation of a desired service in the hierarchy starting from the node with the given id to the specified root node.
findServiceInParentHierarchy(Class) - Method in interface com.sdm.quasar.client.core.dialog.DialogServiceAccess
Returns the first implementation of a desired service in the hierarchy of the parent node.
findServiceInParentHierarchy(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
findServiceInParentHierarchy(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess
 
finishLifeCycleNotification(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultLifeCycleListenerSupport
Finishes notifying all current lifecycle notifications of this DefaultLifeCycleListenerSupport.
fireChildAdded(ID, ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
Notifies all registered listeners that a child has been added.
fireChildRemoved(ID, ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
Notifies all registered listeners that a child has been removed.
fireCutOff(String) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Notifies registered listeners, that the given string was cut-off.
fireRootAdded(ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
Notifies all registered listeners that a root has been added.
fireRootRemoved(ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
Notifies all registered listeners that a root has been removed.
fireSessionCreated(Session) - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
Notifies all registered SessionListeners that a new session has been created.
fireSessionWillBeDisposed(Session) - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
Notifies all registered SessionListeners that a session will be disposed.
fireStateChanged() - Method in class com.sdm.quasar.client.core.states.AbstractState
Fires a state change to all registered listeners.
format(String, Object[]) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
format(String, Object) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
format(String, Object, Object) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
format(String, Object, Object, Object) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
format(String, Object, Object, Object, Object) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
format(double, StringBuffer, FieldPosition) - Method in class com.sdm.quasar.client.core.ui.text.MultiCurrencyFormat
 
format(long, StringBuffer, FieldPosition) - Method in class com.sdm.quasar.client.core.ui.text.MultiCurrencyFormat
 
format(Date, StringBuffer, FieldPosition) - Method in class com.sdm.quasar.client.core.ui.text.MultiDateFormat
 
frame - Variable in class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
 

G

GREETING_COMMAND - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldConstants
 
GREETING_DATA - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldConstants
 
GUIUtilities - class com.sdm.quasar.client.swing.common.util.GUIUtilities.
This class contains useful functionality concerning Swing in form of static methods.
GUIUtilities() - Constructor for class com.sdm.quasar.client.swing.common.util.GUIUtilities
 
Gender - class com.sdm.quasar.client.showcase.data.Gender.
 
GenericCommandManager - class com.sdm.quasar.client.core.commands.GenericCommandManager.
A generic implementation of CommandManager, that can call any public method (by reflection).
GenericCommandManager() - Constructor for class com.sdm.quasar.client.core.commands.GenericCommandManager
Creates a new GenericCommandManager.
GenericDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog.
 
GenericDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog
 
GetParameters - class com.sdm.quasar.client.jsf.dialog.GetParameters.
Simple helper class to collect get parameters for a request and add them as parameters to a url.
GetParameters() - Constructor for class com.sdm.quasar.client.jsf.dialog.GetParameters
Protected Constructor.
GlassPaneBlockingBooleanStateAdapter - class com.sdm.quasar.client.swing.states.adapters.GlassPaneBlockingBooleanStateAdapter.
Adapts the value of a BooleanState to a blocking of user events: If the state value is true all input events are blockt by a glass pane.
GlassPaneBlockingBooleanStateAdapter() - Constructor for class com.sdm.quasar.client.swing.states.adapters.GlassPaneBlockingBooleanStateAdapter
Creates a new GlassPaneBlockingBooleanStateAdapter.
GlassPaneBlockingBooleanStateAdapter(String) - Constructor for class com.sdm.quasar.client.swing.states.adapters.GlassPaneBlockingBooleanStateAdapter
Creates a new GlassPaneBlockingBooleanStateAdapter.
GlobalConfigManager - class com.sdm.quasar.client.core.common.config.GlobalConfigManager.
 
genericFindServiceInHierarchy(ID, ID, Class) - Method in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
Returns the first implementation of a desired service in the hierarchy starting from the node with the given id to the specified root node.
genericGetAllServiceImplementations(ID, Class) - Method in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
 
genericGetAllServices(ID) - Method in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
Returns all service key classes for the specified node.
genericGetServiceDirect(ID, Class) - Method in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
Returns the implementation of a desired service registered at the node with the given id.
genericHasServiceDirect(ID, Class) - Method in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
Tests whether a specific node offers a service.
genericHasServiceInHierarchy(ID, ID, Class) - Method in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
Tests whether the service is offered in the hierarchy starting from the node with the given id to the specified root node.
genericRegisterService(ID, Class, Object, int) - Method in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
Registers a service for the node with the given id.
genericUnregisterService(ID, Class, Object) - Method in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
Unregisters a service for a given node.
get(Object) - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Gets the value for key
get(Object) - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Gets the value for key
get(int) - Method in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Returns the BooleanState combining with the given index.
get(Object) - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
getAbstractButton() - Method in class com.sdm.quasar.client.swing.commands.adapters.AbstractButtonCommandAdapter
Returns the AbstractButton adapted to the command.
getAcceptor() - Method in class com.sdm.quasar.client.core.states.AcceptorBooleanState
 
getAction(String) - Method in interface com.sdm.quasar.client.jsf.binding.ActionResolver
 
getActionListener() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getActionURL(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.NavigationFeature
 
getActivationController() - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
Returns the ActivationController for this PanelCompositeFeature.
getActivationController() - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
Returns the SingleActivationController for this TabCompositeFeature.
getActivationControllerInt() - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
Returns the current ActivationController set (may be null if not set).
getAddress() - Method in class com.sdm.quasar.client.showcase.data.Person
 
getAdressValueHolder() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
Returns the ValueHolder for the Adress data of this dialog.
getAdressValueHolder() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog
Returns the ValueHolder for the Adress data of this dialog.
getAllAttributes() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
getAllAttributes() - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Returns an array with all attribute names.
getAllBrowserWindows() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
getAllData() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
 
getAllInfoClasses() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoRegistry
 
getAllInfoClasses() - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoRegistry
Returns all classes for system information.
getAllInfoClasses() - Method in class com.sdm.quasar.client.core.common.sysinfo.services.DefaultSystemInfoService
 
getAllInstances() - Static method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel
Returns all instances of LifeCycleCompletionLevel.
getAllServiceImplementations(Class) - Method in class com.sdm.quasar.client.core.common.services.ServiceNode
Returns all registered serviceimplementations of this node for the service class given
getAllServices() - Method in class com.sdm.quasar.client.core.common.services.ServiceNode
Returns all service key classes for this ServiceNode.
getAllSystemInfoProviders(String) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoRegistry
 
getAllSystemInfoProviders(String) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoRegistry
Returns an array containing all registered SystemInfoProvider for the given information class.
getAllSystemInfoProviders(String) - Method in class com.sdm.quasar.client.core.common.sysinfo.services.DefaultSystemInfoService
 
getAngestNrTextField() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel
 
getAngestellterNameTextField() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel
 
getAngestellterVornameTextField() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel
 
getApplication() - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
 
getApplication() - Method in class com.sdm.quasar.client.jsf.application.JSFApplicationFactory
{@inheritDoc}
getApplicationConfiguration() - Method in class com.sdm.quasar.client.core.application.AbstractApplication
Returns the ApplicationConfiguration instance used to configure this application instance.
getApplicationConfiguration() - Method in class com.sdm.quasar.client.jsf.application.AbstractJSFApplication
 
getApplicationConfiguration() - Method in class com.sdm.quasar.client.swing.application.AbstractSwingApplication
 
getApplicationID() - Method in class com.sdm.quasar.client.core.application.AbstractApplication
 
getApplicationID() - Method in interface com.sdm.quasar.client.core.application.Application
Returns the application ID.
getApplicationID() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getArgs() - Method in class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
 
getArgs() - Method in class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
 
getArgs() - Method in interface com.sdm.quasar.client.core.common.util.NamedException
Returns all arguments of the exception.
getArrayIndex(String, String[]) - Static method in class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
Returns the index of the given identifier in the array of valid id's.
getArrayIndex(String, String[]) - Static method in class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
Returns the index of the given identifier in the array of valid id's.
getArticle(String, String) - Method in class com.sdm.quasar.client.showcase.jsf.data.ArticleRegistry
 
getArticle() - Method in class com.sdm.quasar.client.showcase.jsf.data.Order
 
getArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
 
getArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog
 
getArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDetailDialog
 
getArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
 
getArticleList() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
 
getArticleList() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
 
getArticleList() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog
 
getArticleList() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
 
getArticles() - Method in class com.sdm.quasar.client.showcase.jsf.data.ArticleRegistry
 
getAttribute(String) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
getAttribute(String) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Returns the attribute value of the attribute with the given name.
getAttributeCount() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
getAttributeCount() - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Returns the number of attributes of this SystemInfoNode.
getAttributeNames() - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
 
getAuthor() - Method in class com.sdm.quasar.client.showcase.jsf.data.Article
 
getBackgroundColor() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
getBackgroundColor() - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
 
getBirthTextField() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame
This method initializes birthTextField
getBookmarkParameters() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
 
getBookmarks() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
getBooleanState() - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
 
getBooleanState() - Method in interface com.sdm.quasar.client.core.states.BooleanStateAdapter
 
getBooleanState() - Method in class com.sdm.quasar.client.core.states.WrapperBooleanState
 
getBrowserWindowId() - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
getBrowserWindowService() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
getCallerDomainName() - Method in class com.sdm.quasar.client.core.common.logging.CallerInformation
Returns an optional domain name given by the logger caller.
getCancelButton() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame
 
getCancelButton() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel
 
getCancleButton() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame
This method initializes cancleButton
getCaseMode() - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Returns the int.
getCategory() - Method in class com.sdm.quasar.client.showcase.jsf.data.Article
 
getCause() - Method in class com.sdm.quasar.client.core.common.DisposeException.MessageAndCause
Returns the cause.
getChangeAllButton() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
 
getChangeButton() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPanel
 
getChangeCityButton() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
 
getChangeCountryButton() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
 
getChangeStreetButton() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
 
getChangeToMyButton() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
 
getChangeZipCodeButton() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
 
getChild(int) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
getChild(int) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Returns the child SystemInfoNode at the given index.
getChildCount(ID, boolean, boolean) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
 
getChildCount(ID, boolean, boolean) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProvider
Returns the number of childs for the given parent id.
getChildCount() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
getChildCount() - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Returns the number of child SystemInformationNodes of this one.
getChildCount(ID, boolean, boolean) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogHierarchyService
 
getChildren(ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
 
getChildren(ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProvider
Returns the children of a node.
getChildren(ID) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogHierarchyService
 
getChildren() - Method in class com.sdm.quasar.client.showcase.data.Person
 
getChildren() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode
 
getCity() - Method in class com.sdm.quasar.client.showcase.data.Address
 
getCityLabel() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
 
getCityLabel() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
 
getClassForName(String) - Method in interface com.sdm.quasar.client.core.common.util.ClassUtilities.ClassUtilitiesImplementation
Creates a Class for the class name specified.
getClassForName(String) - Static method in class com.sdm.quasar.client.core.common.util.ClassUtilities
Creates a Class for the class name specified.
getClassForName(String) - Method in class com.sdm.quasar.client.core.common.util.DefaultClassUtilitiesImplementation
 
getClassName() - Method in class com.sdm.quasar.client.core.common.logging.CallerInformation
Returns the fully qualified name of the class containing the execution point of the caller.
getClassName(Class) - Static method in class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
Returns the class name only (without the package name) of the given Class.
getClassName(Class) - Static method in class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
Returns the class name only (without the package name) of the given Class.
getClassName(Class) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns the class name only (without the package name) of the given Class.
getCloseButton() - Method in class com.sdm.quasar.client.showcase.helloworld.HelloWorldFrame
 
getColor() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog
 
getCommand() - Method in class com.sdm.quasar.client.core.commands.AbstractCommandAdapter
 
getCommand() - Method in interface com.sdm.quasar.client.core.commands.CommandAdapter
 
getCommand(String) - Method in interface com.sdm.quasar.client.core.commands.CommandManager
Get a Command from the CommandManager
getCommand(String) - Method in class com.sdm.quasar.client.core.commands.RunnableCommandManager
 
getCommand(String) - Method in class com.sdm.quasar.client.core.dialogsupport.features.CommandManagerFeature
 
getCommandManagerFeature() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
Returns the Feature instance.
getCommandManagerFeature() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
Returns the Feature instance.
getCommandManagerFeature() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
 
getCommandManagerFeature() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation
 
getCommandManagerFeature() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame
 
getComment() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
 
getComments() - Method in class com.sdm.quasar.client.showcase.jsf.data.Article
 
getComments() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
 
getCompany() - Method in class com.sdm.quasar.client.showcase.data.Employee
 
getCompany() - Method in class com.sdm.quasar.client.showcase.data.Project
 
getCompany() - Method in interface com.sdm.quasar.client.showcase.swing.CompanyService
 
getComparator(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
Returns the Comparator set in the node or null if none has been set.
getComponentDefinition(Object) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
Returns ComponentDefinition, for the component with the given component-id.
getComponentId4Service(Class) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
Returns the registered component id for the service class given, if a service- component-mapping is defined for that service.
getComponentTypes() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getComputation() - Method in class com.sdm.quasar.client.core.data.structure.ComputedNode
 
getConfigManager() - Method in class com.sdm.quasar.client.core.application.AbstractApplication
 
getConfigManager() - Method in interface com.sdm.quasar.client.core.application.Application
Returns the ConfigManager of the application scope.
getConfigManager() - Static method in class com.sdm.quasar.client.core.common.config.GlobalConfigManager
Returns the global ConfigManager instance.
getConfigManager() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getConfigValueLabel() - Method in class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialogPanel
 
getConfiguration(Class) - Method in interface com.sdm.quasar.client.core.common.config.ConfigProvider
Returns the implementation for the given interface class.
getConfiguration(Class) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
 
getConfiguration(Class) - Method in class com.sdm.quasar.client.core.common.config.services.DefaultConfigProviderService
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialogPanel
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPanel
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialogPanel
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialogPanel
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialogPanel
 
getContentPanel() - Method in class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogPanel
 
getContentPanelSlot() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalPanel
 
getContext() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialogA
 
getConverterIds() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getConverterTypes() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getCount() - Method in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Returns the number of States combining.
getCountCharacters() - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
 
getCountLength(String) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Returns the length of the string as returned by the count filter.
getCounter() - Method in class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
Returns the counter value of this ThresholdCounterBooleanState.
getCountry() - Method in class com.sdm.quasar.client.showcase.data.Address
 
getCountryLabel() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
 
getCountryLabel() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
 
getCreationContext() - Method in interface com.sdm.quasar.client.core.dialog.DialogControl
Returns the creation context passed by the dialog instance creation of this dialog instance.
getCreationContext() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
getCreationContext() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
getCreationContext() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstance
Returns the creation context passed by the dialog instance creation of this dialog instance.
getCurrentBrowserWindow() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
getCurrentBrowserWindow() - Method in interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowManagerService
 
getCurrentEmpl() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
getCurrentEmpl() - Method in interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmployeeService
 
getCurrentEventLoop() - Static method in class com.sdm.quasar.client.swing.common.event.EventLoop
Returns the current EventLoop instance.
getCurrentFacesContext() - Static method in class com.sdm.quasar.client.jsf.dialog.FacesContextProvider
 
getCurrentRequest() - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
 
getCurrentWindowId() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
getDataConfiguration() - Method in interface com.sdm.quasar.client.core.data.DataManagerComponent
 
getDataConfiguration() - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerComponent
 
getDataConfiguration() - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
 
getDataCore() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
getDataCore() - Method in class com.sdm.quasar.client.core.data.plugin.AbstractDataManagerPlugIn
Returns the DataCore installed to.
getDataCore() - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
 
getDataManager() - Method in interface com.sdm.quasar.client.core.data.DataManagerComponent
 
getDataManager() - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerComponent
 
getDataManager() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
Convenience methof for access to the DataManager
getDataManager() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
Convenience methof for access to the DataManager
getDataManager() - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
 
getDataManager() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
 
getDataManagerFeature() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
Returns the data manager feature instance where our data is stored.
getDataManagerFeature() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
Returns the data manager feature instance where our data is stored.
getDataManagerFeature() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
 
getDataManagerFeature() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation
 
getDataManagerFeature() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame
 
getDataManagerSetup() - Method in interface com.sdm.quasar.client.core.data.DataManagerComponent
 
getDataManagerSetup() - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerComponent
 
getDataManagerSetup() - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
 
getDataStructureConfiguration() - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerComponent
 
getDataStructureConfiguration() - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
 
getDate() - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Gets the date property (java.util.Date) value.
getDateFormat() - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
 
getDateOfBirth() - Method in class com.sdm.quasar.client.showcase.data.Person
 
getDateOfBirthValidState() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
getDefaultLocale() - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
Returns the default Locale to be used.
getDefaultLocale() - Method in class com.sdm.quasar.client.core.dialogbase.services.ConfigProviderResourceAccessService
 
getDefaultLocale() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getDefaultRenderKitId() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getDelegateAccess(String, String) - Method in interface com.sdm.quasar.client.swing.data.plugins.CUFValueModelPlugIn
Returns a DelegateAccess for the node with the given key based on an indexed node that contains the value which is passed to DelegateAccess#getValue(java.lang.Object).
getDelegateAccess(String, String) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
 
getDelegateAccessAdapter(NodeController) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Returns the DefaultCUFValueModelPlugIn.DelegateAccessAdapter stored in the metadata of the node.
getDeleteButton() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel
This method initializes deleteButton
getDependentNodes() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
getDependentNodes() - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
 
getDetailLevel() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions
 
getDetailLevel() - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Returns the detail level of informations to collect (can be any of SystemInfoOptions.DETAIL_LEVEL_SIMPLE, SystemInfoOptions.DETAIL_LEVEL_NORMAL, SystemInfoOptions.DETAIL_LEVEL_DETAILED, SystemInfoOptions.DETAIL_LEVEL_FULL).
getDetailLevel() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
Returns the int.
getDetailText() - Method in class com.sdm.quasar.client.swing.systeminfo.NodeInfo
Returns the String.
getDialogConfiguration(String) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionService
Returns the dialog configuration for the given dialog id
getDialogConfiguration(String) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
 
getDialogContext() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode
 
getDialogControl() - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
 
getDialogControl() - Method in class com.sdm.quasar.client.core.dialog.AbstractPerChildService
Returns the DialogControl of the parent dialog.
getDialogCreationFeature() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
getDialogCreationService() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
 
getDialogExceptionHandler() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
getDialogHierarchyService() - Method in class com.sdm.quasar.client.core.dialogbase.features.ActivationObjectionFeature
Returns the DialogHierarchyService to be used.
getDialogHierarchyService() - Method in class com.sdm.quasar.client.core.dialogbase.features.CloseObjectionFeature
Returns the DialogHierarchyService to be used.
getDialogId() - Method in class com.sdm.quasar.client.core.dialog.DialogInstanceId
Returns the dialog id
getDialogId() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode
 
getDialogIdFromToken(String) - Static method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
 
getDialogInstance() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
getDialogInstance() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstanceController
 
getDialogInstanceId() - Method in interface com.sdm.quasar.client.core.dialog.DialogControl
 
getDialogInstanceId() - Method in class com.sdm.quasar.client.core.dialog.DialogException
Returns the instance id of the dialog concerned.
getDialogInstanceId() - Method in interface com.sdm.quasar.client.core.dialog.SubDialogControl
 
getDialogInstanceId() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
getDialogInstanceId() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
getDialogInstanceId() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
getDialogInstanceId() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstance
 
getDialogInstanceId() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
 
getDialogInstanceId() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
 
getDialogInstanceId() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog
 
getDialogInstanceId() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.StartDialog
 
getDialogInstanceIdFromToken(String) - Static method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
 
getDialogLifeCycleController() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
getDialogLifeCycleController() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstance
 
getDialogManager() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
getDialogManager() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstance
 
getDialogParameterHandler() - Method in class com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature
Returns an instance of the DialogParameterHandler class that has been defined in the application's configuration.
getDialogProperties(String) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionService
Returns the dialog properties for the given dialog id
getDialogProperties(String) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
 
getDialogServiceManager() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
getDialogServiceManager() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstance
 
getDisabledIcon() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
getDisabledIcon() - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
 
getEditButton() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel
This method initializes editButton
getEmplNumber() - Method in class com.sdm.quasar.client.showcase.data.Employee
 
getEmplNumberValidState() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
getEmployees() - Method in class com.sdm.quasar.client.showcase.data.Company
 
getEmployees() - Method in class com.sdm.quasar.client.showcase.data.Project
 
getEnabledBooleanState() - Method in interface com.sdm.quasar.client.core.commands.Command
 
getEnabledBooleanState() - Method in class com.sdm.quasar.client.swing.commands.adapters.AbstractButtonCommandAdapter
 
getEnabledBooleanState() - Method in class com.sdm.quasar.client.swing.commands.adapters.JComboBoxCommandAdapter
 
getEnabledBooleanState() - Method in class com.sdm.quasar.client.swing.commands.adapters.JComponentCommandAdapter
 
getEndDate() - Method in class com.sdm.quasar.client.showcase.data.Project
 
getEntered() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog
 
getErrorMessageForThrowable(Throwable) - Method in class com.sdm.quasar.client.swing.application.AbstractSwingApplication
Determines the error message displayed to the user in the last resort error handling.
getErrorMessageLabel() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginFrame
 
getEventDispatchThreadService() - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Returns the global EventDispatchThreadService implementation to use.
getException() - Method in interface com.sdm.quasar.client.core.dialog.services.ModalBlockHelperService.JobQueue
 
getExceptionHandler() - Method in class com.sdm.quasar.client.swing.common.event.EventLoop
Returns the EventLoop.ExceptionHandler used.
getFeature(Class) - Method in interface com.sdm.quasar.client.core.dialog.FeatureManager
Returns the Feature associated with the given key class.
getFeature(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
getFeature(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
 
getFeatureManager() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
getFeatureManager() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstance
 
getFileName() - Method in class com.sdm.quasar.client.core.common.logging.CallerInformation
Returns the name of the source file containing the execution point of the caller.
getFilter() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
 
getFilter() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
 
getFilter() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog
 
getFilteredLength() - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Returns the number of the count-filtered characters (see #setCountFilter(CharacterFilter)).
getFirmaTable() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel
 
getFirmennameTextField() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel
 
getFirstNameValidState() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
getFirstname() - Method in class com.sdm.quasar.client.showcase.data.Person
 
getForegroundColor() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
getForegroundColor() - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
 
getFormat() - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Gets the format property (java.lang.String) value.
getFormat() - Method in class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
Gets the format property (java.lang.String) value.
getFrame() - Method in class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
getter for the set JFrame
getGebDatumTextField() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel
 
getGender() - Method in class com.sdm.quasar.client.showcase.data.Person
 
getGetParameter(String) - Method in class com.sdm.quasar.client.jsf.dialog.GetParameters
 
getGetParameterMap() - Method in class com.sdm.quasar.client.jsf.dialog.GetParameters
 
getGetParameters() - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
Provides the GetParameters for the current request
getGetParameters() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
getGetParameters() - Method in interface com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService
 
getGlobalEventLoop() - Static method in class com.sdm.quasar.client.swing.common.event.EventLoop
Returns the global event loop.
getGlobalImageCache() - Static method in class com.sdm.quasar.client.swing.common.util.ImageCache
Returns a global ImageCache instance.
getGreetingLabel() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPanel
 
getHTMLLabelString(String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns a Swing-style html-text for the given label text with line breaks.
getHelloButton() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPanel
This method initializes helloButton
getHierarchyManager() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
getHierarchyManager() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstance
 
getHttpSessionKeys() - Method in interface com.sdm.quasar.client.jsf.dialog.services.HttpSessionDataService
 
getHttpSessionKeys() - Method in class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService
 
getID() - Method in class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
 
getID() - Method in class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
 
getID() - Method in interface com.sdm.quasar.client.core.common.util.NamedException
Returns the exception identifier of the exception (never null).
getIDFromIndex(int, String[]) - Static method in class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
Returns the string identifier for the given integer identifier.
getIDFromIndex(int, String[]) - Static method in class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
Returns the string identifier for the given integer identifier.
getIcon() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
getIcon() - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
 
getIcon() - Method in class com.sdm.quasar.client.swing.systeminfo.NodeInfo
Returns the ImageIcon.
getId() - Method in class com.sdm.quasar.client.core.application.dialog.impl.DefaultSessionAdapter
 
getId() - Method in interface com.sdm.quasar.client.core.commands.Command
 
getId() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
getId() - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Returns the id attribute (SystemInfoNode.ID_ATTRIBUTE value.
getIdAsToken() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
Returns a unique token for this dialog-instance id.
getIdRef() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
getIdRef() - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Returns the id attribute (SystemInfoNode.ID_REF_ATTRIBUTE value.
getImage(String) - Method in class com.sdm.quasar.client.swing.dialogbase.features.ImageProviderFeature
 
getImage(String) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.ImageProviderService
Returns the Image associated with the given id.
getImageIcon() - Method in class com.sdm.quasar.client.swing.common.util.ImageCache.ImageCreator
Returns the ImageIcon referred.
getImageIcon(String) - Method in class com.sdm.quasar.client.swing.common.util.ImageCache
Returns an image with the unique name given from the cache.
getImageIcon(String) - Method in class com.sdm.quasar.client.swing.dialogbase.features.ImageProviderFeature
 
getImageIcon(String) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.ImageProviderService
Returns the ImageIcon associated with the given id.
getImageIcon(String) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition
Returns the ImageIcon associated with the given id.
getImageProviderService() - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition
Returns the ImageProviderService.
getIndex(String) - Method in class com.sdm.quasar.client.core.data.Context
Returns the value for the given key or null if there is no value associated with the key
getIndexForValue(String, Object) - Method in interface com.sdm.quasar.client.core.data.plugins.IndexedValuesPlugIn
Returns the index that would return the given value if used as part of a Context in an indexed access.
getIndexForValue(String, Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultIndexedValuesPlugIn
 
getIndexKey() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.SelectionInListAdapter
 
getIndexSet(String) - Method in interface com.sdm.quasar.client.core.data.DataManager
Returns a Set of the index values for the given key.
getIndexSet(String, Context) - Method in interface com.sdm.quasar.client.core.data.DataManager
Returns a Set of the index values for the given key.
getIndexSet(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
getIndexSet(String, Context) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
getIndexSet(Context) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
getIndexSet(Context) - Method in interface com.sdm.quasar.client.core.data.plugin.NestedValueHandler
 
getIndexSet(Context) - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Calls the chain of value handlers to return a Set of the index values for the node.
getIndexSet(NodeController, Context, NestedValueHandler) - Method in interface com.sdm.quasar.client.core.data.plugin.ValueHandler
Retrieves a Set of the index values for the node.
getIndexSet(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
 
getIndexSet(Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
Template method to retrieve the set of index values for the given source value.
getIndexSet(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler
 
getIndexSet(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler
 
getIndexSet(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler
 
getIndexSet(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler
Retrieves a Set of the index values for the node. If this value handler does not take responsability for the storing of the value it must retrieve the set by using NestedValueHandler.getIndexSet(com.sdm.quasar.client.core.data.Context). Returns the result of NestedValueHandler#getIndexSet() without any changes.
getIndexSet(Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedArrayValueHandler
 
getIndexSet(Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedListValueHandler
 
getIndexSet(Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedMapValueHandler
 
getIndexSet(int, Context) - Method in interface com.sdm.quasar.client.core.data.structure.ComputationValueAccess
Returns a set of all index values of the source node with the given index by applying the given context.
getIndexType() - Method in class com.sdm.quasar.client.core.data.structure.IndexedNode
 
getIndexedValue(Object, Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
Template method to retrieve to value of the given index from the given source value.
getIndexedValue(Object, Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedArrayValueHandler
 
getIndexedValue(Object, Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedListValueHandler
 
getIndexedValue(Object, Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedMapValueHandler
 
getInfoTreeNodeDefinition(String) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeModel
 
getInformationPanelSlot() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel
 
getInput() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog
 
getInput() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog
 
getInstance() - Static method in class com.sdm.quasar.client.showcase.jsf.data.ArticleRegistry
 
getInstance() - Static method in class com.sdm.quasar.client.showcase.jsf.data.OrderRegistry
 
getInstanceForId(String) - Static method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel
Returns the LifeCycleCompletionLevel instance with the given id.
getInstanceId() - Method in class com.sdm.quasar.client.core.dialog.DialogInstanceId
Returns the unique instance id of the dialog instance id.
getIsEditState() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
getIterator() - Method in class com.sdm.quasar.client.core.common.util.AbstractConverterIterator
Returns the original Iterator.
getIterator() - Method in class com.sdm.quasar.client.core.common.util.AbstractFilterIterator
Returns the original Iterator.
getJComboBox() - Method in class com.sdm.quasar.client.swing.commands.adapters.JComboBoxCommandAdapter
Returns the JComboBox adapted to the command.
getJComponent() - Method in class com.sdm.quasar.client.swing.commands.adapters.JComponentCommandAdapter
Returns the JComponent adapted to the command.
getJTree() - Method in class com.sdm.quasar.client.swing.commands.adapters.JTableDoubleClickCommandAdapter
Returns the JTable adapted to the command.
getJTree() - Method in class com.sdm.quasar.client.swing.commands.adapters.JTreeSelectionCommandAdapter
Returns the JTree adapted to the command.
getKey() - Method in class com.sdm.quasar.client.core.common.config.AbstractConfigurationDescriptor
 
getKey() - Method in interface com.sdm.quasar.client.core.common.config.ConfigurationDescriptor
Returns the key for the configuration entry.
getKey() - Method in class com.sdm.quasar.client.core.common.config.ValueConfigurationDescriptor
 
getKey() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
getKey() - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Shortcut für NodeController.getNode().
getKey() - Method in class com.sdm.quasar.client.core.data.structure.Node
 
getKeys(Object[]) - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Returns the keys of the table, or null if there are currently no bindings.
getKeywordResolver() - Method in class com.sdm.quasar.client.jsf.binding.features.KeywordResolverFeature
 
getKeywordResolver() - Method in interface com.sdm.quasar.client.jsf.binding.services.KeywordResolverService
 
getLeft() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog
 
getLifeCycleCompletionLevel() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
getLifeCycleCompletionLevel() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstanceController
 
getLifeCycleControl() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
getLifeCycleControl() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstance
 
getLifeCycleState() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
getLifeCycleState() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
getLifeCycleState(ID) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
getLifeCycleState() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
getLifeCycleState() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogLifeCycleController
 
getLifeCycleState(ID) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogManager
Returns a LifeCycleState for the given id.
getLifeCycleState() - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleStateProvider
 
getLifeCycleState(DialogInstanceId) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogLifeCycleService
Returns a LifeCycleState for the given id.
getLifeCycleState(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogLifeCycleService
 
getLifeCycleState() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Returns the LifeCycleState of the feature (e.g. the same than AbstractFeature.getDialogControl().
getLifeCycleStateProvider() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
getLifeCycleStateProvider() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstance
 
getLineNumber() - Method in class com.sdm.quasar.client.core.common.logging.CallerInformation
Returns the line number of the source line containing the execution point of the caller.
getLinkText() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.MessageDialogContext
 
getLinkText() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog
 
getLinkURL() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.MessageDialogContext
 
getLinkURL() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog
 
getListSelectionModel() - Method in class com.sdm.quasar.client.swing.commands.adapters.ListSelectionCommandAdapter
Returns the ListSelectionModel adapted to the command.
getListTable() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel
This method initializes allInOneListTable
getLocalName() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
Returns the local name String.
getLocale() - Method in interface com.sdm.quasar.client.core.dialogbase.config.LocaleConfiguration
Returns the current locale for the dialogs.
getLocale() - Method in class com.sdm.quasar.client.core.dialogbase.config.impl.DefaultLocaleConfiguration
 
getLockButton() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
 
getLogHandler(int, CallerInformation) - Static method in class com.sdm.quasar.client.core.common.logging.LogManager
Returns the LogHandler implementation responsible for the given logging level and class name.
getLogMessageError() - Method in class com.sdm.quasar.client.core.server.impl.plugins.LogTimingServerProxyPlugin
Returns the String.
getLogMessageFinish() - Method in class com.sdm.quasar.client.core.server.impl.plugins.LogTimingServerProxyPlugin
Returns the logging message pattern used at the end of a server service call.
getLogMessageStart() - Method in class com.sdm.quasar.client.core.server.impl.plugins.LogTimingServerProxyPlugin
Returns the logging message pattern used at the start of a server service call.
getLogSeverity() - Method in class com.sdm.quasar.client.core.server.impl.plugins.LogTimingServerProxyPlugin
Returns the int.
getLoginButton() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginFrame
This method initializes loginButton
getMapKey() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
 
getMapValue() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
 
getMaxLength() - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Returns the maximum length (number of characters) of this document.
getMaxLineLength() - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Returns the maxmimum length of each line
getMaxLineNumber() - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Returns the maximum number of lines
getMessage() - Method in class com.sdm.quasar.client.core.common.DisposeException.MessageAndCause
Returns the message
getMessage() - Method in class com.sdm.quasar.client.core.common.DisposeException
Adds a note to the message obtained by the super call if multiple causes exist.
getMessage() - Method in class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
 
getMessage() - Method in class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
 
getMessage() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogData
Get the current value of the message.
getMessageBoxContent() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog
 
getMessageBoxHeading() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog
 
getMessageBundle() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getMessageLabel() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPanel
 
getMessageLabel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel
 
getMessageLabel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialogPanel
 
getMessagePattern() - Method in class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLogHandler
Returns the message format pattern used to format log messages.
getMessagePattern() - Method in class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
Returns the message format pattern used to format log messages.
getMessagesAndCauses() - Method in class com.sdm.quasar.client.core.common.DisposeException
Returns the messages and causes included in this destruction exception.
getMetadata(Class, String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
getMetadata(Class, String) - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Returns a stored data object for a plug in or a value handler
getMethodName() - Method in class com.sdm.quasar.client.core.common.logging.CallerInformation
Returns the name of the method containing the execution point of the caller.
getMnemonic() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
getMnemonic() - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
 
getMsgBoxContent() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.MessageDialogContext
 
getMsgBoxHeader() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.MessageDialogContext
 
getName() - Method in class com.sdm.quasar.client.core.commands.AbstractCommandAdapter
 
getName() - Method in interface com.sdm.quasar.client.core.commands.CommandAdapter
Return the name of the CommandAdapter.
getName() - Method in class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
 
getName() - Method in class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
 
getName() - Method in interface com.sdm.quasar.client.core.common.util.NamedException
Returns the full name of this exception (never null).
getName() - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
 
getName() - Method in class com.sdm.quasar.client.core.states.AbstractState
 
getName() - Method in interface com.sdm.quasar.client.core.states.BooleanStateAdapter
Return the name of the BooleanStateAdapter.
getName() - Method in interface com.sdm.quasar.client.core.states.State
Return the name of this State.
getName() - Method in class com.sdm.quasar.client.showcase.data.Company
 
getName() - Method in class com.sdm.quasar.client.showcase.data.Person
 
getName() - Method in class com.sdm.quasar.client.showcase.data.Project
 
getName() - Method in class com.sdm.quasar.client.showcase.jsf.data.Article
 
getName() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
 
getName() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass.BypassSimpleBean
Getter for name.
getName() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog
 
getName() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemHelloDialog
 
getName() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode
 
getNameTextField() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame
This method initializes nameTextField
getNameTextField() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPanel
This method initializes nameTextField
getNameValidState() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
getNavigationDialogConfiguration() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalDialogConfiguration
 
getNavigationDialogId() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalDialogConfiguration
 
getNavigationHandler() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getNavigationMenu() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogConfig
 
getNavigationPanelSlot() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalPanel
 
getNewButton() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel
This method initializes newButton
getNewUniqueInstanceId() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultInstanceIdGenerator
 
getNewUniqueInstanceId() - Method in interface com.sdm.quasar.client.core.dialog.impl.InstanceIdGenerator
Returns a new, unique instance id.
getNextInstanceId() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
Returns the next instance-number to use for the specified dialog.
getNoSelectionDialogContext() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogConfig
 
getNoSelectionDialogId() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogConfig
 
getNode(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration
 
getNode() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
getNode() - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
 
getNode(String) - Method in interface com.sdm.quasar.client.core.data.structure.DataConfiguration
Returns the node configured for the given key
getNodeController(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
 
getNodeController(String) - Method in interface com.sdm.quasar.client.core.data.plugin.DataCore
Returns the internal node with the given key
getNodeInfo(SystemInfoNode) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeModel
 
getNodeKeys() - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
 
getNodeKeys() - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration
 
getNodeKeys() - Method in interface com.sdm.quasar.client.core.data.structure.DataConfiguration
 
getNodeText(SystemInfoNode) - Method in class com.sdm.quasar.client.swing.systeminfo.FeatureTreeNodeDefinition
 
getNodeText(SystemInfoNode) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition
 
getNumber() - Method in class com.sdm.quasar.client.showcase.jsf.data.Order
 
getNumber() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog
 
getNumberTextField() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame
This method initializes numberTextField
getOkButton() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame
 
getOkButton() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel
 
getOpenButton() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel
This method initializes openButton
getOpenButton() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel
 
getOpenButton() - Method in class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialogPanel
 
getOpenButton() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialogPanel
 
getOperation() - Method in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Returns the operation identifier of this AbstractCombinedBooleanState (one of AbstractCombinedBooleanState.OPERATION_OR, AbstractCombinedBooleanState.OPERATION_AND or AbstractCombinedBooleanState.OPERATION_XOR).
getOption(String) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions
 
getOption(String) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Returns a previously set option object for the given key.
getOrders() - Method in class com.sdm.quasar.client.showcase.jsf.data.OrderRegistry
 
getOrders() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitSingletonDialog
 
getOrdersList() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog
 
getOriginal(SystemInfoNode, InfoTreeModel) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition
 
getParent() - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
Returns the parent ConfigProvider or null, if no parent exists.
getParentComponent() - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
getParentEventLoop() - Method in class com.sdm.quasar.client.swing.common.event.EventLoop
Returns the parent EventLoop of this one or null, if this EventLoop is the global EventLoop.
getParentForChild(ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
This implementation uses constant time with respect to the number of nodes.
getParentForChild(ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProvider
Returns the parent id of a node.
getParentForChild(ID) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogHierarchyService
 
getParentId() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
getParentResource(String, Locale) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
Asks a potential parent service for the resource with the key and locale given.
getParentResource(String, Locale) - Method in class com.sdm.quasar.client.core.dialogbase.services.ConfigProviderResourceAccessService
 
getParentVisualRepresentation() - Method in class com.sdm.quasar.client.swing.embedding.features.VisualRepresentationFeature
 
getParentVisualRepresentation() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractVisualRepresentationService
 
getParentVisualRepresentation() - Method in interface com.sdm.quasar.client.swing.embedding.services.VisualRepresentationService
 
getParentWindow() - Method in class com.sdm.quasar.client.swing.embedding.features.ModalDialogFeature
 
getPasswordField() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginFrame
This method initializes passwordField
getPhaseId() - Method in class com.sdm.quasar.client.jsf.application.VerbosePhaseListener
 
getPlugIn(Class) - Method in interface com.sdm.quasar.client.core.data.DataManager
Returns the requested plugin implementation
getPlugIn(Class) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
 
getPlugIn(Class) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
getPlugIn(Class) - Method in interface com.sdm.quasar.client.core.data.plugin.DataCore
Returns the desired plug in implementation
getPostParameters(String) - Method in class com.sdm.quasar.client.jsf.dialog.PostParameters
 
getPostParameters() - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
Provides the PostParameters for the current request
getPostParameters() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
getPostParameters() - Method in interface com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService
 
getPostParametersMap() - Method in class com.sdm.quasar.client.jsf.dialog.PostParameters
 
getPredecessor(VisualRepresentation) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
getPresentationURI() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
 
getProcessingBooleanState() - Method in interface com.sdm.quasar.client.core.commands.Command
 
getProjects() - Method in class com.sdm.quasar.client.showcase.data.Company
 
getProjects() - Method in class com.sdm.quasar.client.showcase.data.Employee
 
getProperty(String) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
 
getProperty(String) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogProperties
Returns the property value for the given property key.
getProperty(String, String) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogPropertyService
Returns the information that was put into the configuration for the dialog with the given dialogId identified by the key with the name propertyKey.
getProperty(String, Class) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogPropertyService
Returns the Object implementing a given interface.
getProperty(String, String) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogPropertyService
 
getProperty(String, Class) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogPropertyService
 
getPropertyResolver() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getQuasarApplication() - Method in class com.sdm.quasar.client.jsf.application.JSFApplicationFactory
 
getQuasarApplication() - Method in class com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplicationFactory
getRedirectUrl() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
getReferenceValue(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
Returns the reference value
getRefreshTime() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
Returns the long.
getRefuseCheckBox() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialogPanel
 
getRegisteredSession(SessionId) - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
Returns the session with the given id.
getRegisteredSessionCount() - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
Returns the number of sessions that are currently registered
getRegisteredVisualRepresentations() - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
getReplacingDialog() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
getReplacingDialog() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
getReplacingDialogContext() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
getReplacingDialogContext() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
getReplacingUrl() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
getRequestAttribute(String) - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
Recieves objects from the current request.
getRequestParameters() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog
 
getRequestParameters() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
 
getRequestValueKeys() - Method in interface com.sdm.quasar.client.jsf.dialog.services.RequestDataService
 
getRequestValueKeys() - Method in class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService
 
getResetButton() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel
This method initializes resetButton
getResetButton() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginFrame
This method initializes resetButton
getResolvedType(String) - Method in interface com.sdm.quasar.client.jsf.binding.KeywordResolver
 
getResolvedType(String) - Method in class com.sdm.quasar.client.jsf.binding.ObjectResolver
 
getResolvedType(String) - Method in class com.sdm.quasar.client.jsf.binding.features.DialogResolverFeature
getResolvedType(String) - Method in class com.sdm.quasar.client.jsf.binding.features.KeywordResolverFeature
 
getResolvedType(String) - Method in class com.sdm.quasar.client.jsf.binding.features.SessionResolverFeature
getResolvedType(String) - Method in class com.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver
 
getResolvedType(String) - Method in class com.sdm.quasar.client.jsf.data.adapters.DataManagerResolver
 
getResolvedType(String) - Method in class com.sdm.quasar.client.jsf.embedding.SlotResolver
 
getResolvedType(String) - Method in class com.sdm.quasar.client.jsf.embedding.URIResolver
 
getResourceAccessService() - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition
Returns the ResourceAccessService.
getResourceAsStream(String) - Method in interface com.sdm.quasar.client.core.common.util.ClassUtilities.ClassUtilitiesImplementation
Returns the resource with the given name as InputStream.
getResourceAsStream(String) - Static method in class com.sdm.quasar.client.core.common.util.ClassUtilities
Returns the resource with the given name as InputStream.
getResourceAsStream(String) - Method in class com.sdm.quasar.client.core.common.util.DefaultClassUtilitiesImplementation
 
getResourceBundles(Locale) - Method in interface com.sdm.quasar.client.core.dialogbase.config.ResourceBundleConfiguration
 
getResourceBundles(Locale) - Method in class com.sdm.quasar.client.core.dialogbase.config.impl.DefaultResourceBundleConfiguration
 
getResourceBundles(Locale) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
Returns an array of resource bundles to look for (not null);
getResourceBundles(Locale) - Method in class com.sdm.quasar.client.core.dialogbase.services.ConfigProviderResourceAccessService
 
getResourceBytes(InputStream) - Static method in class com.sdm.quasar.client.swing.dialogbase.features.ImageProviderFeature
Returns an array of bytes containing the given InputStream content.
getResourcePrefix() - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition
Returns the resource prefix for this definition.
getResultLabel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel
 
getResultLabel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialogPanel
 
getResultValueField() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame
 
getResultValueField() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel
 
getRootControllerFeature() - Method in class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature
 
getRootDialogId() - Method in interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionService
Returns the dialog id for the root dialog.
getRootDialogId() - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
 
getRoots() - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
 
getRoots() - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProvider
Returns the root nodes.
getRoots() - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogHierarchyService
 
getRowClasses() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
 
getRowClasses() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
 
getRowClasses() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog
 
getRowClasses() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog
 
getRowClasses() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
 
getRunCondition() - Method in class com.sdm.quasar.client.swing.common.event.EventLoop
 
getSaveAction() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoPanelFeature
Returns the Action.
getSaveButton() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame
This method initializes saveButton
getSelectText() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
 
getSelectedArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
 
getSelectedArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
 
getSelectedArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
 
getSelectedIndexLabel() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel
 
getSelectionInListAdapter(NodeController) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Returns the SelectionInList stored in the metadata of the node.
getSelectionInListValueModel(String) - Method in interface com.sdm.quasar.client.swing.data.plugins.CUFValueModelPlugIn
Returns a SelectionInList for the node with the given key.
getSelectionInListValueModel(String) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
 
getSequenceNumber(DialogInstanceId) - Method in class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature
 
getSequenceNumber(DialogInstanceId) - Method in interface com.sdm.quasar.client.jsf.dialog.services.DoubleSubmitCheckerService
Returns the sequence-number for a specific dialog-instance.
getService(Class) - Method in interface com.sdm.quasar.client.core.application.Session
Returns the implementation of a desired service registered at the session.
getService(Class) - Method in class com.sdm.quasar.client.core.application.dialog.impl.DefaultSessionAdapter
 
getService(Class) - Method in class com.sdm.quasar.client.core.common.services.DefaultServiceManager
 
getService(Class, boolean) - Method in class com.sdm.quasar.client.core.common.services.ServiceNode
Returns the implementation for the given service.
getService(Class) - Method in interface com.sdm.quasar.client.core.common.services.ServiceProvider
Returns the service implementation registered with the service manager.
getService(Class) - Method in interface com.sdm.quasar.client.core.dialog.SubDialogServiceAccess
Returns the implementation of a desired service registered at the controlled dialog.
getService(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
getService(Class) - Method in interface com.sdm.quasar.client.core.server.ServerAccessService
Returns the service implementation registered with the service manager.
getService(Class) - Method in class com.sdm.quasar.client.core.server.impl.ServerProxy
 
getServiceCallingBooleanState() - Method in interface com.sdm.quasar.client.core.server.ServerAccessService
Returns a BooleanState, that is true as long as a service - previously returned by ServerAccessService.getService(Class) - is beeing called.
getServiceCallingBooleanState() - Method in class com.sdm.quasar.client.core.server.impl.ServerProxy
 
getServiceDirect(ID, Class) - Method in interface com.sdm.quasar.client.core.dialog.DialogServiceAccess
Returns the implementation of a desired service registered at the node with the given id.
getServiceDirect(ID, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
getServiceDirect(ID, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess
 
getServiceDirect(ID, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
getServiceDirect(ID, Class) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceProvider
Returns the implementation of a desired service registered at the node with the given id.
getServiceManager() - Method in class com.sdm.quasar.client.core.application.AbstractApplication
 
getServiceManager() - Method in interface com.sdm.quasar.client.core.application.Application
Returns the object that implements the ServiceManager interface.
getServiceManager() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getServiceProvider() - Static method in class com.sdm.quasar.client.jsf.dialog.RootServiceProvider
 
getSessionId() - Method in interface com.sdm.quasar.client.core.application.Session
Returns the id of this session within a session management managed by a SessionManager
getSessionId() - Method in class com.sdm.quasar.client.core.application.SessionId
Return the unique id of the session.
getSessionId() - Method in class com.sdm.quasar.client.core.application.dialog.impl.DefaultSessionAdapter
 
getSessionManager() - Method in class com.sdm.quasar.client.core.application.AbstractApplication
 
getSessionManager() - Method in interface com.sdm.quasar.client.core.application.Application
Returns the SessionManager of the application scope.
getSessionManager() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getSessionValuesList() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
Returns a List that contains strings providing information about the key/value pairs set in the SessionDataService session-data.
getShowTreeButton() - Method in class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogPanel
 
getSign(int) - Method in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Returns the sign of the BooleanState combining with the given index.
getSingletonDialog(String, Object, DeactivationCallback) - Method in class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature
The method provides a singleton dialog: If the dialog is created once its singleton dialog instance will provided as long as it is not disposed.
getSource() - Method in class com.sdm.quasar.client.core.states.AcceptorBooleanState
returns the current source object
getSourceCount() - Method in interface com.sdm.quasar.client.core.data.structure.ComputationValueAccess
 
getSourceNodeKeys() - Method in class com.sdm.quasar.client.core.data.structure.Node
 
getSourceType() - Method in class com.sdm.quasar.client.core.data.structure.AspectNode
 
getSourceType() - Method in class com.sdm.quasar.client.core.data.structure.IndexedNode
 
getSourceTypes() - Method in interface com.sdm.quasar.client.core.data.structure.Computation
 
getSourceTypes() - Method in class com.sdm.quasar.client.core.data.structure.ContextNodeComputation
Returns an array with two values: the index type #indexType the type of the indexed node #type
getSourceTypes() - Method in class com.sdm.quasar.client.core.data.structure.IntegerToStringConversion
 
getSourceValue(int, Context) - Method in interface com.sdm.quasar.client.core.data.structure.ComputationValueAccess
Returns the value of the source node with the given index.
getStartDate() - Method in class com.sdm.quasar.client.showcase.data.Project
 
getState() - Method in class com.sdm.quasar.client.core.states.NOTBooleanState
Returns the source BooleanState.
getState() - Method in class com.sdm.quasar.client.core.states.StateAcceptedBooleanState
returns the currently observed state
getState() - Method in class com.sdm.quasar.client.core.states.WrapperBooleanState
Returns the source BooleanState.
getStateManager() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getStreet() - Method in class com.sdm.quasar.client.showcase.data.Address
 
getStreetLabel() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
 
getStreetLabel() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
 
getStringValue(String) - Method in class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature
 
getStringValue(String) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
 
getStringValue(String) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ResourceAccessService
Returns the resource String corresponding to the given resource key.
getStructuredDialogDataValueModel() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialog
Provide the StructuredDialogData wrapped in a ValueHolder.
getSubDialogControl() - Method in class com.sdm.quasar.client.core.dialog.AbstractPerChildService
Returns the SubDialogControl where the service is installed to.
getSubDialogControl() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
Returns the SubDialogControl.
getSubDialogControl(String) - Method in interface com.sdm.quasar.client.core.embedding.FullActivationController
Returns the SubDialogControl of an controlled subdialog which was registered under the local name given.
getSubDialogControl(String) - Method in interface com.sdm.quasar.client.core.embedding.MultipleActivationController
Returns the SubDialogControl of an controlled subdialog which was registered under the local name given.
getSubDialogControl(String) - Method in interface com.sdm.quasar.client.core.embedding.SingleActivationController
Returns the SubDialogControl of an controlled subdialog which was registered under the local name given.
getSubDialogControl(String) - Method in class com.sdm.quasar.client.core.embedding.features.FullActivationControllerFeature
 
getSubDialogControl(String) - Method in class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature
 
getSubDialogControl(String) - Method in class com.sdm.quasar.client.core.embedding.features.SingleActivationControllerFeature
 
getSubDialogController(String) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Returns the AbstractControllerFeature.SubDialogController for the embedded subdialog specified via the given local embedding name.
getSubDialogController(SubDialogControl) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Returns the AbstractControllerFeature.SubDialogController for the embedded sub dialog specified via the given SubDialogControl.
getSubDialogController(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Returns the AbstractControllerFeature.SubDialogController for the embedded sub dialog specified via the given SubDialogControl.
getSubDialogControllerCount() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Returns the number of currently embedded subdialogs.
getSupportedLocales() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getSurNameTextField() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame
This method initializes surNameTextField
getSynchronizeObject() - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
 
getSynchronizeObject() - Method in interface com.sdm.quasar.client.core.data.plugin.DataCore
When performing an operation on the DataCore that should must be exclusive you should synchronize on this Object.
getSystemInfoNode() - Method in class com.sdm.quasar.client.swing.systeminfo.NodeInfo
Returns the SystemInfoNode.
getSystemInfoNodeForId(String) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeModel
 
getSystemInfoPanel() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoPanelFeature
Returns the JPanel.
getSystemInfoTree() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
Returns the panel with the tree.
getTaggedViewId() - Static method in class com.sdm.quasar.client.jsf.application.dialog.MyFacesStateManager
Returns the view-identifier.
getTaggedViewId() - Static method in class com.sdm.quasar.client.jsf.application.dialog.SunRIStateManager
Returns the view-identifier.
getText() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfBean
 
getText() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
 
getText() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow.DependentWindowDialog
 
getText() - Method in class com.sdm.quasar.client.swing.systeminfo.NodeInfo
Returns the String.
getThreshold() - Method in class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
Returns the threshold of this ThresholdCounterBooleanState.
getTitle() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
getTitle() - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
 
getToolTipText() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
getToolTipText() - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
 
getToolbarPanel() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoPanelFeature
Returns the JPanel.
getTraversedId(Object) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions
 
getTraversedId(Object) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Returns the stored traveres id for the object given.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.sdm.quasar.client.swing.systeminfo.NodeInfoTreeCellRenderer
 
getTriggerValue() - Method in class com.sdm.quasar.client.core.common.event.Trigger
Called whenever a trigger interesent is notified about the availability of the trigger.
getType() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
getType() - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Returns the type of this SystemInfoNode.
getType() - Method in class com.sdm.quasar.client.core.common.util.AbstractNamedCheckedException
Returns the exception type.
getType() - Method in class com.sdm.quasar.client.core.common.util.AbstractNamedRuntimeException
Returns the exception type.
getType() - Method in interface com.sdm.quasar.client.core.common.util.NamedException
Returns the exception type.
getType() - Method in interface com.sdm.quasar.client.core.data.structure.Computation
 
getType() - Method in class com.sdm.quasar.client.core.data.structure.ContextNodeComputation
 
getType() - Method in class com.sdm.quasar.client.core.data.structure.IntegerToStringConversion
 
getType() - Method in class com.sdm.quasar.client.core.data.structure.Node
 
getType(Object, Object) - Method in class com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver
{@inheritDoc}
getType(Object, int) - Method in class com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver
{@inheritDoc}
getUnlocalizedMessagePattern(String) - Method in interface com.sdm.quasar.client.core.common.util.NamedException
Returns an unlocalized exception message pattern.
getUnlockButton() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
 
getUserTextField() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginFrame
This method initializes userTextField
getValidCharacters() - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
 
getValidatorIds() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getValue() - Method in class com.sdm.quasar.client.core.common.config.AbstractConfigurationDescriptor
 
getValue(String) - Method in interface com.sdm.quasar.client.core.common.config.ConfigProvider
Returns the Object corresponding to the given configuration key.
getValue(Class) - Method in interface com.sdm.quasar.client.core.common.config.ConfigProvider
Returns the Object implementing a given interface.
getValue() - Method in interface com.sdm.quasar.client.core.common.config.ConfigurationDescriptor
Returns the configuration value.
getValue(String) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
 
getValue(Class) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
 
getValue() - Method in class com.sdm.quasar.client.core.common.config.ValueConfigurationDescriptor
 
getValue(Class) - Method in class com.sdm.quasar.client.core.common.config.services.DefaultConfigProviderService
 
getValue(String) - Method in class com.sdm.quasar.client.core.common.config.services.DefaultConfigProviderService
 
getValue() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
getValue() - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Returns the id attribute (SystemInfoNode.VALUE_ATTRIBUTE value.
getValue(String) - Method in interface com.sdm.quasar.client.core.data.DataManager
Returns the value corresponding to the given name.
getValue(String, Context) - Method in interface com.sdm.quasar.client.core.data.DataManager
Returns a value that needs indices to be accessed.
getValue(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
getValue(String, Context) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
getValue(Context) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
getValue(Context) - Method in interface com.sdm.quasar.client.core.data.plugin.NestedValueHandler
Returns the (indexed) value of the node
getValue(Context) - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Calls the chain of value handlers to return the indexed value of the node
getValue(NodeController, Context, NestedValueHandler) - Method in interface com.sdm.quasar.client.core.data.plugin.ValueHandler
Retrieves the value of the node.
getValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
 
getValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler
 
getValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler
 
getValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler
 
getValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler
Retrieves the value of the node. If this value handler does not take responsability for the storing of the value it must retrieve the value by using NestedValueHandler.getValue(Context). Returns the value of NestedValueHandler#getValue() without any changes.
getValue(Object) - Method in class com.sdm.quasar.client.core.data.structure.AspectNode
Reads the aspect using the getter method or a public member variable
getValue(String, Locale) - Method in class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature
 
getValue(String) - Method in class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature
 
getValue(Class) - Method in class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature
 
getValue(String, Locale) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
 
getValue(String) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
 
getValue(Class) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
 
getValue(String) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ResourceAccessService
Returns the resource Object corresponding to the given resource key.
getValue(Class) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ResourceAccessService
Returns the resource Object corresponding to the given resource key class.
getValue(String, Locale) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ResourceAccessService
Returns the resource Object corresponding to the given resource key.
getValue(String) - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
Convenience method to to get a value from the data manager
getValue(String) - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
Convenience method to to get a value from the data manager
getValue() - Method in class com.sdm.quasar.client.core.states.AbstractBooleanState
 
getValue() - Method in class com.sdm.quasar.client.core.states.MutableState
 
getValue() - Method in class com.sdm.quasar.client.core.states.NOTBooleanState
 
getValue() - Method in interface com.sdm.quasar.client.core.states.State
 
getValue() - Method in class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
 
getValue() - Method in class com.sdm.quasar.client.core.states.WrapperBooleanState
 
getValue(Object, Object) - Method in class com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver
{@inheritDoc}
getValue(Object, int) - Method in class com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver
{@inheritDoc}
getValue(String) - Method in interface com.sdm.quasar.client.jsf.binding.ValueResolver
Resolves the keyword to its referenced value.
getValue() - Method in interface com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowService
 
getValue() - Method in interface com.sdm.quasar.client.showcase.swing.embedding.modal.ValueService
 
getValue() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.ArrayToListAdapterValueModel
 
getValue(Object) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.DelegateAccessAdapter
 
getValue() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.ValueModelAdapter
 
getValueChangedState(String) - Method in interface com.sdm.quasar.client.core.data.plugins.ValueChangedPlugIn
Returns the state that is true if the value of the given node has changed (according to the comparator) from the time ValueChangedPlugIn.saveReferenceValues(String) was called last for the node.
getValueChangedState(String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
 
getValueChangedStateInternal(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
Returns the MutableBooleanState stored in the metadata of the node that is true if this node's value has changed according to the comparator.
getValueFromHttpSession(String) - Method in interface com.sdm.quasar.client.jsf.dialog.services.HttpSessionDataService
Reads an attribute from the HTTP session
getValueFromHttpSession(String) - Method in class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService
 
getValueFromRequest(String) - Method in interface com.sdm.quasar.client.jsf.dialog.services.RequestDataService
Reads an attribute from the current request
getValueFromRequest(String) - Method in class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService
 
getValueModel(String) - Method in interface com.sdm.quasar.client.swing.data.plugins.CUFValueModelPlugIn
Returns a ValueModel for the node with the given key
getValueModel(String) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
 
getValueModel() - Method in class com.sdm.util.model.states.ValueAcceptedBooleanState
returns the currently observed value model
getValueModelAdapter(NodeController) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Returns the DefaultCUFValueModelPlugIn.ValueModelAdapter stored in the metadata of the node.
getValueType(String) - Method in interface com.sdm.quasar.client.core.data.DataManager
Returnes the Class of the value that may be stored at or recieved by the data node.
getValueType(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
getValueType(String) - Method in interface com.sdm.quasar.client.jsf.binding.ValueResolver
 
getValuesChangedState(String) - Method in interface com.sdm.quasar.client.core.data.plugins.ValueChangedPlugIn
Returns the state that is true if any value in the subtree starting at the given node has changed (according to the comparator) from the time ValueChangedPlugIn.saveReferenceValues(String) was called last for the nodes.
getValuesChangedState(String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
 
getValuesChangedStateInternal(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
Returns the ORBooleanState stored in the metadata of the node that is true if this node's value has changed according to the comparator or any of its children in the tree.
getVariableResolver() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getViewHandler() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
getVisualRepresentation() - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
getVisualRepresentation() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
If no VisualRepresentation is set, it is created with configured parameters.
getVisualRepresentation() - Method in class com.sdm.quasar.client.swing.embedding.features.VisualRepresentationFeature
 
getVisualRepresentation() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractVisualRepresentationService
 
getVisualRepresentation() - Method in interface com.sdm.quasar.client.swing.embedding.services.VisualRepresentationService
 
getVisualRepresentationId() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
The VisualRepresentationId of the VisualRepresentation is build and returned
getVisualRepresentationInfo(VisualRepresentation) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
getWindow() - Method in class com.sdm.quasar.client.swing.commands.adapters.WindowClosingCommandAdapter
Returns the Window adapted to the command.
getWindow(Component) - Static method in class com.sdm.quasar.client.swing.common.util.GUIUtilities
Returns the Window of the given Component or null, if the Component is not contained inside a Window.
getWindow() - Method in class com.sdm.quasar.client.swing.embedding.features.DialogWindowResource
 
getWindow() - Method in class com.sdm.quasar.client.swing.embedding.features.FrameWindowResource
 
getWindow() - Method in interface com.sdm.quasar.client.swing.embedding.features.WindowResource
 
getWindow() - Method in interface com.sdm.quasar.client.swing.embedding.services.ParentWindowService
 
getWindowResource() - Method in class com.sdm.quasar.client.swing.embedding.features.WindowFeature
Returns the WindowResource.
getWordEndIndex(String, int, String, boolean) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns the index of the first character after the word in the string at the given offset.
getWordStartIndex(String, int, String, boolean) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Returns the index of the first character of the next word in the string at the given offset.
getWrappedFormatter() - Method in class com.sdm.quasar.client.core.ui.text.MultiDateFormat
 
getWrappedParsers() - Method in class com.sdm.quasar.client.core.ui.text.MultiDateFormat
 
getZipCode() - Method in class com.sdm.quasar.client.showcase.data.Address
 
getZipCodeLabel() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
 
getZipCodeLabel() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
 
goBack() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog
Returns to the article list dialog.
goBack() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
Returns to the article list dialog.
goBack() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapResultDialog
Changes to the DataBindingMapDialog.
goBack() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialogA
returns to the first ParameterDialog
goBack() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
Returns to the article list dialog.
gotoDoubleSubmitSingletonDialog() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitDialog
Changes to the demo singleton dialog.
gotoEdit() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog
 
gotoParameterDialogA() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog
Changes to the second dialog.
gotoSearch() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog
Returns to the search and list dialog.

H

HIERARCHY - Static variable in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
 
HelloWorldApplication - class com.sdm.quasar.client.showcase.helloworld.HelloWorldApplication.
 
HelloWorldApplication() - Constructor for class com.sdm.quasar.client.showcase.helloworld.HelloWorldApplication
Creates a new HelloWorldApplication.
HelloWorldConstants - interface com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldConstants.
 
HelloWorldDialog - class com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog.
 
HelloWorldDialog() - Constructor for class com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog
Creates a new HelloWorldDialog.
HelloWorldDialog - class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog.
 
HelloWorldDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
 
HelloWorldFrame - class com.sdm.quasar.client.showcase.helloworld.HelloWorldFrame.
 
HelloWorldFrame() - Constructor for class com.sdm.quasar.client.showcase.helloworld.HelloWorldFrame
 
HelloWorldPanel - class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPanel.
 
HelloWorldPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPanel
This is the default constructor
HelloWorldPresentation - class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation.
 
HelloWorldPresentation() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation
 
HelloWorldPresentationWithFrame - class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame.
 
HelloWorldPresentationWithFrame() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame
 
HierarchyManager - interface com.sdm.quasar.client.core.common.hierarchy.HierarchyManager.
Manages a hierarchy of IDs.
HierarchyProvider - interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProvider.
Provides a hierarchy organized as a tree of IDs.
HierarchyProviderAdapter - class com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderAdapter.
Provides adapter functionality for the HierarchyProviderListener by implementing all methods.
HierarchyProviderAdapter() - Constructor for class com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderAdapter
 
HierarchyProviderListener - interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderListener.
Observes changes in the hierarchy managed by the HierarchyManager.
HtmlMessagePane - class com.sdm.quasar.client.showcase.swing.messagepane.HtmlMessagePane.
A simple dialog that displays the content of an url in a mini browser.
HtmlMessagePane() - Constructor for class com.sdm.quasar.client.showcase.swing.messagepane.HtmlMessagePane
 
HttpSessionDataService - interface com.sdm.quasar.client.jsf.dialog.services.HttpSessionDataService.
This srevice provides the session scope.
HttpSessionDestroyedHandler - class com.sdm.quasar.client.jsf.application.HttpSessionDestroyedHandler.
 
HttpSessionDestroyedHandler() - Constructor for class com.sdm.quasar.client.jsf.application.HttpSessionDestroyedHandler
 
handle(Throwable) - Method in class com.sdm.quasar.client.swing.application.SwingEDTExceptionHandlerAdapter
This method gets called when an Exception is caught in the EDT.
handleCancel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow
Called when the user presses #cancelButton or closes the window, requests deactivation using ActivationService.requestDeactivate().
handleCancel() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
Called when the user presses #cancelButton or closes the window, requests deactivation using ActivationService.requestDeactivate().
handleDoubleSubmit(HttpServletRequest, BrowserWindowCallBack, VisualRepresentation) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
Checks if this is a request to a previous state of the dialog.
handleError(Object, Throwable) - Method in interface com.sdm.quasar.client.core.common.ErrorContextHandler
Handles the exception given.
handleError(Throwable) - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Handles the Throwable given without any context.
handleError(Object, Throwable) - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Handles the Throwable given.
handleException(AWTEvent, Throwable) - Method in interface com.sdm.quasar.client.swing.common.event.EventLoop.ExceptionHandler
Handles the given excption, which occured on processing the given event.
handleInvalidSequenceNumber(DialogInstanceId, String) - Method in interface com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack
A double submit is dedected by an invalid sequence number.
handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, DialogControl, DialogInstanceId, String, DialogParameterHandlerCallback) - Method in class com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler
The sequence number is invalid: the request was from a dialog in an old state or a double submit of the same request.
handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, DialogControl, DialogInstanceId, String, DialogParameterHandlerCallback) - Method in interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandler
This method is called when the sequence number is invalid.
handleInvalidSequenceNumber(HttpServletRequest, ServletResponse, DialogControl, DialogInstanceId, String, DialogParameterHandlerCallback) - Method in class com.sdm.quasar.client.showcase.jsf.application.ShowcaseDialogParameterHandler
 
handleLogin() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapDialog
Handles the login process.
handleMissingDialogParameters(HttpServletRequest, ServletResponse, DialogControl, DialogParameterHandlerCallback) - Method in class com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler
This method is called when the dialog parameters, i.e. the dialog id or the dialog instance id, are incomplete. This may be a request to enter the application, a request from a bookmark or a request from a dialog that is closed and should not be recreated automatically.
handleMissingDialogParameters(HttpServletRequest, ServletResponse, DialogControl, DialogParameterHandlerCallback) - Method in interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandler
This method is called when the dialog parameters, i.e. the dialog id or the dialog instance id, are incomplete.
handleMissingDialogParameters(HttpServletRequest, ServletResponse, DialogControl, DialogParameterHandlerCallback) - Method in class com.sdm.quasar.client.showcase.jsf.application.ShowcaseDialogParameterHandler
 
handleNavigation(FacesContext, String, String) - Method in class com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler
 
handleNoVisualRepresentationAssigned() - Method in interface com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack
No VisualRepresentation could be assigned with this request.
handleOk() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow
Called when the user presses #okButton, requests deactivation using ActivationService.requestDeactivate().
handleOk() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
Called when the user presses #okButton, requests deactivation using ActivationService.requestDeactivate().
handleRuntimeException(DialogInstanceId, RuntimeException, String) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogExceptionHandler
Method for exception handling of RuntimeException within lifecycle methods.
handleUnhandledErrors() - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Handles currently unhandled errors.
handles(int, CallerInformation) - Method in interface com.sdm.quasar.client.core.common.logging.LogHandler
Returns true, if the LogHandler can handle logging messages for the calling logger and logging level.
handles(int, CallerInformation) - Method in class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLogHandler
 
handles(int, CallerInformation) - Method in class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
 
hasAction(String) - Method in interface com.sdm.quasar.client.jsf.binding.ActionResolver
Checks, if the action name can be resolved.
hasBrowserWindow(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
hasBrowserWindow(String) - Method in interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowManagerService
 
hasCommand(String) - Method in interface com.sdm.quasar.client.core.commands.CommandManager
Checks, if the CommandManager provides a command with a given id
hasCommand(String) - Method in class com.sdm.quasar.client.core.commands.RunnableCommandManager
 
hasCommand(String) - Method in class com.sdm.quasar.client.core.dialogsupport.features.CommandManagerFeature
 
hasConfiguration(Class) - Method in interface com.sdm.quasar.client.core.common.config.ConfigProvider
Returns true, if there is a Configuration stored under the given configuration key class.
hasConfiguration(Class) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
 
hasConfiguration(Class) - Method in class com.sdm.quasar.client.core.common.config.services.DefaultConfigProviderService
 
hasCurrentPage() - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
hasDialog(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
hasDialog(DialogInstanceId) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogManager
Tests, whether a dialog with a given instance id exists.
hasDialog(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogLifeCycleService
 
hasDialogDefinition(String) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionService
Returns true if a dialog was defined for the given dialog id.
hasDialogDefinition(String) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
 
hasFacesContext() - Static method in class com.sdm.quasar.client.jsf.dialog.FacesContextProvider
 
hasFeature(Class) - Method in interface com.sdm.quasar.client.core.dialog.FeatureManager
Returns true, if a Feature is registered under the given key class.
hasFeature(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
hasFeature(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
 
hasID(ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
This implementation uses constant time with respect to the number of nodes.
hasID(ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProvider
Tests whether a given ID is known in the hierarchy either as a parent or as a child.
hasID(ID) - Method in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
Tests whether the given ID represents a known node in the hierarchy that is used by this service manager.
hasID(ID) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogHierarchyService
 
hasKey(String) - Method in interface com.sdm.quasar.client.core.data.DataManager
Tests whether the DataManager has a node defined for the given key.
hasKey(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
hasNext() - Method in class com.sdm.quasar.client.core.common.util.AbstractConverterIterator
 
hasNext() - Method in class com.sdm.quasar.client.core.common.util.AbstractFilterIterator
 
hasNext() - Method in class com.sdm.quasar.client.core.common.util.ArrayIterator
 
hasNext() - Method in class com.sdm.quasar.client.core.common.util.ConcatIterator
 
hasNext() - Method in class com.sdm.quasar.client.core.common.util.SingleIterator
 
hasNode(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
 
hasNode(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration
 
hasNode(String) - Method in interface com.sdm.quasar.client.core.data.plugin.DataCore
Tests whether a given node exists
hasNode(String) - Method in interface com.sdm.quasar.client.core.data.structure.DataConfiguration
Tests whether a node has been configured
hasPlugIn(Class) - Method in interface com.sdm.quasar.client.core.data.DataManager
Tests whether the DataManager does have a specific plug in installed.
hasPlugIn(Class) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
 
hasPlugIn(Class) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
hasPlugIn(Class) - Method in interface com.sdm.quasar.client.core.data.plugin.DataCore
Tests whether the plug in is registered with the data core
hasPrevious() - Method in class com.sdm.quasar.client.core.common.util.ArrayIterator
 
hasRegisteredSession(SessionId) - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
Tests if a session with a given id has been registered.
hasServerService(Class) - Method in interface com.sdm.quasar.client.core.server.impl.ServerProxyPlugin.ServerProxyPluginCallback
Calls the ServerProxyPlugin#hasServerService(Class)-method of the next subsequent ServerProxyPlugins.
hasServerService(Class, ServerProxyPlugin.ServerProxyPluginCallback) - Method in interface com.sdm.quasar.client.core.server.impl.ServerProxyPlugin
Tests, whether a service is registered with the service manager.
hasServerService(Class, ServerProxyPlugin.ServerProxyPluginCallback) - Method in class com.sdm.quasar.client.core.server.impl.plugins.AsynchronousCallServerProxyPlugin
 
hasServerService(Class, ServerProxyPlugin.ServerProxyPluginCallback) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
 
hasServerService(Class, ServerProxyPlugin.ServerProxyPluginCallback) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ImplementationServerProxyPlugin
 
hasServerService(Class, ServerProxyPlugin.ServerProxyPluginCallback) - Method in class com.sdm.quasar.client.core.server.impl.plugins.LogTimingServerProxyPlugin
 
hasService(Class) - Method in interface com.sdm.quasar.client.core.application.Session
Tests whether this session offers a service.
hasService(Class) - Method in class com.sdm.quasar.client.core.application.dialog.impl.DefaultSessionAdapter
 
hasService(Class) - Method in class com.sdm.quasar.client.core.common.services.DefaultServiceManager
 
hasService(Class, boolean) - Method in class com.sdm.quasar.client.core.common.services.ServiceNode
Tests whether a service exists
hasService(Class) - Method in interface com.sdm.quasar.client.core.common.services.ServiceProvider
Tests, whether a service is registered with the service manager.
hasService(Class) - Method in interface com.sdm.quasar.client.core.dialog.SubDialogServiceAccess
Tests if a service is registered at the controlled dialog.
hasService(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
hasService(Class) - Method in interface com.sdm.quasar.client.core.server.ServerAccessService
Tests, whether a service is registered with the service manager.
hasService(Class) - Method in class com.sdm.quasar.client.core.server.impl.ServerProxy
 
hasServiceDirect(ID, Class) - Method in interface com.sdm.quasar.client.core.dialog.DialogServiceAccess
Tests whether a specific node offers a service.
hasServiceDirect(ID, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
hasServiceDirect(ID, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess
 
hasServiceDirect(ID, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
hasServiceDirect(ID, Class) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceProvider
Tests whether a specific node offers a service.
hasServiceInHierarchy(Class) - Method in interface com.sdm.quasar.client.core.dialog.DialogServiceAccess
Tests if a service exists in the hierarchy of the node.
hasServiceInHierarchy(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
hasServiceInHierarchy(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess
 
hasServiceInHierarchy(ID, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
hasServiceInHierarchy(ID, ID, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
hasServiceInHierarchy(ID, Class) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceProvider
Tests whether the service is offered in the hierarchy starting from the node with the given id.
hasServiceInHierarchy(ID, ID, Class) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceProvider
Tests whether the service is offered in the hierarchy starting from the node with the given id to the specified root node.
hasServiceInParentHierarchy(Class) - Method in interface com.sdm.quasar.client.core.dialog.DialogServiceAccess
Tests if a service exists in the hierarchy of the parent node.
hasServiceInParentHierarchy(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
hasServiceInParentHierarchy(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess
 
hasSubDialog(SubDialogControl) - Method in interface com.sdm.quasar.client.core.dialog.DialogControl
Returns true, if the SubDialogControl given is a valid sub dialog of this DialogControl (created via DialogControl.createSubDialog(String, Object)), that is currently not disposed.
hasSubDialog(SubDialogControl) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
hasSubDialogControl(String) - Method in interface com.sdm.quasar.client.core.embedding.MultipleActivationController
Checks if a SubDialogControl has been registered under the given local name.
hasSubDialogControl(String) - Method in class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature
 
hasSubDialogController(String) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Returns true, if the given local embedding name is already contained within this embedding feature instance.
hasSubDialogController(SubDialogControl) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Returns true, if the specified sub dialog is already embedded within this embedding feature instance.
hasSubDialogController(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Returns true, if the specified sub dialog is already embedded within this embedding feature instance.
hasUnhandledErrors() - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Returns true, iff there are stored unhandled errors at this ErrorHandler.
hasValue(String) - Method in interface com.sdm.quasar.client.core.data.DataManager
Tests whether the node defined by the given key does have a value.
hasValue(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
hasValue(Context) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
hasValue(Context) - Method in interface com.sdm.quasar.client.core.data.plugin.NestedValueHandler
 
hasValue(Context) - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Calls the chain of value handlers to test whether this node has a value
hasValue(NodeController, Context, NestedValueHandler) - Method in interface com.sdm.quasar.client.core.data.plugin.ValueHandler
Tests whether the node has a indexed value.
hasValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
 
hasValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler
 
hasValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler
 
hasValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler
 
hasValue(NodeController, Context, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler
Tests whether the node has a indexed value. If the implementation takes responsability for the storing of the value it should determine the result on its own. Otherwise it should query the nested value handler using NestedValueHandler#hasValue(). Returns the value of NestedValueHandler#hasValue() without any changes.
hasValue(String, Locale) - Method in class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature
 
hasValue(String) - Method in class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature
 
hasValue(Class) - Method in class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature
 
hasValue(String, Locale) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
 
hasValue(String) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
 
hasValue(Class) - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractResourceAccessService
 
hasValue(String) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ResourceAccessService
Returns true, iff there exists a resource object mapping for the given resource key.
hasValue(Class) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ResourceAccessService
Returns true, iff there exists a resource object mapping for The key class will be converted to it's full qualified class name, under which the resource object must be specified.
hasValue(String, Locale) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ResourceAccessService
Returns true, iff there exists a resource object mapping for the given resource key in the specified language.
hasValue(String) - Method in interface com.sdm.quasar.client.jsf.binding.ValueResolver
Checks, if this ValueResolver can resolve the given keyword.
hashCode() - Method in class com.sdm.quasar.client.core.application.SessionId
 
hashCode() - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
 
hashCode() - Method in class com.sdm.quasar.client.core.data.Context
 
hashCode() - Method in class com.sdm.quasar.client.core.dialog.DialogInstanceId
 
hashCode() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
 
hashCode() - Method in class com.sdm.quasar.client.showcase.jsf.data.Article
 
hexCharToInt(char) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Converts the given hexadecimal character into it's numeric value.
hideVisualRepresentation(VisualRepresentation, boolean, String, String, Object) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
Marks the VisualRepresentation to be not shown any more.
hideVisualRepresentation(VisualRepresentation, boolean) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
hideVisualRepresentation(VisualRepresentation, String) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
hideVisualRepresentation(VisualRepresentation, String, Object) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
hideVisualRepresentation(VisualRepresentation, boolean, String, String, Object) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
hideVisualRepresentation(VisualRepresentation, boolean) - Method in interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService
Hides the VisualRepresentation at all BrowserWindows with hide and reopen or hide an and do not show again strategy
hideVisualRepresentation(VisualRepresentation, String) - Method in interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService
Hides the VisualRepresentation at all BrowserWindows.
hideVisualRepresentation(VisualRepresentation, String, Object) - Method in interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService
Hides the VisualRepresentation at all BrowserWindows. with hide and replace by an other dielog strategy
highLightRow() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
Defines the CSS class for the row.
highLightRow() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
Defines the CSS class for the row.
highLightRow() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
Defines the CSS class for the row.
highLightRow() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
Defines the CSS class for the row.
highLightRow() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog
Defines the CSS class for the row.
highLightRow() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
Defines the CSS class for the row.

I

I18nDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog.
This dialog introduces to internationalization with JSF
I18nDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog
 
ID - class com.sdm.quasar.client.core.common.ID.
Identifies an object that may be organized within a HierarchyManager.
ID() - Constructor for class com.sdm.quasar.client.core.common.ID
 
ID_ATTRIBUTE - Static variable in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Special attribute: An id for the described element.
ID_REF_ATTRIBUTE - Static variable in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Special attribute: A reference as id of another element.
INFO - Static variable in interface com.sdm.quasar.client.core.common.logging.LoggingLevel
Level for information messages.
INFORMATION_MESSAGE - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
INFO_CLASSES_TAG - Static variable in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoRegistry
tag for info-xml: the container for all information classes.
INFO_CLASS_APPLICATION - Static variable in interface com.sdm.quasar.client.core.common.sysinfo.services.SystemInfoService
SystemInfo-Class: Collects information about the application.
INFO_CLASS_DIALOG_HIERARCHY - Static variable in interface com.sdm.quasar.client.core.common.sysinfo.services.SystemInfoService
SystemInfo-Class: Collects information about the dialog hierarchy.
INFO_CLASS_TAG - Static variable in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoRegistry
tag for info-xml: the information classe tag.
INFO_SYSTEM_INFORMATION_TAG - Static variable in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoRegistry
tag for info-xml: the SystemInfoProvider registered.
ISBN - Static variable in class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
 
ImageCache - class com.sdm.quasar.client.swing.common.util.ImageCache.
An image cache, that stores ImageIcon used by an application so, that thei will be freeed from memory, when the memory runs out of space and will be recreated, when used again.
ImageCache() - Constructor for class com.sdm.quasar.client.swing.common.util.ImageCache
Creates a new ImageCache.
ImageCache.ImageCreator - class com.sdm.quasar.client.swing.common.util.ImageCache.ImageCreator.
This class holds an image with a soft reference to it.
ImageCache.ImageCreator() - Constructor for class com.sdm.quasar.client.swing.common.util.ImageCache.ImageCreator
 
ImageProviderFeature - class com.sdm.quasar.client.swing.dialogbase.features.ImageProviderFeature.
An implementation of ImageProviderService, that uses configuration entries to load images.
ImageProviderFeature() - Constructor for class com.sdm.quasar.client.swing.dialogbase.features.ImageProviderFeature
Creates a new ImageProviderFeature.
ImageProviderService - interface com.sdm.quasar.client.swing.dialogbase.services.ImageProviderService.
 
ImplementationServerProxyPlugin - class com.sdm.quasar.client.core.server.impl.plugins.ImplementationServerProxyPlugin.
A simple ServerProxyPlugin implementation that allows to register service implementations at this plugin.
ImplementationServerProxyPlugin() - Constructor for class com.sdm.quasar.client.core.server.impl.plugins.ImplementationServerProxyPlugin
Creates a new ImplementationServerProxyPlugin.
ImportTag - class com.sdm.quasar.client.jsf.tags.ImportTag.
This is a shameless copy ;-) of the jstl import tag.
ImportTag() - Constructor for class com.sdm.quasar.client.jsf.tags.ImportTag
Constructor
IndexSet - class com.sdm.quasar.client.core.common.util.IndexSet.
The IndexSet is a Set containing Integer from 0 to size-1 of the set.
IndexSet(int) - Constructor for class com.sdm.quasar.client.core.common.util.IndexSet
 
IndexedArrayValueHandler - class com.sdm.quasar.client.core.data.plugins.impl.IndexedArrayValueHandler.
Default implementation for a value handler that takes responsibility for storing and accessing a value defined by IndexedNode that is based on an Array.
IndexedArrayValueHandler() - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.IndexedArrayValueHandler
Creates a new IndexedArrayValueHandler.
IndexedListValueHandler - class com.sdm.quasar.client.core.data.plugins.impl.IndexedListValueHandler.
Default implementation for a value handler that takes responsibility for storing and accessing a value defined by IndexedNode that is based on a List.
IndexedListValueHandler() - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.IndexedListValueHandler
Creates a new IndexedListValueHandler.
IndexedMapValueHandler - class com.sdm.quasar.client.core.data.plugins.impl.IndexedMapValueHandler.
Default implementation for a value handler that takes responsibility for storing and accessing a value defined by IndexedNode that is based on a Map.
IndexedMapValueHandler() - Constructor for class com.sdm.quasar.client.core.data.plugins.impl.IndexedMapValueHandler
Creates a new IndexedMapValueHandler.
IndexedNode - class com.sdm.quasar.client.core.data.structure.IndexedNode.
Defines a node that provides indexed access to some collection of data.
IndexedNode(String, String, Class, Class, Class) - Constructor for class com.sdm.quasar.client.core.data.structure.IndexedNode
Constructor.
IndexedValuesPlugIn - interface com.sdm.quasar.client.core.data.plugins.IndexedValuesPlugIn.
A plug in for a DataManager that supplies the basic value handler infrastructure needed for managing and storing the values of the type IndexedNode.
InfoTreeModel - class com.sdm.quasar.client.swing.systeminfo.InfoTreeModel.
 
InfoTreeModel(InfoTreeNodeDefinition) - Constructor for class com.sdm.quasar.client.swing.systeminfo.InfoTreeModel
Creates a new InfoTreeModel.
InfoTreeNodeDefinition - class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition.
 
InfoTreeNodeDefinition(ResourceAccessService, ImageProviderService) - Constructor for class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition
Creates a new InfoTreeNodeDefinition.
InstanceIdGenerator - interface com.sdm.quasar.client.core.dialog.impl.InstanceIdGenerator.
Generates instance ids.
IntegerToStringConversion - class com.sdm.quasar.client.core.data.structure.IntegerToStringConversion.
Converts an Integer value to a String value.
IntegerToStringConversion(Integer) - Constructor for class com.sdm.quasar.client.core.data.structure.IntegerToStringConversion
Constructor
ident(String, String, boolean) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Idents the given source string with the identation string.
identifyVisualRepresentation(HttpServletRequest, BrowserWindow) - Static method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
A VisualRepresentation registered at a BrowserWindow is ideentified from the parameters of the request.
increaseCounter() - Method in class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
Increases the counter.
incrementSequenceNumber(DialogInstanceId) - Method in class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature
 
incrementSequenceNumber(DialogInstanceId) - Method in interface com.sdm.quasar.client.jsf.dialog.services.DoubleSubmitCheckerService
Increments the sequence-number for a specific dialog-instance.
init() - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
Called when the feature is initializing.
init() - Method in class com.sdm.quasar.client.core.dialogbase.features.ActivationObjectionFeature
 
init() - Method in class com.sdm.quasar.client.core.dialogbase.features.AutoCloseSessionFeature
 
init() - Method in class com.sdm.quasar.client.core.dialogbase.features.CloseObjectionFeature
 
init() - Method in class com.sdm.quasar.client.core.dialogbase.features.DialogCreationFeature
 
init() - Method in class com.sdm.quasar.client.core.dialogbase.features.ReactivationFeature
 
init() - Method in class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature
 
init() - Method in class com.sdm.quasar.client.core.dialogbase.features.RootControllerFeature
 
init() - Method in class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
 
init() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
 
init() - Method in class com.sdm.quasar.client.core.dialogsupport.features.CommandManagerFeature
 
init() - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
 
init() - Method in class com.sdm.quasar.client.core.embedding.features.FullActivationControllerFeature
 
init() - Method in class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature
 
init() - Method in class com.sdm.quasar.client.core.embedding.features.SingleActivationControllerFeature
 
init(FilterConfig) - Method in class com.sdm.quasar.client.jsf.application.ApplicationServletFilter
The filter's initialization hook.
init(FilterConfig) - Method in class com.sdm.quasar.client.jsf.application.ResponseHeaderFilter
 
init() - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
 
init() - Method in class com.sdm.quasar.client.jsf.binding.features.DialogResolverFeature
 
init() - Method in class com.sdm.quasar.client.jsf.binding.features.KeywordResolverFeature
Called when the feature is initializing. This is normally done, when the feature is connected to the lifecycle of the DialogControl installed to. To access the DialogControl use the AbstractFeature.getDialogControl() method.

Override this method to perform some action on initialization e.g. register public services.

init() - Method in class com.sdm.quasar.client.jsf.binding.features.SessionResolverFeature
 
init(FilterConfig) - Method in class com.sdm.quasar.client.jsf.dialog.DialogServletFilter
The filter's initialization hook.
init() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
init() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
init() - Method in class com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature
 
init() - Method in class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature
 
init() - Method in class com.sdm.quasar.client.jsf.dialog.features.NavigationFeature
 
init() - Method in class com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.WelcomeDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapResultDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
Called when the feature is initializing. This is normally done, when the feature is connected to the lifecycle of the DialogControl installed to. To access the DialogControl use the AbstractFeature.getDialogControl() method.

Override this method to perform some action on initialization e.g. register public services.

init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.configuration.ExceptionDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow.DependentWindowDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.StartDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialogA
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogPresentation
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.DynamicEmbeddingDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDetailDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemHelloDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitDialog
 
init() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitSingletonDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.ShowcaseSessionFeature
 
init() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPresentation
 
init() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPresentation
 
init() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation
 
init() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation
 
init() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation
 
init() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame
 
init() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPresentation
 
init() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPresentation
 
init() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.unstructured.UnstructuredDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow
 
init() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dialogindialog.DialogInDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.embedding.tabdialog.TabDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.messagepane.HtmlMessagePane
 
init() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalDialogActionFeature
 
init() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalPresentation
 
init() - Method in class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialog
 
init() - Method in class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogFeature
 
init() - Method in class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
 
init() - Method in class com.sdm.quasar.client.swing.dialogbase.features.ImageProviderFeature
 
init() - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
init() - Method in class com.sdm.quasar.client.swing.embedding.features.ModalDialogFeature
 
init() - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
init() - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
init() - Method in class com.sdm.quasar.client.swing.embedding.features.VisualRepresentationFeature
 
init() - Method in class com.sdm.quasar.client.swing.embedding.features.WindowFeature
 
init() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogFeature
 
init() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoPanelFeature
 
init() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
 
initActions() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginDialog
 
initCommandManager() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
Initializes the CommandManager.
initCommandManager() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
initCommandManager() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
initCommandManager() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
 
initComponents() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialogPanel
 
initComponents() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPanel
 
initComponents() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel
 
initComponents() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame
 
initComponents() - Method in class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialogPanel
 
initComponents() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialogPanel
 
initComponents() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel
 
initComponents() - Method in class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialogPanel
 
initComponents() - Method in class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogPanel
 
initDataManager() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
Initializes the DataManager.
initDataManager() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
initDataManager() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
initDataManager() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
 
initPresentation() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalPresentation
Creates our visual representation (the #frame and its content, the #portalPanel).
initStates() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
Initializes the States.
initStates() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
initStates() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
initStates() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
 
initializeErrorHandler() - Method in class com.sdm.quasar.client.core.application.AbstractApplication
Initializes the error handling.
initializeErrorHandler() - Method in class com.sdm.quasar.client.jsf.application.AbstractJSFApplication
 
initializeErrorHandler() - Method in class com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplication
 
initializeErrorHandler() - Method in class com.sdm.quasar.client.swing.application.AbstractSwingApplication
Initializes the error handling.
insertString(int, String, AttributeSet) - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Inserts some content into the document.
insertString(int, String, AttributeSet) - Method in class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
 
insertString(int, String, AttributeSet) - Method in class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
insertString(int, String, AttributeSet) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Inserts a string of content.
insertUpdate(DocumentEvent) - Method in class com.sdm.quasar.client.swing.states.DocumentTextAcceptedBooleanState
 
install(DataCore) - Method in interface com.sdm.quasar.client.core.data.DataManagerPlugIn
Called by the data core when the plug in is installed in the data core
install(DataCore) - Method in class com.sdm.quasar.client.core.data.plugin.AbstractDataManagerPlugIn
 
install(DataCore) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultBasicValuesPlugIn
 
install(DataCore) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultIndexedValuesPlugIn
 
installFeature(Feature) - Method in interface com.sdm.quasar.client.core.dialog.FeatureManager
Installs the specified feature.
installFeature(Class, Feature) - Method in interface com.sdm.quasar.client.core.dialog.FeatureManager
Installs the specified feature under the given key class.
installFeature(Class, Class) - Method in interface com.sdm.quasar.client.core.dialog.FeatureManager
Installs an instance of the specified feature class under the given key class.
installFeature(Class) - Method in interface com.sdm.quasar.client.core.dialog.FeatureManager
Installs an instance of the specified feature class.
installFeature(Feature) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
installFeature(Class, Feature) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
installFeature(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
installFeature(Class, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
installFeature(Feature) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
 
installFeature(Class, Feature) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
 
installFeature(Class, Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
 
installFeature(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
 
installGlobalEventLoop() - Static method in class com.sdm.quasar.client.swing.common.event.EventLoop
Installs the global EventLoop.
internalDataStore - Variable in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
Internal datastore
isActivating() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isActivatingOrActive() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isActive() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isActive() - Method in class com.sdm.quasar.client.core.dialogbase.services.AbstractActivationService
Returns true, if the subdialog acting for is currently active or is activating.
isAjaxRequest() - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
 
isArticleChanged() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
Defines if the message, that the selected article has been changed or that a new article has been added, is shown or not.
isAtLeastCreated() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isAtLeastPrepared() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isAtLeastPreparing() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isBeepOnError() - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Shall errors be reported by a beep sound?
isBypass() - Method in class com.sdm.quasar.client.jsf.dialog.features.NavigationFeature
 
isBypassRequest() - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
 
isCheck() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
 
isChild(ID, ID, boolean) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
 
isChild(ID, ID, boolean) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProvider
Checks if id2 is a child of id1.
isChild(ID, ID, boolean) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogHierarchyService
 
isClassAssignableFrom(Class, Class) - Method in interface com.sdm.quasar.client.core.common.util.ClassUtilities.ClassUtilitiesImplementation
Checks, if the given superClassCandidate class is the same or a superclass or superinterface of the subClassCandidate class.
isClassAssignableFrom(Class, Class) - Static method in class com.sdm.quasar.client.core.common.util.ClassUtilities
Checks, if the given superClassCandidate class is the same or a superclass or superinterface of the subClassCandidate class.
isClassAssignableFrom(Class, Class) - Method in class com.sdm.quasar.client.core.common.util.DefaultClassUtilitiesImplementation
 
isCommentDisabled() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
Decides, if the button for saving a comment is disabled or not.
isCommentDisabled() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
Disables the send-comment-button when no article is displayed
isCommitted() - Method in interface com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowService
 
isCommitted() - Method in interface com.sdm.quasar.client.showcase.swing.embedding.modal.ValueService
 
isComponentCreated(Object) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
Returns true, if the component with the given component id is created, returns false otherwise.
isCreated() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isCreating() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isCurrentlyActive() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
 
isDeactivating() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isDetailLevelAtLeast(int) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions
 
isDetailLevelAtLeast(int) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Returns true, if this SystemInfoOptions detail level is least min_level or more detailed.
isDetailsDisabled() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
Defines if the details button will be disabled or not.
isDetailsDisabled() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
Defines if the details button will be disabled or not.
isDisposed() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
isDisposed() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstanceController
 
isDisposed() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isDisposedOrDisposing() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
isDisposedOrDisposing() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstanceController
 
isDisposing() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isDoBeep() - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
 
isDoBeep() - Method in class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
 
isDoBeep() - Method in class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
isEditable() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.ArrayToListAdapterValueModel
 
isEditable() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.ValueModelAdapter
 
isEmpty() - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
isEmpty() - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
isEnabled() - Method in interface com.sdm.quasar.client.jsf.binding.ActionResolver.Action
Checks, if the referenced action currently my be performed
isEnabled() - Method in class com.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver.CommandManagerAction
 
isErrorLoggingLevel(int) - Method in class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLogHandler
Returns true, if the given logging level is an 'error' logging level or a normal one.
isErrorLoggingLevel(int) - Method in class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
Returns true, if the given logging level is an 'error' logging level or a normal one.
isEventDispatchThread() - Method in class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService
 
isEventDispatchThread() - Method in interface com.sdm.quasar.client.core.common.event.EventDispatchThreadService
Returns true if the current thread is an AWT event dispatching thread.
isEventDispatchThread() - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Returns true if the current thread is an AWT event dispatching thread.
isEventDispatchThread() - Method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService
 
isEventDispatchThread() - Static method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities
Returns true if the current thread is an AWT event dispatching thread.
isFinished() - Method in interface com.sdm.quasar.client.core.dialog.services.ModalBlockHelperService.JobQueue
 
isFulfilled() - Method in interface com.sdm.quasar.client.core.common.event.Condition
 
isGetRequest() - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
 
isHidden - Variable in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
isHidden() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
isInitialized() - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
Returns true, iff this Feature instance is currently connected to a DialogControl and wether the AbstractFeature.init(), nor the AbstractFeature.dispose() methods are running.
isInstallPlugins() - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
 
isLinkRendered() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog
 
isLoaded() - Method in class com.sdm.quasar.client.core.common.config.AbstractConfigurationDescriptor
 
isLoaded() - Method in interface com.sdm.quasar.client.core.common.config.ConfigurationDescriptor
Returns true, iff this ConfigurationDescriptor is loaded; this means, ConfigurationDescriptor.loadConfiguration(ConfigProvider) was called before and the value can be accessed.
isLoaded() - Method in class com.sdm.quasar.client.core.common.config.ValueConfigurationDescriptor
 
isLogging(int, String) - Static method in class com.sdm.quasar.client.core.common.logging.DomainLogger
Tests, whether messages will be logged at the given logging level
isLogging(int, Class) - Static method in class com.sdm.quasar.client.core.common.logging.DomainLogger
Tests, whether messages will be logged at the given logging level
isLogging(int, CallerInformation) - Method in interface com.sdm.quasar.client.core.common.logging.LogHandler
Tests, whether messages will be logged at the given logging level
isLogging(int) - Static method in class com.sdm.quasar.client.core.common.logging.Logger
Tests, whether messages will be logged at the given logging level
isLogging(int, CallerInformation) - Method in class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLogHandler
 
isLogging(int, CallerInformation) - Method in class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
 
isMarkedActive() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
Returns true, if the subdialog controlled is active or marked as active.
isMarkedForActivation() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
isMarkedForActivation() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstanceController
Returns true if the dialog has been marked for activation.
isMarkedForPreparation() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
isMarkedForPreparation() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogInstanceController
Returns true if the dialog has been marked for preparation.
isModal() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
isModal() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
isObjectAccepted(Object) - Method in interface com.sdm.quasar.client.core.common.Acceptor
Returns true, if the given Object is accepted.
isOnError() - Method in interface com.sdm.quasar.client.core.dialog.services.ModalBlockHelperService.JobQueue
 
isOrdersDisabled() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
Defines if the order button will be disabled or not.
isPostRequest() - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
 
isPrepared() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isPreparedOrActive() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isPreparing() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isPreparingOrPrepeared() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isReadOnly(Object, Object) - Method in class com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver
{@inheritDoc}
isReadOnly(Object, int) - Method in class com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver
{@inheritDoc}
isRecreate() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
isRecreateDialog() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
isReleasing() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
isRunning() - Method in class com.sdm.quasar.client.swing.common.event.EventLoop
Returns true, while the event loop is running and processing AWT events.
isSequenceNumberValid(DialogInstanceId, Integer) - Method in class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature
 
isSequenceNumberValid(DialogInstanceId, Integer) - Method in interface com.sdm.quasar.client.jsf.dialog.services.DoubleSubmitCheckerService
Check if a sequence-number is valid.
isShowing() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
 
isShowingElsewhere(BrowserWindow) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
 
isStopApplicationAfterLastSession() - Method in class com.sdm.quasar.client.core.application.DefaultSessionManager
Returns true iff the application will be disposed after the last session has been disposed.
isSupportingActionListener(Class) - Static method in class com.sdm.quasar.client.swing.common.util.ActionListenerSupportHelper
Returns true, if the given target class supports adding and removing of ActionListeners.
isTraversed(Object) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions
 
isTraversed(Object) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Returns true, if the object given was already traversed within the current run of collecting system information.
isTriggered() - Method in class com.sdm.quasar.client.core.common.event.Trigger
Returns true, if the trigger is enabled (meaning threads waiting are notified).
isUsed() - Method in class com.sdm.quasar.client.core.common.event.Trigger
Returns true, if someone is waiting for the trigger using Trigger.waitForTrigger() or #addTriggerListener(TriggerListener), false otherwise.
isValueTrue() - Method in class com.sdm.quasar.client.core.states.AbstractBooleanState
 
isValueTrue() - Method in interface com.sdm.quasar.client.core.states.BooleanState
Returns true, if this State is enabled, false otherwise.
isValueTrue() - Method in class com.sdm.quasar.client.core.states.NOTBooleanState
 
isValueTrue() - Method in class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
 
isValueTrue() - Method in class com.sdm.quasar.client.core.states.WrapperBooleanState
 
iterateKeys() - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Returns an iterator of the keys in this BaseArrayMap.
iterateKeys() - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Returns an iterator of the keys in this BaseArrayMap.
iterateMapEntries() - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Returns an iterator of the Map.Entry in this BaseArrayMap.
iterateSubDialogControllers() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Iterates the AbstractControllerFeature.SubDialogController of all embedded sub dialogs.
iterateValues() - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Returns an iterator of the values in this BaseArrayMap.
iterateValues() - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Returns an iterator of the values in this BaseArrayMap.
iterator() - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 

J

JComboBoxCommandAdapter - class com.sdm.quasar.client.swing.commands.adapters.JComboBoxCommandAdapter.
The JComboBoxCommandAdapter is an bidirectional adapter between an JComboBox and a Command: It trigges the Command, when the ActionEvent is fired and it sets the state of the JComboBox due to the executable BooleanState of the Command.
JComboBoxCommandAdapter(JComboBox, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.JComboBoxCommandAdapter
Creates a new JComboBoxCommandAdapter.
JComboBoxCommandAdapter(String, JComboBox, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.JComboBoxCommandAdapter
Creates a new JComboBoxCommandAdapter.
JComponentCommandAdapter - class com.sdm.quasar.client.swing.commands.adapters.JComponentCommandAdapter.
The JComponentCommandAdapter is an bidirectional adapter between a JComponent that fires action events and the command interface of the quasar client.
JComponentCommandAdapter(JComponent, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.JComponentCommandAdapter
Creates a new JComponentCommandAdapter.
JComponentCommandAdapter(String, JComponent, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.JComponentCommandAdapter
Creates a new JComponentCommandAdapter.
JComponentEnabledBooleanState - class com.sdm.quasar.client.swing.states.JComponentEnabledBooleanState.
A BooleanState representing the enabled/disabled state of a JComponent.
JComponentEnabledBooleanState(JComponent) - Constructor for class com.sdm.quasar.client.swing.states.JComponentEnabledBooleanState
Constructs the BooleanState representing the enabled/disabled state of the given JComponent.
JComponentEnabledBooleanState(JComponent, String) - Constructor for class com.sdm.quasar.client.swing.states.JComponentEnabledBooleanState
Constructs the BooleanState representing the enabled/disabled state of the given JComponent.
JComponentEnabledBooleanStateAdapter - class com.sdm.quasar.client.swing.states.adapters.JComponentEnabledBooleanStateAdapter.
Adapts the value of a BooleanState to the enabled state of a JComponent.
JComponentEnabledBooleanStateAdapter() - Constructor for class com.sdm.quasar.client.swing.states.adapters.JComponentEnabledBooleanStateAdapter
Creates a new JComponentEnabledBooleanStateAdapter.
JComponentEnabledBooleanStateAdapter(String) - Constructor for class com.sdm.quasar.client.swing.states.adapters.JComponentEnabledBooleanStateAdapter
Creates a new JComponentEnabledBooleanStateAdapter.
JComponentEnabledBooleanStateAdapter(BooleanState) - Constructor for class com.sdm.quasar.client.swing.states.adapters.JComponentEnabledBooleanStateAdapter
Creates a new AbstractBooleanStateAdapter.
JComponentEnabledBooleanStateAdapter(String, BooleanState) - Constructor for class com.sdm.quasar.client.swing.states.adapters.JComponentEnabledBooleanStateAdapter
Creates a new AbstractBooleanStateAdapter.
JComponentVisibleBooleanStateAdapter - class com.sdm.quasar.client.swing.states.adapters.JComponentVisibleBooleanStateAdapter.
Adapts the value of a BooleanState to the visibility of a JComponent.
JComponentVisibleBooleanStateAdapter() - Constructor for class com.sdm.quasar.client.swing.states.adapters.JComponentVisibleBooleanStateAdapter
Creates a new JComponentVisibleBooleanStateAdapter.
JComponentVisibleBooleanStateAdapter(String) - Constructor for class com.sdm.quasar.client.swing.states.adapters.JComponentVisibleBooleanStateAdapter
Creates a new JComponentVisibleBooleanStateAdapter.
JSFApplicationConfiguration - interface com.sdm.quasar.client.jsf.application.JSFApplicationConfiguration.
This interface is the key for ApplicationConfiguration implementation for JSF applications, which must be configured at the global configuration (see GlobalConfigManager.getConfigManager()).
JSFApplicationFactory - class com.sdm.quasar.client.jsf.application.JSFApplicationFactory.
Base-class for actually used javax.faces.application.ApplicationFactory implementations.
JSFApplicationFactory(ApplicationFactory) - Constructor for class com.sdm.quasar.client.jsf.application.JSFApplicationFactory
Constructor that is called by JSF mechanisms and provides us with the default application-factory.
JTableDoubleClickCommandAdapter - class com.sdm.quasar.client.swing.commands.adapters.JTableDoubleClickCommandAdapter.
The JTableDoubleClickCommandAdapter is an adapter between a JTable and a Command: It trigges the Command, when a row is selected via double click.
JTableDoubleClickCommandAdapter(JTable, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.JTableDoubleClickCommandAdapter
Creates a new JTableDoubleClickCommandAdapter.
JTableDoubleClickCommandAdapter(String, JTable, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.JTableDoubleClickCommandAdapter
Creates a new JTableDoubleClickCommandAdapter.
JTextComponentEditableBooleanStateAdapter - class com.sdm.quasar.client.swing.states.adapters.JTextComponentEditableBooleanStateAdapter.
Adapts the value of a BooleanState to the editable state of a JTextComponent.
JTextComponentEditableBooleanStateAdapter() - Constructor for class com.sdm.quasar.client.swing.states.adapters.JTextComponentEditableBooleanStateAdapter
Creates a new JTextComponentEditableBooleanStateAdapter.
JTextComponentEditableBooleanStateAdapter(String) - Constructor for class com.sdm.quasar.client.swing.states.adapters.JTextComponentEditableBooleanStateAdapter
Creates a new JTextComponentEditableBooleanStateAdapter.
JTreeSelectionCommandAdapter - class com.sdm.quasar.client.swing.commands.adapters.JTreeSelectionCommandAdapter.
The JTreeSelectionCommandAdapter is an adapter between a JTree and a Command: It trigges the Command, when a TreeSelectionEvent is fired.
JTreeSelectionCommandAdapter(JTree, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.JTreeSelectionCommandAdapter
Creates a new JTreeSelectionCommandAdapter.
JTreeSelectionCommandAdapter(String, JTree, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.JTreeSelectionCommandAdapter
Creates a new JTreeSelectionCommandAdapter.

K

KeywordResolver - interface com.sdm.quasar.client.jsf.binding.KeywordResolver.
The KeywordResolver performs one resolve step, see KeywordResolver.resolve(String).
KeywordResolverFeature - class com.sdm.quasar.client.jsf.binding.features.KeywordResolverFeature.
This Feature implements a KeywordResolverService providing a KeywordResolver.
KeywordResolverFeature() - Constructor for class com.sdm.quasar.client.jsf.binding.features.KeywordResolverFeature
 
KeywordResolverService - interface com.sdm.quasar.client.jsf.binding.services.KeywordResolverService.
This Service provides a KeywordResolver.
keySet() - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
 
keySet() - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature

L

LEFT_ALIGNMENT - Static variable in class com.sdm.quasar.client.core.common.util.StringUtilities
Alignment constant for strings: left alignment.
LETTER_PATTERN - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Pattern with all unicode letters.
LIFE_CYCLE_STATE_ACTIVE - Static variable in class com.sdm.quasar.client.core.common.ComponentLifeCycle
The component has been created and initialized, it is fully functional.
LIFE_CYCLE_STATE_CREATED - Static variable in class com.sdm.quasar.client.core.common.ComponentLifeCycle
The component has been created, but initialization is still pending.
LIFE_CYCLE_STATE_CREATING - Static variable in class com.sdm.quasar.client.core.common.ComponentLifeCycle
The component is currently being created.
LIFE_CYCLE_STATE_DISPOSED - Static variable in class com.sdm.quasar.client.core.common.ComponentLifeCycle
The component is disposed.
LIFE_CYCLE_STATE_DISPOSING - Static variable in class com.sdm.quasar.client.core.common.ComponentLifeCycle
The component is currently being disposed.
LOCK_EVENT - Static variable in interface com.sdm.quasar.client.showcase.swing.actions.commands.CommandNames
 
LifeCycle - interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycle.
Represents the life cycle within a dialog.
LifeCycleAdapter - class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleAdapter.
A LifeCycleListener implementation, that adapts the fine-grained lifecycle notifications to more coarse event methods, that may be overwritten by implementors.
LifeCycleAdapter() - Constructor for class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleAdapter
Creates a new LifeCycleAdapter.
LifeCycleCompletionLevel - class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel.
Typesafe enum: represents the states of completion while a lifecycle transition is made.
LifeCycleControl - interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleControl.
Allows implementors of LifeCycle to attach to the lifecycle of the dialog.
LifeCycleListener - interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleListener.
Observer interface for the change of DialogLifeCycleState of dialogs.
LifeCycleListenerSupport - interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleListenerSupport.
Provides registration and unregistration for observers of the dialog life cycle.
LifeCycleState - class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState.
Typesafe enum: represents the states that a dialog may be in.
LifeCycleStateProvider - interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleStateProvider.
Provides a LifeCycleState.
ListDialog - class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog.
 
ListDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
ListDialogConstants - interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants.
 
ListModelSelectedBooleanState - class com.sdm.quasar.client.swing.states.ListModelSelectedBooleanState.
A BooleanState representing the selection/deselection state of a ListSelectionModel.
ListModelSelectedBooleanState(ListSelectionModel) - Constructor for class com.sdm.quasar.client.swing.states.ListModelSelectedBooleanState
Constructs the BooleanState representing the selection state of the given ListSelectionModel.
ListModelSelectedBooleanState(ListSelectionModel, String) - Constructor for class com.sdm.quasar.client.swing.states.ListModelSelectedBooleanState
Constructs the BooleanState representing the selection state of the given ListSelectionModel.
ListPanel - class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel.
 
ListPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel
This is the default constructor
ListPresentation - class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation.
 
ListPresentation() - Constructor for class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation
 
ListSelectionCommandAdapter - class com.sdm.quasar.client.swing.commands.adapters.ListSelectionCommandAdapter.
The ListSelectionCommandAdapter is an adapter between a ListSelectionModeland a Command: It trigges the Command, when a ListSelectionEvent is fired.
ListSelectionCommandAdapter(ListSelectionModel, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.ListSelectionCommandAdapter
Creates a new ListSelectionCommandAdapter.
ListSelectionCommandAdapter(String, ListSelectionModel, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.ListSelectionCommandAdapter
Creates a new ListSelectionCommandAdapter.
LocaleConfiguration - interface com.sdm.quasar.client.core.dialogbase.config.LocaleConfiguration.
A configuration interface for the Locale of the client.
Log4JLogHandler - class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler.
 
Log4JLogHandler() - Constructor for class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
Creates a new Log4JLogHandler.
Log4JLogHandler(String, int[]) - Constructor for class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
Creates a new Log4JLogHandler.
Log4JLogHandler(Logger) - Constructor for class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
Creates a new Log4JLogHandler.
Log4JLogHandler(Logger, String, int[]) - Constructor for class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
Creates a new Log4JLogHandler.
Log4JLoggingConfiguration - class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLoggingConfiguration.
This LoggingConfiguration initializes the LogManager with a SimpleConsoleLogHandler and a DefaultLoggingInformationCalculator.
Log4JLoggingConfiguration() - Constructor for class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLoggingConfiguration
Creates a new Log4JLoggingConfiguration.
LogHandler - interface com.sdm.quasar.client.core.common.logging.LogHandler.
Interface for the adapter between the LogManager and the logging framework actually used.
LogManager - class com.sdm.quasar.client.core.common.logging.LogManager.
Creates Logger implementations.
LogTimingServerProxyPlugin - class com.sdm.quasar.client.core.server.impl.plugins.LogTimingServerProxyPlugin.
A ServerProxyPlugin logging configurable messages at start and finish of a server service call.
LogTimingServerProxyPlugin(int, String, String, String) - Constructor for class com.sdm.quasar.client.core.server.impl.plugins.LogTimingServerProxyPlugin
Creates a new LogTimingServerProxyPlugin.
Logger - class com.sdm.quasar.client.core.common.logging.Logger.
A simple logger.
LoggingConfiguration - interface com.sdm.quasar.client.core.common.logging.LoggingConfiguration.
This is only a tagging interface for the logging configuration.
LoggingLevel - interface com.sdm.quasar.client.core.common.logging.LoggingLevel.
Defines the default log levels.
LoginDialog - class com.sdm.quasar.client.showcase.swing.login.LoginDialog.
 
LoginDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.login.LoginDialog
 
LoginFrame - class com.sdm.quasar.client.showcase.swing.login.LoginFrame.
 
LoginFrame() - Constructor for class com.sdm.quasar.client.showcase.swing.login.LoginFrame
 
LookAndFeelConfiguration - interface com.sdm.quasar.client.swing.dialogbase.config.LookAndFeelConfiguration.
 
lifeCycleStateChanged(DialogInstanceId, LifeCycleState, LifeCycleState, LifeCycleCompletionLevel) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultLifeCycleListenerSupport
 
lifeCycleStateChanged(DialogInstanceId, LifeCycleState, LifeCycleState, LifeCycleCompletionLevel) - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleAdapter
 
lifeCycleStateChanged(DialogInstanceId, LifeCycleState, LifeCycleState, LifeCycleCompletionLevel) - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleListener
Notification: A dialog has changed from DialogLifeCycleState fromDialogLifeCycleState tolisteners - Variable in class com.sdm.quasar.client.core.application.AbstractSessionManager
Keeps the list of registered SessionListener objects.
loadCompany() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
loadConfiguration(ConfigProvider) - Method in class com.sdm.quasar.client.core.common.config.AbstractConfigurationDescriptor
 
loadConfiguration(ConfigProvider) - Method in interface com.sdm.quasar.client.core.common.config.ConfigurationDescriptor
Loads the configuration, which means, that ConfigurationDescriptor.getValue() might be called.
loadConfiguration(ConfigProvider) - Method in class com.sdm.quasar.client.core.common.config.ValueConfigurationDescriptor
 
lock() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
log(String, String) - Static method in class com.sdm.quasar.client.core.common.logging.DomainLogger
Logs a message, if logging is enabled for the logging level LoggingLevel.DEBUG.
log(int, String, String) - Static method in class com.sdm.quasar.client.core.common.logging.DomainLogger
Logs a message, if logging is enabled for the given logging level.
log(Class, String) - Static method in class com.sdm.quasar.client.core.common.logging.DomainLogger
Logs a message, if logging is enabled for the logging level LoggingLevel.DEBUG.
log(int, Class, String) - Static method in class com.sdm.quasar.client.core.common.logging.DomainLogger
Logs a message, if logging is enabled for the given logging level.
log(int, CallerInformation, String, Throwable) - Method in interface com.sdm.quasar.client.core.common.logging.LogHandler
Logs a message including an optional exception if logging is enabled for the specified calling logger and logging level.
log(String) - Static method in class com.sdm.quasar.client.core.common.logging.Logger
Logs a message, if logging is enabled for the logging level LoggingLevel.DEBUG.
log(int, String) - Static method in class com.sdm.quasar.client.core.common.logging.Logger
Logs a message, if logging is enabled for the given logging level.
log(int, CallerInformation, String, Throwable) - Method in class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLogHandler
 
log(int, CallerInformation, String, Throwable) - Method in class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
 
logError(int, String, String, Throwable) - Static method in class com.sdm.quasar.client.core.common.logging.DomainLogger
Logs a message including an exception if logging is enabled for the given logging level.
logError(int, String, Throwable) - Static method in class com.sdm.quasar.client.core.common.logging.DomainLogger
Logs an exception if logging is enabled for the given logging level.
logError(int, Class, String, Throwable) - Static method in class com.sdm.quasar.client.core.common.logging.DomainLogger
Logs a message including an exception if logging is enabled for the given logging level.
logError(int, Class, Throwable) - Static method in class com.sdm.quasar.client.core.common.logging.DomainLogger
Logs an exception if logging is enabled for the given logging level.
logError(int, String, Throwable) - Static method in class com.sdm.quasar.client.core.common.logging.Logger
Logs a message including an exception if logging is enabled for the given logging level.
logError(int, Throwable) - Static method in class com.sdm.quasar.client.core.common.logging.Logger
Logs an exception if logging is enabled for the given logging level.
login() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginDialog
 
loglevel2String(int) - Static method in class com.sdm.quasar.client.core.common.logging.LogManager
Converts the log-level into a human-readable string.

M

MALE - Static variable in class com.sdm.quasar.client.showcase.data.Gender
 
MapResolver - class com.sdm.quasar.client.jsf.binding.MapResolver.
Resolves a specifig keyword by providing a map.
MapResolver(String, Map) - Constructor for class com.sdm.quasar.client.jsf.binding.MapResolver
 
MessageDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.
TODO: JavaDoc
MessageDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog
 
MessageDialog.MessageDialogContext - class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.MessageDialogContext.
$Revision:$, last modified $Date: $ by $Author: $
MessageDialog.MessageDialogContext(String, String, String, String) - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.MessageDialogContext
Constructor.
MethodCallDialog - class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog.
 
MethodCallDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog
 
MethodCallDialogPanel - class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel.
Visual representation for the MethodCallDialogPresentation.
MethodCallDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
 
MethodCallDialogPresentation - class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPresentation.
 
MethodCallDialogPresentation() - Constructor for class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPresentation
 
ModalBlockHelperService - interface com.sdm.quasar.client.core.dialog.services.ModalBlockHelperService.
Workaround for the following problem with modal dialogs.
ModalBlockHelperService.JobQueue - interface com.sdm.quasar.client.core.dialog.services.ModalBlockHelperService.JobQueue.
Defines a job queue whose work is portioned in single jobs.
ModalDialog - class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog.
This is an example of a dialog that is modal and has a return value.
ModalDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
 
ModalDialogDialog - class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialog.
This is an example of a dialog that opens another dialog as modal dialog (ModalDialog).
ModalDialogDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialog
 
ModalDialogDialogPanel - class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialogPanel.
Visual representation for the ModalDialogDialog.
ModalDialogDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialogPanel
 
ModalDialogFeature - class com.sdm.quasar.client.swing.embedding.features.ModalDialogFeature.
Feature for dialogs that have modal presentations.
ModalDialogFeature() - Constructor for class com.sdm.quasar.client.swing.embedding.features.ModalDialogFeature
 
ModalDialogPanel - class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel.
Visual representation for the ModalDialog.
ModalDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel
 
MultiCurrencyFormat - class com.sdm.quasar.client.core.ui.text.MultiCurrencyFormat.
This NumberFormat uses several NumberFormats for parsing a date (one will do hopefully) and one for formatting.
MultiCurrencyFormat() - Constructor for class com.sdm.quasar.client.core.ui.text.MultiCurrencyFormat
Defult Constructor using MultiCurrencyFormat.DEFAULT_CURRENCY_PARSERS for pasing and DefaultBasicValuesPlugIn[0] for formatting.
MultiCurrencyFormat(NumberFormat, NumberFormat[]) - Constructor for class com.sdm.quasar.client.core.ui.text.MultiCurrencyFormat
Support your own NumberFormats for formatting (one) and parsing (multible).
MultiDateFormat - class com.sdm.quasar.client.core.ui.text.MultiDateFormat.
This DateFormat uses several DateFormats for parsing a date (one will do hopefully) and one for formatting.
MultiDateFormat(String, String[], Locale) - Constructor for class com.sdm.quasar.client.core.ui.text.MultiDateFormat
Support your own patterns for formatting (one) and parsing (multible).
MultiDateFormat(String, String[]) - Constructor for class com.sdm.quasar.client.core.ui.text.MultiDateFormat
Support your own patterns for formatting (one) and parsing (multible).
MultiDateFormat(DateFormat, DateFormat[]) - Constructor for class com.sdm.quasar.client.core.ui.text.MultiDateFormat
Support your own DateFormats for formatting (one) and parsing (multible).
MultiDateFormat(Locale) - Constructor for class com.sdm.quasar.client.core.ui.text.MultiDateFormat
Defult Constructor supports locales "de" and "en".
MultiDateFormat() - Constructor for class com.sdm.quasar.client.core.ui.text.MultiDateFormat
Default Cnstructor uses the default locale see Locale.getDefault() for Constructor MultiDateFormat.MultiDateFormat(Locale).
MultipleActivationController - interface com.sdm.quasar.client.core.embedding.MultipleActivationController.
An ActivationController, that manages a set of sub dialogs with a local name.
MultipleActivationControllerFeature - class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature.
An ActivationController, that manages a set of sub dialogs with a local name.
MultipleActivationControllerFeature() - Constructor for class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature
Creates a new MultipleActivationControllerFeature.
MutableBooleanState - class com.sdm.quasar.client.core.states.MutableBooleanState.
A very simple implementation of BooleanState.
MutableBooleanState() - Constructor for class com.sdm.quasar.client.core.states.MutableBooleanState
Creates a new MutableBooleanState.
MutableBooleanState(String) - Constructor for class com.sdm.quasar.client.core.states.MutableBooleanState
Creates a new MutableBooleanState.
MutableBooleanState(boolean) - Constructor for class com.sdm.quasar.client.core.states.MutableBooleanState
Creates a new MutableBooleanState.
MutableBooleanState(String, boolean) - Constructor for class com.sdm.quasar.client.core.states.MutableBooleanState
Creates a new MutableBooleanState.
MutableState - class com.sdm.quasar.client.core.states.MutableState.
 
MutableState(Object) - Constructor for class com.sdm.quasar.client.core.states.MutableState
 
MutableState(String, Object) - Constructor for class com.sdm.quasar.client.core.states.MutableState
 
MyFacesStateManager - class com.sdm.quasar.client.jsf.application.dialog.MyFacesStateManager.
This class takes care of creating, storing and restoring views (javax.faces.component.UIViewRoot) of dialog instances.
MyFacesStateManager(StateManager) - Constructor for class com.sdm.quasar.client.jsf.application.dialog.MyFacesStateManager
Constructor.
MyFacesTaggingFormRenderer - class com.sdm.quasar.client.jsf.application.dialog.MyFacesTaggingFormRenderer.
Custom-FormRenderer.
MyFacesTaggingFormRenderer() - Constructor for class com.sdm.quasar.client.jsf.application.dialog.MyFacesTaggingFormRenderer
 
main(String[]) - Static method in class com.sdm.quasar.client.showcase.helloworld.HelloWorldApplication
Starts the Application
main(String[]) - Static method in class com.sdm.quasar.client.showcase.swing.SwingShowcaseApplication
Creates the application instance using DefaultSwingApplicationCreator#createApplication(Class) and starts it.
main(String[]) - Static method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
 
main(String[]) - Static method in class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
markTraversed(Object, String) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions
 
markTraversed(Object, String) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Marks the given object as traversed.
markTraversedAndSetId(SystemInfoNode, Object) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions
 
markTraversedAndSetId(SystemInfoNode, Object) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Marks the given object as traversed and sets a created id to the given SystemInfoNode.
mformat(String, Map) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
mformat(String, HashMap) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
mformat(String, String, Object) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
mformat(String, String, Object, String, Object) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
mformat(String, String, Object, String, Object, String, Object) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
mformat(String, String, Object, String, Object, String, Object, String, Object) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.
mformat(String, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Formats the given pattern using the arguments given.

N

NAME_DATA - Static variable in interface com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldConstants
 
NOTBooleanState - class com.sdm.quasar.client.core.states.NOTBooleanState.
A BooleanState, that negates it's source state.
NOTBooleanState(BooleanState) - Constructor for class com.sdm.quasar.client.core.states.NOTBooleanState
Creates a new NOTBooleanState.
NOTBooleanState(String, BooleanState) - Constructor for class com.sdm.quasar.client.core.states.NOTBooleanState
Creates a new NOTBooleanState.
NO_OPTION - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
NUMBER_PATTERN - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Pattern with all decimal digits plus characters for number representation ('+','-','.',',').
NamedException - interface com.sdm.quasar.client.core.common.util.NamedException.
A simple interface for exceptions that support different error cases (described by id's), exception type (severity) and support localization.
NavigationDialog - class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog.
The navigation dialog that displays a tree menu used to select various dialogs in the portal.
NavigationDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog
 
NavigationDialogActions - interface com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogActions.
The interface defining the dialog actions that the NavigationDialog offers the NavigationPanel.
NavigationDialogConfig - class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogConfig.
Context configuration object for the NavigationDialog.
NavigationDialogConfig(String, Object, Object[][]) - Constructor for class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogConfig
Constructor.
NavigationFeature - class com.sdm.quasar.client.jsf.dialog.features.NavigationFeature.
 
NavigationFeature() - Constructor for class com.sdm.quasar.client.jsf.dialog.features.NavigationFeature
 
NavigationMenuNode - class com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode.
Represents one node in the navigation menu of the NavigationDialog.
NavigationMenuNode(String, String, Object) - Constructor for class com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode
Constructor.
NavigationPanel - class com.sdm.quasar.client.showcase.swing.navigation.NavigationPanel.
The visual representation of the NavigationDialog.
NavigationPanel(DataManager, NavigationDialogActions) - Constructor for class com.sdm.quasar.client.showcase.swing.navigation.NavigationPanel
Constructor, calls #initComponents().
NavigationService - interface com.sdm.quasar.client.jsf.dialog.services.NavigationService.
 
NestedValueHandler - interface com.sdm.quasar.client.core.data.plugin.NestedValueHandler.
The interface a ValueHandler calls in the value handler stack of a node to pass requests on to the next value handler.
NewPortalDialog - class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialog.
This is an example of a dialog that opens another independent window (in this case another portal).
NewPortalDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialog
 
NewPortalDialogPanel - class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialogPanel.
Visual representation for the NewPortalDialog.
NewPortalDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialogPanel
 
Node - class com.sdm.quasar.client.core.data.structure.Node.
Defines a node of the data structure of the DataManager.
Node(String, Class) - Constructor for class com.sdm.quasar.client.core.data.structure.Node
Creates a node without dependencies
Node(String, String[], Class) - Constructor for class com.sdm.quasar.client.core.data.structure.Node
Creates a node that depends on other nodes.
NodeController - interface com.sdm.quasar.client.core.data.plugin.NodeController.
 
NodeInfo - class com.sdm.quasar.client.swing.systeminfo.NodeInfo.
 
NodeInfo(SystemInfoNode) - Constructor for class com.sdm.quasar.client.swing.systeminfo.NodeInfo
Creates a new NodeInfo.
NodeInfoTreeCellRenderer - class com.sdm.quasar.client.swing.systeminfo.NodeInfoTreeCellRenderer.
 
NodeInfoTreeCellRenderer(ImageProviderService) - Constructor for class com.sdm.quasar.client.swing.systeminfo.NodeInfoTreeCellRenderer
Creates a new NodeInfoTreeCellRenderer.
NumberFilterDocument - class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument.
TODO Locale berücksichtigen
NumberFilterDocument() - Constructor for class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
NumberFilterDocument(Class) - Constructor for class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
NumberFilterDocument(Class, BigDecimal, BigDecimal) - Constructor for class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
NumberFilterDocument(int, int) - Constructor for class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
NumberFilterDocument(Class, int, int) - Constructor for class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
NumberFilterDocument(Class, BigDecimal, BigDecimal, int, int) - Constructor for class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
NumberFilterDocument(int, int, boolean, boolean, boolean) - Constructor for class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
NumberFilterDocument(Class, int, int, boolean, boolean, boolean) - Constructor for class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
NumberFilterDocument(Class, BigDecimal, BigDecimal, int, int, boolean, boolean, boolean) - Constructor for class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
newArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
Sets back all the base nodes to display an empty form.
newEmployee() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
newInstance(Class) - Method in interface com.sdm.quasar.client.core.common.util.ClassUtilities.ClassUtilitiesImplementation
Creates a new instance for the class given.
newInstance(Class) - Static method in class com.sdm.quasar.client.core.common.util.ClassUtilities
Creates a new instance for the class given.
newInstance(Class) - Method in class com.sdm.quasar.client.core.common.util.DefaultClassUtilitiesImplementation
 
next() - Method in class com.sdm.quasar.client.core.common.util.AbstractConverterIterator
 
next() - Method in class com.sdm.quasar.client.core.common.util.AbstractFilterIterator
 
next() - Method in class com.sdm.quasar.client.core.common.util.ArrayIterator
 
next() - Method in class com.sdm.quasar.client.core.common.util.ConcatIterator
 
next() - Method in class com.sdm.quasar.client.core.common.util.SingleIterator
 
nextIndex() - Method in class com.sdm.quasar.client.core.common.util.ArrayIterator
 
nextTokenPos(String, int, String, char, char, String, String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Parses the given String starting at the given index until a delimiter character occures, but not withing a quotet text or within braces.
nextTokenPos(String, int, String, String, String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Parses the given String starting at the given index until a delimiter character occures, but not withing a quotet text or within braces.
notifyChildValueChanged(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
Called by a node that depends on this node that its value has changed.
notifyChildValueChanged(NodeController, String) - Method in interface com.sdm.quasar.client.core.data.plugin.ValueHandler
Called when the value of a node that depends on this node has changed.
notifyChildValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
Called when the value of a node that depends on this node has changed. This implementation does nothing.
notifyChildValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler
Called when the value of a node that depends on this node has changed. This implementation does nothing.
notifyChildValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler
This implementation does nothing
notifyChildValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler
Called when the value of a node that depends on this node has changed. This implementation does nothing.
notifyChildValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler
Called when the value of a node that depends on this node has changed. Notifies the listener using EventNotificationValueHandlerListener.notifyChildValueChanged(NodeController, String).
notifyChildValueChanged(NodeController, String) - Method in interface com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandlerListener
Called when com.sdm.quasar.client.core.data.internal.impl.ValueHandler#notifyChildValueChanged(NodeController, String) is called on the EventNotificationValueHandler.
notifyChildValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Notifies a selection in list if present that one of its child values may have changed.
notifyChildrenOfSourceValueChange() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
notifyChildrenOfSourceValueChange() - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
This method notifies all of this node's children that their source value has changed.
notifyExternalChange(String) - Method in interface com.sdm.quasar.client.core.data.plugins.ValueChangedPlugIn
Notify the node that its value has been changed by means outside the control of the data store.
notifyExternalChange(String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
 
notifyNodeAdded(NodeController) - Method in class com.sdm.quasar.client.core.data.plugin.AbstractDataManagerPlugIn
Called by the DataCore when a node has been added.
notifyNodeAdded(NodeController) - Method in interface com.sdm.quasar.client.core.data.plugin.DataManagerPluginCallback
Called by the DataCore when a node has been added.
notifyNodeAdded(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultBasicValuesPlugIn
Installs a value handler if the node is either a BaseNode, a AspectNode or a ComputedNode.
notifyNodeAdded(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultIndexedValuesPlugIn
Installs a value handler if the node is either a IndexedNode and its source type is a List.
notifyNodeAdded(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
 
notifyNodeAdded(NodeController) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Registers tthe #eventNotificationValueHandler.
notifyNodeValueChanged(NodeController) - Method in interface com.sdm.quasar.client.core.data.plugin.ValueHandler
Called when the value of the node has changed because of a change originating at the given node.
notifyNodeValueChanged(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
Called when the value of the node has changed because of a change originating at the given node. This implementation does nothing
notifyNodeValueChanged(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler
Called when the value of the node has changed because of a change originating at the given node. This implementation does nothing
notifyNodeValueChanged(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler
This implementation does nothing
notifyNodeValueChanged(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler
Called when the value of the node has changed because of a change originating at the given node. This implementation does nothing.
notifyNodeValueChanged(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler
Called when the value of the node has changed because of a change originating at the given node. Notifies the listener using EventNotificationValueHandlerListener.notifyNodeValueChanged(NodeController).
notifyNodeValueChanged(NodeController) - Method in interface com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandlerListener
Called when com.sdm.quasar.client.core.data.internal.impl.ValueHandler#notifyNodeValueChanged(NodeController) is called on the EventNotificationValueHandler.
notifyNodeValueChanged(NodeController) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Notifies the value model registered for that node.
notifyNodeWillBeRemoved(NodeController) - Method in class com.sdm.quasar.client.core.data.plugin.AbstractDataManagerPlugIn
Called by the DataCore before a node will be removed.
notifyNodeWillBeRemoved(NodeController) - Method in interface com.sdm.quasar.client.core.data.plugin.DataManagerPluginCallback
Called by the DataCore before a node will be removed.
notifyNodeWillBeRemoved(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultBasicValuesPlugIn
 
notifyNodeWillBeRemoved(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultIndexedValuesPlugIn
 
notifyNodeWillBeRemoved(NodeController) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
 
notifyNodeWillBeRemoved(NodeController) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
 
notifyPageUnvisible() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
 
notifyPageVisible() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
 
notifySourceValueChanged(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
Called by a source node when it's value has changed.
notifySourceValueChanged(NodeController, String) - Method in interface com.sdm.quasar.client.core.data.plugin.ValueHandler
Called when the value of a node that the node depends on or an ancestor further removed has changed.
notifySourceValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
Called when the value of a node that the node depends on or an ancestor further removed has changed. This implenentation does nothing
notifySourceValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler
Called when the value of a node that the node depends on or an ancestor further removed has changed. This implenentation does nothing
notifySourceValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler
This implementation throws an exception since a base value does not depend on any other value.
notifySourceValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler
Called when the value of a node that the node depends on or an ancestor further removed has changed. This implementation does nothing.
notifySourceValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler
Called when the value of a node that the node depends on or an ancestor further removed has changed. Notifies the listener using EventNotificationValueHandlerListener.notifySourceValueChanged(NodeController, String).
notifySourceValueChanged(NodeController, String) - Method in interface com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandlerListener
Called when com.sdm.quasar.client.core.data.internal.impl.ValueHandler#notifySourceValueChanged(NodeController, String) is called on the EventNotificationValueHandler.
notifySourceValueChanged(NodeController, String) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Notifies the value model registered for that node
notifySourcesOfChildValueChange() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
notifySourcesOfChildValueChange() - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
This method notifies all of this node's sources that this node's value has changed.

O

OK_CANCEL_OPTION - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
OK_OPTION - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
OPERATION_AND - Static variable in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Operation-constant: The BooleanState values will be combined in an conjunctive way (AND-operation).
OPERATION_OR - Static variable in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Operation-constant: The Operation values will be combined in an disjunctive way (OR-operation).
OPERATION_XOR - Static variable in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Operation-constant: The Operation values will be combined with the XOR-operation.
ORBooleanState - class com.sdm.quasar.client.core.states.ORBooleanState.
A BooleanState that combines a set of other boolean states with the logical OR operation.
ORBooleanState(String) - Constructor for class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
ORBooleanState(String, BooleanState[], boolean[]) - Constructor for class com.sdm.quasar.client.core.states.ORBooleanState
Creates a new ORBooleanState.
ObjectResolver - class com.sdm.quasar.client.jsf.binding.ObjectResolver.
The ObjectResolver resolves a given keyword by providing a given object.
ObjectResolver(String, Object) - Constructor for class com.sdm.quasar.client.jsf.binding.ObjectResolver
 
OnSelect() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
 
OptionDialogService - interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService.
Offers access to a message box like the JOptionPane while observing the dialog hierarchy and using the correct parent argument for the modal dialog.
OptionDialogServiceFeature - class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature.
Default implementation of the OptionDialogService that uses a Component as a parent for the modal dialogs.
OptionDialogServiceFeature() - Constructor for class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
Creates an instance that tries to find any suitable frame shown.
OptionDialogServiceFeature(Component) - Constructor for class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
Creates an instance that uses a component as a parent for the option dialogs.
Order - class com.sdm.quasar.client.showcase.jsf.data.Order.
TODO: JavaDoc
Order(Article, int) - Constructor for class com.sdm.quasar.client.showcase.jsf.data.Order
 
OrderRegistry - class com.sdm.quasar.client.showcase.jsf.data.OrderRegistry.
Registers and manages orders
occurrencesOf(String, String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
How often does the search string occur in the whole string?
occurrencesOf(String, String) - Static method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
How often does the search string occur in the whole string?
onChildActivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Called whenever a child was activated.
onChildActivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractActivationControllerFeature
 
onChildAdded(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Called whenever a child was added (before lifecycle methods will be called).
onChildAdded(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractActivationControllerFeature
 
onChildDeactivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Called whenever a child was deactivated.
onChildDeactivated(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractActivationControllerFeature
 
onChildRemoved(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Called whenever a child was removed.
onChildRemoved(String, SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractActivationControllerFeature
 
onSessionCreate(Session) - Method in interface com.sdm.quasar.client.core.application.SessionListener
This method is called by the SessionManager when a session is created.
onSessionDispose(Session) - Method in interface com.sdm.quasar.client.core.application.SessionListener
This method is called by the SessionManager before a session is disposed.
openDialogA() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
 
openDialogA() - Method in interface com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationService
 
openDialogB() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
 
openDialogB() - Method in interface com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationService
 
openEmployee() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
openModalDialog1() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
 
openModalDialog1() - Method in interface com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationService
 
openModalDialog2() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
 
openModalDialog2() - Method in interface com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationService
 
openSingletonDialog() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
 
openSingletonDialog() - Method in interface com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationService
 
orderArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
Adds an article to the orders list.
orderMore() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitSingletonDialog
Increases the number of ordered elements.

P

PLAIN - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel
Nothing completed in the current notification.
PLAIN_MESSAGE - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
PREPARED - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
In the state prepared the dialog is not visible and does not process user events, but it has a visual representation and it may react to events from other dialogs.
PREPARING - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
State definition for the life cycle of a dialog: The dialog is currently prepearing.
PRGNavigationHandler - class com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler.
Custom NavigationHandler for the Quasar Client.
PRGNavigationHandler(NavigationHandler) - Constructor for class com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler
Constructor.
PanelCompositeFeature - class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature.
An embedding feature, which can embed child dialogs (which are managed by an ActivationController) into one or more panels with an arbitrary layout manager.
PanelCompositeFeature() - Constructor for class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
ParameterDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog.
This dialog demonstrates the transfer of parameters via a context object.
ParameterDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog
 
ParameterDialogA - class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialogA.
This dialog demonstrates the transfer of parameters via a context object.
ParameterDialogA() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialogA
 
ParentWindowService - interface com.sdm.quasar.client.swing.embedding.services.ParentWindowService.
Service that provices the parent window component that is needed for modal dialogs.
Person - class com.sdm.quasar.client.showcase.data.Person.
 
Person() - Constructor for class com.sdm.quasar.client.showcase.data.Person
 
PortalControlService - interface com.sdm.quasar.client.showcase.swing.portal.PortalControlService.
Allows the control of the portal content.
PortalDialog - class com.sdm.quasar.client.showcase.swing.portal.PortalDialog.
Portal dialog for the showcase.
PortalDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.portal.PortalDialog
 
PortalDialogActionFeature - class com.sdm.quasar.client.showcase.swing.portal.PortalDialogActionFeature.
Feature handling the request to close the PortalDialog.
PortalDialogActionFeature() - Constructor for class com.sdm.quasar.client.showcase.swing.portal.PortalDialogActionFeature
 
PortalDialogConfiguration - class com.sdm.quasar.client.showcase.swing.portal.PortalDialogConfiguration.
Configuration of the PortalDialog (passes as a creation context) which configures the navigation dialog in the left side of the portal window.
PortalDialogConfiguration(String, Object) - Constructor for class com.sdm.quasar.client.showcase.swing.portal.PortalDialogConfiguration
Constructor.
PortalPanel - class com.sdm.quasar.client.showcase.swing.portal.PortalPanel.
Visual representation of the PortalDialog.
PortalPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.portal.PortalPanel
 
PortalPresentation - class com.sdm.quasar.client.showcase.swing.portal.PortalPresentation.
Presentation feature for the PortalDialog.
PortalPresentation() - Constructor for class com.sdm.quasar.client.showcase.swing.portal.PortalPresentation
 
PostParameters - class com.sdm.quasar.client.jsf.dialog.PostParameters.
Simple helper class to collect post parameters for a request and add them as hidden fields to a response or as token, thas my be added to a link or view id.
PostParameters() - Constructor for class com.sdm.quasar.client.jsf.dialog.PostParameters
Protected Constructor.
Project - class com.sdm.quasar.client.showcase.data.Project.
 
Project() - Constructor for class com.sdm.quasar.client.showcase.data.Project
 
PropertyFileBeanConfigReader - class com.sdm.quasar.client.core.common.config.PropertyFileBeanConfigReader.
A ConfigReader that reads a java property file and interprets the key value pairs as pairs of configuration key classes and value classes.
PropertyFileBeanConfigReader(URL) - Constructor for class com.sdm.quasar.client.core.common.config.PropertyFileBeanConfigReader
Creates a new PropertyFileBeanConfigReader.
PropertyFileBeanConfigReader(String) - Constructor for class com.sdm.quasar.client.core.common.config.PropertyFileBeanConfigReader
Creates a new PropertyFileBeanConfigReader.
pageEnteredAt(BrowserWindow) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
Callback from the BrowserWindow informing, that the VisualRepresentation is visible again at the BrowserWindow due to browser naivigation or because a VisualRepresentation is hidden and this VisualRepresentation is the next to be shown.
pageLeftAt(BrowserWindow) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
Callback from the BrowserWindow informing, that the VisualRepresentation is left at the BrowserWindow due to browser navigation or because an other VisualRepresentation is shwn.
parse(String, ParsePosition) - Method in class com.sdm.quasar.client.core.ui.text.MultiCurrencyFormat
 
parse(String, ParsePosition) - Method in class com.sdm.quasar.client.core.ui.text.MultiDateFormat
 
perform() - Method in interface com.sdm.quasar.client.jsf.binding.ActionResolver.Action
The referenced action will be performed.
perform() - Method in class com.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver.CommandManagerAction
 
performActionChangeCity() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
performActionChangeCity() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog
 
performActionChangeCountry() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
performActionChangeCountry() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog
 
performActionChangeStreet() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
performActionChangeStreet() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog
 
performActionChangeZipCode() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
performActionChangeZipCode() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog
 
performBypass() - Method in interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback
Handle the request as a bypass for the quasar client: the request will be handled like a normal JSF request, no quasar specific processing will be done.
performRedirect() - Method in interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback
Perform a redirect to the currently activated dialog.
performRedirect(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.NavigationFeature
 
performRedirect(String) - Method in interface com.sdm.quasar.client.jsf.dialog.services.NavigationService
Perform a redirect to the given url
performRedirectToCurrent() - Method in interface com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack
An other than the requested VisualRepresentation is the currently shown VisualRepresentation and shall stay.
performRedirectToCurrent() - Method in class com.sdm.quasar.client.jsf.dialog.features.NavigationFeature
 
performRedirectToCurrent() - Method in interface com.sdm.quasar.client.jsf.dialog.services.NavigationService
Perform a redirect to the currently shown VisualRepresentation at the BrowserWindow
performRedirectToDialog(String, Object) - Method in interface com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack
Instead of the requested VisualRepresentation the VisualRepresentation of another dialog shall be shown.
performRedirectToUrl(String) - Method in interface com.sdm.quasar.client.jsf.dialog.BrowserWindowCallBack
Instead of the requested VisualRepresentation an other page shall be shown.
positionDialogRelativeToParent(Window) - Method in class com.sdm.quasar.client.swing.embedding.features.ModalDialogFeature
Positions the dialog's window relative to the parent window (i.e. centers it) using Window.setLocationRelativeTo(java.awt.Component)
prepare() - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
Called when the dialog is prepared.
prepare() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstance
 
prepare() - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycle
Transition from state LifeCycleState.CREATED to state LifeCycleState.PREPARED.
prepare() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
 
prepare() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
 
prepare() - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
 
prepare() - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
prepare() - Method in class com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog
 
prepare() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.configuration.ExceptionDialog
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPresentation
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPresentation
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPresentation
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPresentation
Creates the visual representation by calling #initVisualRepresentation() and setting it to the VisualRepresentationFeature.
prepare() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow
Creates the visual representation of the dialog.
prepare() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialog
Creates our own visual representation and links the #openButton to #showWindow().
prepare() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dialogindialog.DialogInDialog
Creates our visual representation and sets up the MultipleActivationControllerFeature and the PanelCompositeFeature.
prepare() - Method in class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialog
Creates our visual representation and connects the #openButton to #showWindow().
prepare() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
Creates and initializes our visual representation.
prepare() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialog
Creates our visual representation and connects the openButton to #showModalDialog().
prepare() - Method in class com.sdm.quasar.client.showcase.swing.embedding.tabdialog.TabDialog
Creates our visual representation and sets up the MultipleActivationControllerFeature and the PanelCompositeFeature.
prepare() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginDialog
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.messagepane.HtmlMessagePane
Creates our visual representation #panel, fills it with a mini browser (ShowcaseUtilities.createHtmlTextPane(URL)), and registers it as our visual representation with VisualRepresentationFeature.setVisualRepresentation(JComponent).
prepare() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalDialog
Creates the navigation dialog as configured in the PortalDialogConfiguration by calling PortalDialog.createNavigationDialog(String, Object).
prepare() - Method in class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialog
 
prepare() - Method in class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogFeature
 
prepare() - Method in class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
 
prepare() - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
prepare() - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
prepare() - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
prepare() - Method in class com.sdm.quasar.client.swing.embedding.features.VisualRepresentationFeature
 
prepare() - Method in class com.sdm.quasar.client.swing.embedding.features.WindowFeature
Registers the services
prepare() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogFeature
 
prepareDialog() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
prepareDialog() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogLifeCycleController
 
prepareDialog() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogLifeCycleController
Prepeares the dialog.
prepareDialog() - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.SubDialogLifeCycleController
Prepares the child-dialog.
prepareFrame() - Method in class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
 
prepared(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleAdapter
Listener Method for the dialog has been prepared
previous() - Method in class com.sdm.quasar.client.core.common.util.ArrayIterator
 
previousIndex() - Method in class com.sdm.quasar.client.core.common.util.ArrayIterator
 
print() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.DynamicEmbeddingDialog
 
printStackTrace(PrintStream) - Method in class com.sdm.quasar.client.core.common.DisposeException
Adds the multiple stored causes to the output generated by the call to super.
printStackTrace(PrintWriter) - Method in class com.sdm.quasar.client.core.common.DisposeException
Adds the multiple stored causes to the output generated by the call to super.
printSystemSnapshot() - Method in class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
Takes a system snapshot and prints it to the console.
processEvents(EventLoop.EventFilter, EventLoop.EventFilter) - Static method in class com.sdm.quasar.client.swing.common.event.EventLoop
This method does the event processing of the system event queue until the run condition does no more accept events.
processEvents(EventLoop.EventFilter, EventLoop.EventFilter, EventLoop.ExceptionHandler) - Static method in class com.sdm.quasar.client.swing.common.event.EventLoop
This method does the event processing of the system event queue until the run condition does no more accept events.
processServerServiceCall(Object[]) - Method in interface com.sdm.quasar.client.core.server.impl.ServerProxyPlugin.ServerProxyPluginCallback
Continues processing of the current server call by calling the next subsequent ServerProxyPlugin registered.
processServerServiceCall(Class, Method, Object[], ServerProxyPlugin.ServerProxyPluginCallback) - Method in interface com.sdm.quasar.client.core.server.impl.ServerProxyPlugin
 
processServerServiceCall(Class, Method, Object[], ServerProxyPlugin.ServerProxyPluginCallback) - Method in class com.sdm.quasar.client.core.server.impl.plugins.AsynchronousCallServerProxyPlugin
 
processServerServiceCall(Class, Method, Object[], ServerProxyPlugin.ServerProxyPluginCallback) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
 
processServerServiceCall(Class, Method, Object[], ServerProxyPlugin.ServerProxyPluginCallback) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ImplementationServerProxyPlugin
 
processServerServiceCall(Class, Method, Object[], ServerProxyPlugin.ServerProxyPluginCallback) - Method in class com.sdm.quasar.client.core.server.impl.plugins.LogTimingServerProxyPlugin
 
propertyChange(PropertyChangeEvent) - Method in class com.sdm.quasar.client.swing.states.ActionEnabledBooleanState
 
propertyChange(PropertyChangeEvent) - Method in class com.sdm.quasar.client.swing.states.JComponentEnabledBooleanState
 
put(Object, Object) - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Put the key-value pair into storage
put(Object, Object) - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Put the key-value pair into storage
put(Object, Object) - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
putAll(Map) - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
putGetParameter(String, String) - Method in class com.sdm.quasar.client.jsf.dialog.GetParameters
Add a new get parameter or change an existing.
putGetParameters(Properties) - Method in class com.sdm.quasar.client.jsf.dialog.GetParameters
The properties are added to the get parameters.
putPostParameter(String, String) - Method in class com.sdm.quasar.client.jsf.dialog.PostParameters
Add a new post parameter or change an existing.

Q

QUESTION_MESSAGE - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
QuasarClientPropertyResolver - class com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver.
Property resolver that extends the default PropertyResolver of JSF.
QuasarClientPropertyResolver(PropertyResolver) - Constructor for class com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver
Constructor.
QuasarClientVariableResolver - class com.sdm.quasar.client.jsf.binding.QuasarClientVariableResolver.
Property resolver that extends the default VariableResolver of JSF.
QuasarClientVariableResolver(VariableResolver) - Constructor for class com.sdm.quasar.client.jsf.binding.QuasarClientVariableResolver
Constructor.
QuasarCompositeApplication - class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication.
Class that is used as JSF application.
QuasarCompositeApplication(Application, Application) - Constructor for class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
Constructor that hands in the default JSF application instance.
quoteString(String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Quotes the string.
quoteString(String, char, char) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Quotes the string with the given quoting char.
quoteString(String, char, char, boolean, boolean) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Quotes the string with the given quoting char.

R

RELEASING - Static variable in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
State definition for the life cycle of a dialog within the DialogManager:
RESOURCE_ID_CONTENT - Static variable in class com.sdm.quasar.client.showcase.swing.portal.PortalDialog
the id used to identify the slot where the content dialog is placed
RESOURCE_ID_NAVIGATION - Static variable in class com.sdm.quasar.client.showcase.swing.portal.PortalDialog
the id used to identify the slot where the navigation dialog is placed
RIGHT_ALIGNMENT - Static variable in class com.sdm.quasar.client.core.common.util.StringUtilities
Alignment constant for strings: right alignment.
ROOT_DIALOG - Static variable in interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionService
Dialog ID for the root dialog (normaly without visible representation).
ReactivationFeature - class com.sdm.quasar.client.core.dialogbase.features.ReactivationFeature.
A Feature implementing the ReactivationService.
ReactivationFeature() - Constructor for class com.sdm.quasar.client.core.dialogbase.features.ReactivationFeature
 
ReactivationService - interface com.sdm.quasar.client.core.dialogbase.services.ReactivationService.
This Service is for reactivating i.e. deiconify or bring to front, sub dialogs.
ReactivationService.ReactivationCallback - interface com.sdm.quasar.client.core.dialogbase.services.ReactivationService.ReactivationCallback.
This call back is supported by the dialog that register at this service.
RequestDataService - interface com.sdm.quasar.client.jsf.dialog.services.RequestDataService.
This srevice provides the request scope.
RequestParameterManager - class com.sdm.quasar.client.jsf.dialog.RequestParameterManager.
Helper class to handle attributes of the request scope.
ResourceAccessFeature - class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature.
 
ResourceAccessFeature() - Constructor for class com.sdm.quasar.client.core.dialogbase.features.ResourceAccessFeature
Creates a new ResourceAccessFeature.
ResourceAccessService - interface com.sdm.quasar.client.core.dialogbase.services.ResourceAccessService.
A Service to access resource values.
ResourceBundleConfiguration - interface com.sdm.quasar.client.core.dialogbase.config.ResourceBundleConfiguration.
 
ResponseHeaderFilter - class com.sdm.quasar.client.jsf.application.ResponseHeaderFilter.
 
ResponseHeaderFilter() - Constructor for class com.sdm.quasar.client.jsf.application.ResponseHeaderFilter
 
ResponseParameterService - interface com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService.
This Service provides post parameters (ResponseParameterService.getPostParameters()) and get parameters (ResponseParameterService.getGetParameters() for the curent response.
RestrictionDocument - class com.sdm.quasar.client.swing.ui.text.RestrictionDocument.
A Document for multi-line text.
RestrictionDocument() - Constructor for class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Creates a new RestrictionDocument without restrictions.
RestrictionDocument(int) - Constructor for class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Creates a new RestrictionDocument
RestrictionDocument(int, String) - Constructor for class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Creates a new RestrictionDocument
RestrictionDocument(int, String, int) - Constructor for class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Creates a new RestrictionDocument
RestrictionDocument(int, int, int) - Constructor for class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Creates a new RestrictionDocument
RestrictionDocument(int, int, int, String) - Constructor for class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Creates a new RestrictionDocument
RestrictionDocument.FixedLengthListener - interface com.sdm.quasar.client.swing.ui.text.RestrictionDocument.FixedLengthListener.
A listener interface for FixedLengthDocuments.
RichFacesDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog.
This dialog demonstrates an example for using a RichFaces Component
RichFacesDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
 
RootControllerFeature - class com.sdm.quasar.client.core.dialogbase.features.RootControllerFeature.
A simple activation controller, that simply activates all subdialogs that where added to it (when itself is activated).
RootControllerFeature() - Constructor for class com.sdm.quasar.client.core.dialogbase.features.RootControllerFeature
Creates a new RootControllerFeature.
RootServiceProvider - class com.sdm.quasar.client.jsf.dialog.RootServiceProvider.
 
RootServiceProvider() - Constructor for class com.sdm.quasar.client.jsf.dialog.RootServiceProvider
 
RunnableCommandManager - class com.sdm.quasar.client.core.commands.RunnableCommandManager.
A CommandManager using Runnables for its Commands.
RunnableCommandManager() - Constructor for class com.sdm.quasar.client.core.commands.RunnableCommandManager
Creates a new RunnableCommandManager.
reactivate(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialogbase.features.ReactivationFeature
 
reactivate() - Method in interface com.sdm.quasar.client.core.dialogbase.services.ReactivationService.ReactivationCallback
Call back method: the dialog is requested to reactivate (deiconity or bring to front)
reactivate(DialogInstanceId) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ReactivationService
When registrated, the specified dialog is called to reactivate itselfe
readComponentDefinitions(ComponentServerProxyPlugin) - Method in interface com.sdm.quasar.client.core.server.impl.plugins.ComponentDefinitionReader
Reads component and service definitions from a resource.
readConfigFile(ConfigManager) - Method in interface com.sdm.quasar.client.core.common.config.ConfigReader
Reads a configuration and adds configuration values to the configuration manager.
readConfigFile(ConfigManager) - Method in class com.sdm.quasar.client.core.common.config.PropertyFileBeanConfigReader
 
readConfigFile(ConfigManager) - Method in class com.sdm.quasar.client.spring.common.config.SpringConfigReader
 
readDialogDefinitions(DialogDefinitionService) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionReader
Reads dialog definitions from the resource.
readDialogDefinitions(DialogDefinitionService) - Method in class com.sdm.quasar.client.spring.dialog.SpringDialogDefinitionReader
 
readInternalId(HttpServletRequest) - Static method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
Reads the id parameters from the request and returns then.
readList(String, String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Converts the given string that contains a list of elements separated by any of the characters in the given separator string.
readNameValueParameters(String, char, String, char, char, Map) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Decodes a string as name-value pairs, where values can be quoted.
readResolve() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel
Overwrites behaviour on deserialization.
redirect(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature
 
refresh() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
 
registerCommand(String, Object, Method, BooleanState) - Method in class com.sdm.quasar.client.core.commands.GenericCommandManager
Registers a new command with the given id and parameters to this GenericCommandManager.
registerCommand(String, Object, Class, String, BooleanState) - Method in class com.sdm.quasar.client.core.commands.GenericCommandManager
Registers a new command with the given id and parameters to this GenericCommandManager.
registerCommand(String, Object, String, BooleanState) - Method in class com.sdm.quasar.client.core.commands.GenericCommandManager
Registers a new command with the given id and parameters to this GenericCommandManager.
registerCommand(String, Runnable, BooleanState) - Method in class com.sdm.quasar.client.core.commands.RunnableCommandManager
Registers a new command with the given id and parameters to this RunnableCommandManager.
registerComponent(Object, ComponentDefinition) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
Registers a ComponentDefinition for a component-id.
registerDataManagerPluginCallback(DataManagerPluginCallback) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
 
registerDataManagerPluginCallback(DataManagerPluginCallback) - Method in interface com.sdm.quasar.client.core.data.plugin.DataCore
 
registerDisposable(Disposable) - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
Registeres Disposables wil be disposes automatically when this feature is released
registerForReactivation(DialogInstanceId, ReactivationService.ReactivationCallback) - Method in class com.sdm.quasar.client.core.dialogbase.features.ReactivationFeature
 
registerForReactivation(DialogInstanceId, ReactivationService.ReactivationCallback) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ReactivationService
Register for Reactivation
registerImageCreator(String, ImageCache.ImageCreator) - Method in class com.sdm.quasar.client.swing.common.util.ImageCache
Registers an ImageCache.ImageCreator for the given image name.
registerInfoTreeNodeDefinition(String, InfoTreeNodeDefinition) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeModel
 
registerKeywordResolver(String, KeywordResolver) - Method in class com.sdm.quasar.client.jsf.binding.features.KeywordResolverFeature
 
registerMultipleServices(DialogServiceManager, DialogInstanceId, Map) - Method in class com.sdm.quasar.client.spring.application.dialog.impl.SpringSessionCreator
Registers all given services for the session id.
registerNewBrowserWindow(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
registerNewBrowserWindow(String) - Method in interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowManagerService
 
registerObjectionCallback(DialogInstanceId, ActivationObjectionService.DeactivationObjectionCallback) - Method in class com.sdm.quasar.client.core.dialogbase.features.ActivationObjectionFeature
 
registerObjectionCallback(DialogInstanceId, CloseObjectionService.CloseObjectionCallback) - Method in class com.sdm.quasar.client.core.dialogbase.features.CloseObjectionFeature
 
registerObjectionCallback(DialogInstanceId, ActivationObjectionService.DeactivationObjectionCallback) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ActivationObjectionService
Registers a callback that is questioned before the dialog will be deactivated or released.
registerObjectionCallback(DialogInstanceId, CloseObjectionService.CloseObjectionCallback) - Method in interface com.sdm.quasar.client.core.dialogbase.services.CloseObjectionService
Registers a callback that is questioned before the dialog will be closed.
registerPlugIn(Class, AbstractDataManagerPlugIn) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
Registers a plug in with the DataManager.
registerPlugIn(Class, DataManagerPlugIn) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerSetupAdapter
Requires plug ins to be of class AbstractDataManagerPlugIn.
registerPlugIn(Class, DataManagerPlugIn) - Method in interface com.sdm.quasar.client.core.data.plugin.DataManagerSetup
Registers a plug in with the DataManager.
registerPluginImplementation(Class, Class) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManagerConfiguration
Registers a plugin implementation class for a given plugin (key) class.
registerService(Class, Service) - Method in class com.sdm.quasar.client.core.common.services.DefaultServiceManager
 
registerService(Class, Service) - Method in interface com.sdm.quasar.client.core.common.services.ServiceManager
Registers a service with the manager.
registerService(Class, Object, int) - Method in class com.sdm.quasar.client.core.common.services.ServiceNode
Registers a service in this node.
registerService(Class, Service) - Method in interface com.sdm.quasar.client.core.dialog.DialogServiceAccess
Registers a service for this node.
registerService(Class, Service, String) - Method in interface com.sdm.quasar.client.core.dialog.SubDialogServiceAccess
Registers a service for this node.
registerService(Class, Service) - Method in interface com.sdm.quasar.client.core.dialog.SubDialogServiceAccess
Registers a service for this node.
registerService(Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
registerService(Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess
 
registerService(ID, Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
registerService(Class, Service, String) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
registerService(Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
registerService(ID, Class, Service) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceManager
Registers a public service implementation for the node with the given id.
registerService(Class, Service) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
Registers a service on the given SubDialogControl; see SubDialogServiceAccess.registerService(Class, Service).
registerService(String, Object) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
Registers a service to be provided by an component with the given id.
registerServiceForHierarchy(Class, Service) - Method in interface com.sdm.quasar.client.core.dialog.DialogServiceAccess
Registers a service for this node for hierarchical use only.
registerServiceForHierarchy(Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
registerServiceForHierarchy(Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess
 
registerServiceForHierarchy(ID, Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
registerServiceForHierarchy(ID, Class, Service) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceManager
Registers a service implmentation for the node with the given id for hierarchical use only.
registerServiceFromParent(ID, Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
registerServiceFromParent(ID, Class, Service) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceManager
Registers a service for the node with the given id for hierarchical use only; in opposite to DialogServiceManager.registerServiceForHierarchy(ID, Class, Service), the service will be found after the hierarchical service and the direct service was found.
registerServiceImplementation(Class, Object) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ImplementationServerProxyPlugin
Registers an implementation of a server service interface
registerServicesAndComponentsWithReader(ComponentDefinitionReader) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
Adds component and service definitions using the ComponentDefinitionReader to this ComponentServerProxyPlugin.
registerSession(Session) - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
Registers a session.
registerSystemInfoProvider(String, SystemInfoProvider) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoRegistry
 
registerSystemInfoProvider(String, SystemInfoProvider) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoRegistry
Registers the given SystemInfoProvider for the given information class.
registerSystemInfoProvider(String, SystemInfoProvider) - Method in class com.sdm.quasar.client.core.common.sysinfo.services.DefaultSystemInfoService
 
release() - Method in class com.sdm.quasar.client.core.dialog.AbstractFeature
Called when the dialog is released.
release() - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycle
Transition from state LifeCycleState.PREPARED to LifeCycleState.CREATED.
release() - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
 
release() - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
 
release() - Method in class com.sdm.quasar.client.jsf.tags.ImportTag
 
release() - Method in class com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog
 
release() - Method in class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPresentation
 
release() - Method in class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog
 
release() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow
Disposes our #frame.
release() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialog
 
release() - Method in class com.sdm.quasar.client.showcase.swing.embedding.dialogindialog.DialogInDialog
 
release() - Method in class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialog
 
release() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
 
release() - Method in class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialog
 
release() - Method in class com.sdm.quasar.client.showcase.swing.embedding.tabdialog.TabDialog
 
release() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginDialog
 
release() - Method in class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialog
 
release() - Method in class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
 
release() - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
release() - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
 
release() - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
release() - Method in class com.sdm.quasar.client.swing.embedding.features.WindowFeature
Unregisters the services
release() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogFeature
 
releaseDialog() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogInstanceController
 
releaseDialog() - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogLifeCycleController
 
releaseDialog() - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogLifeCycleController
Releases the dialog
releaseDialog() - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.SubDialogLifeCycleController
Releases the child-dialog.
released(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleAdapter
Listener Method for the dialog has been released
reloadExceptionHandlingDialog() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog
 
remove() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
remove() - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Removes this SystemInfoNode from it's parent.
remove() - Method in class com.sdm.quasar.client.core.common.util.AbstractConverterIterator
 
remove() - Method in class com.sdm.quasar.client.core.common.util.AbstractFilterIterator
 
remove() - Method in class com.sdm.quasar.client.core.common.util.ArrayIterator
 
remove(Object) - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Removes the key and its value Returns the value for the pair removed
remove(Object) - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Removes the key and its value Returns the value for the pair removed
remove() - Method in class com.sdm.quasar.client.core.common.util.ConcatIterator
 
remove(Object) - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
remove() - Method in class com.sdm.quasar.client.core.common.util.SingleIterator
 
remove(BooleanState) - Method in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Removes the BooleanState from this AbstractCombinedBooleanState.
remove(BooleanState, boolean) - Method in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
Removes the BooleanState from this AbstractCombinedBooleanState.
remove(Object) - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
remove(int, int) - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Removes some content from the document.
remove(int, int) - Method in class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
 
removeAction(Action) - Method in class com.sdm.quasar.client.swing.states.adapters.ActionEnabledBooleanStateAdapter
Removes a previously added Action from adapting its enablement.
removeActionListener(Object, ActionListener) - Static method in class com.sdm.quasar.client.swing.common.util.ActionListenerSupportHelper
Removes an ActionListener from the given target object.
removeActivationControllerListener(ActivationControllerListener) - Method in interface com.sdm.quasar.client.core.embedding.ActivationController
Removes a previously registered ActivationControllerListener.
removeActivationControllerListener(ActivationControllerListener) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractActivationControllerFeature
 
removeAll(Collection) - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
removeArticle(Article) - Method in class com.sdm.quasar.client.showcase.jsf.data.ArticleRegistry
Removes an article from the article list.
removeAttribute(String) - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
Removes an attribute from the current request.
removeChangeListener(VisualRepresentation.VisualRepresentationListener) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
Remove a VisualRepresentation.VisualRepresentationListener from this VisualRepresentation.
removeChar(String, char) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Removes the given char from the given string.
removeChild(ID, ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
This implementation uses constant time with respect to the number of nodes and linear time with respect to the number of children of the parent node.
removeChild(ID, ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyManager
Removes the given child id from the node with the given parent id.
removeDialog(SubDialogControl) - Method in class com.sdm.quasar.client.core.dialogbase.features.RootControllerFeature
Removes a previously added dialog from this controller
removeDialogDefinition(String) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
Removes a previously added dialog definition.
removeErrorContextHandler(ErrorContextHandler) - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Removes a previously registered ErrorContextHandler.
removeEventFilter(EventLoop.EventFilter) - Method in class com.sdm.quasar.client.swing.common.event.EventLoop
Removes a previously added EventLoop.EventFilter from the EventLoop.
removeFixedLenghtListener(RestrictionDocument.FixedLengthListener) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Removes a previously added RestrictionDocument.FixedLengthListener from this RestrictionDocument.
removeFromHttpSession(String) - Method in interface com.sdm.quasar.client.jsf.dialog.services.HttpSessionDataService
Removes an attribute from the HTTP session
removeFromHttpSession(String) - Method in class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService
 
removeHierarchyProviderListener(HierarchyProviderListener) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
 
removeHierarchyProviderListener(HierarchyProviderListener) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProvider
Unregisters a listener.
removeHierarchyProviderListener(HierarchyProviderListener) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogHierarchyService
 
removeImageCreator(String) - Method in class com.sdm.quasar.client.swing.common.util.ImageCache
Removes a previously registered ImageCache.ImageCreator from this ImageCache.
removeJComponent(JComponent) - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
Removes a previously added JComponent from adapting its enablement.
removeJComponent(JComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.GlassPaneBlockingBooleanStateAdapter
Removes a previously added JComponent from adapting its enablement.
removeJComponent(JComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.JComponentEnabledBooleanStateAdapter
Removes a previously added JComponent from adapting its enablement.
removeJComponent(JComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.JComponentVisibleBooleanStateAdapter
Removes a previously added JComponent from adapting its enablement.
removeJTextComponent(JTextComponent) - Method in class com.sdm.quasar.client.swing.states.adapters.JTextComponentEditableBooleanStateAdapter
Removes a previously added JTextComponent from adapting its enablement.
removeLayoutConstraints(String) - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
Removes previously added layout constraints for the child with the given name.
removeLayoutConstraints(String) - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
Removes previously added layout constraints for the child with the given name.
removeLifeCycleListener(LifeCycleListener) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
 
removeLifeCycleListener(LifeCycleListener) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultLifeCycleListenerSupport
 
removeLifeCycleListener(LifeCycleListener) - Method in interface com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleListenerSupport
Unregisters an observer of the life cycle of dialogs.
removeLifeCycleListener(LifeCycleListener) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogLifeCycleService
 
removeLogHandler(LogHandler) - Static method in class com.sdm.quasar.client.core.common.logging.LogManager
Removes a previously registered LogHandler.
removeMetadata(Class, String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
removeMetadata(Class, String) - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Removes a data object for a plug in or a value handler.
removeNode(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
Removes a node and all nodes that depend on it.
removeNode(String) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataStructureConfiguration
 
removeNode(String) - Method in interface com.sdm.quasar.client.core.data.structure.DataConfiguration
Removes a node and all nodes that depend on it
removeRoot(ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.DefaultHierarchyManager
This implementation uses linear time with respect to the number of root nodes.
removeRoot(ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyManager
Removes an existing root node.
removeSequenceNumberInformation(DialogInstanceId) - Method in class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature
Removes the sequence number information for the given dialog-instance id.
removeSessionListener(SessionListener) - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
 
removeSessionListener(SessionListener) - Method in interface com.sdm.quasar.client.core.application.SessionManager
Unregisters an observer.
removeSpaces(String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Removes the given char from the given string.
removeStateListener(StateListener) - Method in class com.sdm.quasar.client.core.states.AbstractState
 
removeStateListener(StateListener) - Method in interface com.sdm.quasar.client.core.states.State
Unregisters the given StateListenerfrom this State.
removeSubDialog(SubDialogControl) - Method in interface com.sdm.quasar.client.core.embedding.FullActivationController
Removes the specified previously added subdialog from this controller.
removeSubDialog(String) - Method in interface com.sdm.quasar.client.core.embedding.FullActivationController
Removes the specified previously added subdialog from this controller.
removeSubDialog(SubDialogControl) - Method in interface com.sdm.quasar.client.core.embedding.MultipleActivationController
Removes the specified previously added subdialog from this controller.
removeSubDialog(String) - Method in interface com.sdm.quasar.client.core.embedding.MultipleActivationController
Removes the specified previously added subdialog from this controller.
removeSubDialog(SubDialogControl) - Method in interface com.sdm.quasar.client.core.embedding.SingleActivationController
Removes the specified previously added subdialog from this controller.
removeSubDialog(String) - Method in interface com.sdm.quasar.client.core.embedding.SingleActivationController
Removes the specified previously added subdialog from this controller.
removeSubDialog(SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.FullActivationControllerFeature
 
removeSubDialog(String) - Method in class com.sdm.quasar.client.core.embedding.features.FullActivationControllerFeature
 
removeSubDialog(SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature
 
removeSubDialog(String) - Method in class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature
 
removeSubDialog(SubDialogControl) - Method in class com.sdm.quasar.client.core.embedding.features.SingleActivationControllerFeature
 
removeSubDialog(String) - Method in class com.sdm.quasar.client.core.embedding.features.SingleActivationControllerFeature
 
removeSubDialogController(String) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Removes a previously embedded sub dialog specified by its local name.
removeSubDialogController(SubDialogControl) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Removes a previously embedded sub dialog specified by its DialogInstanceId.
removeTarget(Object) - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Removes a previously added taregt object from this adapter.
removeUnhandledError(Throwable) - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Removes the given Throwable from the stack of currently unhandled errors.
removeUpdate(DocumentEvent) - Method in class com.sdm.quasar.client.swing.states.DocumentTextAcceptedBooleanState
 
removeValueFromRequest(String) - Method in interface com.sdm.quasar.client.jsf.dialog.services.RequestDataService
Removes an attribute from current request
removeValueFromRequest(String) - Method in class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService
 
removedAt(BrowserWindow) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
Callback from the BrowserWindow informing, that the VisualRepresentation is removed from the BrowserWindow.
reopenDialogA() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
 
reopenDialogA() - Method in interface com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationService
 
replace(String, String, String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Replaces the search string with the replace string within the given string.
replaceAll(String, String, String, String[], String[], boolean) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Replaces in the given source String all occurences of variables quoted with quote_start and quote_end with the strings in replacements (may be leaving or removing quotes.
replaceService(Class, Service) - Method in class com.sdm.quasar.client.core.common.services.DefaultServiceManager
 
replaceService(Class, Service) - Method in interface com.sdm.quasar.client.core.common.services.ServiceManager
Works like ServiceManager.registerService(Class, Service), but overwrites any existing service mapping.
requestActivate() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Requests this dialog node to become active itself.
requestActivate() - Method in interface com.sdm.quasar.client.core.dialogbase.services.ActivationService
Request to be activated by the dialog managing the calling dialog.
requestClose() - Method in interface com.sdm.quasar.client.core.dialogbase.services.CloseService
Requests the provider to close (at least) the calling dialog.
requestCloseDialog() - Method in class com.sdm.quasar.client.showcase.swing.portal.PortalDialogActionFeature
Requests a close of the portal dialog by using the CloseService.requestClose().
requestDeactivate() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature
Requests this dialog node to become deactived itself.
requestDeactivate() - Method in interface com.sdm.quasar.client.core.dialogbase.services.ActivationService
Request to be deactivated by the dialog managing the calling dialog.
requestPackWindow() - Method in interface com.sdm.quasar.client.swing.embedding.services.WindowPackService
Requests that a new layout of the visual representation is made.
requireActivationController() - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
Return the current ActivationController.
requireFeature(Class) - Method in interface com.sdm.quasar.client.core.dialog.FeatureManager
Returns the feature associated with the given key class; if no such feature was registered before, a new instance of the given class will created and installed as Feature for it's concrete class as feature key class.
requireFeature(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
requireFeature(Class) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
 
requireValue(Class) - Method in interface com.sdm.quasar.client.core.common.config.ConfigProvider
Returns the Object implementing a given interface.
requireValue(Class) - Method in class com.sdm.quasar.client.core.common.config.DefaultConfigManager
 
requireValue(Class) - Method in class com.sdm.quasar.client.core.common.config.services.DefaultConfigProviderService
 
reserveId(String) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogManager
Reserves a DialogInstanceId for a dialog that will be created later using #createDialogInternal(DialogInstanceId, DialogServiceManager, Object).
reset() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
 
reset() - Method in class com.sdm.quasar.client.showcase.swing.login.LoginDialog
 
resolve(String) - Method in interface com.sdm.quasar.client.jsf.binding.KeywordResolver
Performs the resolve step according to the keyword.
resolve(String) - Method in class com.sdm.quasar.client.jsf.binding.ObjectResolver
 
resolve(String) - Method in class com.sdm.quasar.client.jsf.binding.features.DialogResolverFeature
Resolves the DIALOG pseudo-bean which stands for the current dialog-instance.
resolve(String) - Method in class com.sdm.quasar.client.jsf.binding.features.KeywordResolverFeature
 
resolve(String) - Method in class com.sdm.quasar.client.jsf.binding.features.SessionResolverFeature
Resolves the SESSION pseudo-bean which is represented by a SessionDataService object.
resolve(String) - Method in class com.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver
 
resolve(String) - Method in class com.sdm.quasar.client.jsf.data.adapters.DataManagerResolver
 
resolve(String) - Method in class com.sdm.quasar.client.jsf.embedding.SlotResolver
 
resolve(String) - Method in class com.sdm.quasar.client.jsf.embedding.URIResolver
 
resolveVariable(FacesContext, String) - Method in class com.sdm.quasar.client.jsf.binding.QuasarClientVariableResolver
Resolves QWCA-specific variables or delegates to the original variable-resolver that comes with JSF.
restoreDialogContext(HttpServletRequest, ServletResponse) - Method in class com.sdm.quasar.client.jsf.dialog.features.DialogContextFeature
 
restoreDialogContext(HttpServletRequest, ServletResponse) - Method in interface com.sdm.quasar.client.jsf.dialog.services.DialogContextService
This Service is used to connect the request to the dialog instance, defined by the parameters in the request.
restoreView(FacesContext, String, String) - Method in class com.sdm.quasar.client.jsf.application.dialog.MyFacesStateManager
Writes the state for the view.
restoreView(FacesContext, String, String) - Method in class com.sdm.quasar.client.jsf.application.dialog.SunRIStateManager
Writes the state for the view.
retainAll(Collection) - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
reverseComputationToValues(Object, Object[]) - Method in class com.sdm.quasar.client.core.data.structure.AbstractSimpleComputation
Perform a reverse computation computes the correct source values with respect to the target value.
reverseComputationToValues(Object, Object[]) - Method in class com.sdm.quasar.client.core.data.structure.IntegerToStringConversion
Converts the String value into an Integer.
reverseValueComputation(Object, ComputationValueAccess, Context) - Method in class com.sdm.quasar.client.core.data.structure.AbstractSimpleComputation
Perform a reverse computation computes the correct source values with respect to the target value with a context. The resulting new source values must be set using the ComputationValueAccess. This implementation retrieves all source values using #getValues(ComputationValueAccess) and passes them to AbstractSimpleComputation.reverseComputationToValues(Object, Object[]).
reverseValueComputation(Object, ComputationValueAccess, Context) - Method in interface com.sdm.quasar.client.core.data.structure.Computation
Perform a reverse computation computes the correct source values with respect to the target value with a context.
reverseValueComputation(Object, ComputationValueAccess, Context) - Method in class com.sdm.quasar.client.core.data.structure.ContextNodeComputation
Perform a reverse computation computes the correct source values with respect to the target value with a context. The resulting new source values must be set using the ComputationValueAccess. Takes the current index value from the first source and uses it to build a Context for accessing the second source (the IndexedNode).
rootAdded(ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderAdapter
Does nothing - override to add functionality.
rootAdded(ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderListener
This method is called after a new root node has been added to the HierarchyManager.
rootRemoved(ID) - Method in class com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderAdapter
Does nothing - override to add functionality.
rootRemoved(ID) - Method in interface com.sdm.quasar.client.core.common.hierarchy.HierarchyProviderListener
This method is called after a root node has been removed from the HierarchyManager.
run() - Method in interface com.sdm.quasar.client.core.common.event.ExceptionRunnable
Performs the computation.
runInEventDispatchThread(ExceptionRunnable) - Method in class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService
 
runInEventDispatchThread(Runnable) - Method in class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService
 
runInEventDispatchThread(ExceptionRunnable) - Method in interface com.sdm.quasar.client.core.common.event.EventDispatchThreadService
Runs the given ExceptionRunnable in the event dispatch thread.
runInEventDispatchThread(Runnable) - Method in interface com.sdm.quasar.client.core.common.event.EventDispatchThreadService
Runs the given Runnable in the event dispatch thread.
runInEventDispatchThread(ExceptionRunnable) - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Runs the given ExceptionRunnable in the event dispatch thread.
runInEventDispatchThread(Runnable) - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Runs the given Runnable in the event dispatch thread.
runInEventDispatchThread(ExceptionRunnable) - Method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService
 
runInEventDispatchThread(Runnable) - Method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService
 
runInEventDispatchThread(ExceptionRunnable) - Static method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities
Runs the given ExceptionRunnable in the event dispatch thread.
runInEventDispatchThread(Runnable) - Static method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities
Runs the given Runnable in the event dispatch thread.
runLaterInEventDispatchThread(Runnable) - Method in class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService
 
runLaterInEventDispatchThread(Runnable) - Method in interface com.sdm.quasar.client.core.common.event.EventDispatchThreadService
Causes runnable to have its run() method called in the event dispatch thread.
runLaterInEventDispatchThread(Runnable, long) - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Causes runnable to have its Runnable.run() method called in the dispatch thread of the EventQueue after delay milliseconds.
runLaterInEventDispatchThread(Runnable) - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Causes runnable to have its run() method called in the event dispatch thread.
runLaterInEventDispatchThread(Runnable) - Method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService
 
runLaterInEventDispatchThread(Runnable) - Static method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities
Causes runnable to have its run() method called in the event dispatch thread.
runLaterNotInEventDispatchThread(Runnable) - Method in class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService
 
runLaterNotInEventDispatchThread(Runnable) - Method in interface com.sdm.quasar.client.core.common.event.EventDispatchThreadService
Causes runnable to have its run() method called outside the event dispatch thread.
runLaterNotInEventDispatchThread(Runnable) - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Causes runnable to have its run() method called outside the event dispatch thread.
runLaterNotInEventDispatchThread(Runnable) - Method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService
 
runNotInEventDispatchThread(ExceptionRunnable) - Method in class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService
 
runNotInEventDispatchThread(Runnable) - Method in class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService
 
runNotInEventDispatchThread(ExceptionRunnable) - Method in interface com.sdm.quasar.client.core.common.event.EventDispatchThreadService
Runs the given ExceptionRunnable not in the event dispatch thread.
runNotInEventDispatchThread(Runnable) - Method in interface com.sdm.quasar.client.core.common.event.EventDispatchThreadService
Runs the given Runnable not in the event dispatch thread.
runNotInEventDispatchThread(ExceptionRunnable) - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Runs the given ExceptionRunnable not in the event dispatch thread.
runNotInEventDispatchThread(Runnable) - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Runs the given Runnable not in the event dispatch thread.
runNotInEventDispatchThread(ExceptionRunnable) - Method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService
 
runNotInEventDispatchThread(Runnable) - Method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService
 
runNotInEventDispatchThread(ExceptionRunnable) - Static method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities
Runs the given ExceptionRunnable not in the event dispatch thread.
runNotInEventDispatchThread(ExceptionRunnable, boolean) - Static method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities
Runs the given ExceptionRunnable not in the event dispatch thread.
runNotInEventDispatchThread(Runnable) - Static method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities
Runs the given Runnable not in the event dispatch thread.
runNotInEventDispatchThread(Runnable, boolean) - Static method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities
Runs the given Runnable not in the event dispatch thread.
runOrRunLaterInEventDispatchThread(Runnable) - Method in class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService
 
runOrRunLaterInEventDispatchThread(Runnable) - Method in interface com.sdm.quasar.client.core.common.event.EventDispatchThreadService
Causes runnable to have its run() method called in the dispatch thread of the EventQueue.
runOrRunLaterInEventDispatchThread(Runnable) - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Causes runnable to have its run() method called in the dispatch thread of the EventQueue.
runOrRunLaterInEventDispatchThread(Runnable) - Method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService
 
runOrRunLaterInEventDispatchThread(Runnable) - Static method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities
Causes runnable to have its run() method called in the dispatch thread of the EventQueue.

S

SERVICE_PROVIDER_SESSION_CONTEXT_KEY - Static variable in class com.sdm.quasar.client.jsf.dialog.RootServiceProvider
 
SESSION_ID - Static variable in class com.sdm.quasar.client.core.application.DefaultSessionManager
The session id used for the one existing session.
SESSION_KEYWORD - Static variable in class com.sdm.quasar.client.jsf.binding.features.SessionResolverFeature
Keyword defining the variable name that can be used in JSPs to access the current dialog-instance.
SESSION_MANAGER_APPLICATION_CONTEXT_KEY - Static variable in class com.sdm.quasar.client.jsf.application.HttpSessionDestroyedHandler
Session-key at which the session-manager is stored.
SLOT_DETAIL - Static variable in interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogConstants
 
SLOT_LIST - Static variable in interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogConstants
 
SLOT_SEARCH - Static variable in interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogConstants
 
SYSTEM_INFO_DIALOG_ID - Static variable in class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogHelper
The dialog id for the system info dialog.
ServerAccessService - interface com.sdm.quasar.client.core.server.ServerAccessService.
ServerAccessService works like a ServiceProvider that provides Services of the business logic.
ServerProxy - class com.sdm.quasar.client.core.server.impl.ServerProxy.
An implementation of ServerAccessService, that delegates the concrete implementation of server access to so-called ServerProxyPlugins.
ServerProxy(ServerProxyPlugin[]) - Constructor for class com.sdm.quasar.client.core.server.impl.ServerProxy
Creates a new ServerProxy.
ServerProxyPlugin - interface com.sdm.quasar.client.core.server.impl.ServerProxyPlugin.
A plugin for the ServerProxy.
ServerProxyPlugin.ServerProxyPluginCallback - interface com.sdm.quasar.client.core.server.impl.ServerProxyPlugin.ServerProxyPluginCallback.
Callback interface used within ServerProxyPlugin.ServerProxyPluginCallback.processServerServiceCall(Object[]).
Service - interface com.sdm.quasar.client.core.common.services.Service.
Tagging interface of a service definition.
ServiceManager - interface com.sdm.quasar.client.core.common.services.ServiceManager.
Manages Services.
ServiceNode - class com.sdm.quasar.client.core.common.services.ServiceNode.
Manages the services a node (an ID) offers in the hierarchy.
ServiceNode(Class) - Constructor for class com.sdm.quasar.client.core.common.services.ServiceNode
Constructor.
ServiceProvider - interface com.sdm.quasar.client.core.common.services.ServiceProvider.
Provides Service implementations by accessing them via their Service interface.
Session - interface com.sdm.quasar.client.core.application.Session.
Represents a session.
SessionCloseService - interface com.sdm.quasar.client.core.dialog.services.SessionCloseService.
A simple Service to allow to ask for closing the complete session running in.
SessionCreator - interface com.sdm.quasar.client.core.application.SessionCreator.
Encapsulates the creation of a new session instance.
SessionDataService - interface com.sdm.quasar.client.jsf.binding.services.SessionDataService.
This interfaces defines the session-data access-service.
SessionId - class com.sdm.quasar.client.core.application.SessionId.
Identifies a session within the application.
SessionId(String) - Constructor for class com.sdm.quasar.client.core.application.SessionId
Creates a session id.
SessionListener - interface com.sdm.quasar.client.core.application.SessionListener.
Observer of SessionManager, is notified when Sessions are created and disposing.
SessionManager - interface com.sdm.quasar.client.core.application.SessionManager.
Manages the Sessions within an Application.
SessionResolverFeature - class com.sdm.quasar.client.jsf.binding.features.SessionResolverFeature.
This KeywordResolver resolves the keyword SessionResolverFeature.SESSION_KEYWORD to a SessionDataService object-instance.
SessionResolverFeature() - Constructor for class com.sdm.quasar.client.jsf.binding.features.SessionResolverFeature
 
ShowcaseApplication - class com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplication.
This is the main application class of the Quasar JSF Showcase.
ShowcaseApplication() - Constructor for class com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplication
 
ShowcaseApplicationFactory - class com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplicationFactory.
Application-factory class that creates the project's application instance.
ShowcaseApplicationFactory(ApplicationFactory) - Constructor for class com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplicationFactory
Constructor.
ShowcaseDialogCreationFeature - class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature.
 
ShowcaseDialogCreationFeature() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
 
ShowcaseDialogCreationService - interface com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationService.
 
ShowcaseDialogParameterHandler - class com.sdm.quasar.client.showcase.jsf.application.ShowcaseDialogParameterHandler.
 
ShowcaseDialogParameterHandler() - Constructor for class com.sdm.quasar.client.showcase.jsf.application.ShowcaseDialogParameterHandler
 
ShowcasePortalCreationService - interface com.sdm.quasar.client.showcase.swing.ShowcasePortalCreationService.
The service offered by the ShowcaseSessionFeature that creates a new showcase portal window.
ShowcaseSessionFeature - class com.sdm.quasar.client.showcase.swing.ShowcaseSessionFeature.
This feature represents the session in the swing showcase.
ShowcaseSessionFeature() - Constructor for class com.sdm.quasar.client.showcase.swing.ShowcaseSessionFeature
 
ShowcaseUtilities - class com.sdm.quasar.client.showcase.swing.util.ShowcaseUtilities.
Utility class for the swing showcase.
ShowcaseUtilities() - Constructor for class com.sdm.quasar.client.showcase.swing.util.ShowcaseUtilities
 
SimpleConsoleLogHandler - class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLogHandler.
Primitive logger factory that creates SimpleConsoleLoggers.
SimpleConsoleLogHandler() - Constructor for class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLogHandler
Creates a new SimpleConsoleLogHandler.
SimpleConsoleLogHandler(String, int[]) - Constructor for class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLogHandler
Creates a new SimpleConsoleLogHandler.
SimpleConsoleLoggingConfiguration - class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLoggingConfiguration.
This LoggingConfiguration initializes the LogManager with a SimpleConsoleLogHandler and a DefaultLoggingInformationCalculator.
SimpleConsoleLoggingConfiguration() - Constructor for class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLoggingConfiguration
Creates a new SimpleConsoleLoggingConfiguration.
SingleActivationController - interface com.sdm.quasar.client.core.embedding.SingleActivationController.
An ActivationController, that manages a set of sub dialogs with a local name.
SingleActivationControllerFeature - class com.sdm.quasar.client.core.embedding.features.SingleActivationControllerFeature.
A simple activation controller, that simply activates all subdialogs that where added to it (when itself is activated).
SingleActivationControllerFeature() - Constructor for class com.sdm.quasar.client.core.embedding.features.SingleActivationControllerFeature
Creates a new SingleActivationControllerFeature.
SingleIterator - class com.sdm.quasar.client.core.common.util.SingleIterator.
A simplest implementation of an Iterator, which 'iterates' over a single value.
SingleIterator(Object) - Constructor for class com.sdm.quasar.client.core.common.util.SingleIterator
Creates a new SingleIterator.
SingletonMultitonDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog.
This dialog is the model for the demonstration of Singleton and Multiton Dialogs.
SingletonMultitonDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
 
SingletonMultitonOrdersDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog.
This dialog contains the model for the orders list of the demonstration of singleton and multiton dialogs.
SingletonMultitonOrdersDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog
 
SlotResolver - class com.sdm.quasar.client.jsf.embedding.SlotResolver.
This KeywordResolver resolves a slot name (local name) of a dialog instance under which a subdialog has been embedded.
SlotResolver(String, ActivationController) - Constructor for class com.sdm.quasar.client.jsf.embedding.SlotResolver
Constructor.
SpringConfigReader - class com.sdm.quasar.client.spring.common.config.SpringConfigReader.
 
SpringConfigReader(String) - Constructor for class com.sdm.quasar.client.spring.common.config.SpringConfigReader
Creates a new SpringConfigReader.
SpringDialogDefinitionReader - class com.sdm.quasar.client.spring.dialog.SpringDialogDefinitionReader.
A DialogDefinitionReader, that reads dialog definitions
SpringDialogDefinitionReader(String) - Constructor for class com.sdm.quasar.client.spring.dialog.SpringDialogDefinitionReader
Constructor that creates a new bean factory with the given file as configuration.
SpringSessionCreator - class com.sdm.quasar.client.spring.application.dialog.impl.SpringSessionCreator.
Creates the session using a spring bean factory.
SpringSessionCreator(String) - Constructor for class com.sdm.quasar.client.spring.application.dialog.impl.SpringSessionCreator
Constructor.
StartDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.StartDialog.
 
StartDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.StartDialog
 
State - interface com.sdm.quasar.client.core.states.State.
A basic state interface.
StateAcceptedBooleanState - class com.sdm.quasar.client.core.states.StateAcceptedBooleanState.
A BooleanState, that adapts the State value (see State.getValue() to the own boolean state value (see BooleanState.isValueTrue()) using an Acceptor: The BooleanState is true, if the Acceptor accepts the State value.
StateAcceptedBooleanState(String, State, Object) - Constructor for class com.sdm.quasar.client.core.states.StateAcceptedBooleanState
Creates a new StateAcceptedBooleanState.
StateAcceptedBooleanState(State, Object) - Constructor for class com.sdm.quasar.client.core.states.StateAcceptedBooleanState
Creates a new StateAcceptedBooleanState.
StateAcceptedBooleanState(String, State, Object, boolean) - Constructor for class com.sdm.quasar.client.core.states.StateAcceptedBooleanState
Creates a new StateAcceptedBooleanState.
StateAcceptedBooleanState(State, Object, boolean) - Constructor for class com.sdm.quasar.client.core.states.StateAcceptedBooleanState
Creates a new StateAcceptedBooleanState.
StateAcceptedBooleanState(String, State, Acceptor) - Constructor for class com.sdm.quasar.client.core.states.StateAcceptedBooleanState
Creates a new StateAcceptedBooleanState.
StateAcceptedBooleanState(State, Acceptor) - Constructor for class com.sdm.quasar.client.core.states.StateAcceptedBooleanState
Creates a new StateAcceptedBooleanState.
StateListener - interface com.sdm.quasar.client.core.states.StateListener.
A listener to get notified on changes of the values of States.
StringUtilities - class com.sdm.quasar.client.core.common.util.StringUtilities.
A helper class with some static methods with string operations.
StructuredDialog - class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialog.
This is an example class demonstrates how to build a structured dialog (with presentation and dialog core).
StructuredDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialog
 
StructuredDialogActions - interface com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogActions.
This interface represents the dialog actions (= dialog events) that the StructuredDialog offers to the presentation.
StructuredDialogData - class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogData.
This is a simple plain java bean used by the StructuredDialog to provide data to the StructuredDialogPresentation.
StructuredDialogData() - Constructor for class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogData
 
StructuredDialogPanel - class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPanel.
Visual representation for the StructuredDialogPresentation.
StructuredDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPanel
 
StructuredDialogPresentation - class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPresentation.
Simple presentation to demonstrate the separation of dialog core and presentation in a structured dialog.
StructuredDialogPresentation() - Constructor for class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPresentation
 
SubDialogControl - interface com.sdm.quasar.client.core.dialog.SubDialogControl.
Controls a sub dialog, that was created by the using dialog.
SubDialogLifeCycleController - interface com.sdm.quasar.client.core.dialog.lifecycle.SubDialogLifeCycleController.
This is a control interface for the lifecycle of a concrete child-dialog of the dialog acting for.
SubDialogServiceAccess - interface com.sdm.quasar.client.core.dialog.SubDialogServiceAccess.
Allows to register, unregister and access Services for a subdialog.
SunRIStateManager - class com.sdm.quasar.client.jsf.application.dialog.SunRIStateManager.
This class takes care of creating, storing and restoring views (javax.faces.component.UIViewRoot) of dialog instances.
SunRIStateManager(StateManager) - Constructor for class com.sdm.quasar.client.jsf.application.dialog.SunRIStateManager
Constructor.
SunRITaggingFormRenderer - class com.sdm.quasar.client.jsf.application.dialog.SunRITaggingFormRenderer.
Custom-FormRenderer.
SunRITaggingFormRenderer() - Constructor for class com.sdm.quasar.client.jsf.application.dialog.SunRITaggingFormRenderer
 
SwingApplicationConfiguration - interface com.sdm.quasar.client.swing.application.SwingApplicationConfiguration.
This interface is the key for ApplicationConfiguration implementation for Swing applications, which must be configured at the global configuration (see GlobalConfigManager.getConfigManager()).
SwingEDTExceptionHandlerAdapter - class com.sdm.quasar.client.swing.application.SwingEDTExceptionHandlerAdapter.
An adapter to handle exceptions occured within the swing event queue to get handled by the ErrorHandler.
SwingEDTExceptionHandlerAdapter() - Constructor for class com.sdm.quasar.client.swing.application.SwingEDTExceptionHandlerAdapter
Creates a new SwingEDTExceptionHandlerAdapter.
SwingEventDispatchThreadService - class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService.
An implementation of EventDispatchThreadService for Swing.
SwingEventDispatchThreadService() - Constructor for class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService
Creates a new SwingEventDispatchThreadService.
SwingEventDispatchThreadUtilities - class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities.
A utility class to run ExceptionRunnables or Runnables in- our outside the event dispatch thread.
SwingModalBlockHelperService - class com.sdm.quasar.client.swing.dialog.services.impl.SwingModalBlockHelperService.
Default implementation for com.sdm.quasar.client.core.common.util.ModalBlockWorkaroundWorker for Swing's modal dialogs.
SwingModalBlockHelperService() - Constructor for class com.sdm.quasar.client.swing.dialog.services.impl.SwingModalBlockHelperService
 
SwingShowcaseApplication - class com.sdm.quasar.client.showcase.swing.SwingShowcaseApplication.
This is the main application class of the swing showcase.
SwingShowcaseApplication() - Constructor for class com.sdm.quasar.client.showcase.swing.SwingShowcaseApplication
Constructur, defines the application id.
SystemInfoDemoDialogFeature - class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogFeature.
 
SystemInfoDemoDialogFeature() - Constructor for class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogFeature
Creates a new SystemInfoDemoDialogFeature.
SystemInfoDemoDialogPanel - class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogPanel.
Visual representation for the com.sdm.quasar.client.showcase.swing.systeminfo.SystemInfoDemoDialog.
SystemInfoDemoDialogPanel() - Constructor for class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogPanel
 
SystemInfoDialogFeature - class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogFeature.
This is the system info dialog.
SystemInfoDialogFeature() - Constructor for class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogFeature
 
SystemInfoDialogHelper - class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogHelper.
A helper class for displaying the system info dialog.
SystemInfoNode - interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode.
A node of a system information hierarchy.
SystemInfoOptions - interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions.
This interface is used to describe options given to system information collection methods, like SystemInfoProvider.collectSystemInfo(SystemInfoNode, SystemInfoOptions).
SystemInfoPanelFeature - class com.sdm.quasar.client.swing.systeminfo.SystemInfoPanelFeature.
This is the system info panel with a toolbar, that allows setting of the detail level and the refresh time.
SystemInfoPanelFeature() - Constructor for class com.sdm.quasar.client.swing.systeminfo.SystemInfoPanelFeature
 
SystemInfoProvider - interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoProvider.
This interface might be implemented by system elements, that like to support the collection of system information.
SystemInfoRegistry - interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoRegistry.
A SystemInfoRegistry allows to register root SystemInfoProviders to register them at a central registry for a special information class.
SystemInfoService - interface com.sdm.quasar.client.core.common.sysinfo.services.SystemInfoService.
A SystemInfoRegistry accessible as service.
SystemInfoTreeFeature - class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature.
This is the tree panel of the system info dialog.
SystemInfoTreeFeature() - Constructor for class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
 
SystemLookAndFeelConfiguration - class com.sdm.quasar.client.swing.dialogbase.config.impl.SystemLookAndFeelConfiguration.
A LookAndFeelConfiguration, that installs the system look and feel in Swing.
SystemLookAndFeelConfiguration() - Constructor for class com.sdm.quasar.client.swing.dialogbase.config.impl.SystemLookAndFeelConfiguration
Creates a new SystemLookAndFeelConfiguration.
SystemSnapshotFeature - class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature.
This feature allows taking of system snapshots of the whole dialog hierarchy for every dialog.
SystemSnapshotFeature() - Constructor for class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
 
save() - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
saveArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
Saves changes if an article has been edited or adds a new article to the articles list
saveComment() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
Adds a comment to the selected article.
saveComment() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
Adds the new comment to the list of existing comments of one article and empties the text area afterwards.
saveReferenceValues(String) - Method in interface com.sdm.quasar.client.core.data.plugins.ValueChangedPlugIn
Saves the reference values for the subtree starting at the given node.
saveReferenceValues(String) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
 
saveSerializedView(FacesContext) - Method in class com.sdm.quasar.client.jsf.application.dialog.MyFacesStateManager
Serializes the date of the faces-context's current view.
saveSerializedView(FacesContext) - Method in class com.sdm.quasar.client.jsf.application.dialog.SunRIStateManager
Serializes the date of the faces-context's current view.
saveSystemSnapshotToFile(File) - Method in class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
Takes a system snapshot and saves it to a file.
saveSystemSnapshotToFile(File, SystemInfoNode) - Method in class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
Saves the system snapshot given to a file.
sayHello() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog
 
sayHello() - Method in class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
 
search() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog
Triggers a search for the filter typed by the user.
selectArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
Selects an article by highlighting the row.
selectArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
Selects an article by highlighting the row.
selectArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
Selects an article by highlighting the row.
selectArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
Selects an article by highlighting the row.
selectArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog
Selects an article by highlighting the row.
selectArticle() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
Selects an article by highlighting the row.
selectNode(NavigationMenuNode) - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog
Closes the current content dialog if possible (NavigationDialog.canRemoveOldDialog()) and creates the new content dialog (NavigationDialog.changeToNewDialog(NavigationMenuNode).
selectNode(NavigationMenuNode) - Method in interface com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogActions
Changes the selection in the menu to the given node.
sessionCreated(HttpSessionEvent) - Method in class com.sdm.quasar.client.jsf.application.HttpSessionDestroyedHandler
{@inheritDoc}
sessionDestroyed(HttpSessionEvent) - Method in class com.sdm.quasar.client.jsf.application.HttpSessionDestroyedHandler
{@inheritDoc} This method is called, when the HttpSession#invalidate() method is called.
set(Object) - Method in class com.sdm.quasar.client.core.common.util.ArrayIterator
 
setAbstractButton(AbstractButton) - Method in class com.sdm.quasar.client.swing.commands.adapters.AbstractButtonCommandAdapter
Sets the AbstractButton to adapt to the command.
setAcceptor(Acceptor) - Method in class com.sdm.quasar.client.core.states.AcceptorBooleanState
sets a new Acceptor
setActionListener(ActionListener) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
setActivationController(ActivationController) - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
Sets the ActivationController for this PanelCompositeFeature.
setActivationController(SingleActivationController) - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
Sets the ActivationController for this TabCompositeFeature.
setActivationControllerInt(ActivationController) - Method in class com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature
Sets the current ActivationController.
setAdaptedValue(boolean) - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Adapts the state value given.
setAdaptedValue(Object, boolean) - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Sets the adapted value for the given target object (that was added before to this adapter).
setAdaptedValue(Object, boolean) - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
 
setAdaptedValue(Object, boolean) - Method in class com.sdm.quasar.client.swing.states.adapters.ActionEnabledBooleanStateAdapter
 
setAdaptedValue(Object, boolean) - Method in class com.sdm.quasar.client.swing.states.adapters.GlassPaneBlockingBooleanStateAdapter
 
setAdaptedValue(Object, boolean) - Method in class com.sdm.quasar.client.swing.states.adapters.JComponentEnabledBooleanStateAdapter
 
setAdaptedValue(Object, boolean) - Method in class com.sdm.quasar.client.swing.states.adapters.JComponentVisibleBooleanStateAdapter
 
setAdaptedValue(Object, boolean) - Method in class com.sdm.quasar.client.swing.states.adapters.JTextComponentEditableBooleanStateAdapter
 
setAddress(Address) - Method in class com.sdm.quasar.client.showcase.data.Person
 
setAjaxRequest() - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
marks the current request as ajax request
setApplication(Application) - Method in class com.sdm.quasar.client.jsf.application.JSFApplicationFactory
 
setArticle(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
 
setAttribute(String, String) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
setAttribute(String, String) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Defines the attribute value of the attribute with the given name.
setAuthor(String) - Method in class com.sdm.quasar.client.showcase.jsf.data.Article
 
setBackgroundColor(Color) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
setBackgroundColor(Color) - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
Sets the background color to the given value.
setBeepOnError(boolean) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Beep on invalid input.
setBookmarkParameters(Properties) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
Sets the bookmark parameters: the aarameters will be addad as get parameters to the url.
setBookmarks(Properties) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
Set the bookmark parameters.
setBooleanState(BooleanState) - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
 
setBooleanState(BooleanState) - Method in interface com.sdm.quasar.client.core.states.BooleanStateAdapter
Sets (or resets if state==null) the state this adapter acts on.
setBypassRequest() - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
marks the current request as bypass
setCallerInformationCalculator(CallerInformationCalculator) - Static method in class com.sdm.quasar.client.core.common.logging.LogManager
Sets the CallerInformationCalculator to resolve class names.
setCaseMode(int) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Sets the case mode to the given value.
setCategory(String) - Method in class com.sdm.quasar.client.showcase.jsf.data.Article
 
setCharEncoding(String) - Method in class com.sdm.quasar.client.jsf.tags.ImportTag
 
setCheck(boolean) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
 
setCity(String) - Method in class com.sdm.quasar.client.showcase.data.Address
 
setClassUtilitiesImplementation(ClassUtilities.ClassUtilitiesImplementation) - Static method in class com.sdm.quasar.client.core.common.util.ClassUtilities
Sets the ClassUtilities.ClassUtilitiesImplementation to be used by the ClassUtilities.
setCommand(Command) - Method in class com.sdm.quasar.client.core.commands.AbstractCommandAdapter
 
setCommand(Command) - Method in interface com.sdm.quasar.client.core.commands.CommandAdapter
Sets (or resets if command==null) the Command this adapter adapts.
setCommand(Command) - Method in class com.sdm.quasar.client.swing.commands.adapters.AbstractButtonCommandAdapter
 
setCommand(Command) - Method in class com.sdm.quasar.client.swing.commands.adapters.JComboBoxCommandAdapter
 
setCommand(Command) - Method in class com.sdm.quasar.client.swing.commands.adapters.JComponentCommandAdapter
 
setCommandManager(CommandManager) - Method in class com.sdm.quasar.client.core.dialogsupport.features.CommandManagerFeature
Sets the CommandManager to delegate calls to to the given instance.
setComment(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
 
setCompany(Company) - Method in class com.sdm.quasar.client.showcase.data.Employee
 
setCompany(Company) - Method in class com.sdm.quasar.client.showcase.data.Project
 
setComparator(String, Comparator) - Method in interface com.sdm.quasar.client.core.data.plugins.ValueChangedPlugIn
Sets the comparator to be used
setComparator(String, Comparator) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
 
setCompareValue(Object) - Method in class com.sdm.quasar.client.core.states.AcceptorBooleanState
Sets the value to compare the state's value with to the given value.
setConfigManager(ConfigManager) - Method in interface com.sdm.quasar.client.core.application.ApplicationConfiguration.ApplicationSetterAccess
Sets the configuration manager of the Application.
setContext(String) - Method in class com.sdm.quasar.client.jsf.tags.ImportTag
 
setCountCharacters(String) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Sets the valid characters for counting the maximum length.
setCountry(String) - Method in class com.sdm.quasar.client.showcase.data.Address
 
setCurrentBrowserWindow(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
setCurrentBrowserWindow(String) - Method in interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowManagerService
 
setCurrentWindowId(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
setDate(Date) - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Sets the date property (java.util.Date) value.
setDateFormat(SimpleDateFormat) - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
 
setDateOfBirth(Date) - Method in class com.sdm.quasar.client.showcase.data.Person
 
setDefaultComparator(Comparator) - Method in interface com.sdm.quasar.client.core.data.plugins.ValueChangedPlugIn
Sets the default comparator to be used, if no comparator has been specified for the node.
setDefaultComparator(Comparator) - Method in class com.sdm.quasar.client.core.data.plugins.impl.DefaultValueChangedPlugIn
 
setDefaultLocale(Locale) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
setDefaultRenderKitId(String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
setDelegateAccessAdapter(NodeController, DefaultCUFValueModelPlugIn.DelegateAccessAdapter) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Stores the DefaultCUFValueModelPlugIn.DelegateAccessAdapter in the metadata of the node
setDetailLevel(int) - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
Sets the int to the given value.
setDetailText(String) - Method in class com.sdm.quasar.client.swing.systeminfo.NodeInfo
Sets the String to the given value.
setDisabledIcon(Icon) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
setDisabledIcon(Icon) - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
Sets the disabled icon.
setDoBeep(boolean) - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
 
setDoBeep(boolean) - Method in class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
 
setDoBeep(boolean) - Method in class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
setEmplNumber(Integer) - Method in class com.sdm.quasar.client.showcase.data.Employee
 
setEmployees(List) - Method in class com.sdm.quasar.client.showcase.data.Company
 
setEnabledBooleanState(String, BooleanState) - Method in class com.sdm.quasar.client.core.commands.RunnableCommandManager
Sets the enabled BooleanState for the command with the given id.
setEnabledBooleanState(BooleanState) - Method in class com.sdm.quasar.client.swing.commands.adapters.AbstractButtonCommandAdapter
Sets the BooleanState that controls the enabled state of the adapted JComponent.
setEnabledBooleanState(BooleanState) - Method in class com.sdm.quasar.client.swing.commands.adapters.JComboBoxCommandAdapter
Sets the BooleanState that controls the enabled state of the adapted JComponent.
setEnabledBooleanState(BooleanState) - Method in class com.sdm.quasar.client.swing.commands.adapters.JComponentCommandAdapter
Sets the BooleanState that controls the enabled state of th adapted JComponent.
setEndDate(Date) - Method in class com.sdm.quasar.client.showcase.data.Project
 
setEnglish() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog
 
setEventDispatchThreadService(EventDispatchThreadService) - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Sets the global EventDispatchThreadService implementation to be used.
setExceptionHandler(EventLoop.ExceptionHandler) - Method in class com.sdm.quasar.client.swing.common.event.EventLoop
Sets the EventLoop.ExceptionHandler used to handle uncatched exceptions.
setFeatureClasses(Class[]) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
 
setFeatureMap(Map) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
 
setFeatures(List) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
 
setFilter(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
 
setFilter(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
 
setFilter(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog
 
setFirstname(String) - Method in class com.sdm.quasar.client.showcase.data.Person
 
setForegroundColor(Color) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
setForegroundColor(Color) - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
Sets the foreground color to the given value.
setFormat(String) - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Sets the format property (java.lang.String) value.
setFormat(String, Locale) - Method in class com.sdm.quasar.client.swing.ui.text.DateFilterDocument
Sets the format property (java.lang.String) value.
setFormat(String) - Method in class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
Sets the format property (java.lang.String) value.
setFrame(JFrame) - Method in class com.sdm.quasar.client.swing.dialogbase.features.FrameCompositeFeature
Set the frame to be handled.
setFrench() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog
 
setGender(Gender) - Method in class com.sdm.quasar.client.showcase.data.Person
 
setGerman() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog
 
setHidden(boolean) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
setIcon(Icon) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
setIcon(Icon) - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
Sets the icon.
setIcon(ImageIcon) - Method in class com.sdm.quasar.client.swing.systeminfo.NodeInfo
Sets the ImageIcon to the given value.
setId(String) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
setId(String) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Sets the id attribute (SystemInfoNode.ID_ATTRIBUTE to the given value.
setIdRef(String) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
setIdRef(String) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Sets the id-ref attribute (SystemInfoNode.ID_REF_ATTRIBUTE to the given value.
setIndex(String, Object) - Method in class com.sdm.quasar.client.core.data.Context
Sets a value for the index resolution for the node defined by key
setIndexedValue(Object, Object, NodeController, Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
Template method to set a value for the given index at the given source value.
setIndexedValue(Object, Object, NodeController, Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedArrayValueHandler
 
setIndexedValue(Object, Object, NodeController, Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedListValueHandler
 
setIndexedValue(Object, Object, NodeController, Object) - Method in class com.sdm.quasar.client.core.data.plugins.impl.IndexedMapValueHandler
 
setInput(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog
 
setInput(Integer) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog
 
setInstallPlugins(boolean) - Method in class com.sdm.quasar.client.core.dialogsupport.features.DataManagerFeature
Set flag that defines, if all configured PlugIns will be installed initially.
setJComboBox(JComboBox) - Method in class com.sdm.quasar.client.swing.commands.adapters.JComboBoxCommandAdapter
Sets the JComboBox to adapt to the command.
setJComponent(JComponent) - Method in class com.sdm.quasar.client.swing.commands.adapters.JComponentCommandAdapter
Sets the JComponent to adapt to the command.
setJTable(JTable) - Method in class com.sdm.quasar.client.swing.commands.adapters.JTableDoubleClickCommandAdapter
Sets the JTable to adapt to the command.
setJTree(JTree) - Method in class com.sdm.quasar.client.swing.commands.adapters.JTreeSelectionCommandAdapter
Sets the JTree to adapt to the command.
setLayoutConstraints(String, Container, Object) - Method in class com.sdm.quasar.client.swing.embedding.features.PanelCompositeFeature
Defines the layout constraints for the child with the given local name.
setLayoutConstraints(String, JTabbedPane, int) - Method in class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
Defines the layout constraints for the child with the given local name.
setListSelectionModel(ListSelectionModel) - Method in class com.sdm.quasar.client.swing.commands.adapters.ListSelectionCommandAdapter
Sets the ListSelectionModel to adapt to the command.
setMapKey(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
 
setMapValue(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
 
setMarkActive(boolean) - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
 
setMaxLength(int) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Sets the maximum length (number of characters) of this document.
setMaxLineLength(int) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Sets the maxmimum length of each line
setMaxLineNumber(int) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Sets the maximum number of lines
setMaxValue(BigDecimal) - Method in class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
setMessage(String) - Method in class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogData
Set the new value of the message
setMessageBundle(String) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
setMessagePattern(String) - Method in class com.sdm.quasar.client.core.common.logging.impl.SimpleConsoleLogHandler
Sets the message format pattern used to format log messages.
setMessagePattern(String) - Method in class com.sdm.quasar.client.log4j.common.logging.impl.Log4JLogHandler
Sets the message format pattern used to format log messages.
setMetadata(Class, String, Object) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
setMetadata(Class, String, Object) - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Stores a data object for a plug in or a value handler.
setMinValue(BigDecimal) - Method in class com.sdm.quasar.client.swing.ui.text.NumberFilterDocument
 
setMnemonic(int) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
setMnemonic(int) - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
Sets the mnemonic.
setModal(boolean) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
setModal(boolean) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
setName(String) - Method in class com.sdm.quasar.client.core.commands.AbstractCommandAdapter
 
setName(String) - Method in interface com.sdm.quasar.client.core.commands.CommandAdapter
Set the name of the CommandAdapter.
setName(String) - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
 
setName(String) - Method in class com.sdm.quasar.client.core.states.AbstractState
 
setName(String) - Method in interface com.sdm.quasar.client.core.states.BooleanStateAdapter
Set the name of the BooleanStateAdapter.
setName(String) - Method in interface com.sdm.quasar.client.core.states.State
Set the name of the state.
setName(String) - Method in class com.sdm.quasar.client.showcase.data.Company
 
setName(String) - Method in class com.sdm.quasar.client.showcase.data.Person
 
setName(String) - Method in class com.sdm.quasar.client.showcase.data.Project
 
setName(String) - Method in class com.sdm.quasar.client.showcase.jsf.data.Article
 
setName(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
 
setName(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass.BypassSimpleBean
Setter for name.
setName(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog
 
setNavigationHandler(NavigationHandler) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
setNewFilter(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.DynamicEmbeddingDialog
 
setNewFilter(String) - Method in interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogService
Sets a filter for filtering the articles list.
setNewFilter(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog
 
setNumber(int) - Method in class com.sdm.quasar.client.showcase.jsf.data.Order
 
setOption(String, Object) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoOptions
 
setOption(String, Object) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoOptions
Sets an additional option object for the key given.
setPredecessor(VisualRepresentation, VisualRepresentation) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
setPresentationURI(String) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
Sets the Url of the page, which is represented by this VisualRepresentation.
setPresentationURI(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
Set the url of the VisualRepresentation
setProjects(List) - Method in class com.sdm.quasar.client.showcase.data.Company
 
setPropertyMap(Map) - Method in class com.sdm.quasar.client.core.dialog.services.DefaultDialogConfiguration
Defines all properties by the given property map.
setPropertyResolver(PropertyResolver) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
setRecreate(boolean) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
setRecreateDialog(boolean) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
setRedirectUrl(String) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
setRefreshTime(long) - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
Sets the long to the given value.
setReplacingDialog(String) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
setReplacingDialog(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
setReplacingDialogContext(Object) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
setReplacingDialogContext(Object) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
setReplacingUrl(String) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
 
setRequestAttribute(String, Object) - Static method in class com.sdm.quasar.client.jsf.dialog.RequestParameterManager
Stores objects at the current request.
setRoot(SystemInfoNode) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeModel
 
setRootDialogId(String) - Method in interface com.sdm.quasar.client.core.dialog.services.DialogDefinitionService
Sets the dialog id for the root dialog.
setRootDialogId(String) - Method in class com.sdm.quasar.client.core.dialog.services.impl.DefaultDialogDefinitionService
 
setRowClasses(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
 
setRowClasses(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
 
setRowClasses(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog
 
setRowClasses(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog
 
setRowClasses(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
 
setRunCondition(EventLoop.EventFilter) - Method in class com.sdm.quasar.client.swing.common.event.EventLoop
Sets the EventLoop.EventFilter which accepts events as long as the loop runs.
setSelectText(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
 
setSelectionInListAdapter(NodeController, DefaultCUFValueModelPlugIn.SelectionInListAdapter) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Stores the SelectionInList in the metadata of the node
setSequenceNumber(DialogInstanceId, Integer) - Method in class com.sdm.quasar.client.jsf.dialog.features.DoubleSubmitCheckerFeature
Sets the sequence number for the given dialog-instance in a map and keeps track of this data during requests.
setServiceManager(ServiceManager) - Method in interface com.sdm.quasar.client.core.application.ApplicationConfiguration.ApplicationSetterAccess
Sets the configuration manager of the Application.
setSessionManager(SessionManager) - Method in interface com.sdm.quasar.client.core.application.ApplicationConfiguration.ApplicationSetterAccess
Sets the session manager of the Application.
setSource(Object) - Method in class com.sdm.quasar.client.core.states.AcceptorBooleanState
sets a new source object
setSourceValue(int, Context, Object) - Method in interface com.sdm.quasar.client.core.data.structure.ComputationValueAccess
Sets the (indexed) value of the source node with the given index by applying the given context
setStartDate(Date) - Method in class com.sdm.quasar.client.showcase.data.Project
 
setState(State) - Method in class com.sdm.quasar.client.core.states.StateAcceptedBooleanState
sets a new State
setStateManager(StateManager) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
setStopApplicationAfterLastSession(boolean) - Method in class com.sdm.quasar.client.core.application.DefaultSessionManager
Sets whether the application will be disposed after the last session has been disposed.
setStreet(String) - Method in class com.sdm.quasar.client.showcase.data.Address
 
setSubDialogActive(String, boolean) - Method in interface com.sdm.quasar.client.core.embedding.MultipleActivationController
Sets the controlled sub dialog with the given local name to active or inactive.
setSubDialogActive(String) - Method in interface com.sdm.quasar.client.core.embedding.SingleActivationController
Sets the controlled sub dialog with the given local name to active.
setSubDialogActive(String, boolean) - Method in class com.sdm.quasar.client.core.embedding.features.MultipleActivationControllerFeature
 
setSubDialogActive(String) - Method in class com.sdm.quasar.client.core.embedding.features.SingleActivationControllerFeature
 
setSupportedLocales(Collection) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
setText(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfBean
 
setText(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
 
setText(String) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow.DependentWindowDialog
 
setText(String) - Method in class com.sdm.quasar.client.swing.systeminfo.NodeInfo
Sets the String to the given value.
setThreshold(int) - Method in class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
Sets the treshold to the given value.
setTitle(String) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
setTitle(String) - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
Sets the title.
setToolTipText(String) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
 
setToolTipText(String) - Method in interface com.sdm.quasar.client.swing.embedding.services.TitleService
Sets the tooltip.
setTriggerValue(Object) - Method in class com.sdm.quasar.client.core.common.event.Trigger
Sets the trigger value to the given value.
setUrl(String) - Method in class com.sdm.quasar.client.jsf.tags.ImportTag
 
setValidCharacters(String) - Method in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Sets the CharacterFilter, which accepts characters.
setValue(String) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
setValue(String) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Sets the value attribute (SystemInfoNode.VALUE_ATTRIBUTE to the given value.
setValue(String, Object) - Method in interface com.sdm.quasar.client.core.data.DataManager
Sets the value corresponding to the given name.
setValue(String, Context, Object) - Method in interface com.sdm.quasar.client.core.data.DataManager
Modifies a value that needs indices to be accessed.
setValue(String, Object) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
setValue(String, Context, Object) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
setValue(Context, Object) - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
setValue(Context, Object) - Method in interface com.sdm.quasar.client.core.data.plugin.NestedValueHandler
Sets the (indexed) value
setValue(Context, Object) - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Calls the chain of value handlers to set the (indexed) value of the node
setValue(NodeController, Context, Object, NestedValueHandler) - Method in interface com.sdm.quasar.client.core.data.plugin.ValueHandler
Sets the indexed value of the node.
setValue(NodeController, Context, Object, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AbstractIndexedValueHandler
 
setValue(NodeController, Context, Object, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.AspectValueHandler
 
setValue(NodeController, Context, Object, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.BaseValueHandler
 
setValue(NodeController, Context, Object, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.ComputedValueHandler
 
setValue(NodeController, Context, Object, NestedValueHandler) - Method in class com.sdm.quasar.client.core.data.plugins.impl.EventNotificationValueHandler
Sets the indexed value of the node. If it takes responsability for the storing of the value it must notify the node of the change if appropriate by using NodeController.startNodeValueChangedNotification(). If it does not take responsability it must notify the nested value handler using NestedValueHandler.setValue(Context, Object). Calls NestedValueHandler#setValue(Object) without any changes.
setValue(Object, Object) - Method in class com.sdm.quasar.client.core.data.structure.AspectNode
Writes the aspect using the setter method
setValue(String, Object) - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
Convenience method to set or change data in the data manager
setValue(String, Context, Object) - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
Convenience method to set or change data in the data manager
setValue(boolean) - Method in class com.sdm.quasar.client.core.states.AbstractBooleanState
Sets the enabled state of this BooleanState.
setValue(boolean) - Method in class com.sdm.quasar.client.core.states.MutableBooleanState
Sets the enabled state of this BooleanState.
setValue(Object) - Method in class com.sdm.quasar.client.core.states.MutableState
 
setValue(Object, Object, Object) - Method in class com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver
{@inheritDoc}
setValue(Object, int, Object) - Method in class com.sdm.quasar.client.jsf.binding.QuasarClientPropertyResolver
{@inheritDoc}
setValue(String, Object) - Method in interface com.sdm.quasar.client.jsf.binding.ValueResolver
Sets a new value for the referenced keyword
setValue(String) - Method in interface com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowService
Sets the current input value
setValue(String) - Method in interface com.sdm.quasar.client.showcase.swing.embedding.modal.ValueService
Sets the current input value
setValue(Object, boolean) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.ArrayToListAdapterValueModel
 
setValue(Object, boolean) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.ValueModelAdapter
 
setValueModel(ValueModel) - Method in class com.sdm.util.model.states.ValueAcceptedBooleanState
sets a new ValueModel
setValueModelAdapter(NodeController, DefaultCUFValueModelPlugIn.ValueModelAdapter) - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn
Stores the DefaultCUFValueModelPlugIn.ValueModelAdapter in the metadata of the node
setValueToHttpSession(String, Object) - Method in interface com.sdm.quasar.client.jsf.dialog.services.HttpSessionDataService
Puts an attribute to the HTTP session
setValueToHttpSession(String, Object) - Method in class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService
 
setValueToRequest(String, Object) - Method in interface com.sdm.quasar.client.jsf.dialog.services.RequestDataService
Puts an attribute to the current request
setValueToRequest(String, Object) - Method in class com.sdm.quasar.client.jsf.dialog.services.impl.DefaultRequestDataService
 
setValueWithoutNotification(boolean) - Method in class com.sdm.quasar.client.core.states.AbstractBooleanState
Sets the enabled state of this BooleanState.
setVariableResolver(VariableResolver) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
setViewHandler(ViewHandler) - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
setVisualRepresentation(VisualRepresentation) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
Sets a new VisualRepresentation to be shown in the current request.
setVisualRepresentation(VisualRepresentation) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowCompositeFeature
Set a VisualRepresentation
setVisualRepresentation(JComponent) - Method in class com.sdm.quasar.client.swing.embedding.features.VisualRepresentationFeature
 
setVisualRepresentation(JComponent) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractVisualRepresentationService
 
setVisualRepresentation(JComponent) - Method in interface com.sdm.quasar.client.swing.embedding.services.VisualRepresentationService
 
setWindow(Window) - Method in class com.sdm.quasar.client.swing.commands.adapters.WindowClosingCommandAdapter
Sets the Window to adapt to the command.
setWindowIcon(Image) - Method in class com.sdm.quasar.client.swing.embedding.features.DialogWindowResource
 
setWindowIcon(Image) - Method in class com.sdm.quasar.client.swing.embedding.features.FrameWindowResource
 
setWindowIcon(Image) - Method in interface com.sdm.quasar.client.swing.embedding.features.WindowResource
Sets the window's icon.
setWindowIcon(Image) - Method in interface com.sdm.quasar.client.swing.embedding.services.WindowTitleService
Sets the window's icon.
setWindowResource(WindowResource) - Method in class com.sdm.quasar.client.swing.embedding.features.WindowFeature
Sets the WindowResource to the given value.
setWindowTitle(String) - Method in class com.sdm.quasar.client.swing.embedding.features.DialogWindowResource
 
setWindowTitle(String) - Method in class com.sdm.quasar.client.swing.embedding.features.FrameWindowResource
 
setWindowTitle(String) - Method in interface com.sdm.quasar.client.swing.embedding.features.WindowResource
Sets the window's title
setWindowTitle(String) - Method in interface com.sdm.quasar.client.swing.embedding.services.WindowTitleService
Sets the window's title.
setWrappedBooleanState(BooleanState) - Method in class com.sdm.quasar.client.core.states.WrapperBooleanState
Set a new wrapped state.
setWrappedFormatter(DateFormat) - Method in class com.sdm.quasar.client.core.ui.text.MultiDateFormat
 
setWrappedParsers(DateFormat[]) - Method in class com.sdm.quasar.client.core.ui.text.MultiDateFormat
 
setZipCode(String) - Method in class com.sdm.quasar.client.showcase.data.Address
 
showConfirmDialog(Object) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showConfirmDialog(Object, String, int) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showConfirmDialog(Object, String, int, int) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showConfirmDialog(Object, String, int, int, Icon) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showConfirmDialog(Object) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showConfirmDialog(Object, String, int) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showConfirmDialog(Object, String, int, int) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showConfirmDialog(Object, String, int, int, Icon) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showDialogAndContinueActivation(Dialog) - Static method in class com.sdm.quasar.client.swing.dialog.services.impl.SwingModalBlockHelperService
This method must be called when a modal dialog should be displayed.
showEmpl(Employee, boolean) - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
showEmpl(Employee, boolean) - Method in interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmployeeService
 
showInputDialog(Object) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showInputDialog(Object, Object) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showInputDialog(Object, String, int) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showInputDialog(Object, String, int, Icon, Object[], Object) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showInputDialog(Object) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showInputDialog(Object, Object) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showInputDialog(Object, String, int) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showInputDialog(Object, String, int, Icon, Object[], Object) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showMessageDialog(Object) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showMessageDialog(Object, String, int) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showMessageDialog(Object, String, int, Icon) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showMessageDialog(Object) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showMessageDialog(Object, String, int) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showMessageDialog(Object, String, int, Icon) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showNewArticle(Article) - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDetailDialog
 
showNewArticle(Article) - Method in interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedShowArticleService
 
showOptionDialog(Object, String, int, int, Icon, Object[], Object) - Method in class com.sdm.quasar.client.swing.dialogbase.features.OptionDialogServiceFeature
 
showOptionDialog(Object, String, int, int, Icon, Object[], Object) - Method in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
showRepresentation(VisualRepresentation) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
A VisualRepresentation - corresponding to a dialog - will be shown in the browser.
showSystemInfoDialog(DialogControl) - Static method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogHelper
Shows up the system info dialog depending on the DialogControl given.
showVisualRepresentation(VisualRepresentation, boolean) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
A VisualRepresentation - corresponding to a dialog - will be shown in the browser.
showVisualRepresentation(VisualRepresentation) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
showVisualRepresentation(VisualRepresentation, boolean) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
showVisualRepresentation(VisualRepresentation) - Method in interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService
Show the VisualRepresentation at the current BrowserWindow
showVisualRepresentation(VisualRepresentation, boolean) - Method in interface com.sdm.quasar.client.jsf.dialog.services.BrowserWindowService
Show the VisualRepresentation at the current BrowserWindow
size() - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
Returns the number of pairs in storage
size() - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
Returns the number of pairs in storage
size - Variable in class com.sdm.quasar.client.core.common.util.IndexSet
Size of the index set.
size() - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
size() - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
start() - Method in class com.sdm.quasar.client.core.application.AbstractApplication
This implementation initializes the additional application components in the following order: ErrorHandler by using AbstractApplication.initializeErrorHandler() LoggerFactory by using #initializeLogging()
start() - Method in interface com.sdm.quasar.client.core.application.Application
Realizes application startup.
start() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
start() - Method in class com.sdm.quasar.client.showcase.helloworld.HelloWorldApplication
 
start() - Method in class com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplication
 
start() - Method in class com.sdm.quasar.client.showcase.swing.SwingShowcaseApplication
Starts the application (see AbstractApplication.start()).
start() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
 
startJob(ModalBlockHelperService.JobQueue) - Method in interface com.sdm.quasar.client.core.dialog.services.ModalBlockHelperService
Executes the individual jobs in the ModalBlockHelperService.JobQueue until it is finished (ModalBlockHelperService.JobQueue.isFinished().
startJob(ModalBlockHelperService.JobQueue) - Method in class com.sdm.quasar.client.swing.dialog.services.impl.SwingModalBlockHelperService
This processes the job queue until it is empty.
startNodeValueChangedNotification() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
startNodeValueChangedNotification() - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Starts the notification across the node graph that this node's value has been changed.
stateChanged(State) - Method in interface com.sdm.quasar.client.core.states.StateListener
Called whenever the source state changed its value.
stateChanged(ChangeEvent) - Method in class com.sdm.quasar.client.swing.states.ButtonModelSelectedBooleanState
 
stateValueToString() - Method in class com.sdm.quasar.client.core.states.AbstractState
Converts the current state value to a string representation and returns it.
stop() - Method in class com.sdm.quasar.client.core.application.AbstractApplication
This implementation disposed the application components in the following order if the corresponding component implements Disposable.
stop() - Method in interface com.sdm.quasar.client.core.application.Application
Realizes application shutdown.
stop() - Method in class com.sdm.quasar.client.jsf.application.QuasarCompositeApplication
 
stop() - Method in class com.sdm.quasar.client.showcase.helloworld.HelloWorldApplication
 
stop() - Method in class com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplication
 
stop() - Method in class com.sdm.quasar.client.showcase.swing.SwingShowcaseApplication
 
stop() - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoTreeFeature
 
stopNotification() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
stopNotification() - Method in interface com.sdm.quasar.client.core.data.plugin.NodeController
Temporary stops the notification of changes.
storeValue() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
 
supportsReverse() - Method in class com.sdm.quasar.client.core.data.structure.AbstractSimpleComputation
This implementation returns false.
supportsReverse() - Method in interface com.sdm.quasar.client.core.data.structure.Computation
 
supportsReverse() - Method in class com.sdm.quasar.client.core.data.structure.ContextNodeComputation
 
supportsReverse() - Method in class com.sdm.quasar.client.core.data.structure.IntegerToStringConversion
 

T

TIME - Static variable in class com.sdm.quasar.client.swing.ui.text.FormatFilterDocument
 
TRUE_STATE - Static variable in class com.sdm.quasar.client.core.states.ConstantBooleanState
A BooleanState, that is always true.
TabCompositeFeature - class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature.
An embedding feature, which can embed child dialogs (which are managed by an SingleActivationController) into one or more JTabbedPanes.
TabCompositeFeature() - Constructor for class com.sdm.quasar.client.swing.embedding.features.TabCompositeFeature
 
TabDialog - class com.sdm.quasar.client.showcase.swing.embedding.tabdialog.TabDialog.
This is an example of a dialog that includes another dialog, in this case a simple HtmlMessagePane.
TabDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.embedding.tabdialog.TabDialog
 
ThresholdCounterBooleanState - class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState.
A BooleanState implementation that is true, as long as the managed counter is at least as big as the treshold set.
ThresholdCounterBooleanState() - Constructor for class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
Creates a new ThresholdCounterBooleanState.
ThresholdCounterBooleanState(String) - Constructor for class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
Creates a new ThresholdCounterBooleanState.
ThresholdCounterBooleanState(String, int) - Constructor for class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
Creates a new ThresholdCounterBooleanState.
ThresholdCounterBooleanState(String, int, int) - Constructor for class com.sdm.quasar.client.core.states.ThresholdCounterBooleanState
Creates a new ThresholdCounterBooleanState.
TitleService - interface com.sdm.quasar.client.swing.embedding.services.TitleService.
A service for titleing something.
TreeModelSelectedBooleanState - class com.sdm.quasar.client.swing.states.TreeModelSelectedBooleanState.
A BooleanState representing the selection/deselection state of a TreeSelectionModel.
TreeModelSelectedBooleanState(TreeSelectionModel) - Constructor for class com.sdm.quasar.client.swing.states.TreeModelSelectedBooleanState
Constructs the BooleanState representing the selection state of the given TreeSelectionModel.
TreeModelSelectedBooleanState(TreeSelectionModel, String) - Constructor for class com.sdm.quasar.client.swing.states.TreeModelSelectedBooleanState
Constructs the BooleanState representing the selection state of the given TreeSelectionModel.
Trigger - class com.sdm.quasar.client.core.common.event.Trigger.
 
Trigger() - Constructor for class com.sdm.quasar.client.core.common.event.Trigger
Creates a new Trigger.
Trigger.TriggerListener - interface com.sdm.quasar.client.core.common.event.Trigger.TriggerListener.
The TriggerListener called back, when the trigger gets enabled.
takeSystemSnapshot(int) - Method in class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
Takes a current system snapshot of the dialog hierarchy with the given detail level and returns it.
takeSystemSnapshot() - Method in class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
Takes a current system snapshot of the dialog hierarchy normal details and returns it.
takeSystemSnapshot(String, int) - Method in class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
Takes a current system snapshot of the given information class with the given detail level and returns it.
takeSystemSnapshot(String, SystemInfoOptions) - Method in class com.sdm.quasar.client.core.dialogbase.features.SystemSnapshotFeature
Takes a current system snapshot of the given information class with the given SystemInfoOptions and returns it.
throwException() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.configuration.ExceptionDialog
 
throwRuntimeException(Throwable) - Static method in class com.sdm.quasar.client.core.common.ErrorHandler
Converts the given Throwable to a RuntimeException and throws this RuntimeException.
toArray() - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
toArray(Object[]) - Method in class com.sdm.quasar.client.core.common.util.IndexSet
 
toString() - Method in class com.sdm.quasar.client.core.application.SessionId
Returns a string containing the external id.
toString() - Method in class com.sdm.quasar.client.core.common.ComponentLifeCycle
Returns an english name for the given state.
toString() - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
 
toString(String) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoNode
Returns the string representation of the element.
toString() - Method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Overrides java.lang.Object.toString().
toString(byte[]) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(byte[], int, int) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(byte[], int, int, String) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(byte[], int, int, String, boolean) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(double[]) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts an array a to a string using commas "," to separate array elements.
toString(double[], int, int) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using commas "," to separate array elements.
toString(double[], int, int, String) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(float[]) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts an array a to a string using commas "," to separate array elements.
toString(float[], int, int) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using commas "," to separate array elements.
toString(float[], int, int, String) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(int[]) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts an array a to a string using commas "," to separate array elements.
toString(int[], int, int) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using commas "," to separate array elements.
toString(int[], int, int, String) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(int[], int, int, String, boolean) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(long[]) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts an array a to a string using commas "," to separate array elements.
toString(long[], int, int) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using commas "," to separate array elements.
toString(long[], int, int, String) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(long[], int, int, String, boolean) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(Object[]) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts an array a to a string using commas "," to separate array elements.
toString(Object[], int, int) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using commas "," to separate array elements.
toString(Object[], int, int, String) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts a subarray starting at start with length len to a string using the separation string separator.
toString(Iterator) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts the elements iterated by the given Iterator to a string using the separation string separator.
toString(Iterator, String) - Static method in class com.sdm.quasar.client.core.common.util.ArrayIterator
Converts the elements iterated by the given Iteratorto a string using the separation string separator.
toString() - Method in class com.sdm.quasar.client.core.common.util.BaseArrayMap
 
toString() - Method in class com.sdm.quasar.client.core.data.Context
 
toString() - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataManager
 
toString() - Method in class com.sdm.quasar.client.core.data.impl.DefaultNodeController
 
toString() - Method in class com.sdm.quasar.client.core.data.structure.Node
 
toString() - Method in class com.sdm.quasar.client.core.dialog.DialogInstanceId
Returns a string containing the dialog id and the instance number.
toString() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleCompletionLevel
 
toString() - Method in class com.sdm.quasar.client.core.dialog.lifecycle.LifeCycleState
 
toString() - Method in class com.sdm.quasar.client.core.states.AbstractCombinedBooleanState
 
toString() - Method in class com.sdm.quasar.client.core.states.AbstractState
 
toString(boolean) - Method in class com.sdm.quasar.client.core.states.AbstractState
Returns a string representation of this State.
toString() - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
toString() - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
 
toString() - Method in class com.sdm.quasar.client.showcase.data.Gender
 
toString() - Method in class com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode
A human readable string representation of the navigation menu node
toString() - Method in class com.sdm.quasar.client.swing.common.event.EventLoop
 
translate(String) - Method in class com.sdm.quasar.client.swing.systeminfo.InfoTreeNodeDefinition
Translates the given original text to get translated by a resource entry.
translate(String) - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoDialogFeature
Translates the given original text to get translated by a resource entry.
translate(String) - Method in class com.sdm.quasar.client.swing.systeminfo.SystemInfoPanelFeature
Translates the given original text to get translated by a resource entry.
trigger() - Method in class com.sdm.quasar.client.core.common.event.Trigger
Triggers this Trigger.
trigger(Object) - Method in class com.sdm.quasar.client.core.common.event.Trigger
Triggers this Trigger together with setting the given trigger value.
triggered(Trigger, Object) - Method in interface com.sdm.quasar.client.core.common.event.Trigger.TriggerListener
Called, when waiting for a Trigger, when the Trigger gets available.
trim(String, boolean, boolean) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Trims the string like String.trim(), but with selection, if whitespaces should be removed from start and / or the end of the string.

U

UNINITIALIZED_VALUE - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
UNLOCK_EVENT - Static variable in interface com.sdm.quasar.client.showcase.swing.actions.commands.CommandNames
 
UNRESTRICTED_LINE_LENGTH - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Special value for the line length, indicating to not enforce any restrictions.
UNRESTRICTED_LINE_NUMBER - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Special value for the line number, indicating to not enforce any restrictions.
UNRESTRICTED_TOTAL_LENGTH - Static variable in class com.sdm.quasar.client.swing.ui.text.RestrictionDocument
Special value for the total length, indicating to not enforce any restrictions.
URIResolver - class com.sdm.quasar.client.jsf.embedding.URIResolver.
The URIResolver resolves a given keyword by providing a given object.
URIResolver(String, DialogInstanceId) - Constructor for class com.sdm.quasar.client.jsf.embedding.URIResolver
 
UnstructuredDialog - class com.sdm.quasar.client.showcase.swing.dialogs.unstructured.UnstructuredDialog.
This is an example class that demonstrates how to build a dialog without components.
UnstructuredDialog() - Constructor for class com.sdm.quasar.client.showcase.swing.dialogs.unstructured.UnstructuredDialog
 
uninstallFeature(Feature) - Method in interface com.sdm.quasar.client.core.dialog.FeatureManager
Uninstalls the specified feature instance.
uninstallFeature(Feature) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
uninstallFeature(Feature) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultFeatureManager
 
uninstallGlobalEventLoop() - Static method in class com.sdm.quasar.client.swing.common.event.EventLoop
Uninstalls the previously installed global EventLoop.
unlock() - Method in class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
 
unquoteString(String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Unquotes the string using a quoting char (') and escape char (\).
unquoteString(String, char, char) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Unquotes the string using the given quoting char and escape char.
unquoteURLName(String) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Decodes url-encoded name, which has '%'-escaped characters and returns it as normal string.
unregisterCommand(String) - Method in class com.sdm.quasar.client.core.commands.RunnableCommandManager
Unregisters a previously registered command.
unregisterComponent(Object) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
Unregisters a previously registered ComponentDefinition for the component-id given.
unregisterDataManagerPluginCallback(DataManagerPluginCallback) - Method in class com.sdm.quasar.client.core.data.impl.DefaultDataCore
 
unregisterDataManagerPluginCallback(DataManagerPluginCallback) - Method in interface com.sdm.quasar.client.core.data.plugin.DataCore
 
unregisterDisposable(Disposable) - Method in class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
Unregister a former registered Disposable
unregisterForReactivation(DialogInstanceId) - Method in class com.sdm.quasar.client.core.dialogbase.features.ReactivationFeature
 
unregisterForReactivation(DialogInstanceId) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ReactivationService
Unregister for Reactivation
unregisterObjectionCallback(DialogInstanceId, ActivationObjectionService.DeactivationObjectionCallback) - Method in class com.sdm.quasar.client.core.dialogbase.features.ActivationObjectionFeature
 
unregisterObjectionCallback(DialogInstanceId, CloseObjectionService.CloseObjectionCallback) - Method in class com.sdm.quasar.client.core.dialogbase.features.CloseObjectionFeature
 
unregisterObjectionCallback(DialogInstanceId, ActivationObjectionService.DeactivationObjectionCallback) - Method in interface com.sdm.quasar.client.core.dialogbase.services.ActivationObjectionService
Unregisters a callback object.
unregisterObjectionCallback(DialogInstanceId, CloseObjectionService.CloseObjectionCallback) - Method in interface com.sdm.quasar.client.core.dialogbase.services.CloseObjectionService
Unregisters a callback object.
unregisterService(Class, Service) - Method in class com.sdm.quasar.client.core.common.services.DefaultServiceManager
 
unregisterService(Class, Service) - Method in interface com.sdm.quasar.client.core.common.services.ServiceManager
Unregisters a service.
unregisterService(Class, Object) - Method in class com.sdm.quasar.client.core.common.services.ServiceNode
Unregisters a service in this node.
unregisterService(Class, Service) - Method in interface com.sdm.quasar.client.core.dialog.DialogServiceAccess
Unregisters a service for this node.
unregisterService(Class, Service) - Method in interface com.sdm.quasar.client.core.dialog.SubDialogServiceAccess
Unregisters a service for this node.
unregisterService(Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogControl
 
unregisterService(Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceAccess
 
unregisterService(ID, Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultDialogServiceManager
 
unregisterService(Class, Service) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
unregisterService(ID, Class, Service) - Method in interface com.sdm.quasar.client.core.dialog.impl.DialogServiceManager
Unregisters a service for a given node.
unregisterService(String) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ComponentServerProxyPlugin
Unregisters a service to component mapping previously created via ComponentServerProxyPlugin.registerService(String, Object).
unregisterServiceImplementation(Class, Object) - Method in class com.sdm.quasar.client.core.server.impl.plugins.ImplementationServerProxyPlugin
Unregisters a previously registered service implementation
unregisterServices(String) - Method in interface com.sdm.quasar.client.core.dialog.SubDialogServiceAccess
Unregisters all services registered with the same registration context
unregisterServices(String) - Method in class com.sdm.quasar.client.core.dialog.impl.DefaultSubDialogControl
 
unregisterServices() - Method in class com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature.SubDialogController
Unregisters all service for the given SubDialogControl, that were installed using this helper instance.
unregisterSession(SessionId) - Method in class com.sdm.quasar.client.core.application.AbstractSessionManager
Unregisteres a session.
unregisterSystemInfoProvider(SystemInfoProvider) - Method in class com.sdm.quasar.client.core.common.sysinfo.DefaultSystemInfoRegistry
 
unregisterSystemInfoProvider(SystemInfoProvider) - Method in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoRegistry
Unregisters the previous registered SystemInfoProvider.
unregisterSystemInfoProvider(SystemInfoProvider) - Method in class com.sdm.quasar.client.core.common.sysinfo.services.DefaultSystemInfoService
 
update() - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractTitleService
Subclasses may implement this method, if they like to update everything when a property changes.
updateAdaptedValue() - Method in class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
Forces an update of the current state value to the adapted objects.
updateAdaptedValue() - Method in class com.sdm.quasar.client.core.states.AcceptorBooleanState
Checks, if the current source object is accepted by the acceptor.
updateAdaptedValue() - Method in class com.sdm.quasar.client.swing.states.adapters.AbstractSwingBooleanStateAdapter
 
updateIndexMap() - Method in class com.sdm.quasar.client.swing.data.plugins.impl.DefaultCUFValueModelPlugIn.DelegateAccessAdapter
 

V

VALUE_ATTRIBUTE - Static variable in interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoNode
Special attribute: The value of the described element.
ValueAcceptedBooleanState - class com.sdm.util.model.states.ValueAcceptedBooleanState.
 
ValueAcceptedBooleanState(String, ValueModel, Object) - Constructor for class com.sdm.util.model.states.ValueAcceptedBooleanState
Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(ValueModel, Object) - Constructor for class com.sdm.util.model.states.ValueAcceptedBooleanState
Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(String, ValueModel, Object, boolean) - Constructor for class com.sdm.util.model.states.ValueAcceptedBooleanState
Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(ValueModel, Object, boolean) - Constructor for class com.sdm.util.model.states.ValueAcceptedBooleanState
Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(String, ValueModel, Acceptor) - Constructor for class com.sdm.util.model.states.ValueAcceptedBooleanState
Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(ValueModel, Acceptor) - Constructor for class com.sdm.util.model.states.ValueAcceptedBooleanState
Creates a new ValueAcceptedBooleanState.
ValueChangedPlugIn - interface com.sdm.quasar.client.core.data.plugins.ValueChangedPlugIn.
Note: this is a first draft!
ValueConfigurationDescriptor - class com.sdm.quasar.client.core.common.config.ValueConfigurationDescriptor.
 
ValueConfigurationDescriptor(String, Object) - Constructor for class com.sdm.quasar.client.core.common.config.ValueConfigurationDescriptor
Creates a new ValueConfigurationDescriptor.
ValueConfigurationDescriptor(Class, Object) - Constructor for class com.sdm.quasar.client.core.common.config.ValueConfigurationDescriptor
Creates a new ValueConfigurationDescriptor.
ValueHandler - interface com.sdm.quasar.client.core.data.plugin.ValueHandler.
Handles a request concerning the value of a node.
ValueResolver - interface com.sdm.quasar.client.jsf.binding.ValueResolver.
The ValueResolver defines the data binding to an object that is not resolved by JSF (e.g. a data manager).
ValueService - interface com.sdm.quasar.client.showcase.swing.embedding.modal.ValueService.
Service offered by the ModalDialog that allows the controlling dialog to access the user input and the committed state.
VerbosePhaseListener - class com.sdm.quasar.client.jsf.application.VerbosePhaseListener.
 
VerbosePhaseListener() - Constructor for class com.sdm.quasar.client.jsf.application.VerbosePhaseListener
 
VisualRepresentation - class com.sdm.quasar.client.jsf.dialog.VisualRepresentation.
This represents a visual representation of a dialog, e.g. the displayed jsp, facelet, .. .
VisualRepresentation(String, DialogInstanceId) - Constructor for class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
Constructos a new VisualRepresentation.
VisualRepresentation.VisualRepresentationListener - interface com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener.
Register a VisualRepresentationListener at a VisualRepresentation if you want to be informed when the VisualRepresentation is entered or left by browser navigation or when an other dialog is shown (and this dialog is left) or hidden (and this dialog is entered).
VisualRepresentationFeature - class com.sdm.quasar.client.swing.embedding.features.VisualRepresentationFeature.
This feature uses a VisualRepresentationService given by the parent to let a dialog set it's visual representation easily.
VisualRepresentationFeature() - Constructor for class com.sdm.quasar.client.swing.embedding.features.VisualRepresentationFeature
 
VisualRepresentationId - class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId.
The VisualRepresentationId defines the parameters which identify a VisualRepresentation.
VisualRepresentationId(VisualRepresentation) - Constructor for class com.sdm.quasar.client.jsf.dialog.VisualRepresentationId
 
VisualRepresentationInfo - class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo.
Container with additional information defining the showing and hiding strategy of a VisualRepresentation
VisualRepresentationInfo() - Constructor for class com.sdm.quasar.client.jsf.dialog.VisualRepresentationInfo
 
VisualRepresentationService - interface com.sdm.quasar.client.swing.embedding.services.VisualRepresentationService.
 
validateEmployee(Employee) - Method in class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
 
valueChanged(ListSelectionEvent) - Method in class com.sdm.quasar.client.swing.states.ListModelSelectedBooleanState
 
valueChanged(TreeSelectionEvent) - Method in class com.sdm.quasar.client.swing.states.TreeModelSelectedBooleanState
 
values() - Method in class com.sdm.quasar.client.core.common.util.ArrayMap
 
values() - Method in class com.sdm.quasar.client.jsf.binding.features.DefaultSessionDataFeature
viewDetails() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
Switches to the detail dialog of a selected article.
viewDetails() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
Switches to the detail dialog of a selected article.
viewOrders() - Method in class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
Changes to the orders dialog.
virtualRootNode - Variable in class com.sdm.quasar.client.core.common.services.AbstractServiceManager
The ID of the root node that is represented by the #parentServiceProvider.
visualRepresentationChanged(JComponent, JComponent) - Method in class com.sdm.quasar.client.swing.embedding.services.AbstractVisualRepresentationService
 
visualRepresentationEntered() - Method in interface com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener
VisualRepresentation is entered by browser navigation or because a dialog is hiden and this VisualRepresentation is shown again.
visualRepresentationLeft() - Method in interface com.sdm.quasar.client.jsf.dialog.VisualRepresentation.VisualRepresentationListener
VisualRepresentation is left by browser navigation or because an other dialog is shown.

W

WARN - Static variable in interface com.sdm.quasar.client.core.common.logging.LoggingLevel
Level for warnings
WARNING_MESSAGE - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
WelcomeDialog - class com.sdm.quasar.client.showcase.jsf.dialogs.WelcomeDialog.
The welcome dialog of the quasar web client showcase
WelcomeDialog() - Constructor for class com.sdm.quasar.client.showcase.jsf.dialogs.WelcomeDialog
 
WindowClosingCommandAdapter - class com.sdm.quasar.client.swing.commands.adapters.WindowClosingCommandAdapter.
The WindowClosingCommandAdapter is an adapter between a Windowsand a Command: It trigges the Command, when a WindowEvent is fired signalling the closing of the window.
WindowClosingCommandAdapter(Window, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.WindowClosingCommandAdapter
Creates a new WindowClosingCommandAdapter.
WindowClosingCommandAdapter(String, Window, Command) - Constructor for class com.sdm.quasar.client.swing.commands.adapters.WindowClosingCommandAdapter
Creates a new WindowClosingCommandAdapter.
WindowFeature - class com.sdm.quasar.client.swing.embedding.features.WindowFeature.
A feature for use in dialogs that offer a top level window.
WindowFeature() - Constructor for class com.sdm.quasar.client.swing.embedding.features.WindowFeature
Creates a new WindowFeature.
WindowPackService - interface com.sdm.quasar.client.swing.embedding.services.WindowPackService.
Request to recalculate the window size and pack the window (see Window.pack()).
WindowResource - interface com.sdm.quasar.client.swing.embedding.features.WindowResource.
Adapter interface for a WindowFeature to make it independent of the window implementation.
WindowTitleService - interface com.sdm.quasar.client.swing.embedding.services.WindowTitleService.
Offers access to the window's title and icon.
WrapperBooleanState - class com.sdm.quasar.client.core.states.WrapperBooleanState.
A BooleanState, that wrappes an other BooleanState: This BooleanState refelcts the state of the wrapped BooleanState.
WrapperBooleanState(BooleanState) - Constructor for class com.sdm.quasar.client.core.states.WrapperBooleanState
Creates a new WrapperBooleanState.
WrapperBooleanState(String, BooleanState) - Constructor for class com.sdm.quasar.client.core.states.WrapperBooleanState
Creates a new WrapperBooleanState.
waitForCondition(Condition) - Method in class com.sdm.quasar.client.core.common.event.DefaultEventDispatchThreadService
 
waitForCondition(Condition) - Method in interface com.sdm.quasar.client.core.common.event.EventDispatchThreadService
Waits for the condition given without blocking event processing.
waitForCondition(Condition) - Static method in class com.sdm.quasar.client.core.common.event.EventDispatchThreadUtilities
Waits for the condition given without blocking event processing.
waitForCondition(Condition) - Method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadService
 
waitForCondition(Condition) - Static method in class com.sdm.quasar.client.swing.common.event.SwingEventDispatchThreadUtilities
Waits for the condition given without blocking event processing.
waitForTrigger() - Method in class com.sdm.quasar.client.core.common.event.Trigger
Waits until the trigger condition (Trigger.isTriggered()) is fulfilled.
wrapString(String, int, boolean, boolean) - Static method in class com.sdm.quasar.client.core.common.util.StringUtilities
Wraps the input string according to the given parameters
writeHiddenField(UIComponent, ResponseWriter, String, String) - Static method in class com.sdm.quasar.client.jsf.dialog.PostParameters
Writes a key value pair to the given writer of a response as hidden field.
writePostParameters(UIComponent, ResponseWriter) - Method in class com.sdm.quasar.client.jsf.dialog.BrowserWindow
 
writePostParameters(UIComponent, ResponseWriter) - Method in class com.sdm.quasar.client.jsf.dialog.PostParameters
Writes all post parameters of this to the given writer of a response as hidden fields.
writePostParameters(UIComponent, ResponseWriter) - Method in class com.sdm.quasar.client.jsf.dialog.VisualRepresentation
The post parameters are supplemented by the VisualRepresentationId and written to the request (normally as hidden fields).
writePostParameters(UIComponent, ResponseWriter) - Method in class com.sdm.quasar.client.jsf.dialog.features.BrowserWindowFeature
 
writePostParameters(UIComponent, ResponseWriter) - Method in interface com.sdm.quasar.client.jsf.dialog.services.ResponseParameterService
wites the post parameters as hidden fields to the page
writeState(FacesContext, SerializedView) - Method in class com.sdm.quasar.client.jsf.application.dialog.MyFacesStateManager
Writes the state for the view.
writeState(FacesContext, SerializedView) - Method in class com.sdm.quasar.client.jsf.application.dialog.SunRIStateManager
Writes the state for the view.
writeStateAsUrlParams(FacesContext, SerializedView) - Method in class com.sdm.quasar.client.jsf.application.dialog.MyFacesStateManager
 

X

XORBooleanState - class com.sdm.quasar.client.core.states.XORBooleanState.
A BooleanState that combines a set of other boolean states with the logical XOR operation.
XORBooleanState(String) - Constructor for class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.
XORBooleanState(String, BooleanState[], boolean[]) - Constructor for class com.sdm.quasar.client.core.states.XORBooleanState
Creates a new XORBooleanState.

Y

YES_NO_CANCEL_OPTION - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
YES_NO_OPTION - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 
YES_OPTION - Static variable in interface com.sdm.quasar.client.swing.dialogbase.services.OptionDialogService
 

_

_base - Variable in class com.sdm.quasar.client.jsf.application.dialog.MyFacesStateManager
The standard ViewHandler
_base - Variable in class com.sdm.quasar.client.jsf.application.dialog.SunRIStateManager
The standard ViewHandler
_base - Variable in class com.sdm.quasar.client.jsf.binding.QuasarClientVariableResolver
VariableResolver originally registered with JSF.
_base - Variable in class com.sdm.quasar.client.jsf.dialog.PRGNavigationHandler
JSF standard NavigationHandler

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 _