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 TheISelectionTreeDialogParameterizationimplementation.
- 
- 
Field Summary- 
Fields 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_READONLY
 - 
Fields inherited from interface com._1c.g5.aef2.components.IParameterizationVOID
 
- 
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAutoExpandLevel()ICheckStateListenergetCheckStateListener()booleanisLeafsOnly()booleanisSiblingAllowed()- 
Methods inherited from class com._1c.g5.v8.dt.ui.aef.parameterization.SelectionParameterizationgetDialogTitle, hasClearAction
 - 
Methods inherited from class com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarParameterizationgetHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.IDtActionBarParameterizationgetHintText, getLinesCount, getTextLimit, getValueChangeApply, isPasswordMode, isReadOnly
 - 
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.parameterization.ISelectionParameterizationgetDialogTitle, hasClearAction
 
- 
 
- 
- 
- 
Constructor Detail- 
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, ICheckStateListener checkStateListener)Creates a new parameterization.- Parameters:
- hasClearAction- the clear action flag.
- checkStateListener- the check state listener, can be- null
 
 
- 
 - 
Method Detail- 
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
 
 - 
getCheckStateListenerpublic ICheckStateListener getCheckStateListener() - Specified by:
- getCheckStateListenerin interface- ISelectionTreeDialogParameterization
- Returns:
- the check state listener, can be null
 
 
- 
 
-