Class SessionConfiguration

java.lang.Object
org.teamapps.ux.session.SessionConfiguration

public class SessionConfiguration extends Object
  • Constructor Details

    • SessionConfiguration

      public SessionConfiguration()
  • Method Details

    • createForClientInfo

      public static SessionConfiguration createForClientInfo(ClientInfo clientInfo)
    • create

      public static SessionConfiguration create(com.ibm.icu.util.ULocale locale, ZoneId timeZone, StylingTheme theme, boolean optimizedForTouch)
    • createUiConfiguration

      public UiConfiguration createUiConfiguration()
    • getLocale

      public Locale getLocale()
    • getULocale

      public com.ibm.icu.util.ULocale getULocale()
    • setLocale

      public void setLocale(Locale locale)
    • setULocale

      public void setULocale(com.ibm.icu.util.ULocale locale)
    • getDateFormat

      public DateTimeFormatDescriptor getDateFormat()
    • setDateFormat

      public void setDateFormat(DateTimeFormatDescriptor dateFormat)
    • getTimeFormat

      public DateTimeFormatDescriptor getTimeFormat()
    • setTimeFormat

      public void setTimeFormat(DateTimeFormatDescriptor timeFormat)
    • getTimeZone

      public ZoneId getTimeZone()
    • setTimeZone

      public void setTimeZone(ZoneId timeZone)
    • getFirstDayOfWeek

      public DayOfWeek getFirstDayOfWeek()
    • setFirstDayOfWeek

      public void setFirstDayOfWeek(DayOfWeek firstDayOfWeek)
    • isOptimizedForTouch

      public boolean isOptimizedForTouch()
    • setOptimizedForTouch

      public void setOptimizedForTouch(boolean optimizedForTouch)
    • getIconPath

      public String getIconPath()
    • setIconPath

      public void setIconPath(String iconPath)
    • getTheme

      public StylingTheme getTheme()
    • setTheme

      public void setTheme(StylingTheme theme)
    • getClosedSessionHandling

      public ClosedSessionHandlingType getClosedSessionHandling()
    • setClosedSessionHandling

      public void setClosedSessionHandling(ClosedSessionHandlingType closedSessionHandling)