|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void setNextActivateView(OwView nextView_p) throws Exception
nextView_p
- OwView
Exception
void setPrevActivateView(OwView prevView_p) throws Exception
prevView_p
- OwView
Exception
boolean isValidated() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |