Interface | Description |
---|---|
Component |
Component defines basic properties and methods that all rendering element implement
|
DataBinding |
Components that bind to a model (hold model data) should implement this interface.
|
ListAware |
Components that change their template (or other logic) based on whether they are rendered in a list (as
a list item) should implement this interface.
|
Ordered |
Extends
Ordered interface to add setter for the order property |
ScriptEventSupport |
Declares methods for retrieving the event script code
|
Class | Description |
---|---|
BindingInfo |
Provides binding configuration for an DataBinding component (attribute or
collection)
|
ComponentBase |
Base implementation of Component which other component implementations should extend.
|
ComponentSecurity |
Component security is used to flag permissions that exist in KIM for various component state (like edit and view)
|
MethodInvokerConfig |
Extends
MethodInvoker to add properties for specifying
a method for invocation within the UIF |
PropertyReplacer |
Configuration for replacing a property value based on a condition
|
Annotation Type | Description |
---|---|
ClientSideState |
Annotation that can be used on
Component properties to indicate the property
value should be exposed in the client and populated back from the client |
DelayedCopy |
Annotation for
Copyable fields to indicate that a delayed copy proxy should be used
instead of the original component when performing a deep copying on the field. |
KeepExpression |
Annotation that can be used on a
UifDictionaryBean field to specify any expressions configured for
that field should not be picked up and processed as normal, but left as the property value to be handled
by the component itself or some other process |
ReferenceCopy |
Annotation for
Component fields to indicate only the property
reference should be made (as opposed to a new object) when doing a component
copy |
RequestParameter |
Annotation for
View fields to indicate the field can be set by a
parameter of the initial request |
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.