Class TopNavigationMobileApplicationAssembler
java.lang.Object
org.teamapps.ux.application.assembler.TopNavigationMobileApplicationAssembler
- All Implemented Interfaces:
ApplicationChangeHandler,ApplicationAssembler
-
Constructor Summary
ConstructorsConstructorDescriptionTopNavigationMobileApplicationAssembler(MobileApplicationNavigationController navigationController) -
Method Summary
Modifier and TypeMethodDescriptioncreateApplication(ResponsiveApplication application) voidgoBack()voidhandleApplicationToolbarButtonGroupAdded(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) 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
-
Method Details
-
goBack
public void goBack() -
showView
-
showInitialView
public void showInitialView() -
setWorkSpaceToolbar
- Specified by:
setWorkSpaceToolbarin interfaceApplicationAssembler
-
createApplication
- Specified by:
createApplicationin 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
-