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 TypeMethodDescriptionint
Return the expand level.boolean
Checks if needs refresh a component when a project script variant is changed.boolean
Returns 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
getActiveContext
Methods 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:
true
if 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
-