Package de.uplanet.lucy.server
Klasse ServerFeature
java.lang.Object
de.uplanet.lucy.server.ServerFeature
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic booleanFlag indicating if mobile devices are supported.static booleanFlag indicating if an info box is shown when saving or deleting a record.static booleanFlag indicating if silent mode is enabled.static booleanFlag indicating if single tenant mode is enabled.static booleanFlag indicating if yellow fade is enabled.
-
Felddetails
-
SYSPROP_YELLOW_FADE
- Siehe auch:
-
SYSPROP_SHOW_ACTION_INFO
- Siehe auch:
-
SYSPROP_ERROR_MODE
- Siehe auch:
-
SYSPROP_SINGLE_TENANT_MODE
- Siehe auch:
-
-
Methodendetails
-
isMobileDevicesSupported
public static boolean isMobileDevicesSupported()Flag indicating if mobile devices are supported.- Gibt zurück:
trueif mobile devices are supported, orfalseotherwise.
-
isYellowFadeEnabled
public static boolean isYellowFadeEnabled()Flag indicating if yellow fade is enabled.- Gibt zurück:
trueif yellow fade is enabled, orfalseotherwise.
-
isShowActionInfo
public static boolean isShowActionInfo()Flag indicating if an info box is shown when saving or deleting a record.- Gibt zurück:
trueif an info box is shown, orfalseotherwise.
-
isSilentModeEnabled
public static boolean isSilentModeEnabled()Flag indicating if silent mode is enabled.- Gibt zurück:
trueif silent mode is enabled, orfalseotherwise.
-
isSingleTenantMode
public static boolean isSingleTenantMode()Flag indicating if single tenant mode is enabled.- Gibt zurück:
truesingle tenant mode is enabled, orfalseotherwise.
-