Package | Description |
---|---|
org.kuali.rice.krad.uif.control | |
org.kuali.rice.krad.uif.util |
Modifier and Type | Class and Description |
---|---|
class |
GroupControl
Represents a group control, which is a special control to handle
the input of a KIM Group by group name
|
class |
SpinnerControl
Text control that as decorated with a spinner widget (allowing the control value to be modified using the
spinner)
|
class |
UserControl
Represents a user control, which is a special control to handle the input of a Person
|
Modifier and Type | Method and Description |
---|---|
static TextControl |
ComponentFactory.getDateControl()
Retrieves a new text control instance from Spring (initialized by the bean definition
with the given id) configured for a date (enabled data picker)
|
static TextControl |
ComponentFactory.getGroupControl()
Retrieves a new text control instance from Spring (initialized by the bean definition
with the given id) configured for KIM group input
|
static TextControl |
ComponentFactory.getTextControl()
Retrieves a new Text control instance from Spring (initialized by the bean definition
with the given id)
|
static TextControl |
ComponentFactory.getUserControl()
Retrieves a new text control instance from Spring (initialized by the bean definition
with the given id) configured for KIM user input
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.