jeters.core
Interface Configurable_UIAccess

All Superinterfaces:
Configurable

public interface Configurable_UIAccess
extends Configurable

optional interface for JETERS-components

Components using this interface offer the possibility of changing their configuration using a JETERS user interface.


Method Summary
 NamedDataSet changeConfigurationUI(UIComponent uiForRequests)
          if this method is called, the user should be given access to the component's settings via the specified UI note that this method is object-independent, i.e. no object should directly directly changed.
 
Methods inherited from interface jeters.core.Configurable
getConfiguration, setConfiguration
 

Method Detail

changeConfigurationUI

NamedDataSet changeConfigurationUI(UIComponent uiForRequests)
if this method is called, the user should be given access to the component's settings via the specified UI note that this method is object-independent, i.e. no object should directly directly changed. However, the returned settings are likely to be used for the next initialize-call.

Parameters:
uiForRequests - a UI-component which should be used for enabling the user to change the component's configuration
Returns:
the configuration resulting from the user's choices