|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialog.AbstractFeature
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog
This dialog demonstrates dynamic dialog embedding.
It's a sub dialog of the DynamicEmbeddingDialog.
It contains a filter string, which can be changed by the user.
The filter is set by calling the EmbeddedDialogService.
| Constructor Summary | |
EmbeddedSearchDialog()
|
|
| Method Summary | |
void |
clearFilter()
Clears the content of the filter. |
void |
dispose()
Called when the feature or dialog is disposed. |
java.lang.String |
getFilter()
|
void |
init()
Called when the feature is initializing. |
void |
search()
Triggers a search for the filter typed by the user. |
void |
setFilter(java.lang.String filter)
|
| Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature |
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmbeddedSearchDialog()
| Method Detail |
public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
public void init()
AbstractFeatureDialogControl 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 in class AbstractFeaturepublic void dispose()
AbstractFeature
dispose in class AbstractFeaturepublic void search()
public void clearFilter()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||