Uses of Interface
org.zkoss.stateless.sul.ITabpanel
-
Packages that use ITabpanel Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of ITabpanel in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return types with arguments of type ITabpanel Modifier and Type Method Description CheckedFunction2<DataT,java.lang.Integer,ITabpanel>ITabboxController. getTabpanelRenderer()Returns the tabpanel renderer.Method parameters in org.zkoss.stateless.state with type arguments of type ITabpanel Modifier and Type Method Description static <D> ITabboxController<D>ITabboxController. ofTabanel(ITabbox owner, org.zkoss.zul.ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ITabpanel> tabpanelRenderer)Returns the controller instance with the giventabbox,ListModel, and tabpanelRenderer.voidITabboxController. setTabpanelRenderer(CheckedFunction2<DataT,java.lang.Integer,ITabpanel> renderer)Sets the tabpanel renderer. -
Uses of ITabpanel in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITabpanel Modifier and Type Field Description static ITabpanel<IAnyGroup>ITabpanel. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITabpanel Modifier and Type Method Description static ITabpanelITabpanelCtrl. from(org.zkoss.zul.Tabpanel instance)static <I extends IAnyGroup>
ITabpanel<I>ITabpanel. of(I... children)Returns the instance with the given any group children.static <I extends IAnyGroup>
ITabpanel<I>ITabpanel. of(java.lang.Iterable<? extends I> children)Returns the instance with the given any group children.static <I extends IAnyGroup>
ITabpanel<I>ITabpanel. ofId(java.lang.String id)Returns the instance with the given id.Methods in org.zkoss.stateless.sul with parameters of type ITabpanel Modifier and Type Method Description static ITabpanelsITabpanels. of(ITabpanel... children)Returns the instance with the givenITabpanelchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type ITabpanel Modifier and Type Method Description static ITabpanelsITabpanels. of(java.lang.Iterable<? extends ITabpanel> children)Returns the instance with the givenITabpanelchildren.
-