Interface ISelectionTreeDialogParameterization
- All Superinterfaces:
IDtActionBarParameterization,IParameterization,ISelectionParameterization
- All Known Implementing Classes:
SelectionTreeDialogParameterization
The
ISelectionParameterization for 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.IDtActionBarParameterization
MULTI_LINE_LAZY, MULTI_LINE_LIVE, MULTI_LINE_READONLY, SINGLE_LINE_LAZY, SINGLE_LINE_LIVE, SINGLE_LINE_READONLYFields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanMethods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterization
getHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnlyMethods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.ISelectionParameterization
getDialogTitle, hasClearAction
-
Method Details
-
isSiblingAllowed
boolean isSiblingAllowed()- Returns:
trueif is allowed to select the sibling nodes in the tree.falsein other case.
-
isLeafsOnly
boolean isLeafsOnly()- Returns:
trueif is allowed to select the leaf nodes in the tree only.falsein other case.
-
getAutoExpandLevel
int getAutoExpandLevel()- Returns:
- the tree auto expand level
-
getCheckStateListener
ICheckStateListener getCheckStateListener()- Returns:
- the check state listener, can be
null
-