Package | Description |
---|---|
org.kuali.rice.krad.uif.control |
Modifier and Type | Interface and Description |
---|---|
interface |
SelectControl
Control interface for a select box.
|
Modifier and Type | Class and Description |
---|---|
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 |
PasswordControl
Represents a HTML password text control, rendered as a input field of type
'password'.
|
class |
SelectControlBase
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 |
TextControlBase
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.
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.