Package org.zkoss.stateless.sul
Interface IAuxhead
-
- All Superinterfaces:
IChildable<IAuxhead,IAuxheader>
,IComponent<IAuxhead>
,IHtmlBasedComponent<IAuxhead>
,IMeshComposite<IAuxhead>
,IXulElement<IAuxhead>
public interface IAuxhead extends IXulElement<IAuxhead>, IChildable<IAuxhead,IAuxheader>, IMeshComposite<IAuxhead>
ImmutableAuxhead
componentUsed to define a collection of auxiliary headers
- Author:
- katherine
- See Also:
Auxhead
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IAuxhead.Builder
Builds instances of typeIAuxhead
.static class
IAuxhead.Updater
Builds an updater of typeIAuxhead
forUiAgent.smartUpdate(Locator, SmartUpdater)
.
-
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 IAuxhead
of(java.lang.Iterable<? extends IAuxheader> children)
Returns the instance with the givenIAuxheader
children.static IAuxhead
of(IAuxheader... children)
Returns the instance with the givenIAuxheader
children.static IAuxhead
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 IAuxhead DEFAULT
Constant for default attributes of this immutable component.
-
-
Method Detail
-
getWidgetClass
default java.lang.String getWidgetClass()
Returns the client widget class.Default:
"zul.mesh.Auxhead"
- Specified by:
getWidgetClass
in interfaceIComponent<IAuxhead>
-
of
static IAuxhead of(java.lang.Iterable<? extends IAuxheader> children)
Returns the instance with the givenIAuxheader
children.- Parameters:
children
- The children ofIAuxheader
-
of
static IAuxhead of(IAuxheader... children)
Returns the instance with the givenIAuxheader
children.- Parameters:
children
- The children ofIAuxheader
-
ofId
static IAuxhead ofId(java.lang.String id)
Returns the instance with the given id.- Parameters:
id
- The id to identify this component
-
-