Home | History | Annotate | Download | only in wizard

Lines Matching defs:View

26  * the view mode and the edit mode. Each mode has its own UI. A wizard has
43 // The current mode of the wizard - edit vs view
46 // The view mode controller.
76 // Default to view mode.
77 setMode(Mode.View);
172 setMode(Mode.View);
176 setMode(Mode.View);
185 headerContainer.setVisible(Mode.View == mode);
186 footerContainer.setVisible(Mode.View == mode);
196 case View:
204 View,