Interface ITreeParameterization
- All Superinterfaces:
IActiveContextParameterization,IParameterization,IStructuredParameterization
- All Known Implementing Classes:
TreeParameterization
The
IParameterization for tree view tree component.-
Field Summary
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID -
Method Summary
Modifier and TypeMethodDescriptionintReturn the expand level.booleanChecks if needs refresh a component when a project script variant is changed.booleanReturns the value indicating whether to allow selection more than one element in subtree node.Methods inherited from interface com._1c.g5.aef2.standard.parameterization.IActiveContextParameterization
getActiveContextMethods inherited from interface com._1c.g5.aef2.standard.parameterization.IStructuredParameterization
getComparator, isEmptyChoiceAllowed, isMulti, isSearchBoxVisible, isShowCheckboxes, isShowImages
-
Method Details
-
getExpandLevel
int getExpandLevel()Return the expand level.- Returns:
- the expand level
-
isRefreshOnScriptVariantChange
boolean isRefreshOnScriptVariantChange()Checks if needs refresh a component when a project script variant is changed.- Returns:
trueif needs refresh a component
-
isSubtreeMulti
boolean isSubtreeMulti()Returns the value indicating whether to allow selection more than one element in subtree node.- Returns:
- the value indicating whether to allow selection more than one element in subtree node
-