Isis Wicket Viewer FullCalendar Component

A component for Apache Isis' Wicket viewer, rendering any collection of entities that have date property/ies in a full-size calendar.

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

com.danhaywood.isis.wicket
ArtifactId

ArtifactId

danhaywood-isis-wicket-fullcalendar
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Isis Wicket Viewer FullCalendar Component
A component for Apache Isis' Wicket viewer, rendering any collection of entities that have date property/ies in a full-size calendar.
Project URL

Project URL

https://github.com/danhaywood/isis-wicket-fullcalendar
Source Code Management

Source Code Management

https://github.com/danhaywood/isis-wicket-fullcalendar.git

Download danhaywood-isis-wicket-fullcalendar

How to add to project

<!-- https://jarcasting.com/artifacts/com.danhaywood.isis.wicket/danhaywood-isis-wicket-fullcalendar/ -->
<dependency>
    <groupId>com.danhaywood.isis.wicket</groupId>
    <artifactId>danhaywood-isis-wicket-fullcalendar</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.danhaywood.isis.wicket/danhaywood-isis-wicket-fullcalendar/
implementation 'com.danhaywood.isis.wicket:danhaywood-isis-wicket-fullcalendar:1.2.0'
// https://jarcasting.com/artifacts/com.danhaywood.isis.wicket/danhaywood-isis-wicket-fullcalendar/
implementation ("com.danhaywood.isis.wicket:danhaywood-isis-wicket-fullcalendar:1.2.0")
'com.danhaywood.isis.wicket:danhaywood-isis-wicket-fullcalendar:jar:1.2.0'
<dependency org="com.danhaywood.isis.wicket" name="danhaywood-isis-wicket-fullcalendar" rev="1.2.0">
  <artifact name="danhaywood-isis-wicket-fullcalendar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.danhaywood.isis.wicket', module='danhaywood-isis-wicket-fullcalendar', version='1.2.0')
)
libraryDependencies += "com.danhaywood.isis.wicket" % "danhaywood-isis-wicket-fullcalendar" % "1.2.0"
[com.danhaywood.isis.wicket/danhaywood-isis-wicket-fullcalendar "1.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.isis.viewer : isis-viewer-wicket-ui jar 1.2.0
net.ftlines.wicket-fullcalendar : wicket-fullcalendar-core jar 2.1

Project Modules

There are no modules declared in this project.

isis-wicket-fullcalendar

DEFUNCT!!!!

This extension has been superceded by isis-wicket-fullcalendar2.


Build Status

Extension for Apache Isis' Wicket Viewer, to render a collection of entities within a calendar.

Usage

Add this component to your classpath, eg:

<dependency>
    <groupId>com.danhaywood.isis.wicket</groupId>
    <artifactId>danhaywood-isis-wicket-fullcalendar</artifactId>
    <version>x.y.z</version>
</dependency>

where x.y.z is the latest available version (search the Maven Central Repo).

You should then find that any collections of entities that have date properties (either returned from an action, or as a parented collection) will be rendered in a calendar.

Legal Stuff

License

Copyright 2013 Dan Haywood

Licensed under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.

Dependencies

<dependencies>
    <dependency>
        <!-- ASL v2.0 -->
        <groupId>org.apache.isis.viewer</groupId>
        <artifactId>isis-viewer-wicket-ui</artifactId>
        <version>${isis-viewer-wicket.version}</version>
    </dependency>

    <dependency>
        <!-- ASL v2.0 -->
        <!-- in turn, depends on: 
             * http://arshaw.com/fullcalendar/ (MIT License)
             * http://jquery.com (MIT License)  
         -->
        <groupId>net.ftlines.wicket-fullcalendar</groupId>
        <artifactId>wicket-fullcalendar-core</artifactId>
        <version>${wicket-fullcalendar.version}</version>
    </dependency>
</dependencies>

Versions

Version
1.2.0