Uses of Class
com.storedobject.ui.ObjectViewerButton
Packages that use ObjectViewerButton
-
Uses of ObjectViewerButton in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type ObjectViewerButtonModifier and TypeMethodDescriptionvoid
Application.view
(StoredObject object, ObjectViewerButton<?>... actionButtons) Displays the specified stored object with optional action buttons.void
Application.view
(String caption, Id objectId, ObjectViewerButton<?>... actionButtons) Displays the view for the specified object with the given caption and action buttons.void
Application.view
(String caption, StoredObject object, ObjectViewerButton<?>... actionButtons) Displays the given stored object using the specified caption and action buttons.void
ObjectViewer.view
(Id objectId, ObjectViewerButton<?>... buttons) Opens a view for a specific object identified by its ID and allows optional buttons to be added for interaction.void
ObjectViewer.view
(StoredObject object, ObjectViewerButton<?>... buttons) Triggers the viewing process for the givenStoredObject
instance and optional viewer buttons.void
ObjectViewer.view
(ObjectViewerButton<?>... buttons) Triggers the view functionality using the specified buttons for the ObjectViewer.void
ObjectViewer.view
(String caption, Id objectId, ObjectViewerButton<?>... buttons) Displays a view of the specified object, identified by its ID, with the provided caption and optional buttons for additional actions.void
ObjectViewer.view
(String caption, StoredObject object, ObjectViewerButton<?>... buttons) Displays the specifiedStoredObject
in the ObjectViewer with a given caption and optional action buttons.void
ObjectViewer.view
(String caption, ObjectViewerButton<?>... buttons) Opens a viewer for the specified object with the provided caption and optional buttons.final void
ObjectEditor.viewObject
(ObjectViewerButton<T>... buttons) View the current object.final void
ObjectEditor.viewObject
(View parent, boolean doNotLock, ObjectViewerButton<T>... buttons) View the current object.final void
ObjectEditor.viewObject
(View parent, ObjectViewerButton<T>... buttons) View the current object.final void
ObjectEditor.viewObject
(T object, ObjectViewerButton<T>... buttons) View the object that is passed.final void
ObjectEditor.viewObject
(T object, View parent, boolean doNotLock, ObjectViewerButton<T>... buttons) View the object that is passed.final void
ObjectEditor.viewObject
(T object, View parent, ObjectViewerButton<T>... buttons) View the object that is passed.