@Dependent public class MultiPageEditorImpl extends Object implements MultiPageEditor
| Constructor and Description |
|---|
MultiPageEditorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPage(Page page) |
void |
addWidget(com.google.gwt.user.client.ui.IsWidget widget,
String label) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
clear() |
MultiPageEditorView |
getView() |
int |
selectedPage() |
void |
selectPage(int index) |
public void addPage(Page page)
addPage in interface MultiPageEditorpublic void selectPage(int index)
selectPage in interface MultiPageEditorpublic int selectedPage()
selectedPage in interface MultiPageEditorpublic void clear()
clear in interface MultiPageEditorpublic MultiPageEditorView getView()
getView in interface MultiPageEditorpublic void addWidget(com.google.gwt.user.client.ui.IsWidget widget,
String label)
addWidget in interface MultiPageEditorpublic com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.