Uses of Interface
org.zkoss.stateless.sul.ICaption
-
Packages that use ICaption Package Description org.zkoss.stateless.sul -
-
Uses of ICaption in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ICaption Modifier and Type Field Description static ICaption<IAnyGroup>ICaption. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ICaption Modifier and Type Method Description static ICaptionICaptionCtrl. from(org.zkoss.zul.Caption instance)ICaptionIGroupbox. getCaption()Returns the caption child of this groupbox.ICaptionIPanel. getCaption()Returns the caption of this panel.ICaption<IAnyGroup>ITab. getCaption()Returns the caption of this tab.ICaptionIWindow. getCaption()Returns the caption of this window.static <I extends IAnyGroup>
ICaption<I>ICaption. of(I... children)Returns the instance with the given any group children.static <I extends IAnyGroup>
ICaption<I>ICaption. of(java.lang.Iterable<? extends I> children)Returns the instance with the given any group children.static <I extends IAnyGroup>
ICaption<I>ICaption. of(java.lang.String label)Returns the instance with the given labelstatic <I extends IAnyGroup>
ICaption<I>ICaption. of(java.lang.String label, java.lang.String image)Returns the instance with the given label and imagestatic <I extends IAnyGroup>
ICaption<I>ICaption. ofId(java.lang.String id)Returns the instance with the given id.static <I extends IAnyGroup>
ICaption<I>ICaption. ofImage(java.lang.String image)Returns the instance with the given imageMethods in org.zkoss.stateless.sul with parameters of type ICaption Modifier and Type Method Description static <I extends IAnyGroup>
IGroupbox<I>IGroupbox. ofCaption(ICaption caption)Returns the instance with the given caption.static IPanelIPanel. ofCaption(ICaption caption)Returns the instance with the given caption.static ITabITab. ofCaption(ICaption caption)Returns the instance with the givenICaption.static <I extends IAnyGroup>
IWindow<I>IWindow. ofCaption(ICaption caption)Returns the instance with the given caption.IGroupbox<I>IGroupbox. withCaption(ICaption caption)Returns a copy ofthisimmutable component with the specifiedcaption.IPanelIPanel. withCaption(ICaption caption)Returns a copy ofthisimmutable component with the specifiedcaption.ITabITab. withCaption(ICaption<IAnyGroup> caption)Returns a copy ofthisimmutable component with the specifiedcaption.IWindow<I>IWindow. withCaption(ICaption caption)Returns a copy ofthisimmutable component with the specifiedcaption.
-