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
TheISelectionTreeDialogParameterization
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_READONLY
-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Constructor Summary
Constructors Constructor Description SelectionTreeDialogParameterization(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, ICheckStateListener checkStateListener)
Creates a new parameterization.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAutoExpandLevel()
ICheckStateListener
getCheckStateListener()
boolean
isLeafsOnly()
boolean
isSiblingAllowed()
-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.parameterization.SelectionParameterization
getDialogTitle, hasClearAction
-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarParameterization
getHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
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, ICheckStateListener checkStateListener)
Creates a new parameterization.- Parameters:
hasClearAction
- the clear action flag.checkStateListener
- the check state listener, can benull
-
-
Method Detail
-
isSiblingAllowed
public boolean isSiblingAllowed()
- Specified by:
isSiblingAllowed
in interfaceISelectionTreeDialogParameterization
- Returns:
true
if is allowed to select the sibling nodes in the tree.false
in other case.
-
isLeafsOnly
public boolean isLeafsOnly()
- Specified by:
isLeafsOnly
in interfaceISelectionTreeDialogParameterization
- Returns:
true
if is allowed to select the leaf nodes in the tree only.false
in other case.
-
getAutoExpandLevel
public int getAutoExpandLevel()
- Specified by:
getAutoExpandLevel
in interfaceISelectionTreeDialogParameterization
- Returns:
- the tree auto expand level
-
getCheckStateListener
public ICheckStateListener getCheckStateListener()
- Specified by:
getCheckStateListener
in interfaceISelectionTreeDialogParameterization
- Returns:
- the check state listener, can be
null
-
-