public interface LayoutDragComponent
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.IsWidget |
getDragWidget()
Widget shown in the layout editor's component palette.
|
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
com.google.gwt.user.client.ui.IsWidget getDragWidget()
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–2016 JBoss by Red Hat. All rights reserved.