Package org.zkoss.stateless.sul
Interface ITabpanels
-
- All Superinterfaces:
IChildable<ITabpanels,ITabpanel>
,IComponent<ITabpanels>
,IHtmlBasedComponent<ITabpanels>
,ITabboxComposite<ITabpanels>
,IXulElement<ITabpanels>
public interface ITabpanels extends IXulElement<ITabpanels>, IChildable<ITabpanels,ITabpanel>, ITabboxComposite<ITabpanels>
ImmutableTabpanels
componentA tabpanels is the container for the tab panels, i.e., a collection of tabpanel components.
- Author:
- katherine
- See Also:
Tabpanels
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ITabpanels.Builder
Builds instances of typeITabpanels
.static class
ITabpanels.Updater
Builds an updater of typeITabpanels
forUiAgent.smartUpdate(Locator, SmartUpdater)
.
-
Field Summary
Fields Modifier and Type Field Description static ITabpanels
DEFAULT
Constant for default attributes of this immutable component.
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getWidgetClass()
Returns the client widget class.static ITabpanels
of(java.lang.Iterable<? extends ITabpanel> children)
Returns the instance with the givenITabpanel
children.static ITabpanels
of(ITabpanel... children)
Returns the instance with the givenITabpanel
children.static ITabpanels
ofId(java.lang.String id)
Returns the instance with the given id.-
Methods inherited from interface org.zkoss.stateless.sul.IChildable
getChildren, withChildren, withChildren
-
Methods inherited from interface org.zkoss.stateless.sul.IComponent
getAction, getActions, getClientAttributes, getId, getMold, getWidgetListeners, getWidgetOverrides, isVisible, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withAction, withActions, withActions, withClientAttribute, withClientAttributes, withId, withMold, withVisible, withWidgetClass, withWidgetListener, withWidgetListeners, withWidgetOverride, withWidgetOverrides
-
Methods inherited from interface org.zkoss.stateless.sul.IHtmlBasedComponent
getClientAction, getDraggable, getDroppable, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTabindex, getTooltiptext, getTop, getVflex, getWidth, getZclass, getZIndex, isFocus, withClientAction, withDraggable, withDroppable, withFocus, withHeight, withHflex, withLeft, withRenderdefer, withSclass, withStyle, withTabindex, withTabindex, withTooltiptext, withTop, withVflex, withWidth, withZclass, withZIndex
-
Methods inherited from interface org.zkoss.stateless.sul.IXulElement
getContext, getCtrlKeys, getPopup, getTooltip, withContext, withCtrlKeys, withPopup, withTooltip
-
-
-
-
Field Detail
-
DEFAULT
static final ITabpanels DEFAULT
Constant for default attributes of this immutable component.
-
-
Method Detail
-
getWidgetClass
default java.lang.String getWidgetClass()
Returns the client widget class.Default:
"zul.tab.Tabpanels"
- Specified by:
getWidgetClass
in interfaceIComponent<ITabpanels>
-
of
static ITabpanels of(java.lang.Iterable<? extends ITabpanel> children)
Returns the instance with the givenITabpanel
children.- Parameters:
children
- The children ofITabpanel
-
of
static ITabpanels of(ITabpanel... children)
Returns the instance with the givenITabpanel
children.- Parameters:
children
- The children ofITabpanel
-
ofId
static ITabpanels ofId(java.lang.String id)
Returns the instance with the given id.- Parameters:
id
- The id to identify this component
-
-