Uses of Class
com.sdm.quasar.client.core.dialog.AbstractFeature

Packages that use AbstractFeature
com.sdm.quasar.client.core.dialogbase.features   
com.sdm.quasar.client.core.dialogsupport.features   
com.sdm.quasar.client.core.embedding.features   
com.sdm.quasar.client.jsf.binding.features   
com.sdm.quasar.client.jsf.dialog.features   
com.sdm.quasar.client.showcase.helloworld   
com.sdm.quasar.client.showcase.jsf.dialogs   
com.sdm.quasar.client.showcase.jsf.dialogs.ajax   
com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager   
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean   
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager   
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map   
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session   
com.sdm.quasar.client.showcase.jsf.dialogs.configuration   
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation   
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter   
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton   
com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes   
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic   
com.sdm.quasar.client.showcase.jsf.dialogs.jsf   
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload   
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks   
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit   
com.sdm.quasar.client.showcase.swing   
com.sdm.quasar.client.showcase.swing.actions.commands   
com.sdm.quasar.client.showcase.swing.actions.methodcall   
com.sdm.quasar.client.showcase.swing.allinone.emplDetail   
com.sdm.quasar.client.showcase.swing.allinone.emplList   
com.sdm.quasar.client.showcase.swing.allinone.helloworld   
com.sdm.quasar.client.showcase.swing.data.manager   
com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle   
com.sdm.quasar.client.showcase.swing.dialogs.structured   
com.sdm.quasar.client.showcase.swing.dialogs.unstructured   
com.sdm.quasar.client.showcase.swing.embedding.dependent   
com.sdm.quasar.client.showcase.swing.embedding.dialogindialog   
com.sdm.quasar.client.showcase.swing.embedding.independent   
com.sdm.quasar.client.showcase.swing.embedding.modal   
com.sdm.quasar.client.showcase.swing.embedding.tabdialog   
com.sdm.quasar.client.showcase.swing.login   
com.sdm.quasar.client.showcase.swing.messagepane   
com.sdm.quasar.client.showcase.swing.navigation   
com.sdm.quasar.client.showcase.swing.portal   
com.sdm.quasar.client.showcase.swing.various.config   
com.sdm.quasar.client.showcase.swing.various.systeminfo   
com.sdm.quasar.client.swing.dialogbase.features   
com.sdm.quasar.client.swing.embedding.features   
com.sdm.quasar.client.swing.systeminfo   
 

Uses of AbstractFeature in com.sdm.quasar.client.core.dialogbase.features
 

Subclasses of AbstractFeature in com.sdm.quasar.client.core.dialogbase.features
 class AbstractControllerFeature
           
 class ActivationObjectionFeature
          Offers a default implementation of the ActivationObjectionService to a dialog.
 class 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.
 class CloseObjectionFeature
          Offers a default implementation of the CloseObjectionService to a dialog.
 class DialogCreationFeature
          The DialogCreationFeature may be used to create simple main dialogs i.e. subdialogs of the session, when the session has no own dielog.
 class ReactivationFeature
          A Feature implementing the ReactivationService.
 class ResourceAccessFeature
           
 class RootControllerFeature
          A simple activation controller, that simply activates all subdialogs that where added to it (when itself is activated).
 class SystemSnapshotFeature
          This feature allows taking of system snapshots of the whole dialog hierarchy for every dialog.
 

Uses of AbstractFeature in com.sdm.quasar.client.core.dialogsupport.features
 

Subclasses of AbstractFeature in com.sdm.quasar.client.core.dialogsupport.features
 class AbstractDialogCoreFeature
          Abstract Feature that supports convenience methods and a typical initialization for a dialog core
 class AbstractPresentationFeature
          Abstract Feature that supports convenience methods and a typical initialization for a dialog presentation.
 class CommandManagerFeature
          A Feature implementing CommandManager.
 class DataManagerFeature
          A Feature-based implementation of DataManagerComponent.
 

Uses of AbstractFeature in com.sdm.quasar.client.core.embedding.features
 

Subclasses of AbstractFeature in com.sdm.quasar.client.core.embedding.features
 class AbstractActivationControllerFeature
          An abstract implementation of an ActivationController as a Feature.
 class AbstractCompositeFeature
          A base feature for all visual features.
 class FullActivationControllerFeature
          A simple activation controller, that simply activates all subdialogs that where added to it (when itself is activated).
 class MultipleActivationControllerFeature
          An ActivationController, that manages a set of sub dialogs with a local name.
 class SingleActivationControllerFeature
          A simple activation controller, that simply activates all subdialogs that where added to it (when itself is activated).
 

