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 TypeMethodDescriptionvoidApplication.view(StoredObject object, ObjectViewerButton<?>... actionButtons) Displays the specified stored object with optional action buttons.voidApplication.view(String caption, Id objectId, ObjectViewerButton<?>... actionButtons) Displays the view for the specified object with the given caption and action buttons.voidApplication.view(String caption, StoredObject object, ObjectViewerButton<?>... actionButtons) Displays the given stored object using the specified caption and action buttons.voidObjectViewer.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.voidObjectViewer.view(StoredObject object, ObjectViewerButton<?>... buttons) Triggers the viewing process for the givenStoredObjectinstance and optional viewer buttons.voidObjectViewer.view(ObjectViewerButton<?>... buttons) Triggers the view functionality using the specified buttons for the ObjectViewer.voidObjectViewer.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.voidObjectViewer.view(String caption, StoredObject object, ObjectViewerButton<?>... buttons) Displays the specifiedStoredObjectin the ObjectViewer with a given caption and optional action buttons.voidObjectViewer.view(String caption, ObjectViewerButton<?>... buttons) Opens a viewer for the specified object with the provided caption and optional buttons.final voidObjectEditor.viewObject(ObjectViewerButton<T>... buttons) View the current object.final voidObjectEditor.viewObject(View parent, boolean doNotLock, ObjectViewerButton<T>... buttons) View the current object.final voidObjectEditor.viewObject(View parent, ObjectViewerButton<T>... buttons) View the current object.final voidObjectEditor.viewObject(T object, ObjectViewerButton<T>... buttons) View the object that is passed.final voidObjectEditor.viewObject(T object, View parent, boolean doNotLock, ObjectViewerButton<T>... buttons) View the object that is passed.final voidObjectEditor.viewObject(T object, View parent, ObjectViewerButton<T>... buttons) View the object that is passed.