Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Fields
  • Methods
  • Annotation Interface Elements
  • Deprecated Interfaces
    Interface
    Description
    org.openxava.calculators.IEntityCalculator
    Since OpenXava 2.0. Use IModelCalculator instead
  • Deprecated Classes
    Class
    Description
    org.openxava.web.style.Style
    Since v7.1 should use directly the CSS classes in your HTML code.
    org.openxava.web.style.XavaStyle
    Since v7.1 as Style parent class.
  • Deprecated Fields
    Field
    Description
    org.openxava.actions.IChangeModeAction.SPLIT
  • Deprecated Methods
    Method
    Description
    org.openxava.actions.TabBaseAction.getSelected()
    use getSelectedKeys
    org.openxava.annotations.Tree.orderIncrement()
    since OpenXava 7.2
    org.openxava.controller.ModuleManager.isSplitMode()
    org.openxava.model.MapFacade.createAggregate(String, Object, int, Map)
    Use createAggregate(String modelName, Map containerKey, String collectionName, Map values) instead.
    org.openxava.model.MapFacade.createAggregate(String, Map, int, Map)
    Use createAggregate(String modelName, Map containerKey, String collectionName, Map values) instead
    org.openxava.model.MapFacade.createAggregateReturningKey(String, Map, int, Map)
    Use createAggregateReturningKey(String modelName, Map containerKey, String collectionName, Map values) instead.
    org.openxava.model.meta.MetaProperty.getValidValueLabel(ServletRequest, int)
    Use getValidValueLabel(int i) instead
    org.openxava.model.meta.MetaProperty.getValidValueLabel(ServletRequest, Object)
    Use getValidValue(Object value) instead
    org.openxava.model.meta.MetaProperty.isTypeOrStereotypeCompatibleWith(Class)
    org.openxava.model.meta.MetaProperty.validValuesLabels(ServletRequest)
    Use validValuesLabels() instead
    org.openxava.tab.Tab.clearSelected()
    Since v4.7, use deselectAll() instead
    org.openxava.tab.Tab.getSelected()
    use getSelectedKeys
    org.openxava.tab.Tab.setAllSelected(int[])
    use setAllSelectedKeys
    org.openxava.tests.ModuleTestBase.executeClicking(String, String)
    Since 7.2 the regular execute() uses clicking always, so you can use execute() instead
    org.openxava.tests.ModuleTestBase.getValue(String, String)
    The model is automatically deduced, so you can use just getValue(String name)
    org.openxava.tests.ModuleTestBase.setModel(String)
    Now the model is deduced automatically
    org.openxava.tests.ModuleTestBase.setModelToModuleSetting()
    Now this is done automatically
    org.openxava.tests.ModuleTestBase.setValue(String, String, String)
    Now model is deduced automatically, so you can use setValue(String model, String value)
    org.openxava.util.XavaPreferences.isDetailOnBottomInCollections()
    Since 4.0, because collections now use a dialog to edit/view the detail
    org.openxava.view.View.isCollectionCalculated()
    Since 5.3, use isCollectionFromModel() instead.
  • Deprecated Annotation Interface Elements
    Annotation Interface Element
    Description
    org.openxava.annotations.Tree.orderIncrement()
    since OpenXava 7.2