Package org.teamapps.ux.session
Klasse SessionConfiguration
java.lang.Object
org.teamapps.ux.session.SessionConfiguration
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic SessionConfigurationcreate(com.ibm.icu.util.ULocale locale, ZoneId timeZone, StylingTheme theme, boolean optimizedForTouch) static SessionConfigurationcreateForClientInfo(ClientInfo clientInfo) org.teamapps.dto.UiConfigurationorg.teamapps.dto.ClosedSessionHandlingTypegetTheme()com.ibm.icu.util.ULocalebooleanvoidsetClosedSessionHandling(org.teamapps.dto.ClosedSessionHandlingType closedSessionHandling) voidsetDateFormat(DateTimeFormatDescriptor dateFormat) voidsetFirstDayOfWeek(DayOfWeek firstDayOfWeek) voidsetIconPath(String iconPath) voidvoidsetOptimizedForTouch(boolean optimizedForTouch) voidsetTheme(StylingTheme theme) voidsetTimeFormat(DateTimeFormatDescriptor timeFormat) voidsetTimeZone(ZoneId timeZone) voidsetULocale(com.ibm.icu.util.ULocale locale)
-
Konstruktordetails
-
SessionConfiguration
public SessionConfiguration()
-
-
Methodendetails
-
createForClientInfo
-
create
public static SessionConfiguration create(com.ibm.icu.util.ULocale locale, ZoneId timeZone, StylingTheme theme, boolean optimizedForTouch) -
createUiConfiguration
public org.teamapps.dto.UiConfiguration createUiConfiguration() -
getLocale
-
getULocale
public com.ibm.icu.util.ULocale getULocale() -
setLocale
-
setULocale
public void setULocale(com.ibm.icu.util.ULocale locale) -
getDateFormat
-
setDateFormat
-
getTimeFormat
-
setTimeFormat
-
getTimeZone
-
setTimeZone
-
getFirstDayOfWeek
-
setFirstDayOfWeek
-
isOptimizedForTouch
public boolean isOptimizedForTouch() -
setOptimizedForTouch
public void setOptimizedForTouch(boolean optimizedForTouch) -
getIconPath
-
setIconPath
-
getTheme
-
setTheme
-
getClosedSessionHandling
public org.teamapps.dto.ClosedSessionHandlingType getClosedSessionHandling() -
setClosedSessionHandling
public void setClosedSessionHandling(org.teamapps.dto.ClosedSessionHandlingType closedSessionHandling)
-