Interface ILinkParametrization
-
- All Superinterfaces:
IParameterization
- All Known Subinterfaces:
ILinkExParametrization
,IUserVisibilityParametrization
- All Known Implementing Classes:
LinkExParameterization
,LinkParameterization
,UserVisibilityParameterization
public interface ILinkParametrization extends IParameterization
IParameterization
for link components.
-
-
Field Summary
Fields Modifier and Type Field Description static ILinkParametrization
NULL_UNDERLINED_TEXT
The shared instance ofILinkParametrization
withnull
text and .-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getText()
Returns the text.boolean
isUnderlined()
Returns is text underlined.
-
-
-
Field Detail
-
NULL_UNDERLINED_TEXT
static final ILinkParametrization NULL_UNDERLINED_TEXT
The shared instance ofILinkParametrization
withnull
text and .
-
-
Method Detail
-
getText
String getText()
Returns the text.- Returns:
- the text.
-
isUnderlined
boolean isUnderlined()
Returns is text underlined.- Returns:
true
if is
-
-