Class PluginSupportedParameters
java.lang.Object
com.acrolinx.sidebar.pojo.settings.PluginSupportedParameters
-
Constructor Summary
ConstructorsConstructorDescriptionPluginSupportedParameters(boolean checkSelection) This is supported only for minimum sidebar version 14.5.0.PluginSupportedParameters(boolean checkSelection, boolean supportsBatchChecks) -
Method Summary
-
Constructor Details
-
PluginSupportedParameters
public PluginSupportedParameters(boolean checkSelection) This is supported only for minimum sidebar version 14.5.0.- Parameters:
checkSelection- set to true to enable check selection in the sidebar.
-
PluginSupportedParameters
public PluginSupportedParameters(boolean checkSelection, boolean supportsBatchChecks)
-
-
Method Details
-
isCheckSelection
public boolean isCheckSelection() -
isBatchChecking
public boolean isBatchChecking()
-