Class UIAction

java.lang.Object
com.storedobject.core.StoredObject
com.storedobject.core.UIAction
All Implemented Interfaces:
Displayable, StringFiller, HasId

public final class UIAction extends StoredObject
A class representing a user interface action. This class extends StoredObject and is designed to manage actions within a UI system. It provides functionality to define actions, manage descriptions, and handle persistence via columns and indices. Actions are uniquely identified by their action property, and utility methods are provided for retrieving and listing actions.

This class enforces restrictions on the action property to ensure valid data and prevent duplicates.
Author:
Syam