Uses of Class
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
Packages that use DictionaryBeanBase
Package
Description
-
Uses of DictionaryBeanBase in org.kuali.rice.krad.datadictionary
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.datadictionaryModifier and TypeClassDescriptionclassA single attribute definition in the DataDictionary, which contains information relating to the display, validation, and general maintenance of a specific attribute of an entry.classCommon class for attribute definitions in the DataDictionary, which contains information relating to the display, validation, and general maintenance of a specific attribute of an entry.classDefines a set of restrictions that are possible on an attributeclassA single BusinessObject entry in the DataDictionary, which contains information relating to the display, validation, and general maintenance of a BusinessObject and its attributes.classCollectionDefinition defines a single Collection attribute definition in the DataDictionaryclassA complex attribute definition in the DataDictictionary.classCommon base class for DataDictionaryDefinition types.classContains common properties and methods for data dictionary entriesclassGeneric dictionary entry for an object that does not have to implement BusinessObject.classclassA single Document entry in the DataDictionary, which contains information relating to the display, validation, and general maintenance of a Document (transactional or maintenance) and its attributesclassclassA single attribute definition in the DataDictionary, which contains information relating to the display, validation, and general maintenance of a specific attribute of an entry.classThe help element provides the keys to obtain a help description from the database.classclassData dictionary entry class forMaintenanceDocumentclassThe primitiveAttribute element identifies one pair of corresponding fields in the primary business object and the related business object.classThe reference element specifies the name of a reference object that is required to exist in order for the primary business object to be created or modified on a BO.classA single Relationship definition in the DataDictionary, which contains information concerning which primitive attributes of this class can be used to retrieve an instance of some related Object instance The relationship element defines how primitive attributes of this class can be used to retrieve an instance of some related Object instance DD: See RelationshipDefinition.java.classclassclassclassclassThe defaultSort element specifies the sequence in which the lookup search results should be displayedclassSupport attributes define additional attributes that can be used to generate lookup field conversions and lookup parameters.classData dictionary entry class forTransactionalDocument.classclassA container that holds all of theWorkflowAttributeDefinitionfor a document for both document searches and routing that depends on the values that exist on the document.Methods in org.kuali.rice.krad.datadictionary that return DictionaryBeanBase -
Uses of DictionaryBeanBase in org.kuali.rice.krad.datadictionary.uif
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.datadictionary.uifModifier and TypeClassDescriptionclassCommon base class for dictionary objects that can contain dynamic expressions within the property value -
Uses of DictionaryBeanBase in org.kuali.rice.krad.datadictionary.validation.constraint
Modifier and TypeClassDescriptionclassParent abstract class that allows additional characters to be allowed in child constraint character sets, see AlphaNumericPatternConstraint, among others for example.classA ValidCharactersConstraint based on AlphaNumericValidationPattern.classPattern for matching alpha charactersclassPattern for matching any printable characterclassA class that implements the required accessor for label keys.classCaseConstraint is imposed only when a certain condition is metclassPattern for matching any character in the given list (String)classConfigurationBasedRegexPatternConstraint uses a patternTypeKey to get the regex used for validation by key from the KualiConfigurationServiceclassValidation pattern for matching currency type.classDatePatternConstraint constrains a field to only allow dates which are part of the formats defined in the system.classValidation pattern for matching fixed point numbers, optionally matching negative numbersclassValidation pattern for matching floating point numbers, optionally matching negative numbersclassTODO Administrator don't forget to fill this in.classMust occur constraints are constraints that indicate some range of acceptable valid results.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 numbersclassPrerequisite constraints require that some other attribute be non-empty in order for the constraint to be valid.classA simple constraint stores 'basic' constraints for a field.classPattern for matching any printable characterclassThis is a constraint that limits attribute values to some subset of valid characters or to match a particular regular expression.classThis abstract class extends from ValidCharactersConstraint.class -
Uses of DictionaryBeanBase in org.kuali.rice.krad.lookup
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.lookupModifier and TypeClassDescriptionclassCustomInputFieldfor criteria fields within a lookup view that adds criteria specific options.classView type for lookups. -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.component
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.componentModifier and TypeClassDescriptionclassProvides binding configuration for an DataBinding component (attribute or collection)classBase implementation of Component which other component implementations should extend.classComponent security is used to flag permissions that exist in KIM for various component state (like edit and view)classConfiguration for replacing a property value based on a condition -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.container
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.containerModifier 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.classCollection Group security is used to flag that permissions exist for the associatedCollectionGroupin KIM and should be checked to determine the associated group, line, and field state.classBaseContainerimplementation which container implementations can extendclassSpecial 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 linksclassConfigures nodes for aTreeGroupclassA 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.classSpecialGroupthat renders a tab navigation sectionclassGroup component that is backed by aTreedata structure and typically rendered as a tree in the user interface -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.control
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.controlModifier and TypeClassDescriptionclassRepresents a HTML Checkbox control.classRepresents a group of HTML checkbox controls.classBase class for allControlimplementations.classRepresents a HTML File control, generally rendered as an input control with type 'file'.classRepresents a group control, which is a special control to handle the input of a KIM Group by group nameclassRepresents a HTML Hidden control, generally rendered as an input control of type 'hidden'.classBase class for controls that accept/display multiple valuesclassOptionListControl is used for listing out options from an option finder or options list.classRepresents a HTML password text control, rendered as a input field of type 'password'.classRepresents a group of HTML Radio controls.classRepresents a HTML Select control.classText control that as decorated with a spinner widget (allowing the control value to be modified using the spinner)classRepresents a HTML TextArea control.classRepresents a HTML Text control, generally rendered as a input field of type 'text'.classRepresents a user control, which is a special control to handle the input of a Person. -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.element
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.elementModifier and TypeClassDescriptionclassField that presents an action that can be taken on the UI such as submitting the form or invoking a script.classAction field security adds the take action flags to the standard component securityclassComponent that renders a standard application header including a logo, navigation, and toolbar.classBreadcrumbItem represents a single item in the breadcrumb list that is generated by the breadcrumbs widget.classGeneral component that allows custom HTML to be inserted into the view.classBase component class for content elements.classContent element that renders a table using theRichTablewidget configured with an Ajax (or Javascript) data sourceclassOutputs an empty div for placeholder purposes, including any basic component options set on it through bean properties or by the framework (id, css, data attributes, etc.)classValidationMessages for logic and options specific to fields.classValidationMessages for logic and options specific to groups.classContent element that renders a header element and optionally aGroupto present along with the header textclassRenders a link tag in the head of the html document.classElement that presents an Icon.classContent element that encloses an iframeclassContent element that renders a HTML<IMG>tagclassContent element that renders a labelclassContent element that renders a linkclassEncapsulates a text message to be displayedclassRenders a meta tag in the head of the html document.classA content element that will display the collection configured with a file upload button.classComponent that renders a navigation bar, including a branding and navigation group.classThe NextPager widget is used to display previous and next links.classThe NumberedPager widget is used to display a list of links horizontally in a page selection user interface.classPager widgets are used to page a set of information which has multiple pages.classValidationMessages for logic and options specific to pages.classElement which shows a visual progress bar based on percentageValue passed in or segmentPercentages passed inclassContent element that renders a non-breaking space HTML tagclassElement which shows a visual progress bar alongside a set of steps, to be used by wizard or multi-step processes, which reflects the current progress based on value of currentStep.classRenders a toggle menu (aka sub menu, dropdown menu) of items.classField that displays error, warning, and info messages for the keys that are matched.classThe ViewHeader component represents the header for the view. -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.field
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.fieldModifier and TypeClassDescriptionclassField that encloses an @{link org.kuali.rice.krad.uif.element.Action} elementclassHolds configuration for executing a dynamic query on anInputFieldto pull data for updating the UIclassField that renders data from the application, such as the value of a data object propertyclassData field security adds attribute security to the standard component securityclassBase class forFieldimplementationsclassField that contains a nestedGroup.classField security adds the edit in line and view in line flags to the standard component securityclassField whose output is produced by invoking a method or template and has no properties (generic)classField that encloses a link to a group element.classField that wraps an image content element.classField that encapsulates data input/output captured by an attribute within the applicationclassField that encloses a link element.classField wrapper for a Message.classField wrapper for the ProgressBar elementclassA placeholder in the configuration for aContainerlist of items that will be invoked to retrieve a list ofRemotableAttributeFieldinstances which will then be inserted into the containers list at the position of the holderclassField that encloses a link to a role element.classField that produces only a spaceclassField that encloses a link to a person element. -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.layout
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.layoutModifier and TypeClassDescriptionclassLayout manager that organizes components in a single row (horizontal) or column (vertical)classA Css Grid Layout which only takes fields as its content and separates out the field's labels into separate columnsclassCss Grid Layout manager is a layout manager which creates div "rows" and "cells" to replicate a table look by using div elements for its items.classCss Grid Layout managers are a layout managers which creates div "rows" and "cells" to replicate a table look by using div elements for its items.classCssGridSizes are used by CssGridLayoutManagers to determine how much "column/cell" width an item will take up in a css grid layout.classLayout manager that organizes its components in a table based gridclassBase class for all layout managersclassList layout manager is a layout manager for group types to output their items as either ordered or unordered lists.classLayout manager that just renders the items one after another (no wrapping occurs).classLayout manager that works withCollectionGroupcontainers and renders the collection lines in a vertical rowclassImplementation of table layout manager. -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.layout.collections
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.layout.collectionsModifier and TypeClassDescriptionclassBase class for collection layout managers. -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.mock
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.mock -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.modifier
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.modifierModifier and TypeClassDescriptionclassProvides configuration for comparing an object with another objectclassGeneratesFieldinstances 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.classBase class forComponentModifierimplementationsclassPullsLabelinstances out of a contained field so they will be placed separately in theLayoutManager -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.util
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.utilModifier and TypeClassDescriptionclassColumnCalculationInfo is used to specify which columns and what types of calculations are performed on those columns of table collection.classParentLocation is used to provide automatic generation/determination of Views/Pages that occur before the current View.classThis object represents a url in the Krad framework. -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.view
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.viewModifier and TypeClassDescriptionclassView type for KRAD documents.classProvides configuration forViewinstances that render an HTML form.classA simple object that keeps track of various HistoryInformation TODO a variety of these settings are not used in the current implementation of breadcrumbs and history, they may be removed later if they prove unuseful in future changesclassIframeView is a View component that shows another website's content in an iframe.classType ofViewthat provides a read-only display of a record of data (object instance)classView type for Maintenance documentsclassView that presents a message to the user (for example an application error message)classView type for Transactional documents.classRoot of the component tree which encompasses a set of related GroupContainer instances tied together with a common page layout and navigation.classHolds configuration related to session handling of a view (and its related form)classHolds a configuration of CSS and JS assets that provides the base for one or more views. -
Uses of DictionaryBeanBase in org.kuali.rice.krad.uif.widget
Subclasses of DictionaryBeanBase in org.kuali.rice.krad.uif.widgetModifier and TypeClassDescriptionclassAccordion widget class used to create an accordion based layout.classBlockUI element is used within the view element for managing element/page blocking attributesclassThe breadcrumb widget contains various settings for setting up Breadcrumb/History support on the viewclassUsed for rendering a calendar in the UI that can be used to selected dates for field valuesclassDecorates a group with collapse/expand functionalityclassGrowls sets up settings for growls global to the current view and its pagesclassWidget that renders help on a componentclassWidget for rendering an Inquiry link or DirectInquiry action fieldclassUsed for rendering a lightbox in the UI to display action links in dialog popups.classLocationSuggest widget for providing suggestions that represent locations.classWidget for navigating to a lookup from a field (called a quickfinder).classDecorates a HTML Table client side with various toolsclassDecorates a group with scroll functionality.classWidget that decorates a control transforming into a spinnerclassWidget that provides dynamic select options to the user as they are entering the value (also known as auto-complete).classWidget that renders text syntax highlightedclassWidget used for configuring tab options, use componentOptions for most options.classWidget that renders a Tooltip on a component.classWidget component for rendering a TreeclassBase class for Widgets