Interface ITreeParameterization
-
- All Superinterfaces:
IActiveContextParameterization
,IParameterization
,IStructuredParameterization
- All Known Implementing Classes:
TreeParameterization
public interface ITreeParameterization extends IStructuredParameterization
TheIParameterization
for tree view tree component.
-
-
Field Summary
-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getExpandLevel()
Return the expand level.boolean
isRefreshOnScriptVariantChange()
Checks if needs refresh a component when a project script variant is changed.boolean
isSubtreeMulti()
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 Detail
-
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
-
-