com.arsdigita.bebop
Interface PropertyEditorModelBuilder

All Superinterfaces:
Lockable
All Known Implementing Classes:
PropertyEditor.DefaultModelBuilder

public interface PropertyEditorModelBuilder
extends Lockable

Generates a PropertyEditorModel for the PropertyEditor during each request. This class is intended for advanced users only.

Version:
$Id: //core-platform/dev/src/com/arsdigita/bebop/PropertyEditorModelBuilder.java#9 $
Author:
Stanislav Freidin
See Also:
PropertyEditor

Field Summary
static String versionId
           
 
Method Summary
 PropertyEditorModel makeModel(PropertyEditor p, PageState s)
          Constructs a PropertyEditorModel for the current request.
 
Methods inherited from interface com.arsdigita.util.Lockable
isLocked, lock
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

makeModel

public PropertyEditorModel makeModel(PropertyEditor p,
                                     PageState s)
Constructs a PropertyEditorModel for the current request.

Parameters:
p - the parent PropertyEditor
s - represents the current request
Returns:
the PropertyEditorModel for the current request.


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC