public final class LabelUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getLabel(java.lang.String key,
java.lang.String componentName,
java.lang.Object... args)
get localised text for a component that resides inside another widget
|
static java.lang.String |
getLabel(Widget widget,
java.lang.String componentName,
java.lang.Object... args)
get localised text for a component that resides inside another widget
|
public static java.lang.String getLabel(Widget widget, java.lang.String componentName, java.lang.Object... args)
widget - The widget for which the component residescomponentName - The name of the componentargs - Array of argumentspublic static java.lang.String getLabel(java.lang.String key,
java.lang.String componentName,
java.lang.Object... args)
key - The localisation keycomponentName - The name of the componentargs - Array of argumentsCopyright © 2018 SAP SE. All Rights Reserved.