Interface IStructuredParameterization
-
- All Superinterfaces:
IActiveContextParameterization
,IParameterization
- All Known Subinterfaces:
INavigatorTableParameterization
,ITreeParameterization
- All Known Implementing Classes:
NavigatorTableParameterization
,StructuredParameterization
,TreeParameterization
public interface IStructuredParameterization extends IActiveContextParameterization
TheIParameterization
for structured view (table, tree) component.
-
-
Field Summary
-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Comparator<Object>
getComparator()
Returns the comparator of elements in structured view.boolean
isEmptyChoiceAllowed()
Returnstrue
if empty choice allowed.boolean
isMulti()
Returnstrue
if multi selection allowed.boolean
isSearchBoxVisible()
Returnstrue
if the search box must be visible in the parameterized component.boolean
isShowCheckboxes()
Returnstrue
if selection checkboxes should be shown in the default column of the component.boolean
isShowImages()
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 Detail
-
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
.
-
-