Package org.kuali.rice.krad.uif.component


package org.kuali.rice.krad.uif.component
  • Class
    Description
    Provides binding configuration for an DataBinding component (attribute or collection)
    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
    Component defines basic properties and methods that all rendering element implement
    Base implementation of Component which other component implementations should extend.
    Component security is used to flag permissions that exist in KIM for various component state (like edit and view)
    Components that bind to a model (hold model data) should implement this interface.
    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.
    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
    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.
    Extends MethodInvoker to add properties for specifying a method for invocation within the UIF
    Extends Ordered interface to add setter for the order property
    Configuration for replacing a property value based on a condition
    Annotation for Component fields to indicate only the property reference should be made (as opposed to a new object) when doing a component copy
    Annotation for View fields to indicate the field can be set by a parameter of the initial request
    Declares methods for retrieving the event script code