|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Interfaces | |
|---|---|
| org.zkoss.zk.ui.event.Express
As of release 6.0.0, replaced with Component.addEventListener(int, String, EventListener)
(and specifying the priority to 1000 or greater).
Decorates an event listener (EventListener) shall be invoked
before other event listeners, including the onXxx member declared in the
ZUML pages. |
|
| org.zkoss.zul.ListModelExt
As of release 6.0.0, replaced with Sortable.
An extra interface that can be implemented with ListModel
to control the sorting of the data model. |
|
| Deprecated Methods | |
|---|---|
| org.zkoss.util.ThreadLocalCache.copyTo(Map As of release 6.0.0, use Map.putAll(java.util.Map extends K, ? extends V>) instead. |
|
| org.zkoss.web.portlet.RenderHttpServletResponse.encodeRedirectUrl(String)
|
|
| org.zkoss.web.servlet.http.HttpBufferedResponse.encodeRedirectUrl(String)
|
|
| org.zkoss.web.portlet.RenderHttpServletResponse.encodeUrl(String)
|
|
| org.zkoss.web.servlet.http.HttpBufferedResponse.encodeUrl(String)
|
|
| org.zkoss.zul.Image.getAlign()
as of release 6.0.0, use CSS instead. |
|
| org.zkoss.zul.Iframe.getAlign()
as of release 6.0.0, use CSS instead. |
|
| org.zkoss.zul.Grid.getAlign()
As of release 5.0, use CSS instead. |
|
| org.zkoss.zul.Div.getAlign()
as of release 6.0.0, use CSS instead. |
|
| org.zkoss.zul.Image.getBorder()
As of release 5.0.5, use CSS instead. |
|
| org.zkoss.zk.ui.util.Configuration.getClickFilterDelay()
As of release 5.0.0, please use Button.setAutodisable(java.lang.String) instead. |
|
| org.zkoss.zul.Window.getDefaultActionOnShow()
As release of 5.0.0, replaced with HtmlBasedComponent.setAction(java.lang.String). |
|
| org.zkoss.zul.Box.getHeights()
As of release 5.0.0, use Cell instead. |
|
| org.zkoss.zul.Image.getHspace()
as of release 6.0.0, use CSS instead. |
|
| org.zkoss.zk.ui.Page.getListenerIterator(String)
As of release 6.0, replaced with Page.getEventListeners(java.lang.String).
Returns an iterator for iterating the event listeners for the given event. |
|
| org.zkoss.zk.ui.Component.getListenerIterator(String)
As of release 6.0, replaced with Component.getEventListeners(java.lang.String).
Returns an iterator for iterating the event listeners for the given event. |
|
| org.zkoss.zk.ui.AbstractComponent.getListenerIterator(String)
As of release 6.0, replaced with AbstractComponent.getEventListeners(java.lang.String). |
|
| org.zkoss.zk.ui.impl.PageImpl.getListenerIterator(String)
As of release 6.0, replaced with PageImpl.getEventListeners(java.lang.String). |
|
| org.zkoss.zul.Fileupload.getMaxsize()
As of release 5.0.0, replaced with Button.setUpload(String) |
|
| org.zkoss.zul.Fileupload.getNumber()
As of release 5.0.0, replaced with Button.setUpload(String) |
|
| org.zkoss.zul.TreeModel.getPath(Object, Object)
As of release 5.0.6, it was replaced by TreeModel.getIndexOfChild(E, E).
You don't have to implement this method if you extends from
AbstractTreeModel.
If you implement TreeModel from scratch, you could implement
this method by just returning null, since none of ZK's code depends on it. |
|
| org.zkoss.zul.AbstractTreeModel.getPath(Object, Object)
As of release 5.0.6, it was replaced by AbstractTreeModel.getIndexOfChild(E, E).
This method was implemented to provide backward compatibility. |
|
| org.zkoss.zul.Listbox.getPreloadSize()
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Returns the number of items to preload when receiving the rendering request from the client. Default: 7.
It is used only if live data ( Note: if the "pre-load-size" attribute of component is specified, it's prior to the original value.(@since 3.0.4) |
|
| org.zkoss.zul.Grid.getPreloadSize()
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Returns the number of rows to preload when receiving the rendering request from the client. Default: 7. It is used only if live data ( Note: if the "pre-load-size" attribute of component is specified, it's prior to the original value.(@since 3.0.4) |
|
| org.zkoss.web.portlet.RenderHttpServletRequest.getRealPath(String)
|
|
| org.zkoss.web.portlet.PortletServletContext.getServlet(String)
|
|
| org.zkoss.web.portlet.PortletServletContext.getServletNames()
|
|
| org.zkoss.web.portlet.PortletServletContext.getServlets()
|
|
| org.zkoss.web.portlet.PortletHttpSession.getSessionContext()
|
|
| org.zkoss.zul.Row.getSpans()
As of release 5.0.0, use Cell instead. |
|
| org.zkoss.zul.Treeitem.getSrc()
As of release 3.5.0, it is redundant since it the same as Treeitem.getImage(). |
|
| org.zkoss.zul.Listitem.getSrc()
As of release 3.5.0, it is redundant since it is the same Listitem.getImage(). |
|
| org.zkoss.zul.impl.LabelImageElement.getSrc()
As of release 3.5.0, it is redudant since it is the same as LabelImageElement.getImage() |
|
| org.zkoss.zul.Calendar.getTimeZone()
As of release 5.0.5, it is meaningless to set time zone for a calendar. |
|
| org.zkoss.zul.Tree.getTreeitemRenderer()
As of release 5.0.6, replaced with Tree.getItemRenderer().
/** Returns the renderer to render each item, or null if the default
renderer is used. |
|
| org.zkoss.zul.Script.getType()
As of release 5.0.0, it is meaningless since text/javascript is always assumed. |
|
| org.zkoss.web.portlet.PortletHttpSession.getValue(String)
|
|
| org.zkoss.web.portlet.PortletHttpSession.getValueNames()
|
|
| org.zkoss.zul.Image.getVspace()
as of release 6.0.0, use CSS instead. |
|
| org.zkoss.zul.Box.getWidths()
As of release 5.0.0, use Cell instead. |
|
| org.zkoss.zul.Treeitem.indexOf()
As of release 5.0.9, replaced with Treeitem.getIndex(). |
|
| org.zkoss.zul.Flash.isAutoPlay()
As of release 3.6.1, use Flash.isAutoplay() instead. |
|
| org.zkoss.zul.Captcha.isBorder()
As of release 5.0.4, use Captcha.isFrame() instead. |
|
| org.zkoss.zul.Datebox.isCompact()
As of release 5.0.0, it is no longer supported. |
|
| org.zkoss.zul.Style.isDynamic()
As of release 5.0.0, it is decided automatically. |
|
| org.zkoss.zul.Tree.isFixedLayout()
since 5.0.0, use ! MeshElement.isSizedByContent() instead |
|
| org.zkoss.zul.Listbox.isFixedLayout()
since 5.0.0, use ! MeshElement.isSizedByContent() instead |
|
| org.zkoss.zul.Grid.isFixedLayout()
since 5.0.0, use ! MeshElement.isSizedByContent() instead |
|
| org.zkoss.zul.Panel.isFramable()
As of release 5.0.6, replaced with Panel.getBorder().
Returns whether to render the panel with custom rounded borders.
Default: false. |
|
| org.zkoss.zul.Label.isHyphen()
As of release 5.0.0, use CSS instead. |
|
| org.zkoss.zul.Groupbox.isLegend()
As of release 6.0, legend no longer used in groupbox. |
|
| org.zkoss.zul.Fileupload.isNative()
As of release 5.0.0, replaced with Button.setUpload(String) |
|
| org.zkoss.web.portlet.RenderHttpServletRequest.isRequestedSessionIdFromUrl()
|
|
| org.zkoss.web.portlet.PortletServletContext.log(Exception, String)
|
|
| org.zkoss.zul.SimpleListModel.objectToString(Object)
As of release 5.0.4, replaced with SimpleListModel.inSubModel(java.lang.Object, java.lang.Object). |
|
| org.zkoss.zul.Column.onSort()
As of release 5.0.8, use or override Column.onSort(SortEvent)
instead. |
|
| org.zkoss.util.Maps.parse(Map, String, char, char, boolean, boolean, boolean)
As of release 6.0.0, replaced with Maps.parse(Map, String, char, char, boolean, boolean) and
Maps.parseMultiple(java.util.Map super java.lang.String, java.util.Collection |
|
| org.zkoss.web.portlet.PortletHttpSession.putValue(String, Object)
|
|
| org.zkoss.web.portlet.PortletHttpSession.removeValue(String)
|
|
| org.zkoss.zul.Image.setAlign(String)
as of release 6.0.0, use CSS instead. |
|
| org.zkoss.zul.Iframe.setAlign(String)
as of release 6.0.0, use CSS instead. |
|
| org.zkoss.zul.Grid.setAlign(String)
As of release 5.0, use CSS instead. |
|
| org.zkoss.zul.Div.setAlign(String)
as of release 6.0.0, use CSS instead. |
|
| org.zkoss.zul.Flash.setAutoPlay(boolean)
As of release 3.6.1, use Flash.setAutoplay(boolean) instead. |
|
| org.zkoss.zul.Captcha.setBorder(boolean)
As of release 5.0.4, use Captcha.setFrame(boolean) instead. |
|
| org.zkoss.zul.Image.setBorder(String)
As of release 5.0.5, use CSS instead. |
|
| org.zkoss.zk.ui.util.Configuration.setClickFilterDelay(int)
As of release 5.0.0, please use Button.setAutodisable(java.lang.String) instead. |
|
| org.zkoss.zul.Datebox.setCompact(boolean)
As of release 5.0.0, it is no longer supported. |
|
| org.zkoss.zul.Window.setDefaultActionOnShow(String)
As release of 5.0.0, replaced with HtmlBasedComponent.setAction(java.lang.String). |
|
| org.zkoss.zul.Style.setDynamic(boolean)
As of release 5.0.0, it is decided automatically. |
|
| org.zkoss.zul.Tree.setFixedLayout(boolean)
since 5.0.0, use MeshElement.setSizedByContent(boolean)(!fixedLayout) instead |
|
| org.zkoss.zul.Listbox.setFixedLayout(boolean)
since 5.0.0, use MeshElement.setSizedByContent(boolean)(!fixedLayout)
instead |
|
| org.zkoss.zul.Grid.setFixedLayout(boolean)
since 5.0.0, use MeshElement.setSizedByContent(boolean)(!fixedLayout) instead |
|
| org.zkoss.zul.Panel.setFramable(boolean)
As of release 5.0.6, replaced with Panel.setBorder(java.lang.String).
Sets whether to render the panel with custom rounded borders.
Default: false. |
|
| org.zkoss.zul.Box.setHeights(String)
As of release 5.0.0, use Cell instead. |
|
| org.zkoss.zul.Treerow.setHflex(String)
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead. |
|
| org.zkoss.zul.Treeitem.setHflex(String)
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead. |
|
| org.zkoss.zul.Treefoot.setHflex(String)
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead. |
|
| org.zkoss.zul.Treecols.setHflex(String)
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead. |
|
| org.zkoss.zul.Treechildren.setHflex(String)
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead. |
|
| org.zkoss.zul.Treecell.setHflex(String)
as of release 6.0.0. To control the hflex of Treecell, please use HtmlBasedComponent.setHflex(String) instead. |
|
| org.zkoss.zul.Rows.setHflex(String)
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead. |
|
| org.zkoss.zul.Row.setHflex(String)
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead. |
|
| org.zkoss.zul.Listitem.setHflex(String)
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead. |
|
| org.zkoss.zul.Listhead.setHflex(String)
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead. |
|
| org.zkoss.zul.Listfoot.setHflex(String)
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead. |
|
| org.zkoss.zul.Listcell.setHflex(String)
as of release 6.0.0. To control the hflex of Listcell, please use HtmlBasedComponent.setHflex(String) instead. |
|
| org.zkoss.zul.Foot.setHflex(String)
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead. |
|
| org.zkoss.zul.Columns.setHflex(String)
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead. |
|
| org.zkoss.zul.Image.setHspace(String)
as of release 6.0.0, use CSS instead. |
|
| org.zkoss.zul.Label.setHyphen(boolean)
As of release 5.0.0, use CSS instead. Use the CSS style called "word-wrap: word-break" to have similar effect. Unfortunately, word-wrap is not applicable to FF and Opera(it works fine with IE and Safari). |
|
| org.zkoss.zul.impl.MessageboxDlg.Button.setIdentity(int)
As of release 6.0.0, buttons are created in Java |
|
| org.zkoss.zul.Groupbox.setLegend(boolean)
As of release 6.0, legend no longer used in groupbox. |
|
| org.zkoss.zul.Fileupload.setMaxsize(int)
As of release 5.0.0, replaced with Button.setUpload(String) |
|
| org.zkoss.zul.Fileupload.setNative(boolean)
As of release 5.0.0, replaced with Button.setUpload(String) |
|
| org.zkoss.zul.Fileupload.setNumber(int)
As of release 5.0.0, replaced with Button.setUpload(String) |
|
| org.zkoss.zul.Columns.setPopup(Menupopup)
As of release 5.0.0, replaced with XulElement.setPopup(Popup). |
|
| org.zkoss.zul.Listbox.setPreloadSize(int)
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Sets the number of items to preload when receiving the rendering request from the client.
It is used only if live data ( |
|
| org.zkoss.zul.Grid.setPreloadSize(int)
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Sets the number of rows to preload when receiving the rendering request from the client. It is used only if live data ( |
|
| org.zkoss.zul.Row.setSpans(String)
As of release 5.0.0, use Cell instead. |
|
| org.zkoss.zul.Treeitem.setSrc(String)
As of release 3.5.0, it is redundant since it the same as Treeitem.setImage(java.lang.String). |
|
| org.zkoss.zul.Listitem.setSrc(String)
As of release 3.5.0, it is redundant since it is the same Listitem.getSrc(). |
|
| org.zkoss.zul.impl.LabelImageElement.setSrc(String)
As of release 3.5.0, it is redudant since it is the same as LabelImageElement.setImage(java.lang.String) |
|
| org.zkoss.web.portlet.RenderHttpServletResponse.setStatus(int, String)
|
|
| org.zkoss.web.servlet.http.HttpBufferedResponse.setStatus(int, String)
|
|
| org.zkoss.zul.Tree.setTreeitemRenderer(TreeitemRenderer)
As of release 5.0.6, replaced with Tree.setItemRenderer(org.zkoss.zul.TreeitemRenderer).
Sets the renderer which is used to render each item
if Tree.getModel() is not null.
Note: changing a render will not cause the tree to re-render.
If you want it to re-render, you could assign the same model again
(i.e., setModel(getModel())), or fire an |
|
| org.zkoss.zul.Script.setType(String)
As of release 5.0.0, it is meaningless since text/javascript is always assumed. |
|
| org.zkoss.zul.Image.setVspace(String)
as of release 6.0.0, use CSS instead. |
|
| org.zkoss.zul.Treerow.setWidth(String)
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead. |
|
| org.zkoss.zul.Treeitem.setWidth(String)
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead. |
|
| org.zkoss.zul.Treefoot.setWidth(String)
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead. |
|
| org.zkoss.zul.Treecols.setWidth(String)
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead. |
|
| org.zkoss.zul.Treechildren.setWidth(String)
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead. |
|
| org.zkoss.zul.Treecell.setWidth(String)
as of release 6.0.0. To control the width of Treecell, please use HtmlBasedComponent.setWidth(String) instead. |
|
| org.zkoss.zul.Rows.setWidth(String)
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead. |
|
| org.zkoss.zul.Row.setWidth(String)
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead. |
|
| org.zkoss.zul.Listitem.setWidth(String)
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead. |
|
| org.zkoss.zul.Listhead.setWidth(String)
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead. |
|
| org.zkoss.zul.Listfoot.setWidth(String)
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead. |
|
| org.zkoss.zul.Foot.setWidth(String)
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead. |
|
| org.zkoss.zul.Columns.setWidth(String)
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead. |
|
| org.zkoss.zul.Box.setWidths(String)
As of release 5.0.0, use Cell instead. |
|
| org.zkoss.math.BigDecimals.toPlainString(BigDecimal)
As of release 6.0.0, use BigDecimal.toPlainString() directly (since we don't support JDK 1.4) anymore. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||