Deprecated Methods |
leon.view.LyFieldItem.addBeanData(String, String)
Use LyComponent.addData. |
leon.info.LyFieldInfo.buildLyValue(Object)
Replaced by buildFieldValue |
leon.peer.xml.LyXmlExportRequestEncoder.convertSourceVersion(InputSource)
OLD_IMPORT : reported in LyImportContentXmlController |
leon.app.LySession.createStickerWindow(LyController, LyCreateStickerController, LySticker)
|
leon.info.LyFieldInfo.getBean(String)
Use getFieldBean |
leon.view.LyFieldItem.getBeanData(String)
Use LyComponent.getData. |
leon.view.LyFieldItem.getBeanDatas()
Use LyComponent.getDatas. |
leon.app.behavior.LyTableBehavior.getCellLabel(LySimpleTableController, LyObject, LyFieldInfo)
Use LyTableBehaviorInterface.updateCell(LySimpleTableController, LyCell,
LyObject, LyFieldInfo) instead. |
leon.app.behaviorinterface.LyTableBehaviorInterface.getCellLabel(LySimpleTableController, LyObject, LyFieldInfo)
Use LyTableBehaviorInterface.updateCell(LySimpleTableController, LyCell,
LyObject, LyFieldInfo) instead. |
leon.info.LyRule.getFieldInfo()
Use getObjectInfo instead. |
leon.view.web.struts.LyStrutsDictionary.getFormName(LyWebPageWriter)
replaced by LyStrutsDictionary.getFormName() because the parameter pw is not
used. |
leon.control.LyImportTableController.getImportedObjects()
replaced by getTemporaryImportedObjects() |
leon.app.LyApplication.getInfos(Class)
Use getInfoList |
leon.data.LyObjectId.getLyObject()
Replaced by getLogicalObject. |
leon.info.LyTextFieldInfo.getNChars()
see getMaxChars |
leon.info.LyInfoList.getObjectInfosByName()
Use getInfosByName(LyEnvironment). |
leon.info.LyInfoList.getObjectInfosByName(LyEnvironment)
Use getInfosByName(LyEnvironment). |
leon.data.LyOperation.getOperation()
Use getType(). |
leon.data.LyObject.getParent()
use getParents |
leon.control.LyImportTableController.getRealObject(LyObject)
getRealObject is not used any more with new import. Method returns importObject. |
leon.info.LyTextFieldInfo.getRegex()
see getRegExp |
leon.app.behavior.LyTreeBehavior.getSons(LyObject, String, LyTreeController)
Since V3.3, use LyTreeBehavior.getSons(LyObject, LyTreeNode, String, LyTreeController) . |
leon.app.behaviorinterface.LyTreeBehaviorInterface.getSons(LyObject, String, LyTreeController)
Since V3.3, use LyTreeBehaviorInterface.getSons(LyObject, String, LyTreeController) . |
leon.control.LyImportTableController.getTemporaryImportedObjects()
Used by OLD_IMPORT only, |
leon.app.behavior.LyTreeBehavior.getTreeSons(Object, LyInfoList, LyTreeController)
use LyTreeBehavior.getSons(LyObject, String, LyTreeController) |
leon.app.behaviorinterface.LyTreeBehaviorInterface.getTreeSons(Object, LyInfoList, LyTreeController)
use LyTreeBehaviorInterface.getSons(LyObject, String, LyTreeController) |
leon.info.LyNumberFieldInfo.getUnit()
see getFieldUnit() |
leon.info.LyUnit.getValue()
Use getName() |
leon.info.binding.LyUnionBinding.getValueCount()
Use getUnionCount |
leon.app.behavior.LyDashboardBehavior.isFreedOnClose(LyDashboardController, LyViewController)
Use LyDashboardBehaviorInterface.isFreedOnClose(LyDashboardController, LyAction,
LyViewController) instead. |
leon.app.behaviorinterface.LyDashboardBehaviorInterface.isFreedOnClose(LyDashboardController, LyViewController)
Use LyDashboardBehaviorInterface.isFreedOnClose(LyDashboardController,
LyAction, LyViewController) instead. |
leon.view.LyFormField.isValid()
Use getState method |
leon.view.web.jquery.LyJQLayout.layoutFactory(LyJQMap)
replaced by LyJQLayout.layoutFactory() because the parameter map is
not used. |
leon.view.web.struts.LyStrutsLayout.layoutFactory(LyStrutsMap)
replaced by LyStrutsLayout.layoutFactory() because the parameter map is
not used. |
leon.misc.LyEnvironment.loadEnv(String, ClassLoader)
use loadEnv(String path, ClassLoader classLoader, true) instead of this one |
leon.data.LyObject.refreshErrorLevel()
This method must'nt be used directly and will be not public in future releases. |
leon.app.behavior.LyApplicationBehavior.sessionAdded(LyApplication, LyDataSession)
Use LyApplicationBehavior.sessionAdded(LyApplication, LySession) |
leon.app.behavior.LyApplicationBehavior.sessionRemoved(LyApplication, LyDataSession)
Use sessionRemoved(LyApplication, LySession) |
leon.control.LyCompoundAreaController.setAction(LyAction)
Use setAction(LyAction, boolean) |
leon.control.LyCompoundAreaController.setAction(LyAction, short)
Use setAction(LyAction, short, boolean) |
leon.view.LyFieldItem.setBeanDatas(Hashtable)
Use LyComponent.setDatas. |
leon.view.web.struts.LyStrutsFreeChart.setDimension(int, int)
use setSize() |
leon.control.builder.LyAreaBuilder.setTitleBarParameters(String, String, String, String, String)
Use behavior |
leon.view.LyFormField.setValid(boolean)
Use setState method |
leon.info.binding.LyUnionBinding.setValues(String, String)
Use addUnion |
leon.view.win.swing.component.LyJGanttPanel.superImageUpdate(Image, int, int, int, int, int)
|
leon.app.behavior.LyLoginBehavior.validate(LyLoginController, String, String, LyParameterValues)
since V1.2. Replaced by
validate(loginController, login, password, values, new StringBuffer())
. |
leon.app.behaviorinterface.LyLoginBehaviorInterface.validate(LyLoginController, String, String, LyParameterValues)
since V1.2. Replaced by validate(LyLoginController, String, String,
LyParameterValue, StringBuffer) . |
leon.view.web.struts.LyStrutsHeaders.writeHtml(LyWebPageWriter, boolean, boolean, boolean)
|
Deprecated Constructors |
leon.peer.LyDataProvider(LyApplication, String)
should use LyDataProvider(LyApplication application, LyLocation location) instead
of this constructor. |
leon.notifier.LyEventNotifier(LyApplication, LyNotifier)
replaced by LyEventNotifier(LyApplication application, LyNotifier notifier,
Properties properties) |
leon.peer.extend.LyExtendDataProvider(LyApplication, String)
should use LyUnionDataProvider(LyApplication application, LyLocation location)
instead of this constructor. |
leon.info.binding.LyFieldBinding(String, String, String, boolean, String, String)
replaced by LyFieldBinding(String binding, String def, String cbind, boolean isId,
String javaType, String javaEncoder, String peerType) |
leon.peer.file.LyFileDataProvider(LyApplication, String, String, String, String)
use LyFileDataProvider(LyApplication, LyLocation) instead. |
leon.peer.file.LyFileInfoDataProvider(LyApplication, String, String)
use LyFileInfoDataProvider(Lyapplication, LyLocation) instead. |
leon.info.location.LyFileLocation(String, String, String, String, String)
replaced by LyFileLocation(String, String, Type, String, String) |
leon.peer.file.LyImportFileDataProvider(LyApplication, String, String)
use LyImportFileDataProvider(LyApplication, LyLocation) instead. |
leon.peer.info.LyInfoProvider(LyApplication, String)
should use LyInfoDataProvider(LyApplication application, LyLocation location)
instead of this constructor. |
leon.view.win.swing.component.LyJTableComponent(Image, Image, MouseListener, ListSelectionListener, boolean)
|
leon.peer.LyPeerDataProvider(LyApplication, String)
should use LyDataProvider(LyApplication application, LyLocation location) instead
of this constructor. |
leon.view.web.struts.gantt.LyStrutsGanttCanvas(LyStrutsGantt)
replaced by LyStrutsGanttCanvas.LyStrutsGanttCanvas() because the parent
parameter is not used. |
leon.peer.util.LyTableDataProvider(LyApplication, String)
should use LyTableDataProvider(LyApplication application, LyLocation location)
instead of this constructor. |
leon.peer.union.LyUnionDataProvider(LyApplication, String)
should use LyUnionDataProvider(LyApplication application, LyLocation location)
instead of this constructor. |