Interface IStructuredParameterization
- All Superinterfaces:
IActiveContextParameterization,IParameterization
- All Known Subinterfaces:
INavigatorTableParameterization,ITreeParameterization
- All Known Implementing Classes:
NavigatorTableParameterization,StructuredParameterization,TreeParameterization
The
IParameterization for structured view (table, tree) component.-
Field Summary
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID -
Method Summary
Modifier and TypeMethodDescriptionReturns the comparator of elements in structured view.booleanReturnstrueif empty choice allowed.booleanisMulti()Returnstrueif multi selection allowed.booleanReturnstrueif the search box must be visible in the parameterized component.booleanReturnstrueif selection checkboxes should be shown in the default column of the component.booleanReturnstrueif images should be shown in the default column of the component.Methods inherited from interface com._1c.g5.aef2.standard.parameterization.IActiveContextParameterization
getActiveContext
-
Method Details
-
isMulti
boolean isMulti()Returnstrueif multi selection allowed.- Returns:
trueif multi selection allowed
-
isEmptyChoiceAllowed
boolean isEmptyChoiceAllowed()Returnstrueif empty choice allowed.- Returns:
trueif empty choice allowed
-
isSearchBoxVisible
boolean isSearchBoxVisible()Returnstrueif the search box must be visible in the parameterized component.- Returns:
trueif the search box must be visible
-
isShowImages
boolean isShowImages()Returnstrueif images should be shown in the default column of the component.- Returns:
trueif images should be shown in the default column of the component
-
isShowCheckboxes
boolean isShowCheckboxes()Returnstrueif selection checkboxes should be shown in the default column of the component.- Returns:
trueif checkboxes should be shown in the default column of the component
-
getComparator
Comparator<Object> getComparator()Returns the comparator of elements in structured view.- Returns:
Comparatorinstance ornull.
-