Uses of Interface
org.zkoss.stateless.sul.IToolbar
-
Packages that use IToolbar Package Description org.zkoss.stateless.sul -
-
Uses of IToolbar in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IToolbar Modifier and Type Field Description static IToolbar<IAnyGroup>IToolbar. DEFAULTConstant for default attributes of this immutable component.static IToolbar<IAnyGroup>IToolbar. PANELConstant for pnael mold attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IToolbar Modifier and Type Method Description static IToolbarIToolbarCtrl. from(org.zkoss.zul.Toolbar instance)IToolbarIPanel. getBottomToolbar()Returns the bottom toolbar of this component.IToolbarIPanel. getFootToolbar()Returns the foot toolbar of this component.IToolbarITabbox. getToolbar()Returns the auxiliary toolbar that this tabbox owns.IToolbarIPanel. getTopToolbar()Returns the top toolbar of this component.static <I extends IAnyGroup>
IToolbar<I>IToolbar. of(I... children)Returns the instance with the given any group children.static <I extends IAnyGroup>
IToolbar<I>IToolbar. of(java.lang.Iterable<? extends I> children)Returns the instance with the given any group children.static <I extends IAnyGroup>
IToolbar<I>IToolbar. ofId(java.lang.String id)Returns the instance with the given id.IToolbar<I>IToolbar. withAlign(java.lang.String align)Returns a copy ofthisimmutable component with the specifiedalign.IToolbar<I>IToolbar. withOrient(java.lang.String orient)Returns a copy ofthisimmutable component with the specifiedorient.default IToolbar<I>IToolbar. withOrient(IToolbar.Orient orient)Returns a copy ofthisimmutable component with the specifiedorient.IToolbar<I>IToolbar. withOverflowPopup(boolean overflowPopup)Returns a copy ofthisimmutable component with the specifiedoverflowPopup.IToolbar<I>IToolbar. withOverflowPopupIconSclass(java.lang.String overflowPopupIconSclass)Returns a copy ofthisimmutable component with the specifiedoverflowPopupIconSclass.Methods in org.zkoss.stateless.sul with parameters of type IToolbar Modifier and Type Method Description static IPdfviewerIPdfviewer. of(IToolbar child)Returns the instance with the given child.static ITabboxITabbox. of(ITabs tabs, ITabpanels tabpanels, IToolbar toolbar)Returns the instance with the given tabs, tappanels, and toolbarstatic IPanelIPanel. ofBottomToolbar(IToolbar bottomToolbar)Returns the instance with the given bottomIToolbarchild.static IPanelIPanel. ofFootToolbar(IToolbar footToolbar)Returns the instance with the given footIToolbarchild.static IPanelIPanel. ofTopToolbar(IToolbar topToolbar)Returns the instance with the given topIToolbarchild.IPanelIPanel. withBottomToolbar(IToolbar bottomToolbar)Returns a copy ofthisimmutable component with the specifiedbottomToolbar.IPanelIPanel. withFootToolbar(IToolbar footToolbar)Returns a copy ofthisimmutable component with the specifiedfootToolbar.ITabboxITabbox. withToolbar(IToolbar toolbar)Returns a copy ofthisimmutable component with the specifiedtoolbar.IPanelIPanel. withTopToolbar(IToolbar topToolbar)Returns a copy ofthisimmutable component with the specifiedtopToolbar.
-