Uses of Class
net.spreadsheetspace.sdk.model.UserView
Packages that use UserView
-
Uses of UserView in net.spreadsheetspace.sdk
Methods in net.spreadsheetspace.sdk with parameters of type UserViewModifier and TypeMethodDescriptionvoidSdk.subscribeNotificationView(UserView userView, NotificationCallback notificationCallback) Subscription to perform a callback function when you receive an update notification of a specific view.voidSdk.unsubscribeNotificationView(UserView userView) Deletes a subscription previously created to receive an update of a specific view. -
Uses of UserView in net.spreadsheetspace.sdk.model
Methods in net.spreadsheetspace.sdk.model that return types with arguments of type UserViewModifier and TypeMethodDescriptionListViewDescriptor.getListView()Get the the owned or inboxed views.Method parameters in net.spreadsheetspace.sdk.model with type arguments of type UserViewModifier and TypeMethodDescriptionvoidListViewDescriptor.setListView(LinkedList<UserView> listView) Constructor parameters in net.spreadsheetspace.sdk.model with type arguments of type UserViewModifierConstructorDescriptionListViewDescriptor(LinkedList<UserView> listView, StatusCode statusCode)