Class ITreerow.Builder

  • Enclosing interface:
    ITreerow

    public static class ITreerow.Builder
    extends org.zkoss.stateless.sul.ImmutableITreerow.Builder
    Builds instances of type ITreerow. Initialize attributes and then invoke the ImmutableITreerow.Builder.build() method to create an immutable instance.

    Builder is not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      • Methods inherited from class org.zkoss.stateless.sul.ImmutableITreerow.Builder

        addActions, addActions, addAllActions, addAllChildren, addChildren, addChildren, build, from, putAllClientAttributes, putAllWidgetListeners, putAllWidgetOverrides, putClientAttributes, putClientAttributes, putWidgetListeners, putWidgetListeners, putWidgetOverrides, putWidgetOverrides, setAction, setActions, setChildren, setClientAction, setClientAttributes, setContext, setCtrlKeys, setDraggable, setDroppable, setEventListenerMap, setFocus, setHeight, setHflex, setId, setImage, setLabel, setLeft, setMold, setPopup, setRenderdefer, setSclass, setStyle, setTabindex, setTooltip, setTooltiptext, setTop, setVflex, setVisible, setWidgetClass, setWidgetListeners, setWidgetOverrides, setWidth, setZclass, setZIndex
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()