Uses of Annotation Interface
org.kuali.rice.krad.datadictionary.parse.BeanTags
Packages that use BeanTags
Package
Description
-
Uses of BeanTags in org.kuali.rice.krad.datadictionary.state
Classes in org.kuali.rice.krad.datadictionary.state with annotations of type BeanTags -
Uses of BeanTags in org.kuali.rice.krad.datadictionary.validation.constraint
Classes in org.kuali.rice.krad.datadictionary.validation.constraint with annotations of type BeanTagsModifier and TypeClassDescriptionclassA ValidCharactersConstraint based on AlphaNumericValidationPattern.classPattern for matching alpha charactersclassConfigurationBasedRegexPatternConstraint uses a patternTypeKey to get the regex used for validation by key from the KualiConfigurationServiceclassDatePatternConstraint constrains a field to only allow dates which are part of the formats defined in the system.classPattern for matching numeric characters, difference between NumericPatternConstraint and IntegerPatternConstraint is that a numeric pattern constraint is for matching numeric characters and can be mixed with other characters by setting allow flags on, while integer is for only positive/negative numbersclassA simple constraint stores 'basic' constraints for a field. -
Uses of BeanTags in org.kuali.rice.krad.uif.container
Classes in org.kuali.rice.krad.uif.container with annotations of type BeanTagsModifier and TypeClassDescriptionclassAccordion group class used to stack groups by there header titles in an accordion layout.classGroup that holds a collection of objects and configuration for presenting the collection in the UI.classSpecial type of group that presents the content in a modal dialog.classContainer that holds a list ofFieldor otherGroupinstancesclassLightTable is a light-weight collection table implementation that supports a subset of features, Current known supported features are: DataField InputField with TextControl, CheckboxControl, or single SelectControl MessageField LinkField ActionField ImageField most RichTable options FieldGroup containing only Actions, Image, Messages, or Links SpringEL for String properties on supported components only SpringEL specifically for the render property Other features are not guaranteed to work, but may work at your own risk.classSpecialGroupthat presents a grouping on links, which can also include nested groupings of linksclassA PageGroup represents a page of a View.classA navigation group which renders a menu with items, that is shown at the side of the page with collapse.classA group that presents its child Groups as tabs.classGroup component that is backed by aTreedata structure and typically rendered as a tree in the user interface -
Uses of BeanTags in org.kuali.rice.krad.uif.control
Classes in org.kuali.rice.krad.uif.control with annotations of type BeanTagsModifier and TypeClassDescriptionclassRepresents a group of HTML checkbox controls.classRepresents a group of HTML Radio controls.classRepresents a HTML Select control.classRepresents a HTML TextArea control.classRepresents a HTML Text control, generally rendered as a input field of type 'text'. -
Uses of BeanTags in org.kuali.rice.krad.uif.element
Classes in org.kuali.rice.krad.uif.element with annotations of type BeanTagsModifier and TypeClassDescriptionclassField that presents an action that can be taken on the UI such as submitting the form or invoking a script.classGeneral component that allows custom HTML to be inserted into the view.classContent element that renders a header element and optionally aGroupto present along with the header textclassElement that presents an Icon.classElement which shows a visual progress bar based on percentageValue passed in or segmentPercentages passed inclassRenders a toggle menu (aka sub menu, dropdown menu) of items. -
Uses of BeanTags in org.kuali.rice.krad.uif.field
Classes in org.kuali.rice.krad.uif.field with annotations of type BeanTagsModifier and TypeClassDescriptionclassField that encloses an @{link org.kuali.rice.krad.uif.element.Action} elementclassField that renders data from the application, such as the value of a data object propertyclassField that contains a nestedGroup.classField whose output is produced by invoking a method or template and has no properties (generic)classField that encapsulates data input/output captured by an attribute within the applicationclassField wrapper for the ProgressBar element -
Uses of BeanTags in org.kuali.rice.krad.uif.layout
Classes in org.kuali.rice.krad.uif.layout with annotations of type BeanTagsModifier and TypeClassDescriptionclassLayout manager that organizes components in a single row (horizontal) or column (vertical)classLayout manager that organizes its components in a table based gridclassList layout manager is a layout manager for group types to output their items as either ordered or unordered lists.classLayout manager that works withCollectionGroupcontainers and renders the collection lines in a vertical row -
Uses of BeanTags in org.kuali.rice.krad.uif.modifier
Classes in org.kuali.rice.krad.uif.modifier with annotations of type BeanTagsModifier and TypeClassDescriptionclassGeneratesFieldinstances to produce a comparison view among objects of the same typeclassFor a givenComponentinstance converts all component properties of a certain type to instances of another configuredComponent. -
Uses of BeanTags in org.kuali.rice.krad.uif.util
Classes in org.kuali.rice.krad.uif.util with annotations of type BeanTagsModifier and TypeClassDescriptionclassColumnCalculationInfo is used to specify which columns and what types of calculations are performed on those columns of table collection. -
Uses of BeanTags in org.kuali.rice.krad.uif.view
Classes in org.kuali.rice.krad.uif.view with annotations of type BeanTagsModifier and TypeClassDescriptionclassHolds a configuration of CSS and JS assets that provides the base for one or more views. -
Uses of BeanTags in org.kuali.rice.krad.uif.widget
Classes in org.kuali.rice.krad.uif.widget with annotations of type BeanTagsModifier and TypeClassDescriptionclassUsed for rendering a lightbox in the UI to display action links in dialog popups.classWidget for navigating to a lookup from a field (called a quickfinder).classDecorates a HTML Table client side with various toolsclassWidget that renders a Tooltip on a component.