Deprecated API


Contents
Deprecated Classes
net.sf.jzeno.util.AbstractConfiguration
          Take care of your own configuration management. No more mixing of application configuration and jzeno configuration ! 
net.sf.jzeno.echo.components.AbstractScreen
          use Screen as baseclass 
net.sf.jzeno.echo.components.CompoundComponent
          use CustomComponent instead 
net.sf.jzeno.beaninfo.CompoundComponentBeanInfo
          superceded by CustomComponent. 
net.sf.jzeno.echo.EventSinkSupport
            
net.sf.jzeno.echo.viewer.LongStringViewer
            
net.sf.jzeno.echo.components.RebindableCompoundComponent
          use CustomComponent instead. 
echopoint.stylesheet.StyleSheetGroup
          StyleSheetGroup has been deprecated and will be removed in the next version of EchoPoint. Use the new attributed identifier on the Component from now on, eg component.setIdentifier("stylegroup=xxx;"); 
 

Deprecated Fields
net.sf.jzeno.echo.databinding.DynaTable.COMPARATOR_STYLE_PROPERTYCOMPONENT
            
net.sf.jzeno.echo.components.RebindableCompoundComponent.optimizeRendering
            
nextapp.echo.BackgroundImageProperties.PERCENT_UNITS
          Use Extent.PERCENT. 
nextapp.echo.BackgroundImageProperties.PIXEL_UNITS
          Use Extent.PX. 
nextapp.echo.AbstractPane.PROPORTIONAL
            
nextapp.echo.Window.SIZE_UNKNOWN
          Use EchoConstants.UNDEFINED_SIZE. 
nextapp.echo.Grid.UNKNOWN_SIZE
          Use EchoConstants.UNDEFINED_SIZE. 
 

Deprecated Methods
nextapp.echoservlet.html.Element.addElement(Element)
          The add() method with the equivalent signature should now be used. 
nextapp.echoservlet.html.Element.addElement(int, Element)
          The add() method with the equivalent signature should now be used. 
nextapp.echoservlet.html.Element.addElementContent(ElementContent)
          The add() method with the equivalent signature should now be used. 
nextapp.echoservlet.html.Element.addElementContent(int, ElementContent)
          The add() method with the equivalent signature should now be used. 
echopoint.stylesheet.CssStyleSheet.addGroup(StyleSheetGroup)
          StyleSheetGroup has been deprecated and will be removed in the next version of EchoPoint. Use the new attributed identifier on the Component from now on, eg component.setIdentifier("stylegroup=xxx;"); 
echopoint.stylesheet.StyleSheet.addGroup(StyleSheetGroup)
          StyleSheetGroup has been deprecated and will be removed in the next version of EchoPoint. Use the new attributed identifier on the Component from now on, eg component.setIdentifier("stylegroup=xxx;"); 
nextapp.echoservlet.PleaseWaitTemplate.createFromResource(String)
          The createFromResource(String, String) method should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
nextapp.echoservlet.StaticBinary.createFromResource(String)
          The createFromResource(String, String) method should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
nextapp.echoservlet.StaticText.createFromResource(String)
          The createFromResource(String, String) method should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
nextapp.echoservlet.Template.createFromResource(String)
          The createFromResource(String, String) method should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
echopoint.servlet.CompressingHttpServletResponse.encodeRedirectUrl(String)
            
echopoint.ui.util.noop.NoopHttpServletResponse.encodeRedirectUrl(String)
            
net.sf.jzeno.tests.MockResponse.encodeRedirectUrl(String)
            
nextapp.echoservlet.tests.MockResponse.encodeRedirectUrl(String)
            
echopoint.servlet.CompressingHttpServletResponse.encodeUrl(String)
            
echopoint.ui.util.noop.NoopHttpServletResponse.encodeUrl(String)
            
net.sf.jzeno.tests.MockResponse.encodeUrl(String)
            
nextapp.echoservlet.tests.MockResponse.encodeUrl(String)
            
nextapp.echo.TextField.fireKeyActionEvent()
            
nextapp.echo.TextField.fireReturnActionEvent()
            
nextapp.echoservlet.ComponentStyle.forComponent(ComponentPeer, boolean)
          Use the forComponent(ComponentPeer, int) factory method. Invoking it with an options value of EXPLICIT_SET_BACKGROUND will have the same effect as using this constructor with findBackground true. 
