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
TheILinkParametrizationbasic implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static LinkParameterizationHELPParameterization for standard "Help" links.static LinkParameterizationOPENParameterization 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 StringgetText()Returns the text.booleanisUnderlined()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:ILinkParametrizationReturns the text.- Specified by:
getTextin interfaceILinkParametrization- Returns:
- the text.
-
isUnderlined
public boolean isUnderlined()
Description copied from interface:ILinkParametrizationReturns is text underlined.- Specified by:
isUnderlinedin interfaceILinkParametrization- Returns:
trueif is
-
-