Package org.zkoss.zul

Class Center

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.zkoss.zk.ui.HtmlBasedComponent

        org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
      • Nested classes/interfaces inherited from class org.zkoss.zk.ui.AbstractComponent

        org.zkoss.zk.ui.AbstractComponent.Children, org.zkoss.zk.ui.AbstractComponent.ForwardInfo, org.zkoss.zk.ui.AbstractComponent.TargetInfo
    • Field Summary

      • Fields inherited from class org.zkoss.zk.ui.HtmlBasedComponent

        _zclass
      • Fields inherited from interface org.zkoss.zk.ui.Component

        APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE
      • Fields inherited from interface org.zkoss.zk.ui.sys.ComponentCtrl

        AFTER_CHILD_ADDED, AFTER_CHILD_REMOVED, AFTER_CLONED, AFTER_PAGE_ATTACHED, AFTER_PAGE_DETACHED, AFTER_PARENT_CHANGED, CE_BUSY_IGNORE, CE_DUPLICATE_IGNORE, CE_IMPORTANT, CE_NON_DEFERRABLE, CE_REPEAT_IGNORE
    • Constructor Summary

      Constructors 
      Constructor Description
      Center()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int[] getDefaultCmargins()
      Returns the default collapsed margin ([3, 3, 3, 3]).
      java.lang.String getPosition()
      java.lang.String getSize()
      The size can't be returned in this component.
      java.lang.String getZclass()  
      void setClosable​(boolean closable)
      Center region can't be closed.
      void setCmargins​(java.lang.String cmargins)
      Center region can't be enabled the collapsed margin functionality.
      void setCollapsible​(boolean collapsible)
      Center region can't be enabled the collapse functionality.
      void setHeight​(java.lang.String height)
      The height can't be specified in this component because its height is determined by other region components (North or South).
      void setMaxsize​(int maxsize)
      Center region can't be enabled the maxsize.
      void setMinsize​(int minsize)
      Center region can't be enabled the minsize.
      void setOpen​(boolean open)
      Center region can't be closed.
      void setSize​(java.lang.String size)
      The size can't be specified in this component.
      void setSlidable​(boolean slidable)
      Center region can't be slided.
      void setSlide​(boolean slide)
      Center region can't be slided.
      void setSplittable​(boolean splittable)
      Center region can't be enabled the split functionality.
      boolean setVisible​(boolean visible)
      This component can't be hidden.
      void setWidth​(java.lang.String width)
      The width can't be specified in this component because its width is determined by other region components (West or East).
      • Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent

        addSclass, evalCSSFlex, focus, getAction, getClientAction, getDraggable, getDroppable, getExtraCtrl, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTabindex, getTabindexInteger, getTooltiptext, getTop, getVflex, getWidth, getZindex, getZIndex, removeSclass, removeSclass, setAction, setClass, setClientAction, setDraggable, setDroppable, setFocus, setHeight0, setHeightDirectly, setHflex, setHflex0, setHflexDirectly, setLeft, setLeftDirectly, setRenderdefer, setSclass, setStyle, setTabindex, setTabindex, setTooltiptext, setTop, setTopDirectly, setVflex, setVflex0, setVflexDirectly, setWidth0, setWidthDirectly, setZclass, setZindex, setZIndex, setZIndexDirectly
      • Methods inherited from class org.zkoss.zk.ui.AbstractComponent

        addAnnotation, addCallback, addClientEvent, addEventHandler, addEventListener, addEventListener, addForward, addForward, addForward, addForward, addMoved, addRedrawCallback, addScopeListener, addShadowRoot, addShadowRootBefore, addSharedEventHandlerMap, appendChild, applyProperties, beforeChildRemoved, destroyIndexCacheMap, detach, didActivate, didActivate, didDeserialize, didDeserialize, disableBindingAnnotation, disableClientUpdate, disableHostChanged, enableBindingAnnotation, enableHostChanged, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getCallback, getChildren, getClientAttribute, getClientDataAttribute, getClientEvents, getDefaultMold, getDefinition, getDesktop, getEventHandler, getEventHandlerNames, getEventListenerMap, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getForwards, getId, getIndexCacheMap, getLastChild, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRedrawCallback, getRoot, getShadowFellowIfAny, getShadowRoots, getShadowVariable, getShadowVariable, getShadowVariable0, getSpaceOwner, getSpecialRendererOutput, getStubonly, getSubBindingAnnotationCount, getTemplate, getTemplateNames, getUuid, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasBindingAnnotation, hasFellow, hasFellow, hasSubBindingAnnotation, initIndexCacheMap, invalidate, isChildable, isDisabledHostChanged, isInitialized, isInvalidated, isListenerAvailable, isVisible, onChildAdded, onPageAttached, onPageDetached, onParentChanged, onWrongValue, query, queryAll, redraw, redrawChildren, removeAttribute, removeAttribute, removeAttribute, removeCallback, removeChild, removeEventListener, removeForward, removeForward, removeRedrawCallback, removeScopeListener, removeShadowRoot, render, render, render, renderPropertiesOnly, replace, response, response, response, service, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setDefinition, setDefinition, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setSubBindingAnnotationCount, setTemplate, setVisibleDirectly, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, updateByClient, updateSubBindingAnnotationCount, willPassivate, willPassivate, willSerialize, willSerialize
      • Methods inherited from class java.lang.Object

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

      • Center

        public Center()
    • Method Detail

      • setSplittable

        public void setSplittable​(boolean splittable)
        Center region can't be enabled the split functionality.
        Overrides:
        setSplittable in class LayoutRegion
      • setOpen

        public void setOpen​(boolean open)
        Center region can't be closed.
        Overrides:
        setOpen in class LayoutRegion
      • setCollapsible

        public void setCollapsible​(boolean collapsible)
        Center region can't be enabled the collapse functionality.
        Overrides:
        setCollapsible in class LayoutRegion
      • setMaxsize

        public void setMaxsize​(int maxsize)
        Center region can't be enabled the maxsize.
        Overrides:
        setMaxsize in class LayoutRegion
      • setMinsize

        public void setMinsize​(int minsize)
        Center region can't be enabled the minsize.
        Overrides:
        setMinsize in class LayoutRegion
      • setHeight

        public void setHeight​(java.lang.String height)
        The height can't be specified in this component because its height is determined by other region components (North or South).
        Overrides:
        setHeight in class org.zkoss.zk.ui.HtmlBasedComponent
      • setWidth

        public void setWidth​(java.lang.String width)
        The width can't be specified in this component because its width is determined by other region components (West or East).
        Overrides:
        setWidth in class org.zkoss.zk.ui.HtmlBasedComponent
      • setVisible

        public boolean setVisible​(boolean visible)
        This component can't be hidden.
        Specified by:
        setVisible in interface org.zkoss.zk.ui.Component
        Overrides:
        setVisible in class org.zkoss.zk.ui.AbstractComponent
      • getSize

        public java.lang.String getSize()
        The size can't be returned in this component.
        Specified by:
        getSize in class LayoutRegion
      • setSize

        public void setSize​(java.lang.String size)
        The size can't be specified in this component.
        Specified by:
        setSize in class LayoutRegion
      • setSlide

        public void setSlide​(boolean slide)
        Center region can't be slided.
        Overrides:
        setSlide in class LayoutRegion
      • setSlidable

        public void setSlidable​(boolean slidable)
        Center region can't be slided.
        Overrides:
        setSlidable in class LayoutRegion
        Parameters:
        slidable - whether users can slide (preview) the region.
      • setClosable

        public void setClosable​(boolean closable)
        Center region can't be closed.
        Overrides:
        setClosable in class LayoutRegion
        Parameters:
        closable - whether users can open or close the region.
      • getDefaultCmargins

        protected int[] getDefaultCmargins()
        Returns the default collapsed margin ([3, 3, 3, 3]).
        Specified by:
        getDefaultCmargins in class LayoutRegion
        Since:
        5.0.5