Class ConfigurationDialogBase.AttributePageHandler
java.lang.Object
org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.PageHandler
org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.AttributePageHandler
- Enclosing class:
ConfigurationDialogBase
protected abstract class ConfigurationDialogBase.AttributePageHandler
extends ConfigurationDialogBase.PageHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
getControls
(DialogAccess dlg) protected abstract void
getControls
(DialogAccess dlg, Map<String, String> attr) protected boolean
handleEvent
(DialogAccess dlg, String sMethod) protected abstract void
prepareControls
(DialogAccess dlg, boolean bEnable) protected void
setControls
(DialogAccess dlg) protected abstract void
setControls
(DialogAccess dlg, Map<String, String> attr) Methods inherited from class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.PageHandler
checkBoxFromConfig, checkBoxToConfig, deleteItem, getDialog, listBoxFromConfig, listBoxToConfig, textFieldFromConfig, textFieldToConfig
-
Field Details
-
sAttributeNames
-
-
Constructor Details
-
AttributePageHandler
protected AttributePageHandler()
-
-
Method Details
-
getControls
-
setControls
-
prepareControls
-
setControls
- Specified by:
setControls
in classConfigurationDialogBase.PageHandler
-
getControls
- Specified by:
getControls
in classConfigurationDialogBase.PageHandler
-
handleEvent
- Specified by:
handleEvent
in classConfigurationDialogBase.PageHandler
-