net.sf.jzeno.util.StringUtils.format(Date)
            
net.sf.jzeno.util.StringUtils.format(Date, String)
            
net.sf.jzeno.echo.databinding.DynaTable.getAllowSelection()
          use setSelectionMode 
net.sf.jzeno.aop.AbstractBusinessFactory.getBusinessFacade(String)
            
net.sf.jzeno.echo.databinding.DynaButton.getButtonWidth()
            
nextapp.echo.Table.getComponent(Coordinate)
          See getRenderedComponent(Coordinate). 
net.sf.jzeno.settings.ConfigurationProperties.getGlobalExceptionHandlerClassName()
            
net.sf.jzeno.echo.databinding.AbstractDynaPickList.getInvalidMessageKey()
            
net.sf.jzeno.echo.databinding.DynaDateField.getInvalidMessageKey()
          use getInvalidMessage() instead 
net.sf.jzeno.echo.databinding.DynaListBox.getInvalidMessageKey()
            
net.sf.jzeno.echo.databinding.DynaQuickSelectField.getInvalidMessageKey()
            
net.sf.jzeno.echo.databinding.DynaTextField.getInvalidMessageKey()
            
net.sf.jzeno.echo.editor.AbstractNumberEditor.getInvalidMessageKey()
          use getInvalidMessage() instead 
net.sf.jzeno.echo.editor.StringEditor.getInvalidMessageKey()
            
nextapp.echo.TextField.getKeyActionCommand()
          Returns the action command for this textField. 
net.sf.jzeno.settings.ConfigurationProperties.getOptimisticLockExceptionHandlerClassName()
            
net.sf.jzeno.echo.databinding.DynaTable.getPagerVisible()
          use isPagerVisible 
nextapp.echo.ContainerPane.getPreferredHeight()
          Use getPreferredHeightExtent(). 
nextapp.echo.ContainerPane.getPreferredWidth()
          Use getPreferredWidthExtent(). 
net.sf.jzeno.tests.MockRequest.getRealPath(String)
            
nextapp.echoservlet.tests.MockRequest.getRealPath(String)
            
nextapp.echo.TextField.getReturnActionCommand()
            
net.sf.jzeno.aop.AbstractBusinessFactory.getSafeBusinessFacade(String)
            
net.sf.jzeno.echo.databinding.DynaListBox.getSelectedValue()
            
net.sf.jzeno.tests.MockSession.getSessionContext()
            
nextapp.echoservlet.tests.MockSession.getSessionContext()
            
net.sf.jzeno.echo.databinding.DynaTable.getSorterVisible()
          use isSorterVisible 
net.sf.jzeno.tests.MockSession.getValue(String)
            
nextapp.echoservlet.tests.MockSession.getValue(String)
            
net.sf.jzeno.tests.MockSession.getValueNames()
            
nextapp.echoservlet.tests.MockSession.getValueNames()
            
net.sf.jzeno.echo.databinding.DynaLargeListBox.isFilterIconVisible()
          Just setSearchable(true/false) 
net.sf.jzeno.tests.MockRequest.isRequestedSessionIdFromUrl()
            
nextapp.echoservlet.tests.MockRequest.isRequestedSessionIdFromUrl()
            
net.sf.jzeno.echo.databinding.DynaLargePickList.isSearchable()
          use isLeftListSearchable 
net.sf.jzeno.echo.databinding.DynaCheckBox.isSelected()
          read the boolean property you've bound this checkbox to. 
net.sf.jzeno.tests.MockSession.putValue(String, Object)
            
nextapp.echoservlet.tests.MockSession.putValue(String, Object)
            
net.sf.jzeno.echo.components.CompoundComponent.rebind()
          This is not part of the public interface for projects. Rebind is only used internally 
net.sf.jzeno.aop.AbstractBusinessFactory.releaseBusinessFacade(Object)
            
net.sf.jzeno.tests.MockSession.removeValue(String)
            
nextapp.echoservlet.tests.MockSession.removeValue(String)
            
net.sf.jzeno.echo.EventSourceSupport.rewireEvents(ActionListener)
            
