Interface IStructuredParameterization
-
- All Superinterfaces:
IActiveContextParameterization,IParameterization
- All Known Subinterfaces:
INavigatorTableParameterization,ITreeParameterization
- All Known Implementing Classes:
NavigatorTableParameterization,StructuredParameterization,TreeParameterization
public interface IStructuredParameterization extends IActiveContextParameterization
TheIParameterizationfor 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.booleanisEmptyChoiceAllowed()Returnstrueif empty choice allowed.booleanisMulti()Returnstrueif multi selection allowed.booleanisSearchBoxVisible()Returnstrueif the search box must be visible in the parameterized component.booleanisShowCheckboxes()Returnstrueif selection checkboxes should be shown in the default column of the component.booleanisShowImages()Returnstrueif 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()
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.
-
-