public static class ScaffoldBreadcrumb.BreadcrumbItem extends Object
| Constructor and Description |
|---|
BreadcrumbItem(gwt.material.design.client.constants.IconType icon,
String text) |
BreadcrumbItem(com.google.gwt.place.shared.Place place,
gwt.material.design.client.constants.IconType icon,
String text) |
BreadcrumbItem(com.google.gwt.place.shared.Place place,
String text) |
BreadcrumbItem(String text) |
| Modifier and Type | Method and Description |
|---|---|
gwt.material.design.client.constants.IconType |
getIcon() |
com.google.gwt.place.shared.Place |
getPlace() |
String |
getText() |
void |
setIcon(gwt.material.design.client.constants.IconType icon) |
void |
setPlace(com.google.gwt.place.shared.Place place) |
void |
setText(String text) |
public BreadcrumbItem(String text)
public BreadcrumbItem(com.google.gwt.place.shared.Place place,
String text)
public BreadcrumbItem(gwt.material.design.client.constants.IconType icon,
String text)
public BreadcrumbItem(com.google.gwt.place.shared.Place place,
gwt.material.design.client.constants.IconType icon,
String text)
public com.google.gwt.place.shared.Place getPlace()
public void setPlace(com.google.gwt.place.shared.Place place)
public gwt.material.design.client.constants.IconType getIcon()
public void setIcon(gwt.material.design.client.constants.IconType icon)
public String getText()
public void setText(String text)
Copyright © 2020. All rights reserved.