Modifier and Type | Method and Description |
---|---|
TruncateTextMode |
TruncateTextBuilder.getTruncateTextMode()
Retrieves the truncate text mode from the truncate text mode property.
|
TruncateTextMode |
TruncateTextBuilderImpl.getTruncateTextMode()
Retrieves the truncate text mode from the truncate text mode property.
|
static TruncateTextMode |
TruncateTextMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TruncateTextMode[] |
TruncateTextMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TruncateTextBuilder.setTruncateTextMode(TruncateTextMode aTruncateTextMode)
Sets the truncate text mode for the truncate text mode property.
|
void |
TruncateTextBuilderImpl.setTruncateTextMode(TruncateTextMode aTruncateTextMode)
Sets the truncate text mode for the truncate text mode property.
|
protected static String |
TruncateTextBuilderImpl.toStrip(String aText,
char[] aChars,
TruncateTextMode aTruncateTextMode)
To strip.
|
default TruncateTextBuilder |
TruncateTextBuilder.withTruncateTextMode(TruncateTextMode aTruncateTextMode)
Sets the truncate text mode for the truncate text mode property.
|
Copyright © 2018. All rights reserved.