| de.jwic.base.IActionController
All known Subclasses: de.jwic.base.DefaultActionController,
IActionController | public interface IActionController (Code) | | The ActionController maps actions recieved by a client to the corrosponding controls.
author: Florian Lippisch version: $Revision: 1.1 $ |
handleAction | public void handleAction(SessionContext sc, String ctrlId, String action, String param)(Code) | | Notify the corrosponding control that a link was clicked the control has created.
Parameters: sc - Parameters: action - Parameters: param - |
handleField | public void handleField(SessionContext sc, ValueChangedQueue queue, String fieldname, String[] values)(Code) | | Handle a field by storing the value at the corrosponding control.
Parameters: sc - Parameters: fieldname - Parameters: value - |
handleFile | public void handleFile(SessionContext sc, String fieldname, UploadFile file)(Code) | | Handle a file by storing the UploadFile object at the corrosponding control.
Parameters: sc - Parameters: fieldname - Parameters: file - |
|
|