public class TabbedPage extends Object implements com.google.gwt.user.client.rpc.IsSerializable, Comparable<TabbedPage>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
| Constructor and Description |
|---|
TabbedPage() |
TabbedPage(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TabbedPage tabName) |
String |
getDescription() |
String |
getName() |
void |
setDescription(String description) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public int compareTo(TabbedPage tabName)
compareTo in interface Comparable<TabbedPage>Copyright © 2021. All rights reserved.