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.

Лицензия

Лицензия

Категории

Категории

Wicket Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.danhaywood.isis.wicket
Идентификатор

Идентификатор

danhaywood-isis-wicket-fullcalendar
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/danhaywood/isis-wicket-fullcalendar
Система контроля версий

Система контроля версий

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

Скачать danhaywood-isis-wicket-fullcalendar

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.isis.viewer : isis-viewer-wicket-ui jar 1.2.0
net.ftlines.wicket-fullcalendar : wicket-fullcalendar-core jar 2.1

Модули Проекта

Данный проект не имеет модулей.

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>

Версии библиотеки

Версия
1.2.0