Uses of AbstractFeature in com.sdm.quasar.client.jsf.binding.features
 

Subclasses of AbstractFeature in com.sdm.quasar.client.jsf.binding.features
 class DefaultSessionDataFeature
          Feature providing a SessionDataService implementation.
 class 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.
 class KeywordResolverFeature
          This Feature implements a KeywordResolverService providing a KeywordResolver.
 class SessionResolverFeature
          This KeywordResolver resolves the keyword SessionResolverFeature.SESSION_KEYWORD to a SessionDataService object-instance.
 

Uses of AbstractFeature in com.sdm.quasar.client.jsf.dialog.features
 

Subclasses of AbstractFeature in com.sdm.quasar.client.jsf.dialog.features
 class 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.
 class BrowserWindowFeature
           
 class DialogContextFeature
           
 class DoubleSubmitCheckerFeature
           
 class NavigationFeature
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.helloworld
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.helloworld
 class HelloWorldDialog
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs
 class MessageDialog
          TODO: JavaDoc
 class WelcomeDialog
          The welcome dialog of the quasar web client showcase
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.ajax
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.ajax
 class Ajax4jsfDialog
          This dialog demonstrates a simple Ajax repeater (Quasar version)
 class RichFacesDialog
          This dialog demonstrates an example for using a RichFaces Component
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager
 class CommandBindingManagerDialog
          This dialog demonstrates commandBinding via Quasar commandManager
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean
 class DataBindingBeanDetailDialog
          This dialog shows the details of a selected article.
 class DataBindingBeanDialog
          This dialog is the model for the demonstration of dataBinding, actionBinding and stateBinding.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager
 class DataBindingManagerDialog
          This dialog demonstrates dataBinding via Quasar dataManager
 class DataBindingManagerResultDialog
          This dialog demonstrates dataBinding via Quasar dataManager
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map
 class DataBindingMapDialog
          This dialog demonstrates dataBinding by using a Map
 class DataBindingMapResultDialog
          This dialog demonstrates dataBinding by using a Map
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session
 class DataBindingSessionDialog
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.configuration
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.configuration
 class ExceptionDialog
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation
 class GenericDialog
           
 class ShowcaseDialogCreationFeature
           
 class StartDialog
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter
 class ParameterDialog
          This dialog demonstrates the transfer of parameters via a context object.
 class ParameterDialogA
          This dialog demonstrates the transfer of parameters via a context object.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton
 class SingletonMultitonDialog
          This dialog is the model for the demonstration of Singleton and Multiton Dialogs.
 class SingletonMultitonOrdersDialog
          This dialog contains the model for the orders list of the demonstration of singleton and multiton dialogs.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes
 class ComplexDialogCore
          For more complex dialog it's better to separate core and presentation.
 class ComplexDialogPresentation
          For more complex dialog it's better to separate core and presentation.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic
 class DynamicEmbeddingDialog
          This dialog demonstrates dynamic dialog embedding.
 class EmbeddedDetailDialog
          This dialog shows the details of a selected article.
 class EmbeddedListDialog
          This dialog demonstrates dynamic dialog embedding.
 class EmbeddedSearchDialog
          This dialog demonstrates dynamic dialog embedding.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.jsf
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.jsf
 class ConverterValidatorDialog
           
 class I18nDialog
          This dialog introduces to internationalization with JSF
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload
 class 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
 class 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
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks
 class BookmarksDetailDialog
          This dialog demonstrates bookmarking in the Quasar Web Client.
 class BookmarksDialog
          This dialog explains how bookmarking works with the Quasar web client and leads to another dialog which is the example for bookmarking.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit
 class DoubleSubmitDialog
          This dialog is a demonstration of the usage of sequence numbers to avoid multiple submits
 class DoubleSubmitSingletonDialog
          This dialog is a demonstration of the usage of sequence numbers to avoid multiple submits
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing
 class ShowcaseSessionFeature
          This feature represents the session in the swing showcase.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.actions.commands
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.actions.commands
 class CommandCallDialog
           
 class CommandCallDialogPresentation
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.actions.methodcall
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.actions.methodcall
 class MethodCallDialog
           
 class MethodCallDialogPresentation
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.allinone.emplDetail
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.allinone.emplDetail
 class EmplDetailDialog
           
 class EmplDetailPresentation
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.allinone.emplList
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.allinone.emplList
 class ListDialog
           
 class ListPresentation
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.allinone.helloworld
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.allinone.helloworld
 class HelloWorldPresentation
           
 class HelloWorldPresentationWithFrame
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.data.manager
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.data.manager
 class DataManagerDialog
          This class is the dialog core of the dialog demonstrating the use of the DataManagerComponent.
 class DataManagerDialogPresentation
          Presentation class for the DataManagerDialog.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle
 class ExtendedLifeCycleDialog
          This is an example of a dialog that uses the extended life cycle defined in LifeCycle and demonstrates the use of the ActivationObjectionService.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.dialogs.structured
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.dialogs.structured
 class StructuredDialog
          This is an example class demonstrates how to build a structured dialog (with presentation and dialog core).
 class StructuredDialogPresentation
          Simple presentation to demonstrate the separation of dialog core and presentation in a structured dialog.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.dialogs.unstructured
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.dialogs.unstructured
 class UnstructuredDialog
          This is an example class that demonstrates how to build a dialog without components.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.embedding.dependent
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.embedding.dependent
 class 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.
 class DependentWindowDialog
          This dialog displays a button that opens a DependentWindow (that is not a modal dialog).
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.embedding.dialogindialog
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.embedding.dialogindialog
 class DialogInDialog
          This is an example of a dialog that includes another dialog, in this case a simple HtmlMessagePane.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.embedding.independent
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.embedding.independent
 class NewPortalDialog
          This is an example of a dialog that opens another independent window (in this case another portal).
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.embedding.modal
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.embedding.modal
 class ModalDialog
          This is an example of a dialog that is modal and has a return value.
 class ModalDialogDialog
          This is an example of a dialog that opens another dialog as modal dialog (ModalDialog).
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.embedding.tabdialog
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.embedding.tabdialog
 class TabDialog
          This is an example of a dialog that includes another dialog, in this case a simple HtmlMessagePane.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.login
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.login
 class LoginDialog
           
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.messagepane
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.messagepane
 class HtmlMessagePane
          A simple dialog that displays the content of an url in a mini browser.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.navigation
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.navigation
 class NavigationDialog
          The navigation dialog that displays a tree menu used to select various dialogs in the portal.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.portal
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.portal
 class PortalDialog
          Portal dialog for the showcase.
 class PortalDialogActionFeature
          Feature handling the request to close the PortalDialog.
 class PortalPresentation
          Presentation feature for the PortalDialog.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.various.config
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.various.config
 class ConfigurationDialog
          This is an example of a dialog that accesses the configuration.
 

