Class LinkParameterization
- java.lang.Object
-
- com._1c.g5.aef2.standard.parameterization.LinkParameterization
-
- All Implemented Interfaces:
IParameterization
,ILinkParametrization
- Direct Known Subclasses:
LinkExParameterization
,UserVisibilityParameterization
public class LinkParameterization extends Object implements ILinkParametrization
TheILinkParametrization
basic implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static LinkParameterization
HELP
Parameterization for standard "Help" links.static LinkParameterization
OPEN
Parameterization for standard "Open" links.-
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 LinkParameterization(String text)
Creates a new instance.LinkParameterization(String text, boolean underlined)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
Returns the text.boolean
isUnderlined()
Returns is text underlined.
-
-
-
Field Detail
-
OPEN
public static final LinkParameterization OPEN
Parameterization for standard "Open" links.
-
HELP
public static final LinkParameterization HELP
Parameterization for standard "Help" links.
-
-
Constructor Detail
-
LinkParameterization
public LinkParameterization(String text)
Creates a new instance.- Parameters:
text
- the text.
-
LinkParameterization
public LinkParameterization(String text, boolean underlined)
Creates a new instance.- Parameters:
text
- the text.underlined
- is the text underlined.
-
-
Method Detail
-
getText
public String 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
-
-