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<Data,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, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ITabpanel> tabpanelRenderer)
void
ITabboxController. setTabpanelRenderer(CheckedFunction2<Data,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. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITabpanel Modifier and Type Method Description static ITabpanel
ITabpanelCtrl. from(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 ITabpanels
ITabpanels. of(ITabpanel... children)
Returns the instance with the givenITabpanel
children.Method parameters in org.zkoss.stateless.sul with type arguments of type ITabpanel Modifier and Type Method Description static ITabpanels
ITabpanels. of(java.lang.Iterable<? extends ITabpanel> children)
Returns the instance with the givenITabpanel
children.
-