Rice/KRAD Overview
Data Objects/Data Dictionary
UIF Overview
Uif Overview More
Content Elements &Fields
100
A Rice module for rapid development of web applications
What is KRAD
100
Standard JavaBeans that typically hold data that is persisted
What is Data Objects
100
KRAD framework for building web based user interfaces
What is the UIF
100
A type of component that renders HTML control elements
What is a Control
100
A type of component that holds a content element and has a label
What is a Field
200
A Rice module for identity management and permissions
What is KIM
200
A special kind of Data Object that implements a KRAD provided interface indicating the object can be persisted
What is a Business Object
200
Java Class, Bean Definition, JSP Template
What is the three parts of a component
200
A property all components have that allows us to add CSS style classes
What is styleClasses
200
The positions a field label can be placed in relative to the content element
What is Left, Top, and Right
300
Framework for building web based interfaces
What is the UIF
300
A type of bean (class type) that holds metadata about an attribute
What is an Attribute Definition
300
Type of component that renders HTML elements
What is a content element
300
An object that holds base CSS and Script file configurations
What is a theme
300
Used for a data or input field to find the backing model property
What is propertyName
400
A recipe (through XML) for creating object instances
What is a bean
400
A type of bean (class type) that holds metadata about a data object and the set of attributes it contains
What is a Data Object Entry
400
A property all components have that uniquely identifies the component on the server and the client
What is the Id
400
A component type that sets of top of the tree and contains all other components
What is a View
400
The difference between a data field and input field
What is read only state
500
XML namespace for configuring bean property values shorthand (as attributes of the bean tag)
What is the p-namespace
500
A constraint that allows alpha and numeric characters only
What is a AlphaNumberPatternConstrain
500
A type of component that holds other components
What is a container
500
A property use to customize the merging of list items
What is the order
500
The bean name for creating input fields with a label positioned on top
What is Uif-InputField-LabelTop