ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.layout.elements.action

Package project.layout.elements.action

Types

Name Summary
ActionElement Intermediary interface which marks subtypes as elements altering the state of the application by setting some annotation valueabstract class ActionElement : LayoutElement
BooleanButtonGroup class BooleanButtonGroup : ActionElement
ClosedNumberSlider class ClosedNumberSlider : ActionElement
DenormalizedActionElement abstract class DenormalizedActionElement : LayoutElement
DenormalizedBooleanButtonGroup class DenormalizedBooleanButtonGroup : DenormalizedActionElement
DenormalizedClosedNumberSlider class DenormalizedClosedNumberSlider : DenormalizedActionElement
DenormalizedNumberRangeSlider class DenormalizedNumberRangeSlider : DenormalizedActionElement
DenormalizedOpenNumberInput class DenormalizedOpenNumberInput : DenormalizedActionElement
DenormalizedOpenTagChipInput class DenormalizedOpenTagChipInput : DenormalizedActionElement
DenormalizedOpenTextInput class DenormalizedOpenTextInput : DenormalizedActionElement
DenormalizedTagSetButtonGroup class DenormalizedTagSetButtonGroup : DenormalizedActionElement
DenormalizedTagSetDropdown class DenormalizedTagSetDropdown : DenormalizedActionElement
NumberRangeSlider class NumberRangeSlider : ActionElement
OpenNumberInput HTML Number inputclass OpenNumberInput : ActionElement
OpenTagChipInput Chips element is a variable list of text inputs (tags) which can be extended, including an auto-complete feature with predefined answers.class OpenTagChipInput : ActionElement
OpenTextInput A multi line text input fieldclass OpenTextInput : ActionElement
TagSetButtonGroup A ButtonGroup is a collection of buttons which belong together. Based on the referenceAnnotation it can be single select or multi select.class TagSetButtonGroup : ActionElement
TagSetDropdown class TagSetDropdown : ActionElement