Uses of Interface
org.zkoss.stateless.sul.ITab
-
Packages that use ITab Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of ITab in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return types with arguments of type ITab Modifier and Type Method Description CheckedFunction2<DataT,java.lang.Integer,ITab>ITabboxController. getRenderer()Method parameters in org.zkoss.stateless.state with type arguments of type ITab Modifier and Type Method Description static <D> ITabboxController<D>ITabboxController. of(ITabbox owner, org.zkoss.zul.ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ITab> tabRenderer, CheckedFunction2<D,java.lang.Integer,ITabpanel> tabpanelRenderer)Returns the controller instance with the giventabbox,ListModel, tabRenderer, and tabpanelRenderer.static <D> ITabboxController<D>ITabboxController. ofTab(ITabbox owner, org.zkoss.zul.ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ITab> tabRenderer)Returns the controller instance with the giventabbox,ListModel, tabRenderer.voidITabboxController. setRenderer(CheckedFunction2<DataT,java.lang.Integer,ITab> renderer) -
Uses of ITab in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITab Modifier and Type Field Description static ITabITab. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITab Modifier and Type Method Description static ITabITabCtrl. from(org.zkoss.zul.Tab instance)static ITabITab. of(java.lang.String label)Returns the instance with the given label.static ITabITab. of(java.lang.String label, java.lang.String image)Returns the instance with the given label and image.static ITabITab. ofCaption(ICaption caption)Returns the instance with the givenICaption.static ITabITab. ofId(java.lang.String id)Returns the instance with the given id.static ITabITab. ofImage(java.lang.String image)Returns the instance with the given image.ITabITab. withCaption(ICaption<IAnyGroup> caption)Returns a copy ofthisimmutable component with the specifiedcaption.ITabITab. withClosable(boolean closable)Returns a copy ofthisimmutable component with the specifiedclosable.ITabITab. withDisabled(boolean disabled)Returns a copy ofthisimmutable component with the specifieddisabled.ITabITab. withSelected(boolean selected)Returns a copy ofthisimmutable component with the specifiedselected.Methods in org.zkoss.stateless.sul with parameters of type ITab Modifier and Type Method Description static ITabsITabs. of(ITab... children)Returns the instance with the givenITabchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type ITab Modifier and Type Method Description static ITabsITabs. of(java.lang.Iterable<? extends ITab> children)Returns the instance with the givenITabchildren.
-