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

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.vaadin.firitin.components.DisclosurePanel
    Use the nowadays available Details component from Vaadin core instead.
    org.vaadin.firitin.util.BrowserPrompt.showPrompt(UI, String, String)
    use promptString instead
    org.vaadin.firitin.util.BrowserPrompt.showPrompt(String)
    use promptString instead
    org.vaadin.firitin.util.BrowserPrompt.showPrompt(String, String)
    use promptString instead
  • Deprecated Classes
    Class
    Description
    org.vaadin.firitin.components.DisclosurePanel
    Use the nowadays available Details component from Vaadin core instead.
    org.vaadin.firitin.form.BeanValidationForm
    handle with care, very little tested and should be considered experimental at this point. API will most likely change, but feedback is more than welcome.
    org.vaadin.firitin.util.ResizeObserver
    Consider this an early draft that may change unexpectedly. Feedback for the helper highly appreciated, hoping to get similar tooling to core soon to replace resize listener in Page.
  • Deprecated Methods
    Method
    Description
    org.vaadin.firitin.components.DynamicFileDownloader.getFileName(VaadinSession, VaadinRequest)
    provide FileNameGenerator instead
    org.vaadin.firitin.components.grid.VGrid.scrollToItem(T)
    Note, with lazy loaded content, calling this method may cause performance issues
    org.vaadin.firitin.components.orderedlayout.VVerticalLayout.addExpanded(Component...)
    org.vaadin.firitin.components.RichText.getText()
    might return null if text not set with setRichTextAndSaveReference method.
    org.vaadin.firitin.components.RichText.getWhitelist()
    use getSafelist instead
    org.vaadin.firitin.components.RichText.setSafelist(Safelist)
    Whitelist is not serializable. Override getWhitelist instead if you need to support serialiazation
    org.vaadin.firitin.components.Tree.setItems(TreeData<T>, Tree.ChildrenProvider<T>)
    Helper to move from TreeGrid usage, in case the TreeData (from Vaadin core) happens to be used to describe the hierarchy.
    org.vaadin.firitin.components.TreeTable.setItems(BackEndDataProvider<T, Void>)
    org.vaadin.firitin.components.TreeTable.setItems(DataProvider<T, Void>)
    org.vaadin.firitin.components.TreeTable.setItems(InMemoryDataProvider<T>)
    org.vaadin.firitin.components.TreeTable.setItems(ListDataProvider<T>)
    org.vaadin.firitin.components.TreeTable.setItems(Collection<T>)
    org.vaadin.firitin.components.TreeTable.setItems(T...)
    org.vaadin.firitin.form.BeanValidationForm.isValid()
    org.vaadin.firitin.form.FormBinder.setRawConstraintViolations(Map<String, String>)
    try to use the standard Java Bean Validation API based method instead
    org.vaadin.firitin.util.BrowserPrompt.showPrompt(UI, String, String)
    use promptString instead
    org.vaadin.firitin.util.BrowserPrompt.showPrompt(String)
    use promptString instead
    org.vaadin.firitin.util.BrowserPrompt.showPrompt(String, String)
    use promptString instead
  • Deprecated Constructors
    Constructor
    Description
    org.vaadin.firitin.components.button.VButton(Component)
    consider using some of the better typed version
    org.vaadin.firitin.components.button.VButton(Component, String)
    use the better typed versions instead
    org.vaadin.firitin.components.button.VButton(Component, String, ComponentEventListener<ClickEvent<Button>>)
    Use the versions with proper icon typing instead
    org.vaadin.firitin.components.button.VButton(Component, VButton.BasicClickListener)
    consider using some of the better typed version
    org.vaadin.firitin.components.button.VButton(String, Component)
    use the better typed versions instead
    org.vaadin.firitin.components.button.VButton(String, Component, ComponentEventListener<ClickEvent<Button>>)
    Use the versions with proper icon typing instead
    org.vaadin.firitin.components.button.VButton(String, Component, VButton.BasicClickListener)
    Use the versions with better typed icon instead
    org.vaadin.firitin.form.FormBinder(Class<T>, Object)
    not sure yet if this is a good idea, added for backwards compatibility

Copyright © 2024 Viritin. All rights reserved.