Class BooleanCtrlColPanel
java.lang.Object
loggerForms.formdesign.itempanels.CtrlColPanel
loggerForms.formdesign.itempanels.BooleanCtrlColPanel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
fetchProperty
(ItemInformation itemDescription) Fetch properties from the visible control back into the item description.getPanel()
Get panel to display in larger ControlPropertySheetvoid
pushProperty
(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:CtrlColPanel
Get panel to display in larger ControlPropertySheet- Specified by:
getPanel
in classCtrlColPanel
- Returns:
- AWT component
-
pushProperty
Description copied from class:CtrlColPanel
Push properties from the item description onto the visible control- Specified by:
pushProperty
in classCtrlColPanel
-
fetchProperty
Description copied from class:CtrlColPanel
Fetch properties from the visible control back into the item description.- Specified by:
fetchProperty
in classCtrlColPanel
- Returns:
- true if sucessful, false if a problem.
-