Package org.zkoss.stateless.sul
Interface ITabs
-
- All Superinterfaces:
IChildable<ITabs,ITab>,IComponent<ITabs>,IHtmlBasedComponent<ITabs>,ITabboxComposite<ITabs>,IXulElement<ITabs>
public interface ITabs extends IXulElement<ITabs>, IChildable<ITabs,ITab>, ITabboxComposite<ITabs>
ImmutableTabscomponentA collection of tabs (
ITab).- Author:
- katherine
- See Also:
Tabs
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classITabs.BuilderBuilds instances of typeITabs.static classITabs.UpdaterBuilds an updater of typeITabsforUiAgent.smartUpdate(Locator, SmartUpdater).
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.StringgetWidgetClass()Returns the client widget class.static ITabsof(java.lang.Iterable<? extends ITab> children)Returns the instance with the givenITabchildren.static ITabsof(ITab... children)Returns the instance with the givenITabchildren.static ITabsofId(java.lang.String id)Returns the instance with the given id.static ITabsofWidth(java.lang.String width)Returns the instance with the given width.-
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 ITabs 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.Tabs"- Specified by:
getWidgetClassin interfaceIComponent<ITabs>
-
of
static ITabs of(java.lang.Iterable<? extends ITab> children)
Returns the instance with the givenITabchildren.- Parameters:
children- The children ofITab
-
of
static ITabs of(ITab... children)
Returns the instance with the givenITabchildren.- Parameters:
children- The children ofITab
-
ofWidth
static ITabs ofWidth(java.lang.String width)
Returns the instance with the given width.- Parameters:
width- The width of the component
-
ofId
static ITabs ofId(java.lang.String id)
Returns the instance with the given id.- Parameters:
id- The id to identify this component
-
-