Class SubformTopicPanel
java.lang.Object
loggerForms.formdesign.itempanels.CtrlColPanel
loggerForms.formdesign.itempanels.SubformTopicPanel
- 
Field Summary
Fields inherited from class loggerForms.formdesign.itempanels.CtrlColPanel
controlTitle, propertyName - 
Constructor Summary
ConstructorsConstructorDescriptionSubformTopicPanel(FormDescription formDescription, ControlTitle controlTitle, UDColName propertyName)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanfetchProperty(ItemInformation itemDescription) Fetch properties from the visible control back into the item description.getPanel()Get panel to display in larger ControlPropertySheetprotected voidCalled when other form is selected.voidpushProperty(ItemInformation itemDescription) Push properties from the item description onto the visible controlMethods inherited from class loggerForms.formdesign.itempanels.CtrlColPanel
getControlTitle, getTitle 
- 
Constructor Details
- 
SubformTopicPanel
public SubformTopicPanel(FormDescription formDescription, ControlTitle controlTitle, UDColName propertyName)  
 - 
 - 
Method Details
- 
otherFormSelected
protected void otherFormSelected()Called when other form is selected. - 
getPanel
Description copied from class:CtrlColPanelGet panel to display in larger ControlPropertySheet- Specified by:
 getPanelin classCtrlColPanel- Returns:
 - AWT component
 
 - 
pushProperty
Description copied from class:CtrlColPanelPush properties from the item description onto the visible control- Specified by:
 pushPropertyin classCtrlColPanel- Parameters:
 itemDescription-
 - 
fetchProperty
Description copied from class:CtrlColPanelFetch properties from the visible control back into the item description.- Specified by:
 fetchPropertyin classCtrlColPanel- Parameters:
 itemDescription-- Returns:
 - true if sucessful, false if a problem.
 
 
 -