Class LinkParameterization
java.lang.Object
com._1c.g5.aef2.standard.parameterization.LinkParameterization
- All Implemented Interfaces:
IParameterization
,ILinkParametrization
- Direct Known Subclasses:
LinkExParameterization
,UserVisibilityParameterization
The
ILinkParametrization
basic implementation.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LinkParameterization
Parameterization for standard "Open" links.Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Constructor Summary
ConstructorsConstructorDescriptionLinkParameterization
(String text) Creates a new instance.LinkParameterization
(String text, boolean underlined) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptiongetText()
Returns the text.boolean
Returns is text underlined.
-
Field Details
-
OPEN
Parameterization for standard "Open" links.
-
-
Constructor Details
-
LinkParameterization
Creates a new instance.- Parameters:
text
- the text.
-
LinkParameterization
Creates a new instance.- Parameters:
text
- the text.underlined
- is the text underlined.
-
-
Method Details
-
getText
Description copied from interface:ILinkParametrization
Returns the text.- Specified by:
getText
in interfaceILinkParametrization
- Returns:
- the text.
-
isUnderlined
public boolean isUnderlined()Description copied from interface:ILinkParametrization
Returns is text underlined.- Specified by:
isUnderlined
in interfaceILinkParametrization
- Returns:
true
if is
-