|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CMITextType | |
|---|---|
| com.sap.tc.cmi.texts | |
| Uses of CMITextType in com.sap.tc.cmi.texts |
|---|
| Fields in com.sap.tc.cmi.texts declared as CMITextType | |
|---|---|
static CMITextType[] |
CMITextType.NO_TEXT_TYPES
|
| Methods in com.sap.tc.cmi.texts that return CMITextType | |
|---|---|
static CMITextType |
CMITextType.findByTranslationTextType(String translationTextType)
Searches for a CMITextType that matches the given name of translation text type. |
CMITextType[] |
ICMITextProvider.getAvailableTextTypes()
Returns the set of text types that this provider can provide. |
CMITextType[] |
ICMITextProvider.getAvailableTextTypes(String[] componentPath)
Returns the set of text types that this provider can provide. |
static CMITextType |
CMITextType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CMITextType[] |
CMITextType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in com.sap.tc.cmi.texts with parameters of type CMITextType | |
|---|---|
String |
ICMITextProvider.getText(CMITextType type)
Returns UI text of the given text type, suitable for the given
locale and timezone. |
String |
ICMITextProvider.getText(CMITextType type,
Locale locale,
TimeZone tz)
Returns UI text of the given text type, suitable for the given
locale and timezone. |
String |
ICMITextProvider.getText(String[] componentPath,
CMITextType type)
Returns UI text of the given text type, suitable for the given
locale and timezone. |
String |
ICMITextProvider.getText(String[] componentPath,
CMITextType type,
Locale locale,
TimeZone tz)
Returns UI text of the given text type, suitable for the given
locale and timezone. |
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||