|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentElement | |
---|---|
org.kuali.rice.krad.uif.control | |
org.kuali.rice.krad.uif.element |
Uses of ContentElement in org.kuali.rice.krad.uif.control |
---|
Subinterfaces of ContentElement in org.kuali.rice.krad.uif.control | |
---|---|
interface |
Control
Represents an interactive element in the UI (typically an HTML control) |
Classes in org.kuali.rice.krad.uif.control that implement ContentElement | |
---|---|
class |
CheckboxControl
Represents a HTML Checkbox control. |
class |
CheckboxGroupControl
Represents a group of HTML checkbox controls. |
class |
ControlBase
Base class for all Control implementations |
class |
FileControl
Represents a HTML File control, generally rendered as an input control with type 'file'. |
class |
GroupControl
Represents a group control, which is a special control to handle the input of a KIM Group by group name |
class |
HiddenControl
Represents a HTML Hidden control, generally rendered as an input control of type 'hidden'. |
class |
MultiValueControlBase
Base class for controls that accept/display multiple values |
class |
RadioGroupControl
Represents a group of HTML Radio controls. |
class |
SelectControl
Represents a HTML Select control. |
class |
SpinnerControl
Text control that as decorated with a spinner widget (allowing the control value to be modified using the spinner) |
class |
TextAreaControl
Represents a HTML TextArea control. |
class |
TextControl
Represents a HTML Text control, generally rendered as a input field of type 'text'. |
class |
UserControl
Represents a user control, which is a special control to handle the input of a Person |
Uses of ContentElement in org.kuali.rice.krad.uif.element |
---|
Classes in org.kuali.rice.krad.uif.element that implement ContentElement | |
---|---|
class |
Action
Field that presents an action that can be taken on the UI such as submitting the form or invoking a script |
class |
AjaxAction
Action field that performs an Ajax request and will result in updating of the page or a component |
class |
ContentElementBase
|
class |
DataTable
Content element that renders a table using the RichTable widget configured with an Ajax (or Javascript)
data source |
class |
FieldValidationMessages
ValidationMessages for logic and options specific to groups |
class |
GroupValidationMessages
ValidationMessages for logic and options specific to groups |
class |
Header
Content element that renders a header element and optionally a Group to
present along with the header text |
class |
Iframe
Content element that encloses an iframe |
class |
Image
Content element that renders a HTML <IMG> tag |
class |
Label
Content element that renders a label |
class |
Link
Content element that renders a link |
class |
Message
Encapsulates a text message to be displayed |
class |
PageValidationMessages
ValidationMessages for logic and options specific to pages TODO this class is currently a placeholder for possible future functionality (ex. |
class |
Space
Content element that renders a non-breaking space HTML tag |
class |
ValidationMessages
Field that displays error, warning, and info messages for the keys that are matched. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |