| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.view | |
| org.kuali.rice.krad.uif.widget |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ViewPresentationControllerBase.canEditWidget(View view,
ViewModel model,
Widget widget,
String widgetId) |
boolean |
ViewPresentationController.canEditWidget(View view,
ViewModel model,
Widget widget,
String widgetId) |
boolean |
ViewAuthorizerBase.canEditWidget(View view,
ViewModel model,
Widget widget,
String widgetId,
Person user) |
boolean |
ViewAuthorizer.canEditWidget(View view,
ViewModel model,
Widget widget,
String widgetId,
Person user) |
boolean |
ViewPresentationControllerBase.canViewWidget(View view,
ViewModel model,
Widget widget,
String widgetId) |
boolean |
ViewPresentationController.canViewWidget(View view,
ViewModel model,
Widget widget,
String widgetId) |
boolean |
ViewAuthorizerBase.canViewWidget(View view,
ViewModel model,
Widget widget,
String widgetId,
Person user) |
boolean |
ViewAuthorizer.canViewWidget(View view,
ViewModel model,
Widget widget,
String widgetId,
Person user) |
protected Map<String,String> |
ViewAuthorizerBase.getWidgetPermissionDetails(View view,
Object dataObject,
Widget widget)
Builds the permission details map for a widget which includes the namespace, view id, and
widget id
|
| Modifier and Type | Class and Description |
|---|---|
class |
Accordion
Accordion widget class used to create an accordion based layout.
|
class |
BlockUI
BlockUI element is used within the view element for managing element/page blocking attributes
|
class |
Breadcrumbs
The breadcrumb widget contains various settings for setting up
Breadcrumb/History support on the view
|
class |
DatePicker
Used for rendering a calendar in the UI that can be used to selected dates
for field values
|
class |
Disclosure
Decorates a group with collapse/expand functionality
|
class |
Growls
Growls sets up settings for growls global to the current view and its pages
|
class |
Help
Widget that renders help on a component
|
class |
Inquiry
Widget for rendering an Inquiry link or DirectInquiry action field
|
class |
LightBox
Used for rendering a lightbox in the UI to display action links in dialog popups.
|
class |
LocationSuggest
LocationSuggest widget for providing suggestions that represent locations.
|
class |
QuickFinder
Widget for navigating to a lookup from a field (called a quickfinder).
|
class |
RichTable
Decorates a HTML Table client side with various tools
|
class |
Scrollpane
Decorates a group with scroll functionality.
|
class |
Spinner
Widget that decorates a control transforming into a spinner
|
class |
Suggest
Widget that provides dynamic select options to the user as they are entering the value (also known
as auto-complete).
|
class |
SyntaxHighlighter
Widget that renders text syntax highlighted
|
class |
Tabs
Widget used for configuring tab options, use componentOptions for most options.
|
class |
Tooltip
Widget that renders a Tooltip on a component.
|
class |
Tree
Widget component for rendering a Tree
|
class |
WidgetBase
Base class for Widgets
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.