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. DEFAULT
Constant for default attributes of this immutable component.static IToolbar<IAnyGroup>
IToolbar. PANEL
Constant for pnael mold attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IToolbar Modifier and Type Method Description static IToolbar
IToolbarCtrl. from(Toolbar instance)
IToolbar
IPanel. getBottomToolbar()
Returns the bottom toolbar of this component.IToolbar
IPanel. getFootToolbar()
Returns the foot toolbar of this component.IToolbar
ITabbox. getToolbar()
Returns the auxiliary toolbar that this tabbox owns.IToolbar
IPanel. 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 ofthis
immutable component with the specifiedalign
.IToolbar<I>
IToolbar. withOrient(java.lang.String orient)
Returns a copy ofthis
immutable component with the specifiedorient
.default IToolbar<I>
IToolbar. withOrient(IToolbar.Orient orient)
Returns a copy ofthis
immutable component with the specifiedorient
.IToolbar<I>
IToolbar. withOverflowPopup(boolean overflowPopup)
Returns a copy ofthis
immutable component with the specifiedoverflowPopup
.IToolbar<I>
IToolbar. withOverflowPopupIconSclass(java.lang.String overflowPopupIconSclass)
Returns a copy ofthis
immutable component with the specifiedoverflowPopupIconSclass
.Methods in org.zkoss.stateless.sul with parameters of type IToolbar Modifier and Type Method Description static IPdfviewer
IPdfviewer. of(IToolbar child)
Returns the instance with the given child.static ITabbox
ITabbox. of(ITabs tabs, ITabpanels tabpanels, IToolbar toolbar)
Returns the instance with the given tabs, tappanels, and toolbarstatic IPanel
IPanel. ofBottomToolbar(IToolbar bottomToolbar)
Returns the instance with the given bottomIToolbar
child.static IPanel
IPanel. ofFootToolbar(IToolbar footToolbar)
Returns the instance with the given footIToolbar
child.static IPanel
IPanel. ofTopToolbar(IToolbar topToolbar)
Returns the instance with the given topIToolbar
child.IPanel
IPanel. withBottomToolbar(IToolbar bottomToolbar)
Returns a copy ofthis
immutable component with the specifiedbottomToolbar
.IPanel
IPanel. withFootToolbar(IToolbar footToolbar)
Returns a copy ofthis
immutable component with the specifiedfootToolbar
.ITabbox
ITabbox. withToolbar(IToolbar toolbar)
Returns a copy ofthis
immutable component with the specifiedtoolbar
.IPanel
IPanel. withTopToolbar(IToolbar topToolbar)
Returns a copy ofthis
immutable component with the specifiedtopToolbar
.
-