Interface ISelectionTreeDialogParameterization
- 
- All Superinterfaces:
- IDtActionBarParameterization,- IParameterization,- ISelectionParameterization
 - All Known Implementing Classes:
- SelectionTreeDialogParameterization
 
 public interface ISelectionTreeDialogParameterization extends ISelectionParameterization TheISelectionParameterizationfor components that works with dialog that allows to select values from tree.
- 
- 
Field Summary- 
Fields inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterizationMULTI_LINE_LAZY, MULTI_LINE_LIVE, MULTI_LINE_READONLY, SINGLE_LINE_LAZY, SINGLE_LINE_LIVE, SINGLE_LINE_READONLY
 - 
Fields inherited from interface com._1c.g5.aef2.components.IParameterizationVOID
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAutoExpandLevel()ICheckStateListenergetCheckStateListener()booleanisLeafsOnly()booleanisSiblingAllowed()- 
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterizationgetHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
 - 
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.ISelectionParameterizationgetDialogTitle, hasClearAction
 
- 
 
- 
- 
- 
Method Detail- 
isSiblingAllowedboolean isSiblingAllowed() - Returns:
- trueif is allowed to select the sibling nodes in the tree.- falsein other case.
 
 - 
isLeafsOnlyboolean isLeafsOnly() - Returns:
- trueif is allowed to select the leaf nodes in the tree only.- falsein other case.
 
 - 
getAutoExpandLevelint getAutoExpandLevel() - Returns:
- the tree auto expand level
 
 - 
getCheckStateListenerICheckStateListener getCheckStateListener() - Returns:
- the check state listener, can be null
 
 
- 
 
-