Package org.teamapps.ux.application
Class ResponsiveApplicationImpl
java.lang.Object
org.teamapps.ux.application.ResponsiveApplicationImpl
- All Implemented Interfaces:
ResponsiveApplication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddApplicationButtonGroup(ToolbarButtonGroup buttonGroup) voidaddApplicationChangeHandler(ApplicationChangeHandler changeHandler) voidaddApplicationView(View view) addPerspective(Perspective perspective) protected ComponentcreateUi()getUi()voidremoveApplicationButtonGroup(ToolbarButtonGroup buttonGroup) voidremoveApplicationChangeHandler(ApplicationChangeHandler changeHandler) voidremoveApplicationView(View view) voidsetToolbarBackgroundColor(Color backgroundColor) voidshowPerspective(Perspective perspective)
-
Constructor Details
-
ResponsiveApplicationImpl
-
-
Method Details
-
createUi
-
getUi
- Specified by:
getUiin interfaceResponsiveApplication
-
addApplicationChangeHandler
- Specified by:
addApplicationChangeHandlerin interfaceResponsiveApplication
-
removeApplicationChangeHandler
- Specified by:
removeApplicationChangeHandlerin interfaceResponsiveApplication
-
addApplicationView
- Specified by:
addApplicationViewin interfaceResponsiveApplication
-
removeApplicationView
- Specified by:
removeApplicationViewin interfaceResponsiveApplication
-
getApplicationViews
- Specified by:
getApplicationViewsin interfaceResponsiveApplication
-
getPerspectives
- Specified by:
getPerspectivesin interfaceResponsiveApplication
-
addPerspective
- Specified by:
addPerspectivein interfaceResponsiveApplication
-
showPerspective
- Specified by:
showPerspectivein interfaceResponsiveApplication
-
getActiveViews
- Specified by:
getActiveViewsin interfaceResponsiveApplication
-
getActivePerspective
- Specified by:
getActivePerspectivein interfaceResponsiveApplication
-
addApplicationButtonGroup
- Specified by:
addApplicationButtonGroupin interfaceResponsiveApplication
-
removeApplicationButtonGroup
- Specified by:
removeApplicationButtonGroupin interfaceResponsiveApplication
-
getWorkspaceButtonGroups
- Specified by:
getWorkspaceButtonGroupsin interfaceResponsiveApplication
-
setToolbarBackgroundColor
- Specified by:
setToolbarBackgroundColorin interfaceResponsiveApplication
-
getMultiProgressDisplay
- Specified by:
getMultiProgressDisplayin interfaceResponsiveApplication
-