Class OpenMoxelEditorByLinkParametrization
- java.lang.Object
-
- com._1c.g5.aef2.standard.parameterization.LinkParameterization
-
- com._1c.g5.v8.dt.form.ui.aef.components.OpenMoxelEditorByLinkParametrization
-
- All Implemented Interfaces:
IParameterization
,ILinkParametrization
public class OpenMoxelEditorByLinkParametrization extends LinkParameterization
TheILinkParameterization
implementation. The class is intended to be used withOpenMoxelEditorByLinkComponent
-
-
Field Summary
-
Fields inherited from class com._1c.g5.aef2.standard.parameterization.LinkParameterization
HELP, OPEN
-
Fields inherited from interface com._1c.g5.aef2.standard.parameterization.ILinkParametrization
NULL_UNDERLINED_TEXT
-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Constructor Summary
Constructors Constructor Description OpenMoxelEditorByLinkParametrization(IResourceLookup resourceLokup)
Initializes a new instance.OpenMoxelEditorByLinkParametrization(String text, boolean underlined, IResourceLookup resourceLokup)
Initializes a new instanceOpenMoxelEditorByLinkParametrization(String text, IResourceLookup resourceLokup)
Initializes a new instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IResourceLookup
getResourceLookup()
Obtains resource lookup service which has been passed to the object through constructor-
Methods inherited from class com._1c.g5.aef2.standard.parameterization.LinkParameterization
getText, isUnderlined
-
-
-
-
Constructor Detail
-
OpenMoxelEditorByLinkParametrization
public OpenMoxelEditorByLinkParametrization(IResourceLookup resourceLokup)
Initializes a new instance. The link text will be set to text of LinkParameterization.OPEN- Parameters:
resourceLokup
- the lookup service to be used byOpenMoxelEditorByLinkComponent
. Cannot benull
-
OpenMoxelEditorByLinkParametrization
public OpenMoxelEditorByLinkParametrization(String text, IResourceLookup resourceLokup)
Initializes a new instance- Parameters:
text
- the text to be displayed on the link. Cannot benull
resourceLokup
- the lookup service to be used byOpenMoxelEditorByLinkComponent
. Cannot benull
-
OpenMoxelEditorByLinkParametrization
public OpenMoxelEditorByLinkParametrization(String text, boolean underlined, IResourceLookup resourceLokup)
Initializes a new instance- Parameters:
text
- the text to be displayed on the link. Cannot benull
underlined
- true, if the link should be underlined, false otherwiseresourceLokup
- the lookup service to be used byOpenMoxelEditorByLinkComponent
. Cannot benull
-
-
Method Detail
-
getResourceLookup
public IResourceLookup getResourceLookup()
Obtains resource lookup service which has been passed to the object through constructor- Returns:
- resource lookup service
-
-