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
Modifier and Type | Method and Description |
---|---|
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
|
void setNextActivateView(OwView nextView_p) throws Exception
nextView_p
- OwViewException
void setPrevActivateView(OwView prevView_p) throws Exception
prevView_p
- OwViewException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.