Ontimize 5.2071EN

com.ontimize.gui.field
Interface AccessForm

All Known Implementing Classes:
AbstractButtonSelection, AnalogImage, BasicDataComponentGroup, BasicTree, Button, ButtonSelectionInternationalization, CalculatedExpressionDataField, CollapsibleGroup, CollapsibleGroupPanel, CollapsiblePanel, Column, ComboReferenceCellEditor, DataField, EntityResultViewer, ExtendedMultiReference, ExtendedTable, FormHeaderPopupButton, Grid, HTMLComponent, IdentifiedAbstractFormComponent, Label, MultiReference, NavigatorMenuGUI, PermissionTree, ReferenceCellEditor, Row, Scroll, ServerPermissionManagerComponent, SplitPane, SubForm, Tab, Table, TabPanel, ToggleButton, ToggleImage, TwoLevelContainer

public interface AccessForm

Interface to define the method to set the parent form for a component.

Author:
Imatia Innovation

Method Summary
 void setParentForm(Form form)
          Method declaration to set the form that contains the component.
 

Method Detail

setParentForm

public void setParentForm(Form form)
Method declaration to set the form that contains the component. This method must be called automatically during the form building.

Parameters:
form - the form reference

Ontimize