com.wewebu.ow.server.ui
Interface OwMultipanel

All Known Implementing Classes:
OwMultipanelAccessRightsView, OwObjectClassView, OwObjectPropertyView

public interface OwMultipanel

Interface for multi panel views, which build up a continues flow from the first to the last view with validation. Implement this class in your OwView and use it together with the OwNavigationView to build multi panel chains.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Method Summary
 boolean isValidated()
          check if view has validated its data and the next view can be enabled
 void setNextActivateView(OwView nextView_p)
          set the view that is next to this view, displays a next button to activate
 void setPrevActivateView(OwView prevView_p)
          set the view that is prev to this view, displays a prev button to activate
 

Method Detail

setNextActivateView

void setNextActivateView(OwView nextView_p)
                         throws Exception
set the view that is next to this view, displays a next button to activate

Parameters:
nextView_p - OwView
Throws:
Exception

setPrevActivateView

void setPrevActivateView(OwView prevView_p)
                         throws Exception
set the view that is prev to this view, displays a prev button to activate

Parameters:
prevView_p - OwView
Throws:
Exception

isValidated

boolean isValidated()
                    throws Exception
check if view has validated its data and the next view can be enabled

Returns:
boolean true = can forward to next view, false = view has not yet validated
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.