Class BooleanCtrlColPanel
java.lang.Object
loggerForms.formdesign.itempanels.CtrlColPanel
loggerForms.formdesign.itempanels.BooleanCtrlColPanel
- 
Field Summary
Fields inherited from class loggerForms.formdesign.itempanels.CtrlColPanel
controlTitle, propertyName - 
Constructor Summary
Constructors - 
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 ControlPropertySheetvoidpushProperty(ItemInformation itemDescription) Push properties from the item description onto the visible controlMethods inherited from class loggerForms.formdesign.itempanels.CtrlColPanel
getControlTitle, getTitle 
- 
Constructor Details
- 
BooleanCtrlColPanel
 
 - 
 - 
Method Details
- 
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.
 
 
 -