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 SummaryFields 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_READONLYFields inherited from interface com._1c.g5.aef2.components.IParameterizationVOID
- 
Constructor SummaryConstructorsConstructorDescriptionSelectionTreeDialogParameterization(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 SummaryModifier and TypeMethodDescriptionintbooleanbooleanMethods inherited from class com._1c.g5.v8.dt.ui.aef.parameterization.SelectionParameterizationgetDialogTitle, hasClearActionMethods inherited from class com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarParameterizationgetHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnlyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterizationgetHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnlyMethods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.ISelectionParameterizationgetDialogTitle, hasClearAction
- 
Constructor Details- 
SelectionTreeDialogParameterizationpublic 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.
 
- 
SelectionTreeDialogParameterizationpublic 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 be- null
 
- 
SelectionTreeDialogParameterizationpublic 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
 
- 
SelectionTreeDialogParameterizationpublic 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 be- null
- autoExpandLevel- the tree auto expand level
 
- 
SelectionTreeDialogParameterizationpublic SelectionTreeDialogParameterization(boolean hasClearAction, ICheckStateListener checkStateListener) Creates a new parameterization.- Parameters:
- hasClearAction- the clear action flag.
- checkStateListener- the check state listener, can be- null
 
 
- 
- 
Method Details- 
isSiblingAllowedpublic boolean isSiblingAllowed()- Specified by:
- isSiblingAllowedin interface- ISelectionTreeDialogParameterization
- Returns:
- trueif is allowed to select the sibling nodes in the tree.- falsein other case.
 
- 
isLeafsOnlypublic boolean isLeafsOnly()- Specified by:
- isLeafsOnlyin interface- ISelectionTreeDialogParameterization
- Returns:
- trueif is allowed to select the leaf nodes in the tree only.- falsein other case.
 
- 
getAutoExpandLevelpublic int getAutoExpandLevel()- Specified by:
- getAutoExpandLevelin interface- ISelectionTreeDialogParameterization
- Returns:
- the tree auto expand level
 
- 
getCheckStateListener- Specified by:
- getCheckStateListenerin interface- ISelectionTreeDialogParameterization
- Returns:
- the check state listener, can be null
 
 
-