Class TreeViewCollectionBrowserHelper


  • public class TreeViewCollectionBrowserHelper
    extends java.lang.Object
    • Method Detail

      • getAttributesOrValues

        public java.util.List<java.lang.Object> getAttributesOrValues​(java.lang.Object object,
                                                                      java.lang.Object parentObject)
        Returns:
        list of attribute values for given parentObject if object is an instance of DataAttribute or list of DataAttributes if it's not
      • loadTreeConfiguration

        public TreeCollectionNodes loadTreeConfiguration​(AbstractTreeViewNode node)
        Returns:
        configuration for given tree node. If there is no explicit configuration, fallback configuration is returned
      • hasReadAccess

        public boolean hasReadAccess​(java.lang.Object reference,
                                     java.lang.Object data)
      • isObjectInstanceOfDataAttribute

        public boolean isObjectInstanceOfDataAttribute​(java.lang.Object object)