Uses of AbstractFeature in com.sdm.quasar.client.showcase.swing.various.systeminfo
 

Subclasses of AbstractFeature in com.sdm.quasar.client.showcase.swing.various.systeminfo
 class SystemInfoDemoDialogFeature
           
 

Uses of AbstractFeature in com.sdm.quasar.client.swing.dialogbase.features
 

Subclasses of AbstractFeature in com.sdm.quasar.client.swing.dialogbase.features
 class FrameCompositeFeature
          This Feature handles a JFrame.
 class ImageProviderFeature
          An implementation of ImageProviderService, that uses configuration entries to load images.
 class OptionDialogServiceFeature
          Default implementation of the OptionDialogService that uses a Component as a parent for the modal dialogs.
 

Uses of AbstractFeature in com.sdm.quasar.client.swing.embedding.features
 

Subclasses of AbstractFeature in com.sdm.quasar.client.swing.embedding.features
 class ModalDialogFeature
          Feature for dialogs that have modal presentations.
 class 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.
 class TabCompositeFeature
          An embedding feature, which can embed child dialogs (which are managed by an SingleActivationController) into one or more JTabbedPanes.
 class VisualRepresentationFeature
          This feature uses a VisualRepresentationService given by the parent to let a dialog set it's visual representation easily.
 class WindowFeature
          A feature for use in dialogs that offer a top level window.
 

Uses of AbstractFeature in com.sdm.quasar.client.swing.systeminfo
 

Subclasses of AbstractFeature in com.sdm.quasar.client.swing.systeminfo
 class SystemInfoDialogFeature
          This is the system info dialog.
 class SystemInfoPanelFeature
          This is the system info panel with a toolbar, that allows setting of the detail level and the refresh time.
 class SystemInfoTreeFeature
          This is the tree panel of the system info dialog.