com.arsdigita.formbuilder
Interface ComponentAddObserver
- All Known Implementing Classes:
- BaseAddObserver
- public interface ComponentAddObserver
Implement this interface to add modifications to the persistent form
before each component gets added to the form. This does not work recursively
so that the observer is only executed in the top level PersistentFormSection.
beforeAddingComponent
public void beforeAddingComponent(FormSection formSection,
PersistentComponentFactory componentFactory,
int componentPosition)
addingComponent
public void addingComponent(PersistentComponentFactory componentFactory,
int componentPosition,
Component component)
afterAddingComponent
public void afterAddingComponent(FormSection formSection,
PersistentComponentFactory componentFactory,
int componentPosition)
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC