| Class | Description |
|---|---|
| TreeNode |
A wrapper class of
UserNode for manipulation in WebUI part |
| UIAddApplicationSpace | |
| UIAddApplicationSpace.CloseActionListener |
triggers this action when user clicks on close button.
|
| UIAddApplicationSpace.InstallActionListener |
triggers this action when user clicks on install button.
|
| UIManageAllSpaces |
UI component to list all spaces that is associated with current logged-in user: public spaces to join,
invitation spaces to accept or deny to join, his spaces in which he is a member or manager to access or manage.
|
| UIManageAllSpaces.AcceptInvitationActionListener |
This action is triggered when user clicks on Accept Space Invitation.
|
| UIManageAllSpaces.CancelInvitationActionListener |
This action is triggered when user clicks on RevokePending action.
|
| UIManageAllSpaces.DeleteSpaceActionListener |
This action is triggered when user click on DeleteSpace a prompt popup is display for
confirmation, if yes delete that space; otherwise, do nothing.
|
| UIManageAllSpaces.IgnoreInvitationActionListener |
This action is triggered when user clicks on Ignore Space Invitation.
|
| UIManageAllSpaces.LeaveSpaceActionListener |
This action is triggered when user click on LeaveSpace
The leaving space will remove that user in the space. |
| UIManageAllSpaces.LoadMoreSpaceActionListener |
Listeners loading more space action.
|
| UIManageAllSpaces.RequestToJoinActionListener |
Listener for request to join space action.
|
| UIManageAllSpaces.SearchActionListener |
Listens event that broadcast from UISpaceSearch.
|
| UIManageInvitationSpaces | |
| UIManageInvitationSpaces.AcceptActionListener |
This action is triggered when user clicks on Accept Space Invitation.
|
| UIManageInvitationSpaces.IgnoreActionListener |
This action is triggered when user clicks on Ignore Space Invitation.
|
| UIManageInvitationSpaces.LoadMoreSpaceActionListener |
Listeners loading more space action.
|
| UIManageInvitationSpaces.SearchActionListener |
Listens event that broadcast from UISpaceSearch.
|
| UIManageMySpaces | |
| UIManageMySpaces.BackActionListener |
This action trigger when user click on back button from UINavigationManagement.
|
| UIManageMySpaces.DeleteSpaceActionListener |
This action is triggered when user click on DeleteSpace a prompt popup is display for
confirmation, if yes delete that space; otherwise, do nothing.
|
| UIManageMySpaces.LeaveSpaceActionListener |
This action is triggered when user click on LeaveSpace
The leaving space will remove that user in the space. |
| UIManageMySpaces.LoadMoreSpaceActionListener |
Listeners loading more space action.
|
| UIManageMySpaces.SearchActionListener |
Listens event that broadcast from UISpaceSearch.
|
| UIManagePendingSpaces | |
| UIManagePendingSpaces.LoadMoreSpaceActionListener |
Listeners loading more space action.
|
| UIManagePendingSpaces.RevokePendingActionListener |
This action is triggered when user clicks on RevokePending action.
|
| UIManagePendingSpaces.SearchActionListener |
Listens event that broadcast from UISpaceSearch.
|
| UIPageNodeForm | |
| UIPageNodeForm.BackActionListener | |
| UIPageNodeForm.ChangeLanguageActionListener | |
| UIPageNodeForm.ClearPageActionListener | |
| UIPageNodeForm.CreatePageActionListener | |
| UIPageNodeForm.SaveActionListener | |
| UIPageNodeForm.SelectTabActionListener | |
| UIPageNodeForm.SwitchLabelModeActionListener | |
| UIPageNodeForm.SwitchPublicationDateActionListener | |
| UIPageNodeForm.SwitchVisibleActionListener | |
| UISpaceAccess | |
| UISpaceAccess.AcceptActionListener |
Listens event when user accept an invited to join the space
|
| UISpaceAccess.JoinActionListener |
This action is triggered when user click on join button
|
| UISpaceAccess.RefuseActionListener |
This action trigger when user click on refuse button.
|
| UISpaceAccess.RequestToJoinActionListener |
Listens event when user request to join space
|
| UISpaceActivitiesDisplay |
UISpaceActivitiesDisplay.java
|
| UISpaceActivitiesDisplay.RefreshStreamActionListener | |
| UISpaceAddForm |
UIAddSpaceForm to create new space.
|
| UISpaceAddForm.ChangeOptionActionListener | |
| UISpaceAddForm.CreateActionListener |
listener for create space action
|
| UISpaceAddForm.ToggleUseGroupActionListener |
listener for toggle use existing group action When this action is triggered, a group selector
poup will show up for choosing.
|
| UISpaceApplication | |
| UISpaceApplication.AddApplicationActionListener |
Triggers this action when user clicks on add button
|
| UISpaceApplication.InstallApplicationActionListener |
Handles the event broadcasted from .
|
| UISpaceApplication.RemoveApplicationActionListener |
Triggers this action when user clicks on remove button
|
| UISpaceApplicationInstaller |
The ui component to manage and install applications to a space.
|
| UISpaceApplicationInstaller.InstallApplicationActionListener |
Event Handler for "InstallApplication" action.
|
| UISpaceApplicationInstaller.SelectActionListener |
Event Handler for "Select" action.
|
| UISpaceGroupBound | |
| UISpaceGroupBound.ClosePopupActionListener |
Check if user selected a group or not when closing the popup,
if not un-check the checked check box
|
| UISpaceGroupBound.SelectGroupActionListener |
triggers this action when user clicks on select group on UIGroupSelector
|
| UISpaceInfo | |
| UISpaceInfo.ChangeAvatarActionListener |
Triggers this action for editing avatar.
|
| UISpaceInfo.SaveActionListener |
Triggers this action when user click on the Save button.
|
| UISpaceMember | |
| UISpaceMember.AddActionListener |
Triggers this action when user click on "add" button.
|
| UISpaceMember.CloseActionListener |
Triggers this action when user clicks on popup's close button.
|
| UISpaceMember.DeclineUserActionListener |
Triggers this action when user clicks on "decline user's request" button.
|
| UISpaceMember.InviteActionListener |
Triggers this action when user click on "invite" button.
|
| UISpaceMember.MakeLeaderActionListener |
Triggers this action when user clicks on "set leader" button
|
| UISpaceMember.RemoveLeaderActionListener |
Triggers this action when user click on "remove leader" button
|
| UISpaceMember.RemoveUserActionListener |
Triggers this action when user clicks on "remove user" button.
|
| UISpaceMember.RevokeInvitedUserActionListener |
Triggers this action when user clicks on "revoke invited" button.
|
| UISpaceMember.SearchGroupActionListener |
Triggers this action when user clicks on "search users" button.
|
| UISpaceMember.SearchUserActionListener |
Triggers this action when user clicks on "search users" button.
|
| UISpaceMember.SelectGroupActionListener |
Triggers this action when user click on "add" button.
|
| UISpaceMember.ToggleLeadershipActionListener | |
| UISpaceMember.ValidateUserActionListener |
Triggers this action when user click on "validate user's request" button
|
| UISpaceMenu | |
| UISpaceMenu.RenameSpaceAppNameActionListener |
Renames space application name.
- Gets selected node and selected page navigation. - Changes selected node information. - Updates new information for selected page navigation. |
| UISpaceNavigationManagement | |
| UISpaceNavigationManagement.AddNodeActionListener | |
| UISpaceNavigationManagement.AddRootNodeActionListener | |
| UISpaceNavigationManagement.BackActionListener |
This action trigger when user click on back button from UISpaceNavigationManagement
|
| UISpaceNavigationManagement.ClosePopupActionListener | |
| UISpaceNavigationManagement.SaveActionListener | |
| UISpaceNavigationManagement.SelectNodeActionListener | |
| UISpaceNavigationNodeSelector | |
| UISpaceNavigationNodeSelector.AddNodeActionListener | |
| UISpaceNavigationNodeSelector.BaseActionListener<T> | |
| UISpaceNavigationNodeSelector.ChangeNodeActionListener | |
| UISpaceNavigationNodeSelector.CloneNodeActionListener | |
| UISpaceNavigationNodeSelector.CopyNodeActionListener | |
| UISpaceNavigationNodeSelector.CutNodeActionListener | |
| UISpaceNavigationNodeSelector.DeleteNodeActionListener | |
| UISpaceNavigationNodeSelector.EditPageNodeActionListener | |
| UISpaceNavigationNodeSelector.EditSelectedNodeActionListener | |
| UISpaceNavigationNodeSelector.MoveDownActionListener | |
| UISpaceNavigationNodeSelector.MoveUpActionListener | |
| UISpaceNavigationNodeSelector.NodeModifiedActionListener | |
| UISpaceNavigationNodeSelector.PasteNodeActionListener | |
| UISpacePermission | |
| UISpacePermission.SaveActionListener |
triggers this action when user clicks on save button
|
| UISpaceSearch | |
| UISpaceSearch.AddSpaceActionListener |
This action is triggered when user clicks on AddSpace
UIAddSpaceForm will be displayed in a popup window |
| UISpaceSearch.SearchActionListener |
Listens to search event is broadcasted from search form, then processes search condition and
set search result to the result variable.
- Gets space name from request. - Searches spaces that have name like input space name. - Sets matched space into result list. |
| UISpaceSetting | |
| UISpaceSetting.SelectTabActionListener |
This action listener is activated when user changes tab in space setting.
|
| UISpaceSettings | |
| UISpaceUserSearch |
UISpaceUserSearch used for searching users in a space. |
| UISpaceUserSearch.SearchActionListener |
triggers this action when user clicks on search button.
|
| UISpaceVisibility |
| Enum | Description |
|---|---|
| UIManageAllSpaces.TypeOfSpace |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.