@Environment(value=CLIENT) public class ScreenTexts extends Object
Modifier and Type | Field and Description |
---|---|
static Text |
BACK |
static Text |
CANCEL |
static Text |
CONNECT_FAILED |
static Text |
DONE |
static Text |
NO |
static Text |
OFF |
static Text |
ON |
static Text |
PROCEED |
static Text |
YES |
Constructor and Description |
---|
ScreenTexts() |
Modifier and Type | Method and Description |
---|---|
static MutableText |
composeToggleText(Text text,
boolean value) |
static Text |
getToggleText(boolean value) |
public static final Text ON
public static final Text OFF
public static final Text DONE
public static final Text CANCEL
public static final Text YES
public static final Text NO
public static final Text PROCEED
public static final Text BACK
public static final Text CONNECT_FAILED
public static Text getToggleText(boolean value)
public static MutableText composeToggleText(Text text, boolean value)