net.sf.jzeno.echo.EventSourceSupport.rewireEvents(EventSink)
            
net.sf.jzeno.echo.databinding.DynaTable.setAllowSelection(int)
          use setSelectionMode 
net.sf.jzeno.echo.databinding.AbstractButton.setButtonWidth(int)
          use setWidth 
net.sf.jzeno.echo.databinding.DynaButton.setButtonWidth(int)
            
net.sf.jzeno.echo.databinding.DynaPasswordField.setColumns(int)
          use setWidth & setWidthUnits. 
net.sf.jzeno.echo.databinding.DynaQuickSelectField.setColumns(int)
            
net.sf.jzeno.echo.databinding.DynaTextArea.setColumns(int)
          use setWidth & setWidthUnits 
net.sf.jzeno.echo.databinding.DynaTextField.setColumns(int)
          use setWidth & setWidthUnits. 
net.sf.jzeno.echo.editor.AbstractNumberEditor.setColumns(int)
            
net.sf.jzeno.echo.editor.ServerFileNameEditor.setColumns(int)
            
net.sf.jzeno.echo.editor.StringEditor.setColumns(int)
            
net.sf.jzeno.echo.databinding.DynaLargeListBox.setFilterIconVisible(boolean)
          Just use setSearchable(true/false) 
net.sf.jzeno.settings.ConfigurationProperties.setGlobalExceptionHandlerClassName(String)
            
net.sf.jzeno.echo.databinding.AbstractDynaPickList.setInvalidMessageKey(String)
            
net.sf.jzeno.echo.databinding.DynaDateField.setInvalidMessageKey(String)
          use setInvalidMessage() instead 
net.sf.jzeno.echo.databinding.DynaListBox.setInvalidMessageKey(String)
            
net.sf.jzeno.echo.databinding.DynaQuickSelectField.setInvalidMessageKey(String)
            
net.sf.jzeno.echo.databinding.DynaTextField.setInvalidMessageKey(String)
            
net.sf.jzeno.echo.editor.AbstractNumberEditor.setInvalidMessageKey(String)
          use setInvalidMessage() instead 
net.sf.jzeno.echo.editor.StringEditor.setInvalidMessageKey(String)
            
net.sf.jzeno.echo.databinding.DynaTextField.setKeyActionCommand(String)
          Please use KeyActionCommand component 
nextapp.echo.TextField.setKeyActionCommand(String)
            
net.sf.jzeno.settings.ConfigurationProperties.setOptimisticLockExceptionHandlerClassName(String)
            
nextapp.echo.ContainerPane.setPreferredHeight(int)
          Use setPreferredHeightExtent(). 
nextapp.echo.ContainerPane.setPreferredWidth(int)
          Use setPreferredWidthExtent(). 
net.sf.jzeno.echo.databinding.DynaTextField.setReturnActionCommand(String)
          Please use KeyActionCommand component 
nextapp.echo.TextField.setReturnActionCommand(String)
            
net.sf.jzeno.echo.databinding.DynaTextArea.setRows(int)
          use setHeight & setHeightUnits 
net.sf.jzeno.echo.databinding.DynaLargePickList.setSearchable(boolean)
          use setLeftListSearchable 
net.sf.jzeno.echo.databinding.DynaCheckBox.setSelected(boolean)
          write to the boolean property you've bound this checkbox to. 
echopoint.servlet.CompressingHttpServletResponse.setStatus(int, String)
            
echopoint.ui.util.noop.NoopHttpServletResponse.setStatus(int, String)
            
net.sf.jzeno.tests.MockResponse.setStatus(int, String)
            
nextapp.echoservlet.tests.MockResponse.setStatus(int, String)
            
net.sf.jzeno.echo.databinding.DynaTable.setTableWidthUnits(int)
            
 

Deprecated Constructors
nextapp.echoservlet.PleaseWaitTemplate(ContentType, String)
          The Template(String, ContentType, String) constructor should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
nextapp.echoservlet.StaticBinary(ContentType, byte[])
          The StaticBinary(String, ContentType, String) constructor should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
nextapp.echoservlet.StaticText(ContentType, String)
          The StaticText(String, ContentType, String) constructor should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
nextapp.echoservlet.Template(ContentType, String)
          The Template(String, ContentType, String) constructor should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM.