![JAR search and dependency download from the Maven repository](/logo.png)
org.incode.module.note.dom.NoteModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of incode-module-note-dom Show documentation
Show all versions of incode-module-note-dom Show documentation
A module allowing notes (optionally asociated with dates/calendar).
package org.incode.module.note.dom;
public final class NoteModule {
//region > constants
public static class JdoColumnLength {
private JdoColumnLength(){}
public static final int NOTES = 4000;
public static final int CALENDAR_NAME = 254;
public static final int BOOKMARK = 2000;
}
public static class MultiLine {
private MultiLine(){}
public static final int NOTES = 20;
}
//endregion
//region > constructor
private NoteModule(){}
//endregion
//region > ui event classes
public abstract static class TitleUiEvent
extends org.apache.isis.applib.services.eventbus.TitleUiEvent { }
public abstract static class IconUiEvent
extends org.apache.isis.applib.services.eventbus.IconUiEvent { }
public abstract static class CssClassUiEvent
extends org.apache.isis.applib.services.eventbus.CssClassUiEvent { }
//endregion
//region > event classes
public abstract static class ActionDomainEvent
extends org.apache.isis.applib.services.eventbus.ActionDomainEvent { }
public abstract static class CollectionDomainEvent
extends org.apache.isis.applib.services.eventbus.CollectionDomainEvent { }
public abstract static class PropertyDomainEvent
extends org.apache.isis.applib.services.eventbus.PropertyDomainEvent { }
//endregion
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy