|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.dialog.services.impl.DefaultDialogPropertyService
| Constructor Summary | |
DefaultDialogPropertyService(ServiceProvider serviceProvider)
Creates a new DefaultDialogPropertyService. |
|
| Method Summary | |
java.lang.Object |
getProperty(java.lang.String dialogId,
java.lang.Class propertyKeyClass)
Returns the Object implementing a given interface. |
java.lang.Object |
getProperty(java.lang.String dialogId,
java.lang.String propertyKey)
Returns the information that was put into the configuration for the dialog with the given dialogId identified by
the key with the name propertyKey. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultDialogPropertyService(ServiceProvider serviceProvider)
DefaultDialogPropertyService.
| Method Detail |
public java.lang.Object getProperty(java.lang.String dialogId,
java.lang.String propertyKey)
DialogPropertyServicedialogId identified by
the key with the name propertyKey.
getProperty in interface DialogPropertyServicedialogId - the dialog's idpropertyKey - the name of the property entry
null if none was foundDialogPropertyService.getProperty(java.lang.String, java.lang.String)
public java.lang.Object getProperty(java.lang.String dialogId,
java.lang.Class propertyKeyClass)
DialogPropertyServiceServices.
getProperty in interface DialogPropertyServicenull if there is no implementation registered for that interfaceDialogPropertyService.getProperty(java.lang.String, java.lang.Class)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||