Class MobileApplicationAssembler
java.lang.Object
org.teamapps.ux.application.assembler.MobileApplicationAssembler
- All Implemented Interfaces:
ApplicationChangeHandler,ApplicationAssembler
-
Constructor Summary
ConstructorsConstructorDescriptionMobileApplicationAssembler(Icon launcherIcon, Icon treeIcon, Icon viewsIcon, Icon toolbarIcon, Icon backIcon, List<AdditionalNavigationButton> additionalLeftButtons) -
Method Summary
Modifier and TypeMethodDescriptioncreateApplication(ResponsiveApplication application) voidgoBack()voidvoidhandleApplicationToolbarButtonGroupAdded(ResponsiveApplication application, ToolbarButtonGroup buttonGroup) voidhandleApplicationViewAdded(ResponsiveApplication application, View view) voidhandleApplicationViewRemoved(ResponsiveApplication application, View view) voidhandleLayoutChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, LayoutItemDefinition layout) voidhandlePerspectiveChange(ResponsiveApplication application, Perspective perspective, Perspective previousPerspective, List<View> activeViews, List<View> addedViews, List<View> removedViews) voidhandleViewAdded(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view) voidhandleViewFocusRequest(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view, boolean ensureVisible) voidhandleViewLayoutPositionChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view, String position) voidhandleViewRemoved(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view) voidhandleViewSizeChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view, ViewSize viewSize) voidhandleViewTabTitleChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view, String title) voidhandleViewVisibilityChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view, boolean visible) voidsetApplicationLauncher(View applicationLauncher) voidsetApplicationTree(View appTree) voidvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.ux.application.assembler.ApplicationAssembler
handleApplicationToolbarButtonGroupRemoved, handlePerspectiveToolbarButtonGroupAdded, handlePerspectiveToolbarButtonGroupRemoved, handleViewSelect, handleViewWorkspaceToolbarButtonGroupAdded, handleViewWorkspaceToolbarButtonGroupRemoved
-
Constructor Details
-
MobileApplicationAssembler
public MobileApplicationAssembler() -
MobileApplicationAssembler
-
-
Method Details
-
setApplicationLauncher
-
setApplicationTree
-
showView
-
showInitialView
public void showInitialView() -
goBack
public void goBack() -
goForward
public void goForward() -
createApplication
- Specified by:
createApplicationin interfaceApplicationAssembler
-
setWorkSpaceToolbar
- Specified by:
setWorkSpaceToolbarin interfaceApplicationAssembler
-
getMultiProgressDisplay
- Specified by:
getMultiProgressDisplayin interfaceApplicationAssembler
-
handleApplicationViewAdded
- Specified by:
handleApplicationViewAddedin interfaceApplicationChangeHandler
-
handleApplicationViewRemoved
- Specified by:
handleApplicationViewRemovedin interfaceApplicationChangeHandler
-
handlePerspectiveChange
public void handlePerspectiveChange(ResponsiveApplication application, Perspective perspective, Perspective previousPerspective, List<View> activeViews, List<View> addedViews, List<View> removedViews) - Specified by:
handlePerspectiveChangein interfaceApplicationChangeHandler
-
handleLayoutChange
public void handleLayoutChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, LayoutItemDefinition layout) - Specified by:
handleLayoutChangein interfaceApplicationChangeHandler
-
handleViewAdded
public void handleViewAdded(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view) - Specified by:
handleViewAddedin interfaceApplicationChangeHandler
-
handleViewRemoved
public void handleViewRemoved(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view) - Specified by:
handleViewRemovedin interfaceApplicationChangeHandler
-
handleViewVisibilityChange
public void handleViewVisibilityChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view, boolean visible) - Specified by:
handleViewVisibilityChangein interfaceApplicationChangeHandler
-
handleViewFocusRequest
public void handleViewFocusRequest(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view, boolean ensureVisible) - Specified by:
handleViewFocusRequestin interfaceApplicationChangeHandler
-
handleViewSizeChange
public void handleViewSizeChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view, ViewSize viewSize) - Specified by:
handleViewSizeChangein interfaceApplicationChangeHandler
-
handleViewTabTitleChange
public void handleViewTabTitleChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view, String title) - Specified by:
handleViewTabTitleChangein interfaceApplicationChangeHandler
-
handleViewLayoutPositionChange
public void handleViewLayoutPositionChange(ResponsiveApplication application, boolean isActivePerspective, Perspective perspective, View view, String position) - Specified by:
handleViewLayoutPositionChangein interfaceApplicationChangeHandler
-
handleApplicationToolbarButtonGroupAdded
public void handleApplicationToolbarButtonGroupAdded(ResponsiveApplication application, ToolbarButtonGroup buttonGroup) - Specified by:
handleApplicationToolbarButtonGroupAddedin interfaceApplicationAssembler- Specified by:
handleApplicationToolbarButtonGroupAddedin interfaceApplicationChangeHandler
-