|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Feature in com.sdm.quasar.client.core.dialog |
| Classes in com.sdm.quasar.client.core.dialog that implement Feature | |
class |
AbstractFeature
Base implementation of Feature. |
| Methods in com.sdm.quasar.client.core.dialog that return Feature | |
Feature |
FeatureManager.installFeature(Feature feature)
Installs the specified feature. |
Feature |
FeatureManager.installFeature(java.lang.Class keyClass,
Feature feature)
Installs the specified feature under the given key class. |
Feature |
FeatureManager.uninstallFeature(Feature feature)
Uninstalls the specified feature instance. |
Feature |
FeatureManager.installFeature(java.lang.Class keyClass,
java.lang.Class featureClass)
Installs an instance of the specified feature class under the given key class. |
Feature |
FeatureManager.installFeature(java.lang.Class featureClass)
Installs an instance of the specified feature class. |
Feature |
FeatureManager.getFeature(java.lang.Class keyClass)
Returns the Feature associated with the given key class. |
Feature |
FeatureManager.requireFeature(java.lang.Class featureClass)
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. |
| Methods in com.sdm.quasar.client.core.dialog with parameters of type Feature | |
Feature |
FeatureManager.installFeature(Feature feature)
Installs the specified feature. |
Feature |
FeatureManager.installFeature(java.lang.Class keyClass,
Feature feature)
Installs the specified feature under the given key class. |
Feature |
FeatureManager.uninstallFeature(Feature feature)
Uninstalls the specified feature instance. |
| Uses of Feature in com.sdm.quasar.client.core.dialog.impl |
| Methods in com.sdm.quasar.client.core.dialog.impl that return Feature | |
Feature |
DefaultFeatureManager.installFeature(Feature feature)
|
Feature |
DefaultFeatureManager.installFeature(java.lang.Class keyClass,
Feature feature)
|
Feature |
DefaultFeatureManager.uninstallFeature(Feature feature)
|
Feature |
DefaultFeatureManager.getFeature(java.lang.Class keyClass)
|
Feature |
DefaultFeatureManager.installFeature(java.lang.Class keyClass,
java.lang.Class featureClass)
|
Feature |
DefaultFeatureManager.installFeature(java.lang.Class featureClass)
|
Feature |
DefaultFeatureManager.requireFeature(java.lang.Class featureClass)
|
Feature |
DefaultDialogControl.getFeature(java.lang.Class keyClass)
|
Feature |
DefaultDialogControl.requireFeature(java.lang.Class featureClass)
|
Feature |
DefaultDialogControl.installFeature(Feature feature)
|
Feature |
DefaultDialogControl.installFeature(java.lang.Class keyClass,
Feature feature)
|
Feature |
DefaultDialogControl.installFeature(java.lang.Class featureClass)
|
Feature |
DefaultDialogControl.installFeature(java.lang.Class keyClass,
java.lang.Class featureClass)
|
Feature |
DefaultDialogControl.uninstallFeature(Feature feature)
|
| Methods in com.sdm.quasar.client.core.dialog.impl with parameters of type Feature | |
Feature |
DefaultFeatureManager.installFeature(Feature feature)
|
Feature |
DefaultFeatureManager.installFeature(java.lang.Class keyClass,
Feature feature)
|
Feature |
DefaultFeatureManager.uninstallFeature(Feature feature)
|
Feature |
DefaultDialogControl.installFeature(Feature feature)
|
Feature |
DefaultDialogControl.installFeature(java.lang.Class keyClass,
Feature feature)
|
Feature |
DefaultDialogControl.uninstallFeature(Feature feature)
|
| Uses of Feature in com.sdm.quasar.client.core.dialog.services |
| Methods in com.sdm.quasar.client.core.dialog.services with parameters of type Feature | |
void |
DefaultDialogConfiguration.addFeature(Feature feature)
Adds another feature's class name to get installed to the configured dialog. |
| Uses of Feature in com.sdm.quasar.client.core.dialogbase.features |
| Classes in com.sdm.quasar.client.core.dialogbase.features that implement Feature | |
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 Feature in com.sdm.quasar.client.core.dialogsupport.features |
| Classes in com.sdm.quasar.client.core.dialogsupport.features that implement Feature | |
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 Feature in com.sdm.quasar.client.core.embedding.features |
| Classes in com.sdm.quasar.client.core.embedding.features that implement Feature | |
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 Feature in com.sdm.quasar.client.jsf.binding.features |
| Classes in com.sdm.quasar.client.jsf.binding.features that implement Feature | |
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 Feature in com.sdm.quasar.client.jsf.dialog.features |
| Classes in com.sdm.quasar.client.jsf.dialog.features that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.helloworld |
| Classes in com.sdm.quasar.client.showcase.helloworld that implement Feature | |
class |
HelloWorldDialog
|
| Uses of Feature in com.sdm.quasar.client.showcase.jsf.dialogs |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs that implement Feature | |
class |
MessageDialog
TODO: JavaDoc |
class |
WelcomeDialog
The welcome dialog of the quasar web client showcase |
| Uses of Feature in com.sdm.quasar.client.showcase.jsf.dialogs.ajax |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.ajax that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager that implement Feature | |
class |
CommandBindingManagerDialog
This dialog demonstrates commandBinding via Quasar commandManager |
| Uses of Feature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager that implement Feature | |
class |
DataBindingManagerDialog
This dialog demonstrates dataBinding via Quasar dataManager |
class |
DataBindingManagerResultDialog
This dialog demonstrates dataBinding via Quasar dataManager |
| Uses of Feature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map that implement Feature | |
class |
DataBindingMapDialog
This dialog demonstrates dataBinding by using a Map |
class |
DataBindingMapResultDialog
This dialog demonstrates dataBinding by using a Map |
| Uses of Feature in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session that implement Feature | |
class |
DataBindingSessionDialog
|
| Uses of Feature in com.sdm.quasar.client.showcase.jsf.dialogs.configuration |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.configuration that implement Feature | |
class |
ExceptionDialog
|
| Uses of Feature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation that implement Feature | |
class |
GenericDialog
|
class |
ShowcaseDialogCreationFeature
|
class |
StartDialog
|
| Uses of Feature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.jsf.dialogs.jsf |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.jsf that implement Feature | |
class |
ConverterValidatorDialog
|
class |
I18nDialog
This dialog introduces to internationalization with JSF |
| Uses of Feature in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit |
| Classes in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.swing |
| Classes in com.sdm.quasar.client.showcase.swing that implement Feature | |
class |
ShowcaseSessionFeature
This feature represents the session in the swing showcase. |
| Uses of Feature in com.sdm.quasar.client.showcase.swing.actions.commands |
| Classes in com.sdm.quasar.client.showcase.swing.actions.commands that implement Feature | |
class |
CommandCallDialog
|
class |
CommandCallDialogPresentation
|
| Uses of Feature in com.sdm.quasar.client.showcase.swing.actions.methodcall |
| Classes in com.sdm.quasar.client.showcase.swing.actions.methodcall that implement Feature | |
class |
MethodCallDialog
|
class |
MethodCallDialogPresentation
|
| Uses of Feature in com.sdm.quasar.client.showcase.swing.allinone.emplDetail |
| Classes in com.sdm.quasar.client.showcase.swing.allinone.emplDetail that implement Feature | |
class |
EmplDetailDialog
|
class |
EmplDetailPresentation
|
| Uses of Feature in com.sdm.quasar.client.showcase.swing.allinone.emplList |
| Classes in com.sdm.quasar.client.showcase.swing.allinone.emplList that implement Feature | |
class |
ListDialog
|
class |
ListPresentation
|
| Uses of Feature in com.sdm.quasar.client.showcase.swing.allinone.helloworld |
| Classes in com.sdm.quasar.client.showcase.swing.allinone.helloworld that implement Feature | |
class |
HelloWorldPresentation
|
class |
HelloWorldPresentationWithFrame
|
| Uses of Feature in com.sdm.quasar.client.showcase.swing.data.manager |
| Classes in com.sdm.quasar.client.showcase.swing.data.manager that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle |
| Classes in com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.swing.dialogs.structured |
| Classes in com.sdm.quasar.client.showcase.swing.dialogs.structured that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.swing.dialogs.unstructured |
| Classes in com.sdm.quasar.client.showcase.swing.dialogs.unstructured that implement Feature | |
class |
UnstructuredDialog
This is an example class that demonstrates how to build a dialog without components. |
| Uses of Feature in com.sdm.quasar.client.showcase.swing.embedding.dependent |
| Classes in com.sdm.quasar.client.showcase.swing.embedding.dependent that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.swing.embedding.dialogindialog |
| Classes in com.sdm.quasar.client.showcase.swing.embedding.dialogindialog that implement Feature | |
class |
DialogInDialog
This is an example of a dialog that includes another dialog, in this case a simple HtmlMessagePane.
|
| Uses of Feature in com.sdm.quasar.client.showcase.swing.embedding.independent |
| Classes in com.sdm.quasar.client.showcase.swing.embedding.independent that implement Feature | |
class |
NewPortalDialog
This is an example of a dialog that opens another independent window (in this case another portal). |
| Uses of Feature in com.sdm.quasar.client.showcase.swing.embedding.modal |
| Classes in com.sdm.quasar.client.showcase.swing.embedding.modal that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.swing.embedding.tabdialog |
| Classes in com.sdm.quasar.client.showcase.swing.embedding.tabdialog that implement Feature | |
class |
TabDialog
This is an example of a dialog that includes another dialog, in this case a simple HtmlMessagePane.
|
| Uses of Feature in com.sdm.quasar.client.showcase.swing.login |
| Classes in com.sdm.quasar.client.showcase.swing.login that implement Feature | |
class |
LoginDialog
|
| Uses of Feature in com.sdm.quasar.client.showcase.swing.messagepane |
| Classes in com.sdm.quasar.client.showcase.swing.messagepane that implement Feature | |
class |
HtmlMessagePane
A simple dialog that displays the content of an url in a mini browser. |
| Uses of Feature in com.sdm.quasar.client.showcase.swing.navigation |
| Classes in com.sdm.quasar.client.showcase.swing.navigation that implement Feature | |
class |
NavigationDialog
The navigation dialog that displays a tree menu used to select various dialogs in the portal. |
| Uses of Feature in com.sdm.quasar.client.showcase.swing.portal |
| Classes in com.sdm.quasar.client.showcase.swing.portal that implement Feature | |
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 Feature in com.sdm.quasar.client.showcase.swing.various.config |
| Classes in com.sdm.quasar.client.showcase.swing.various.config that implement Feature | |
class |
ConfigurationDialog
This is an example of a dialog that accesses the configuration. |
| Uses of Feature in com.sdm.quasar.client.showcase.swing.various.systeminfo |
| Classes in com.sdm.quasar.client.showcase.swing.various.systeminfo that implement Feature | |
class |
SystemInfoDemoDialogFeature
|
| Uses of Feature in com.sdm.quasar.client.swing.dialogbase.features |
| Classes in com.sdm.quasar.client.swing.dialogbase.features that implement Feature | |
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 Feature in com.sdm.quasar.client.swing.embedding.features |
| Classes in com.sdm.quasar.client.swing.embedding.features that implement Feature | |
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 Feature in com.sdm.quasar.client.swing.systeminfo |
| Classes in com.sdm.quasar.client.swing.systeminfo that implement Feature | |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||