You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

com.tri-systems.ui.ldc:lazy-datacontroller

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.tri-systems.ui.ldc:lazy-datacontroller

Data Controller framework with support for lazy loading, pagination, single- and multi-selection and observer pattern.


Version published
Maintainers
1

Readme

Source

lazy-datacontroller

Data Controller framework with support for lazy loading, pagination, single- and multi-selection and observer pattern.

Overview

Build flexible and powerful master–detail interfaces with these three classes SingleDataController, ListDataController and PagedListDataController

Adapter

Adapters

Adapters allow you to adapt a lazy controller to a view controller like JSF DataModel, PrimeFaces LazyDataModel.

Adapter

Sample page

This master–detail interface sample is taken from the included JSF Test module lazy-datacontroller-jsftest

Master–Detail Interface Sample

Building it

Lazy Datacontroller uses Apache Maven as Build Tool

git clone https://github.com/khennig/lazy-datacontroller.git
cd lazy-datacontroller
mvn install

Adding it to your project

Add the following dependency to your pom.xml:/project/dependencies

<dependency>
    <groupId>com.tri-systems.ui.ldc</groupId>
    <artifactId>lazy-datacontroller-impl</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
    <groupId>com.tri-systems.ui.ldc</groupId>
    <artifactId>lazy-datacontroller-pfadapter</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>

License

MIT License

FAQs

Package last updated on 02 Jun 2014

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc