public final class WidgetSlotUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.zkoss.zk.ui.Component |
createCaption(Widgetslot slot,
String fallbackTitle,
DefaultWidgetCaptionWrapper callback)
Creates caption based on the child widget's title for its parent widget.
|
public static org.zkoss.zk.ui.Component createCaption(Widgetslot slot, String fallbackTitle, DefaultWidgetCaptionWrapper callback)
slot - Widget to listen for title changes.fallbackTitle - Title to be used for the case the embedded widget slot does not provide any title.WidgetCaptionRendererCopyright © 2018. All rights reserved.