Package com.orchestranetworks.ui.view
Interface TileDescription
-
public interface TileDescriptionProvides information on tile view description.- Since:
- 6.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLineNumber()Defines the number of lines (between 3 and 6).StringgetPattern()Defines the tile text.booleanisWrapLines()If "Yes", each row is displayed entirely (with line wrap) up to the defined limit of the number of lines.
-
-
-
Method Detail
-
getPattern
String getPattern()
Defines the tile text.
-
getLineNumber
int getLineNumber()
Defines the number of lines (between 3 and 6).
-
isWrapLines
boolean isWrapLines()
If "Yes", each row is displayed entirely (with line wrap) up to the defined limit of the number of lines. The excess is then truncated. If "No", each line is truncated.
-
-