Class SelectionTreeDialogParameterization
java.lang.Object
com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarParameterization
com._1c.g5.v8.dt.ui.aef.parameterization.SelectionParameterization
com._1c.g5.v8.dt.ui.aef.parameterization.SelectionTreeDialogParameterization
- All Implemented Interfaces:
IParameterization,IDtActionBarParameterization,ISelectionParameterization,ISelectionTreeDialogParameterization
public class SelectionTreeDialogParameterization
extends SelectionParameterization
implements ISelectionTreeDialogParameterization
The
ISelectionTreeDialogParameterization implementation.-
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 -
Constructor Summary
ConstructorsConstructorDescriptionSelectionTreeDialogParameterization(boolean hasClearAction, boolean isSiblingAllowed, boolean isLeafsOnly) Creates a new parameterization.SelectionTreeDialogParameterization(boolean hasClearAction, boolean isSiblingAllowed, boolean isLeafsOnly, int autoExpandLevel) Creates a new parameterization.SelectionTreeDialogParameterization(boolean hasClearAction, boolean isSiblingAllowed, boolean isLeafsOnly, String dialogTitle) Creates a new parameterization.SelectionTreeDialogParameterization(boolean hasClearAction, boolean isSiblingAllowed, boolean isLeafsOnly, String dialogTitle, int autoExpandLevel) Creates a new parameterization.SelectionTreeDialogParameterization(boolean hasClearAction, ICheckStateListener checkStateListener) Creates a new parameterization. -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanMethods inherited from class com._1c.g5.v8.dt.ui.aef.parameterization.SelectionParameterization
getDialogTitle, hasClearActionMethods inherited from class com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarParameterization
getHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnlyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
SelectionTreeDialogParameterization
public SelectionTreeDialogParameterization(boolean hasClearAction, boolean isSiblingAllowed, boolean isLeafsOnly) Creates a new parameterization.- Parameters:
hasClearAction- the clear action flag.isSiblingAllowed- the sibling allowed flag.isLeafsOnly- the leafs only flag.
-
SelectionTreeDialogParameterization
public SelectionTreeDialogParameterization(boolean hasClearAction, boolean isSiblingAllowed, boolean isLeafsOnly, String dialogTitle) Creates a new parameterization.- Parameters:
hasClearAction- the clear action flag.isSiblingAllowed- the sibling allowed flag.isLeafsOnly- the leafs only flag.dialogTitle- , the dialog title, can benull
-
SelectionTreeDialogParameterization
public SelectionTreeDialogParameterization(boolean hasClearAction, boolean isSiblingAllowed, boolean isLeafsOnly, int autoExpandLevel) Creates a new parameterization.- Parameters:
hasClearAction- the clear action flag.isSiblingAllowed- the sibling allowed flag.isLeafsOnly- the leafs only flag.autoExpandLevel- the tree auto expand level
-
SelectionTreeDialogParameterization
public SelectionTreeDialogParameterization(boolean hasClearAction, boolean isSiblingAllowed, boolean isLeafsOnly, String dialogTitle, int autoExpandLevel) Creates a new parameterization.- Parameters:
hasClearAction- the clear action flag.isSiblingAllowed- the sibling allowed flag.isLeafsOnly- the leafs only flag.dialogTitle- , the dialog title, can benullautoExpandLevel- the tree auto expand level
-
SelectionTreeDialogParameterization
public SelectionTreeDialogParameterization(boolean hasClearAction, ICheckStateListener checkStateListener) Creates a new parameterization.- Parameters:
hasClearAction- the clear action flag.checkStateListener- the check state listener, can benull
-
-
Method Details
-
isSiblingAllowed
public boolean isSiblingAllowed()- Specified by:
isSiblingAllowedin interfaceISelectionTreeDialogParameterization- Returns:
trueif is allowed to select the sibling nodes in the tree.falsein other case.
-
isLeafsOnly
public boolean isLeafsOnly()- Specified by:
isLeafsOnlyin interfaceISelectionTreeDialogParameterization- Returns:
trueif is allowed to select the leaf nodes in the tree only.falsein other case.
-
getAutoExpandLevel
public int getAutoExpandLevel()- Specified by:
getAutoExpandLevelin interfaceISelectionTreeDialogParameterization- Returns:
- the tree auto expand level
-
getCheckStateListener
- Specified by:
getCheckStateListenerin interfaceISelectionTreeDialogParameterization- Returns:
- the check state listener, can be
null
-