class ContentResolver
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cleared
Marks a blank (all spaces) right aligned display value.
|
private FillIn<ChuiOutputManager,?> |
fillIn
Reference to the widget which performed the request to resolve its contents.
|
protected int |
leftPad
Stores amount of pad on left side for right aligned widgets.
|
| Constructor and Description |
|---|
ContentResolver(FillIn<ChuiOutputManager,?> fillIn)
Create a new instance and associate it with the given widget.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText(boolean isInternal)
Get screen representation of the data.
|
protected int leftPad
protected boolean cleared
private final FillIn<ChuiOutputManager,?> fillIn
ContentResolver(FillIn<ChuiOutputManager,?> fillIn)
fillIn - The source widget.public java.lang.String getText(boolean isInternal)
isInternal - If this flag is set to true then alternative variable value is used
when available.