com.arsdigita.formbuilder.ui
Interface PropertiesMetaFormConnector


public interface PropertiesMetaFormConnector

The PropertiesMetaForm uses this interface to draw information from its containing page. By using this interface we keep the form decoupled from its page so that it can be embedded in different pages.

Version:
$Id: //core-platform/dev/src/com/arsdigita/formbuilder/ui/PropertiesMetaFormConnector.java#7 $
Author:
Peter Marklund

Method Summary
 AttributeMetaDataProvider getAttributeMetaDataProvider(PageState pageState)
          The purpose of the FormPropertiesForm is to edit properties of a SimpleQuestionnaire.
 boolean isInEditMode(PageState pageState)
          The FormPropertiesForm will be in either add or edit mode.
 

Method Detail

isInEditMode

public boolean isInEditMode(PageState pageState)
The FormPropertiesForm will be in either add or edit mode. If this method returns true edit mode will be used


getAttributeMetaDataProvider

public AttributeMetaDataProvider getAttributeMetaDataProvider(PageState pageState)
The purpose of the FormPropertiesForm is to edit properties of a SimpleQuestionnaire. The form will access this SimpleQuestionnaire through this method



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