public class SimpleLayout extends Object
| Constructor and Description |
|---|
SimpleLayout() |
| Modifier and Type | Method and Description |
|---|---|
SimpleLayout |
addContent(String title,
com.google.gwt.user.client.ui.Widget detail) |
com.google.gwt.user.client.ui.Widget |
build() |
SimpleLayout |
setDescription(com.google.gwt.safehtml.shared.SafeHtml description) |
SimpleLayout |
setDescription(String description)
Deprecated.
|
SimpleLayout |
setHeadline(String headline) |
SimpleLayout |
setHeadlineWidget(com.google.gwt.user.client.ui.Widget header) |
SimpleLayout |
setPlain(boolean isPlain) |
SimpleLayout |
setTitle(String title) |
SimpleLayout |
setTopLevelTools(com.google.gwt.user.client.ui.Widget toolstrip)
Deprecated.
|
public SimpleLayout setPlain(boolean isPlain)
public SimpleLayout setTitle(String title)
@Deprecated public SimpleLayout setTopLevelTools(com.google.gwt.user.client.ui.Widget toolstrip)
public SimpleLayout addContent(String title, com.google.gwt.user.client.ui.Widget detail)
@Deprecated public SimpleLayout setDescription(String description)
public SimpleLayout setDescription(com.google.gwt.safehtml.shared.SafeHtml description)
public SimpleLayout setHeadline(String headline)
public com.google.gwt.user.client.ui.Widget build()
public SimpleLayout setHeadlineWidget(com.google.gwt.user.client.ui.Widget header)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.