public interface LayoutDragComponent
| Modifier and Type | Field and Description |
|---|---|
static DndDataJSONConverter |
converter |
static String |
FORMAT |
| Modifier and Type | Method and Description |
|---|---|
String |
getDragComponentTitle() |
com.google.gwt.user.client.ui.IsWidget |
getPreviewWidget(RenderingContext ctx)
Widget shown during the layout edition.
|
com.google.gwt.user.client.ui.IsWidget |
getShowWidget(RenderingContext ctx)
The widget that display and provides all the component features.
|
static final String FORMAT
static final DndDataJSONConverter converter
String getDragComponentTitle()
com.google.gwt.user.client.ui.IsWidget getPreviewWidget(RenderingContext ctx)
Notice this is just a widget preview, so not all the component features need to be available at preview time. Just a widget that gives the user an idea of how the final component might look like.
ctx - The context for the component being renderedcom.google.gwt.user.client.ui.IsWidget getShowWidget(RenderingContext ctx)
ctx - The context for the component being renderedCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.