Package org.teamapps.dto
Class UiConfiguration
java.lang.Object
org.teamapps.dto.UiConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClosedSessionHandlingTypeprotected Stringprotected booleanprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansetClosedSessionHandling(ClosedSessionHandlingType closedSessionHandling) setOptimizedForTouch(boolean optimizedForTouch) setThemeClassName(String themeClassName) toString()
-
Field Details
-
locale
-
themeClassName
-
optimizedForTouch
protected boolean optimizedForTouch -
closedSessionHandling
-
-
Constructor Details
-
UiConfiguration
public UiConfiguration()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getLocale
-
getThemeClassName
-
getOptimizedForTouch
public boolean getOptimizedForTouch() -
getClosedSessionHandling
-
setLocale
-
setThemeClassName
-
setOptimizedForTouch
-
setClosedSessionHandling
-