project35.soa
Interface EditFieldEditingComponent


public interface EditFieldEditingComponent

an interface that can be used to make specialised editing components in Project35. * if a field is associated with an EditFieldEditingComponent, then the content of the field will be ineditable by the user and they will have to press "Edit" to access a component that produces the value. make sure your implementation has a constructor with no arguments. Otherwise, Project35 may not instantiate it correctly.


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Method Summary
 void editField(Project35FormContext project35FormContext, EditFieldModel editFieldModel)
           
 

Method Detail

editField

void editField(Project35FormContext project35FormContext,
               EditFieldModel editFieldModel)
Parameters:
project35FormContext - a collection of environment variables that give implementations access to different parts of the application
editFieldModel - contains the field value that will be edited with the component