Uses of Interface
org.uberfire.ext.security.management.client.widgets.management.list.EntitiesList.View
-
-
Uses of EntitiesList.View in org.uberfire.ext.security.management.client.widgets.management.editor
Methods in org.uberfire.ext.security.management.client.widgets.management.editor with parameters of type EntitiesList.View Modifier and Type Method Description AssignedEntitiesExplorerAssignedEntitiesExplorer. configure(String header, EntitiesList.View entitiesList)Configure the view header and text when no assigned entities are added.AssignedEntitiesExplorerAssignedEntitiesExplorerView. configure(String header, EntitiesList.View entitiesList) -
Uses of EntitiesList.View in org.uberfire.ext.security.management.client.widgets.management.explorer
Methods in org.uberfire.ext.security.management.client.widgets.management.explorer with parameters of type EntitiesList.View Modifier and Type Method Description EntitiesExplorerViewEntitiesExplorerView. configure(String entityType, EntitiesList.View entitiesListView)Configures the explorer's list widget.EntitiesExplorerViewEntitiesExplorerViewImpl. configure(String entityType, EntitiesList.View entitiesListView)UserGroupsExplorer.ViewUserGroupsExplorer.View. configure(EntitiesList.View entitiesList)Configure the view with the list view instance.UserGroupsExplorer.ViewUserGroupsExplorerView. configure(EntitiesList.View entitiesList) -
Uses of EntitiesList.View in org.uberfire.ext.security.management.client.widgets.management.list
Classes in org.uberfire.ext.security.management.client.widgets.management.list that implement EntitiesList.View Modifier and Type Class Description classEntitiesListViewView implementation for listing entities with pagination features.Fields in org.uberfire.ext.security.management.client.widgets.management.list declared as EntitiesList.View Modifier and Type Field Description EntitiesList.ViewEntitiesList. viewMethods in org.uberfire.ext.security.management.client.widgets.management.list that return EntitiesList.View Modifier and Type Method Description EntitiesList.ViewEntitiesList.View. add(int index, String identifier, String title, org.gwtbootstrap3.client.ui.constants.HeadingSize titleSize, boolean canRead, boolean canRemove, boolean canSelect, boolean isSelected)EntitiesList.ViewEntitiesListView. add(int index, String identifier, String title, org.gwtbootstrap3.client.ui.constants.HeadingSize titleSize, boolean canRead, boolean canRemove, boolean canSelect, boolean isSelected)EntitiesList.ViewEntitiesList.View. clear()EntitiesList.ViewEntitiesListView. clear()EntitiesList.ViewEntitiesList.View. configure(String emptyEntitiesText, EntitiesList.PaginationConstraints paginationConstraints)EntitiesList.ViewEntitiesListView. configure(String emptyEntitiesText, EntitiesList.PaginationConstraints paginationConstraints)Constructors in org.uberfire.ext.security.management.client.widgets.management.list with parameters of type EntitiesList.View Constructor Description EntitiesList(LoadingBox loadingBox, EntitiesList.View view)EntitiesPagedList(LoadingBox loadingBox, EntitiesList.View view)GroupsList(LoadingBox loadingBox, EntitiesList.View view, org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager)RolesList(LoadingBox loadingBox, EntitiesList.View view, org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager)UsersList(LoadingBox loadingBox, EntitiesList.View view)
-