Package org.zkoss.stateless.sul
Interface IBandpopup<I extends IAnyGroup>
-
- All Superinterfaces:
IChildable<IBandpopup<I>,I>,IComponent<IBandpopup<I>>,IHtmlBasedComponent<IBandpopup<I>>,IXulElement<IBandpopup<I>>
public interface IBandpopup<I extends IAnyGroup> extends IXulElement<IBandpopup<I>>, IChildable<IBandpopup<I>,I>
ImmutableBandpopupcomponentThe popup that belongs to a
IBandboxinstance.Developer usually listens to the
onOpenaction that is sent toIBandboxand then creates proper components as children of this component.- Author:
- katherine
- See Also:
Bandpopup
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIBandpopup.Builder<I extends IAnyGroup>Builds instances of typeIBandpopup.static classIBandpopup.UpdaterBuilds an updater of typeIBandpopupforUiAgent.smartUpdate(Locator, SmartUpdater).
-
Field Summary
Fields Modifier and Type Field Description static IBandpopupDEFAULTConstant for default attributes of this immutable component.
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.StringgetWidgetClass()Returns the client widget class.static <I extends IAnyGroup>
IBandpopup<I>of(I... children)Returns the instance with the given any group children.static <I extends IAnyGroup>
IBandpopup<I>of(java.lang.Iterable<? extends I> children)Returns the instance with the given any group children.static <I extends IAnyGroup>
IBandpopup<I>ofId(java.lang.String id)Returns the instance with the given id.-
Methods inherited from interface org.zkoss.stateless.sul.IChildable
getChildren, withChildren, withChildren
-
Methods inherited from interface org.zkoss.stateless.sul.IComponent
getAction, getActions, getClientAttributes, getId, getMold, getWidgetListeners, getWidgetOverrides, isVisible, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withActions, withActions, withClientAttribute, withClientAttributes, withId, withMold, withVisible, withWidgetClass, withWidgetListener, withWidgetListeners, withWidgetOverride, withWidgetOverrides
-
Methods inherited from interface org.zkoss.stateless.sul.IHtmlBasedComponent
getClientAction, getDraggable, getDroppable, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTabindex, getTooltiptext, getTop, getVflex, getWidth, getZclass, getZIndex, isFocus, withClientAction, withDraggable, withDroppable, withFocus, withHeight, withHflex, withLeft, withRenderdefer, withSclass, withStyle, withTabindex, withTabindex, withTooltiptext, withTop, withVflex, withWidth, withZclass, withZIndex
-
Methods inherited from interface org.zkoss.stateless.sul.IXulElement
getContext, getCtrlKeys, getPopup, getTooltip, withContext, withCtrlKeys, withPopup, withTooltip
-
-
-
-
Field Detail
-
DEFAULT
static final IBandpopup DEFAULT
Constant for default attributes of this immutable component.
-
-
Method Detail
-
getWidgetClass
default java.lang.String getWidgetClass()
Returns the client widget class.Default:
"zul.inp.Bandpopup"- Specified by:
getWidgetClassin interfaceIComponent<I extends IAnyGroup>
-
of
static <I extends IAnyGroup> IBandpopup<I> of(java.lang.Iterable<? extends I> children)
Returns the instance with the given any group children.- Parameters:
children- The children belong to any group- See Also:
IAnyGroup
-
of
static <I extends IAnyGroup> IBandpopup<I> of(I... children)
Returns the instance with the given any group children.- Parameters:
children- The children belong to any group- See Also:
IAnyGroup
-
ofId
static <I extends IAnyGroup> IBandpopup<I> ofId(java.lang.String id)
Returns the instance with the given id.- Parameters:
id- The id to identify this component
-
-