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