Class DtGranularEditorPageSectionParameterization
java.lang.Object
com._1c.g5.aef2.standard.parameterization.LabeledParameterization
com._1c.g5.aef2.standard.parameterization.SectionParametrization
com._1c.g5.aef2.standard.definitions.parameterization.SectionDefinitionParameterization
com._1c.g5.v8.dt.ui.editor.aef.parameterization.DtGranularEditorPageSectionParameterization
- All Implemented Interfaces:
IParameterization
,ISectionDefinitionParameterization
,IActiveContextParameterization
,ILabeledParametrization
,ISectionParameterization
,IDtGranularEditorPageSectionParameterization
public class DtGranularEditorPageSectionParameterization
extends SectionDefinitionParameterization
implements IDtGranularEditorPageSectionParameterization
The
IDtGranularEditorPageSectionParameterization
implementation.-
Field Summary
Fields inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
NULL_LABEL
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new parameterization.DtGranularEditorPageSectionParameterization
(String label, boolean collapsible) Creates a new parameterization.DtGranularEditorPageSectionParameterization
(String label, boolean collapsible, String activeContext) Creates a new parameterization. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addActions
(IDtAction... actions) Adds given actions to parameterization.Returns a collection of actions.Gets active context.getDefinitionLabel
(ILabeledDefinition definition) Returns label ofILabeledDefinition
.Returns the id query of the component that provides selection for section actions.void
setSelectionProviderIdQuery
(Object idQuery) Sets the selection provider id query.Methods inherited from class com._1c.g5.aef2.standard.definitions.parameterization.SectionDefinitionParameterization
getToolbarId, setToolbarId
Methods inherited from class com._1c.g5.aef2.standard.parameterization.SectionParametrization
isCollapsible
Methods inherited from class com._1c.g5.aef2.standard.parameterization.LabeledParameterization
getLabel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
getLabel
Methods inherited from interface com._1c.g5.aef2.standard.definitions.parameterization.ISectionDefinitionParameterization
getToolbarId, setToolbarId
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ISectionParameterization
isCollapsible
-
Constructor Details
-
DtGranularEditorPageSectionParameterization
Creates a new parameterization.- Parameters:
label
- the label of section, cannot benull
-
DtGranularEditorPageSectionParameterization
Creates a new parameterization.- Parameters:
label
- the label of section, cannot benull
collapsible
- the collapsible flag.
-
DtGranularEditorPageSectionParameterization
public DtGranularEditorPageSectionParameterization(String label, boolean collapsible, String activeContext) Creates a new parameterization.- Parameters:
label
- the label of section, cannot benull
collapsible
- the collapsible flag.activeContext
- the active context, can benull
-
-
Method Details
-
getDefinitionLabel
Description copied from interface:ISectionDefinitionParameterization
Returns label ofILabeledDefinition
.- Specified by:
getDefinitionLabel
in interfaceISectionDefinitionParameterization
- Overrides:
getDefinitionLabel
in classSectionDefinitionParameterization
- Parameters:
definition
- the definition.- Returns:
- the definition.
-
getActions
Description copied from interface:IDtGranularEditorPageSectionParameterization
Returns a collection of actions.- Specified by:
getActions
in interfaceIDtGranularEditorPageSectionParameterization
- Returns:
- a collection of actions, never
null
.
-
getSelectionProviderIdQuery
Description copied from interface:IDtGranularEditorPageSectionParameterization
Returns the id query of the component that provides selection for section actions.- Specified by:
getSelectionProviderIdQuery
in interfaceIDtGranularEditorPageSectionParameterization
- Returns:
- the id query, may be
null
-
setSelectionProviderIdQuery
Sets the selection provider id query.- Parameters:
idQuery
- the value to set
-
addActions
Adds given actions to parameterization.- Parameters:
actions
- actions.
-
getActiveContext
Description copied from interface:IActiveContextParameterization
Gets active context.- Specified by:
getActiveContext
in interfaceIActiveContextParameterization
- Returns:
- the active context, can be
null
-