Class SessionConfiguration
java.lang.Object
org.teamapps.ux.session.SessionConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SessionConfigurationcreate(com.ibm.icu.util.ULocale locale, ZoneId timeZone, StylingTheme theme, boolean optimizedForTouch) static SessionConfigurationcreateForClientInfo(ClientInfo clientInfo) getTheme()com.ibm.icu.util.ULocalebooleanvoidsetClosedSessionHandling(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)
-
Constructor Details
-
SessionConfiguration
public SessionConfiguration()
-
-
Method Details
-
createForClientInfo
-
create
public static SessionConfiguration create(com.ibm.icu.util.ULocale locale, ZoneId timeZone, StylingTheme theme, boolean optimizedForTouch) -
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
-
setClosedSessionHandling
-