public class WizardUtils extends Object
| Constructor and Description |
|---|
WizardUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getObjectTextLabel(TypedObject object)
Returns the label for the typed object provided by the labelService from the current UISession.
|
static String |
getObjectTextLabel(TypedObject object,
UISession session)
Returns the label for the typed object provided by the labelService from the given UISession.
|
static boolean |
isLocalValueEmpty(Object localValue)
Method for checking value from value handler, allows to avoid overwriting original value with default value
|
public static String getObjectTextLabel(TypedObject object)
public static String getObjectTextLabel(TypedObject object, UISession session)
public static boolean isLocalValueEmpty(Object localValue)
localValue - local value taken from value handlerCopyright © 2017 SAP SE. All Rights Reserved.