public interface StreamableWidget
| Modifier and Type | Method and Description |
|---|---|
Widget<?> |
convertToStreamable()
Convert this widget instance to its streamable equivalent.
|
static Widget<?> |
convertToStreamable(Widget<?> widget)
Convert the specified widget instance to its streamable equivalent.
|
static Widget<?> convertToStreamable(Widget<?> widget)
widget - The widget which needs to be converted.Widget<?> convertToStreamable()