andi-huber commented on code in PR #3080:
URL: https://github.com/apache/causeway/pull/3080#discussion_r2307519794


##########
api/applib/src/main/java/org/apache/causeway/applib/annotation/ObjectSupport.java:
##########
@@ -47,4 +50,31 @@
 @Domain.Include // meta annotation, in support of meta-model validation
 public @interface ObjectSupport {
 
+    /**
+     * Rendering context for object icons.
+     * An object's icon is either rendered within the object detail page 
header (along its title)
+     * or within a table row.
+     */
+    public enum IconWhere {
+        OBJECT_HEADER,
+        TABLE_ROW //TODO also TREE_NODE and SELECT_DROPDOWN

Review Comment:
   Either rename, or add the other variants.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@causeway.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to