Interface ISelectionTreeDialogParameterization
-
- All Superinterfaces:
IDtActionBarParameterization
,IParameterization
,ISelectionParameterization
- All Known Implementing Classes:
SelectionTreeDialogParameterization
public interface ISelectionTreeDialogParameterization extends ISelectionParameterization
TheISelectionParameterization
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_READONLY
-
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
getAutoExpandLevel()
ICheckStateListener
getCheckStateListener()
boolean
isLeafsOnly()
boolean
isSiblingAllowed()
-
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterization
getHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
-
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.ISelectionParameterization
getDialogTitle, hasClearAction
-
-
-
-
Method Detail
-
isSiblingAllowed
boolean isSiblingAllowed()
- Returns:
true
if is allowed to select the sibling nodes in the tree.false
in other case.
-
isLeafsOnly
boolean isLeafsOnly()
- Returns:
true
if is allowed to select the leaf nodes in the tree only.false
in other case.
-
getAutoExpandLevel
int getAutoExpandLevel()
- Returns:
- the tree auto expand level
-
getCheckStateListener
ICheckStateListener getCheckStateListener()
- Returns:
- the check state listener, can be
null
-
-