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 voidgetControls(DialogAccess dlg) protected abstract voidgetControls(DialogAccess dlg, Map<String, String> attr) protected booleanhandleEvent(DialogAccess dlg, String sMethod) protected abstract voidprepareControls(DialogAccess dlg, boolean bEnable) protected voidsetControls(DialogAccess dlg) protected abstract voidsetControls(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:
setControlsin classConfigurationDialogBase.PageHandler
-
getControls
- Specified by:
getControlsin classConfigurationDialogBase.PageHandler
-
handleEvent
- Specified by:
handleEventin classConfigurationDialogBase.PageHandler
-