Package org.zkoss.zul
Class Splitter
- java.lang.Object
-
- org.zkoss.zk.ui.AbstractComponent
-
- org.zkoss.zk.ui.HtmlBasedComponent
-
- org.zkoss.zul.impl.XulElement
-
- org.zkoss.zul.Splitter
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,org.zkoss.zk.ui.Component,org.zkoss.zk.ui.ext.Scope,org.zkoss.zk.ui.sys.ComponentCtrl
public class Splitter extends XulElement
Deprecated.As of release 10.3.0, usingorg.zkoss.zkmax.zul.Splitlayoutinstead.An element which should appear before or after an element inside a box (Box,VboxandHbox).When the splitter is dragged, the sibling elements of the splitter are resized. If
getCollapse()is true, a grippy is placed inside the splitter, and one sibling element of the splitter is collapsed when the grippy is clicked.Events: onOpen
Default
getZclass(): z-splitter.- Author:
- tomyeh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Splitter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbeforeParentChanged(org.zkoss.zk.ui.Component parent)Deprecated.java.lang.StringgetCollapse()Deprecated.Returns which side of the splitter is collapsed when its grippy is clicked.java.lang.StringgetOrient()Deprecated.Returns the orientation of the splitter.java.lang.StringgetZclass()Deprecated.protected booleanisChildable()Deprecated.Not allow any children.booleanisHorizontal()Deprecated.Returns if the orientation of this splitter is horizontal.booleanisOpen()Deprecated.Returns whether it is open (i.e., not collapsed.booleanisVertical()Deprecated.Returns if the orientation of this splitter is vertical.protected voidrenderProperties(org.zkoss.zk.ui.sys.ContentRenderer renderer)Deprecated.voidservice(org.zkoss.zk.au.AuRequest request, boolean everError)Deprecated.Processes an AU request.voidsetCollapse(java.lang.String collapse)Deprecated.Sets which side of the splitter is collapsed when its grippy is clicked.voidsetOpen(boolean open)Deprecated.Opens or collapses the splitter.-
Methods inherited from class org.zkoss.zul.impl.XulElement
clone, getContext, getCtrlKeys, getPopup, getPropertyAccess, getTooltip, setContext, setContext, setContextAttributes, setCtrlKeys, setPopup, setPopup, setPopupAttributes, setTooltip, setTooltip, setTooltipAttributes
-
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, setHeight, setHeight0, setHeightDirectly, setHflex, setHflex0, setHflexDirectly, setLeft, setLeftDirectly, setRenderdefer, setSclass, setStyle, setTabindex, setTabindex, setTooltiptext, setTop, setTopDirectly, setVflex, setVflex0, setVflexDirectly, setWidth, 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, beforeChildAdded, 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, insertBefore, invalidate, isDisabledHostChanged, isInitialized, isInvalidated, isListenerAvailable, isVisible, onChildAdded, onChildRemoved, 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, setVisible, setVisibleDirectly, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, updateByClient, updateSubBindingAnnotationCount, willPassivate, willPassivate, willSerialize, willSerialize
-
-
-
-
Method Detail
-
isVertical
public boolean isVertical()
Deprecated.Returns if the orientation of this splitter is vertical.- Since:
- 5.0.0
-
isHorizontal
public boolean isHorizontal()
Deprecated.Returns if the orientation of this splitter is horizontal.- Since:
- 5.0.0
-
getOrient
public java.lang.String getOrient()
Deprecated.Returns the orientation of the splitter. It is the same as the parent's orientation (Box.getOrient().
-
getCollapse
public java.lang.String getCollapse()
Deprecated.Returns which side of the splitter is collapsed when its grippy is clicked. If this attribute is not specified, the splitter will not cause a collapse. If it is collapsed,isOpen()returns false.Default: none.
The returned value can be one of the following.
- none
- No collapsing occurs.
- before
- When the grippy is clicked, the element immediately before the splitter in the same parent is collapsed so that its width or height is 0.
- after
- When the grippy is clicked, the element immediately after the splitter in the same parent is collapsed so that its width or height is 0.
Unlike XUL, you don't have to put a so-called grippy component as a child of the splitter.
-
setCollapse
public void setCollapse(java.lang.String collapse) throws org.zkoss.zk.ui.WrongValueExceptionDeprecated.Sets which side of the splitter is collapsed when its grippy is clicked. If this attribute is not specified, the splitter will not cause a collapse.- Parameters:
collapse- one of none, before and after. If null or empty is specified, none is assumed.- Throws:
org.zkoss.zk.ui.WrongValueException- See Also:
getCollapse()
-
isOpen
public boolean isOpen()
Deprecated.Returns whether it is open (i.e., not collapsed. Meaningful only ifgetCollapse()is not "none".
-
setOpen
public void setOpen(boolean open)
Deprecated.Opens or collapses the splitter. Meaningful only ifgetCollapse()is not "none".
-
beforeParentChanged
public void beforeParentChanged(org.zkoss.zk.ui.Component parent)
Deprecated.- Specified by:
beforeParentChangedin interfaceorg.zkoss.zk.ui.sys.ComponentCtrl- Overrides:
beforeParentChangedin classorg.zkoss.zk.ui.AbstractComponent
-
isChildable
protected boolean isChildable()
Deprecated.Not allow any children.- Overrides:
isChildablein classorg.zkoss.zk.ui.AbstractComponent
-
renderProperties
protected void renderProperties(org.zkoss.zk.ui.sys.ContentRenderer renderer) throws java.io.IOExceptionDeprecated.- Overrides:
renderPropertiesin classXulElement- Throws:
java.io.IOException
-
getZclass
public java.lang.String getZclass()
Deprecated.- Overrides:
getZclassin classorg.zkoss.zk.ui.HtmlBasedComponent
-
service
public void service(org.zkoss.zk.au.AuRequest request, boolean everError)Deprecated.Processes an AU request.Default: in addition to what are handled by
HtmlBasedComponent.service(org.zkoss.zk.au.AuRequest, boolean), it also handles onOpen.- Specified by:
servicein interfaceorg.zkoss.zk.ui.sys.ComponentCtrl- Overrides:
servicein classorg.zkoss.zk.ui.HtmlBasedComponent- Since:
- 5.0.0
-
-