New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hu.computertechnika:paginationfx-parent

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hu.computertechnika:paginationfx-parent

Paginable Tableview component for JavaFX

  • 1.0.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

PaginationFX

Introduction

This component use an extensible DataProvider API for pagination. It is support some built in DataProvider for Collections and SQL, but you can create own if necessary. For more information please check the examples!

Requirements

  • Java 8+
  • JavaFX 8+

Maven

Add a dependency for use:

<dependency>
   <groupId>hu.computertechnika</groupId>
   <artifactId>paginationfx</artifactId>
   <version>1.0.0</version>
</dependency>

If you want to use the QueryDSL JDBC DataProvider add the following:

<dependency>
   <groupId>hu.computertechnika</groupId>
   <artifactId>paginationfx-qdsl-jdbc</artifactId>
   <version>1.0.0</version>
</dependency>

If you want to use the QueryDSL JPA DataProvider add the following:

<dependency>
   <groupId>hu.computertechnika</groupId>
   <artifactId>paginationfx-qdsl-jpa</artifactId>
   <version>1.0.0</version>
</dependency>

FAQs

Package last updated on 04 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc