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.boolean
Returnstrue
if empty choice allowed.boolean
isMulti()
Returnstrue
if multi selection allowed.boolean
Returnstrue
if the search box must be visible in the parameterized component.boolean
Returnstrue
if selection checkboxes should be shown in the default column of the component.boolean
Returnstrue
if 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()Returnstrue
if multi selection allowed.- Returns:
true
if multi selection allowed
-
isEmptyChoiceAllowed
boolean isEmptyChoiceAllowed()Returnstrue
if empty choice allowed.- Returns:
true
if empty choice allowed
-
isSearchBoxVisible
boolean isSearchBoxVisible()Returnstrue
if the search box must be visible in the parameterized component.- Returns:
true
if the search box must be visible
-
isShowImages
boolean isShowImages()Returnstrue
if images should be shown in the default column of the component.- Returns:
true
if images should be shown in the default column of the component
-
isShowCheckboxes
boolean isShowCheckboxes()Returnstrue
if selection checkboxes should be shown in the default column of the component.- Returns:
true
if checkboxes should be shown in the default column of the component
-
getComparator
Comparator<Object> getComparator()Returns the comparator of elements in structured view.- Returns:
Comparator
instance ornull
.
-