Class EntityAdminMenu<T>

java.lang.Object
com.foreach.across.modules.web.menu.Menu
com.foreach.across.modules.adminweb.menu.EntityAdminMenu<T>
All Implemented Interfaces:
org.springframework.core.Ordered

@Deprecated public class EntityAdminMenu<T> extends com.foreach.across.modules.web.menu.Menu
Deprecated.
since 3.0.0 - migrated to EntityModule
  • Field Summary

    Fields inherited from class com.foreach.across.modules.web.menu.Menu

    ROOT_LEVEL, SORT_BY_ORDER_AND_TITLE, SORT_BY_TITLE

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    EntityAdminMenu(Class<T> entityClass)
    Deprecated.
     
    EntityAdminMenu(Class<T> entityClass, T entity)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class com.foreach.across.modules.web.menu.Menu

    addItem, addItem, addItem, addItem, builder, clear, getAttribute, getAttributes, getComparator, getFirstItem, getItem, getItems, getItemWithName, getItemWithPath, getLevel, getLowestSelectedItem, getName, getOrder, getParent, getPath, getRoot, getSelectedItem, getSelectedItemPath, getTitle, getUrl, hasAttribute, hasItems, hasParent, hasTitle, hasUrl, isComparatorInheritable, isDisabled, isEmpty, isGroup, isOrdered, isRoot, isSelected, merge, remove, select, setAttribute, setAttributes, setComparator, setDisabled, setGroup, setName, setOrder, setOrdered, setPath, setSelected, setTitle, setUrl, size, sort, sort, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EntityAdminMenu

      public EntityAdminMenu(Class<T> entityClass)
      Deprecated.
    • EntityAdminMenu

      public EntityAdminMenu(Class<T> entityClass, T entity)
      Deprecated.
  • Method Details

    • getEntityType

      public Class<T> getEntityType()
      Deprecated.
    • getEntity

      public T getEntity()
      Deprecated.