Class Panel
- java.lang.Object
-
- org.zkoss.zk.ui.AbstractComponent
-
- org.zkoss.zk.ui.HtmlBasedComponent
-
- org.zkoss.zul.impl.XulElement
-
- org.zkoss.zul.Panel
-
- 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,Framable
public class Panel extends XulElement implements Framable
Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces. The Panel contains bottom, top, and foot toolbars, along with separate header, footer and body sections. It also provides built-in collapsible, closable, maximizable, and minimizable behavior, along with a variety of pre-built tool buttons that can be wired up to provide other customized behavior. Panels can be easily embedded into any kind of ZUL component that is allowed to have children or layout component. Panels also provide specific features like float and move. UnlikeWindow, Panels can only be floated and moved inside its parent node, which is not using zk.setVParent() function at client side. In other words, if Panel's parent node is an relative position, the floated panel is only inside its parent, not the whole page. The second difference ofWindowis that Panel is not an independent ID space (by implementingIdSpace), so the ID of each child can be used throughout the panel.Events:
onMove, onOpen, onZIndex, onMaximize, onMinimize, and onClose.
Default
getZclass(): z-panel.- Since:
- 3.5.0
- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Panel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddToolbar(java.lang.String name, Toolbar toolbar)Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar".voidbeforeChildAdded(org.zkoss.zk.ui.Component newChild, org.zkoss.zk.ui.Component refChild)java.lang.Objectclone()java.lang.StringgetBorder()Returns the border.ToolbargetBottomToolbar()Returns the bottom toolbar of this panel.CaptiongetCaption()Returns the caption of this panel.ToolbargetFootToolbar()Returns the foot toolbar of this panel.intgetMinheight()Returns the minimum height.intgetMinwidth()Returns the minimum width.PanelchildrengetPanelchildren()Returns the panelchildren of this panel.java.lang.StringgetTitle()Returns the title.ToolbargetTopToolbar()Returns the top toolbar of this panel.java.lang.StringgetZclass()booleaninsertBefore(org.zkoss.zk.ui.Component newChild, org.zkoss.zk.ui.Component refChild)booleanisClosable()Returns whether to show a close button on the title bar.booleanisCollapsible()Returns whether to show a toggle button on the title bar.booleanisFloatable()Returns whether to float the panel to display it inline where it is rendered.booleanisMaximizable()Returns whether to display the maximizing button and allow the user to maximize the panel.booleanisMaximized()Returns whether the panel is maximized.booleanisMinimizable()Returns whether to display the minimizing button and allow the user to minimize the panel.booleanisMinimized()Returns whether the panel is minimized.booleanisMovable()Returns whether to move the panel to display it inline where it is rendered.booleanisOpen()Returns whether this Panel is open.booleanisSizable()Returns whether the panel is sizable.voidonChildRemoved(org.zkoss.zk.ui.Component child)voidonClose()Process the onClose event sent when the close button is pressed.protected voidrenderProperties(org.zkoss.zk.ui.sys.ContentRenderer renderer)voidservice(org.zkoss.zk.au.AuRequest request, boolean everError)Processes an AU request.voidsetBorder(boolean border)Enables or disables the border.voidsetBorder(java.lang.String border)Sets the border.voidsetClosable(boolean closable)Sets whether to show a close button on the title bar.voidsetCollapsible(boolean collapsible)Sets whether to show a toggle button on the title bar.voidsetFloatable(boolean floatable)Sets whether to float the panel to display it inline where it is rendered.voidsetMaximizable(boolean maximizable)Sets whether to display the maximizing button and allow the user to maximize the panel, when a panel is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the panel to its previous size.voidsetMaximized(boolean maximized)Sets whether the panel is maximized, and then the size of the panel will depend on it to show an appropriate size.voidsetMinheight(int minheight)Sets the minimum height in pixels allowed for this panel.voidsetMinimizable(boolean minimizable)Sets whether to display the minimizing button and allow the user to minimize the panel.voidsetMinimized(boolean minimized)Sets whether the panel is minimized.voidsetMinwidth(int minwidth)Sets the minimum width in pixels allowed for this panel.voidsetMovable(boolean movable)Sets whether to move the panel to display it inline where it is rendered.voidsetOpen(boolean open)Opens or closes this Panel.voidsetSizable(boolean sizable)Sets whether the panel is sizable.voidsetTitle(java.lang.String title)Sets the title.booleansetVisible(boolean visible)-
Methods inherited from class org.zkoss.zul.impl.XulElement
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, beforeChildRemoved, beforeParentChanged, 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
-
-
-
-
Method Detail
-
isOpen
public boolean isOpen()
Returns whether this Panel is open.Default: true.
-
setOpen
public void setOpen(boolean open)
Opens or closes this Panel.
-
setMovable
public void setMovable(boolean movable)
Sets whether to move the panel to display it inline where it is rendered.Default: false;
Note that this method only applied when
isFloatable()is true.
-
isMovable
public boolean isMovable()
Returns whether to move the panel to display it inline where it is rendered.Default: false.
-
isFloatable
public boolean isFloatable()
Returns whether to float the panel to display it inline where it is rendered.Default: false.
-
setVisible
public boolean setVisible(boolean visible)
- Specified by:
setVisiblein interfaceorg.zkoss.zk.ui.Component- Overrides:
setVisiblein classorg.zkoss.zk.ui.AbstractComponent
-
setFloatable
public void setFloatable(boolean floatable)
Sets whether to float the panel to display it inline where it is rendered.Note that by default, setting floatable to true will cause the panel to display at default offsets, which depend on the offsets of the embedded panel from its element to document.body -- because the panel is absolute positioned, the position must be set explicitly by
HtmlBasedComponent.setTop(String)andHtmlBasedComponent.setLeft(String). Also, when floatable a panel you should always assign a fixed width, otherwise it will be auto width and will expand to fill to the right edge of the viewport.
-
isMaximized
public boolean isMaximized()
Returns whether the panel is maximized.- Specified by:
isMaximizedin interfaceFramable
-
setMaximized
public void setMaximized(boolean maximized)
Sets whether the panel is maximized, and then the size of the panel will depend on it to show an appropriate size. In other words, if true, the size of the panel will count on the size of its offset parent node whose position is absolute (byisFloatable()) or its parent node. Otherwise, its size will be original size. Note that the maximized effect will run at client's sizing phase not initial phase.Default: false.
- Throws:
org.zkoss.zk.ui.UiException- ifisMaximizable()is false.
-
isMaximizable
public boolean isMaximizable()
Returns whether to display the maximizing button and allow the user to maximize the panel.Default: false.
- Specified by:
isMaximizablein interfaceFramable
-
setMaximizable
public void setMaximizable(boolean maximizable)
Sets whether to display the maximizing button and allow the user to maximize the panel, when a panel is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the panel to its previous size.Default: false.
Note: the maximize button won't be displayed if no title or caption at all.
-
isMinimized
public boolean isMinimized()
Returns whether the panel is minimized.Default: false.
-
setMinimized
public void setMinimized(boolean minimized)
Sets whether the panel is minimized.Default: false.
- Throws:
org.zkoss.zk.ui.UiException- ifisMinimizable()is false.
-
isMinimizable
public boolean isMinimizable()
Returns whether to display the minimizing button and allow the user to minimize the panel.Default: false.
- Specified by:
isMinimizablein interfaceFramable
-
setMinimizable
public void setMinimizable(boolean minimizable)
Sets whether to display the minimizing button and allow the user to minimize the panel. Note that this button provides no implementation -- the behavior of minimizing a panel is implementation-specific, so the MinimizeEvent event must be handled and a custom minimize behavior implemented for this option to be useful.Default: false.
Note: the maximize button won't be displayed if no title or caption at all.
- See Also:
MinimizeEvent
-
isCollapsible
public boolean isCollapsible()
Returns whether to show a toggle button on the title bar.Default: false.
- Specified by:
isCollapsiblein interfaceFramable
-
setCollapsible
public void setCollapsible(boolean collapsible)
Sets whether to show a toggle button on the title bar.Default: false.
Note: the toggle button won't be displayed if no title or caption at all.
Note: onOpen event will be sent when you click the toggle button
-
isClosable
public boolean isClosable()
Returns whether to show a close button on the title bar.- Specified by:
isClosablein interfaceFramable
-
setClosable
public void setClosable(boolean closable)
Sets whether to show a close button on the title bar. If closable, a button is displayed and the onClose event is sent if an user clicks the button.Default: false.
You can intercept the default behavior by either overriding
onClose(), or listening the onClose event.Note: the close button won't be displayed if no title or caption at all.
-
setMinheight
public void setMinheight(int minheight)
Sets the minimum height in pixels allowed for this panel. If negative, 100 is assumed.Default: 100.
Note: Only applies when
isSizable()= true.- Since:
- 5.0.0
-
getMinheight
public int getMinheight()
Returns the minimum height.Default: 100.
- Since:
- 5.0.0
-
setMinwidth
public void setMinwidth(int minwidth)
Sets the minimum width in pixels allowed for this panel. If negative, 200 is assumed.Default: 200.
Note: Only applies when
isSizable()= true.- Since:
- 5.0.0
-
getMinwidth
public int getMinwidth()
Returns the minimum width.Default: 200.
- Since:
- 5.0.0
-
isSizable
public boolean isSizable()
Returns whether the panel is sizable.- Since:
- 5.0.0
-
setSizable
public void setSizable(boolean sizable)
Sets whether the panel is sizable. If true, an user can drag the border to change the panel width.Default: false.
- Since:
- 5.0.0
-
getCaption
public Caption getCaption()
Returns the caption of this panel.
-
getBorder
public java.lang.String getBorder()
Returns the border.Default: "none".
-
setBorder
public void setBorder(java.lang.String border)
Sets the border. Allowed values includenone(default),normal. For more information, please refer to ZK Component Reference: Panel.- Parameters:
border- the border. If null, "0" or "false", "none" is assumed. If "true", "normal" is assumed (since 5.0.8).
-
setBorder
public void setBorder(boolean border)
Enables or disables the border.- Parameters:
border- whether to have a border. If true is specified, it is the same assetBorder("normal").- Since:
- 5.0.8
-
getTitle
public java.lang.String getTitle()
Returns the title. Besides this attribute, you could useCaptionto define a more sophisticated caption (a.k.a., title).If a panel has a caption whose label (
LabelElement.getLabel()) is not empty, then this attribute is ignored.Default: empty.
-
setTitle
public void setTitle(java.lang.String title)
Sets the title.
-
addToolbar
public boolean addToolbar(java.lang.String name, Toolbar toolbar)Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar". "tbar" is the name of top toolbar, and "bbar" the name of bottom toolbar, and "fbar" the name of foot toolbar.- Parameters:
name- "tbar", "bbar", and "fbar".
-
onClose
public void onClose()
Process the onClose event sent when the close button is pressed.Default: detach itself.
-
getTopToolbar
public Toolbar getTopToolbar()
Returns the top toolbar of this panel.
-
getBottomToolbar
public Toolbar getBottomToolbar()
Returns the bottom toolbar of this panel.
-
getFootToolbar
public Toolbar getFootToolbar()
Returns the foot toolbar of this panel.
-
getPanelchildren
public Panelchildren getPanelchildren()
Returns the panelchildren of this panel.
-
getZclass
public java.lang.String getZclass()
- Overrides:
getZclassin classorg.zkoss.zk.ui.HtmlBasedComponent
-
beforeChildAdded
public void beforeChildAdded(org.zkoss.zk.ui.Component newChild, org.zkoss.zk.ui.Component refChild)- Specified by:
beforeChildAddedin interfaceorg.zkoss.zk.ui.sys.ComponentCtrl- Overrides:
beforeChildAddedin classorg.zkoss.zk.ui.AbstractComponent
-
insertBefore
public boolean insertBefore(org.zkoss.zk.ui.Component newChild, org.zkoss.zk.ui.Component refChild)- Specified by:
insertBeforein interfaceorg.zkoss.zk.ui.Component- Overrides:
insertBeforein classorg.zkoss.zk.ui.AbstractComponent
-
onChildRemoved
public void onChildRemoved(org.zkoss.zk.ui.Component child)
- Specified by:
onChildRemovedin interfaceorg.zkoss.zk.ui.sys.ComponentCtrl- Overrides:
onChildRemovedin classorg.zkoss.zk.ui.AbstractComponent
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceorg.zkoss.zk.ui.Component- Overrides:
clonein classXulElement
-
renderProperties
protected void renderProperties(org.zkoss.zk.ui.sys.ContentRenderer renderer) throws java.io.IOException- Overrides:
renderPropertiesin classXulElement- Throws:
java.io.IOException
-
service
public void service(org.zkoss.zk.au.AuRequest request, boolean everError)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
-
-