com.sdm.quasar.client.core.dialog.services
Interface DialogProperties
- All Known Implementing Classes:
- DefaultDialogConfiguration
- public interface DialogProperties
Stores properties per dialog (configuration; not per instance).
- Version:
- 1.0
- Author:
- Thomas Wolf
|
Method Summary |
java.lang.Object |
getProperty(java.lang.String propertyKey)
Returns the property value for the given property key. |
getProperty
public java.lang.Object getProperty(java.lang.String propertyKey)
- Returns the property value for the given property key.
- Parameters:
propertyKey - the property key
- Returns:
- the property value for the given property key
(
null means, the property is not set)