com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session
Class DataBindingSessionDialog
java.lang.Object
com.sdm.quasar.client.core.dialog.AbstractFeature
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
- All Implemented Interfaces:
- Feature, SystemInfoProvider
- public class DataBindingSessionDialog
- extends AbstractFeature
|
Method Summary |
protected void |
dispose()
Called when the feature or dialog is disposed.
Override this method to clean up resources and free memory when disposing. |
java.lang.String |
getMapKey()
|
java.lang.String |
getMapValue()
|
java.util.List |
getSessionValuesList()
Returns a List that contains strings providing
information about the key/value pairs set in the
SessionDataService session-data. |
protected void |
init()
Called when the feature is initializing. This is normally done, when the feature is
connected to the lifecycle of the DialogControl 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. |
void |
setMapKey(java.lang.String mapKey)
|
void |
setMapValue(java.lang.String mapValue)
|
void |
storeValue()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataBindingSessionDialog
public DataBindingSessionDialog()
getMapKey
public java.lang.String getMapKey()
setMapKey
public void setMapKey(java.lang.String mapKey)
getMapValue
public java.lang.String getMapValue()
setMapValue
public void setMapValue(java.lang.String mapValue)
dispose
protected void dispose()
throws DisposeException
- Called when the feature or dialog is disposed.
Override this method to clean up resources and free memory when disposing.
- Specified by:
dispose in class AbstractFeature
- Throws:
DisposeException- See Also:
AbstractFeature.dispose()
init
protected void init()
- Called when the feature is initializing. This is normally done, when the feature is
connected to the lifecycle of the
DialogControl 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.
- Specified by:
init in class AbstractFeature
- See Also:
AbstractFeature.init()
getSessionValuesList
public java.util.List getSessionValuesList()
- Returns a
List that contains strings providing
information about the key/value pairs set in the
SessionDataService session-data.
- Returns:
- list giving information about
key/value pairs in the session
storeValue
public void storeValue()