Package tools.dynamia.crud
Class AbstractCrudPage<T>
java.lang.Object
tools.dynamia.navigation.NavigationElement<Page>
tools.dynamia.navigation.Page
tools.dynamia.navigation.RendereablePage<T>
tools.dynamia.crud.AbstractCrudPage<T>
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<NavigationElement>
- Direct Known Subclasses:
CrudPage
- Author:
- Mario A. Serrano Leones
- See Also:
-
Field Summary
Fields inherited from class tools.dynamia.navigation.NavigationElement
virtualPath -
Constructor Summary
ConstructorsConstructorDescriptionAbstractCrudPage(Class<? extends tools.dynamia.domain.AbstractEntity> entityClass) AbstractCrudPage(String id, String name, Class<? extends tools.dynamia.domain.AbstractEntity> entityClass) -
Method Summary
Methods inherited from class tools.dynamia.navigation.RendereablePage
renderPageMethods inherited from class tools.dynamia.navigation.Page
addAction, clone, featured, featured, getActions, getCurrent, getFullName, getIndex, getLocalizedText, getPageGroup, getPath, getPrettyVirtualPath, getPriority, getVirtualPath, isClosable, isFeatured, isHtml, isShowAsPopup, isTemporal, onClose, onOpen, onUnload, removeAction, setAlwaysAllowed, setClosable, setFeatured, setIndex, setPageGroup, setPath, setPriority, setShowAsPopup, setTemporal, toStringMethods inherited from class tools.dynamia.navigation.NavigationElement
addAttribute, compareTo, description, equals, getAttribute, getAttributesNames, getBadge, getDescription, getIcon, getIconSize, getId, getLocalizedDescription, getLocalizedDescription, getLocalizedIcon, getLocalizedName, getLocalizedName, getLongName, getLongNameSupplier, getName, getPosition, getRenderOnUserRoles, hashCode, icon, iconSize, id, isAlwaysAllowed, isEnable, isReference, isVisible, longName, msgKey, name, position, removeAttribute, setBadge, setDescription, setEnable, setIcon, setIconSize, setId, setLongName, setLongNameSupplier, setName, setPosition, setReference, setRenderOnUserRoles, setVisible
-
Constructor Details
-
AbstractCrudPage
-
AbstractCrudPage
-
-
Method Details
-
loadObjectClass
protected void loadObjectClass() -
getEntityClass
-