public interface MultiPageEditorView
extends com.google.gwt.user.client.ui.IsWidget
Modifier and Type | Method and Description |
---|---|
void |
addPage(int index,
Page page) |
void |
clear() |
void |
disablePage(int index) |
void |
enablePage(int index) |
int |
getPageIndex(String title)
Returns index of the editor page with 'title'
|
void clear()
void addPage(int index, Page page)
void disablePage(int index)
void enablePage(int index)
int getPageIndex(String title)
title
- of the page (Model, Overview ...)IllegalArgumentException
- if the 'title' is not foundCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.