Interface ILinkParametrization
-
- All Superinterfaces:
IParameterization
- All Known Subinterfaces:
ILinkExParametrization,IUserVisibilityParametrization
- All Known Implementing Classes:
LinkExParameterization,LinkParameterization,UserVisibilityParameterization
public interface ILinkParametrization extends IParameterization
IParameterizationfor link components.
-
-
Field Summary
Fields Modifier and Type Field Description static ILinkParametrizationNULL_UNDERLINED_TEXTThe shared instance ofILinkParametrizationwithnulltext 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 StringgetText()Returns the text.booleanisUnderlined()Returns is text underlined.
-
-
-
Field Detail
-
NULL_UNDERLINED_TEXT
static final ILinkParametrization NULL_UNDERLINED_TEXT
The shared instance ofILinkParametrizationwithnulltext and .
-
-
Method Detail
-
getText
String getText()
Returns the text.- Returns:
- the text.
-
isUnderlined
boolean isUnderlined()
Returns is text underlined.- Returns:
trueif is
-
-