Modifier and Type | Interface and Description |
---|---|
interface |
PagedWidget<I>
Interface for a paged widget
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPagedListWidget<I>
Abstract widget to be used by Widgets which only return a single result
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingWidget
Widget to display log file content
|
Modifier and Type | Class and Description |
---|---|
class |
ClientPermissionsWidget
Widget for managing users.
|
Modifier and Type | Class and Description |
---|---|
class |
AboutBlogWidget
Widget for showing information about a blog
|
class |
BlogChooserSimpleWidget
Widget for selcting blogs
|
class |
BlogChooserWidget
Widget for selcting blogs
|
class |
BlogListWidget
Widget for filtering for topics.
|
class |
BlogMemberManagementWidget
Widget for showing all members of a blog
|
class |
BlogPostFilterPeriodWidget
Widget for filter summary
|
class |
BlogPostFilterUserListWidget
Widget for filter user list
|
class |
ChronologicalPostListWidget
Widget for displaying a list of blog posts.
|
class |
CreateNoteWidget |
class |
DeleteTopicWidget
Widget for deleting a topic.
|
class |
EditTopicStructureWidget
Widget for editing the topic structure.
|
class |
FilteredByWidget
Widget for filter summary
|
class |
InviteUserToBlogWidget
Widget for inviting new users to a blog.
|
class |
ListExternalObjectsWidget
Widget to list all external objects for a blog.
|
class |
SearchBoxWidget
Widget for filter search box
|
class |
SetAnonymousAccessWidget
Widget to set, if a blog can be accessed anonymously or not.
|
class |
TopBlogsWidget
Widget to show a list of the top n blogs, which are most used by the current user.
|
class |
TopicListWidget
Widget for displaying a list of blogs.
|
Modifier and Type | Class and Description |
---|---|
class |
BlogTagCloudWidget
Widget for displaying a TagCloud of blog tags.
|
class |
TagCloudWidget
Widget for displaying a TagCloud.
|
class |
UserTagCloudWidget
Widget for displaying a TagCloud of blog tags.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiViewTabWidget
Server side class for the MultiViewTabWidget that is a tab control which contains one content.
|
Modifier and Type | Method and Description |
---|---|
Widget |
ExtendableWidgetFactory.createWidget(String widgetGroupName,
String widgetName,
Map<String,String[]> requestParameters) |
Modifier and Type | Class and Description |
---|---|
class |
GlobalIdShowBannerImageWidget
This widget is used to upload images for entities with Global Ids.
|
class |
GlobalIdUploadImageWidget
This widget is used to upload images for entities with Global Ids.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalizeMessageWidget
This Widget can be used to localize a specific message.
|
Modifier and Type | Class and Description |
---|---|
class |
IpRangeListWidget
Widget for showing existing ip range filter.
|
class |
IpRangeWidget
This widget adds or updates an ip range filter.
|
Modifier and Type | Class and Description |
---|---|
class |
CertificateListWidget |
Modifier and Type | Class and Description |
---|---|
class |
UserManagementListWidget
The Class UserManagementListWidget implements a user list with management functions.
|
class |
UserManagementSearchBoxWidget
Widget for displaying a user search box with management filters
|
class |
UserManagementSystemUserProfileWidget |
class |
UserManagementUserDialogWidget
Widget for managing users.
|
class |
UserManagementUserOverviewWidget
Widget for managing users.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupSettingsWidget
Widget to configure common group settings.
|
class |
UserGroupAddMemberWidget
This widget adds a member to a group.
|
class |
UserGroupDialogWidget
Widget for editing and creating new groups.
|
class |
UserGroupListWidget
Widget to represent user groups.
|
class |
UserGroupMembersListWidget
Widget for displaying group members.
|
class |
UserGroupSearchBoxWidget
Dummy widget for a user group search box
|
Modifier and Type | Class and Description |
---|---|
class |
MessagesWidget
The Messages Widget takes care of showing error and success messages stored in the session.
|
Modifier and Type | Class and Description |
---|---|
class |
MainPageHorizontalNavigationWidget
Widget that shows a horizontal navigation that allows activating different views for a context.
|
class |
MainPageVerticalNavigationWidget
Widget that shows navigation items to activate different contexts.
|
Modifier and Type | Class and Description |
---|---|
class |
TagManagementWidget
Widget for managing tags.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentTypeWidget
Controller for the the Widget to list workspaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorFilterWidget
Widget for displaying a filterable List of users
|
class |
InviteUserViaEmailWidget
Widget to invite new user to the system via email.
|
class |
UserProfileWidget
Widget for displaying a user profile
|
class |
UserSearchBoxWidget
Widget for displaying a user search box
|
Modifier and Type | Class and Description |
---|---|
class |
AboutUserProfileWidget
Widget for displaying the manage user profile form
|
class |
UserProfileChangeEmailWidget
Widget for displaying the form to change the user e-mail
|
class |
UserProfileChangePasswordWidget
Widget for displaying the form to change the user password
|
class |
UserProfileDeleteWidget
Widget for displaying the form to delete the user
|
class |
UserProfileDetailsWidget
Widget for displaying the details of a user profile
|
class |
UserProfileImageUploadWidget
Widget for displaying the upload form for an user image
|
class |
UserProfileNotificationsWidget
Widget for displaying the form to setup the notification settings for an user
|
class |
UserProfileUserInterfaceWidget
Widget for displaying the form to change the user e-mail
|
Modifier and Type | Class and Description |
---|---|
class |
UserListWidget
Controller for the the Widget to list users.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultipleResultWidget<I>
Abstract widget to be used by Widgets which only return a multiple result
|
class |
AbstractWidget
abstract implementation of the widget interface
|
class |
EmptyWidget
An empty widget for widgets with no functionality, just displaying functionality
|
class |
FormWidget
Simple widget that differentiates between submits and refreshs.
|
Modifier and Type | Method and Description |
---|---|
Widget |
WidgetFactory.createWidget(String widgetGroupName,
String widgetName,
Map<String,String[]> requestParameters)
Create a new widget instance that should handle the current widget request.
|
Widget |
SimpleWidgetFactory.createWidget(String widgetGroupName,
String widgetName,
Map<String,String[]> requestParameters) |
protected Widget |
WidgetController.getWidgetInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get the widget for the given request and configure it
|
Modifier and Type | Method and Description |
---|---|
protected abstract V |
WidgetController.createMultiResultView(javax.servlet.http.HttpServletRequest request,
Widget widget,
List<?> result)
Creates and prepares the view to render the response of the widget request.
|
protected String |
SimpleWidgetController.createMultiResultView(javax.servlet.http.HttpServletRequest request,
Widget widget,
List<?> result)
Creates and prepares the view to render the response of the widget request.
|
protected abstract V |
WidgetController.createSingleResultView(javax.servlet.http.HttpServletRequest request,
Widget widget,
Object result)
Creates and prepares the view to render the response of the widget request.
|
protected String |
SimpleWidgetController.createSingleResultView(javax.servlet.http.HttpServletRequest request,
Widget widget,
Object result)
Creates and prepares the view to render the response of the widget request.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedMultiResultWidget<I> |
class |
AnnotatedSingleResultWidget
You could use WidgetAction with this widget class.
|
Modifier and Type | Method and Description |
---|---|
static <W extends Widget> |
AnnotatedWidgetProcesser.processActions(W widget)
Processes the selected method.
|
static <W extends Widget> |
AnnotatedWidgetProcesser.processGetViewIdentifier(W widget)
Returns the identifier specified through the
ViewIdentifier annotation and combines
it with the specified output type. |
Modifier and Type | Class and Description |
---|---|
class |
SpringFormWidget<T>
FormWidget that supports data binding and validation as done by spring's form controllers.
|
Modifier and Type | Method and Description |
---|---|
protected org.springframework.web.servlet.ModelAndView |
SpringMVCWidgetController.createMultiResultView(javax.servlet.http.HttpServletRequest request,
Widget widget,
List<?> result)
Creates and prepares the view to render the response of the widget request.
|
protected org.springframework.web.servlet.ModelAndView |
SpringMVCWidgetController.createSingleResultView(javax.servlet.http.HttpServletRequest request,
Widget widget,
Object result)
Creates and prepares the view to render the response of the widget request.
|
Modifier and Type | Method and Description |
---|---|
static Pair<String,String> |
WidgetFactoryUtils.getGroupAndWidgetNameFromClass(Class<? extends Widget> widgetClass)
Returns the same as
WidgetFactoryUtils.getGroupAndWidgetNameFromClass(Class, String) with startAfter
set to ".widgets.". |
static Pair<String,String> |
WidgetFactoryUtils.getGroupAndWidgetNameFromClass(Class<? extends Widget> widgetClass,
String startAfter)
Get the widget group and widget name from the full qualified class name of a widget class.
|
Copyright © 2019 Communote team. All rights reserved.