Package tools.dynamia.crud.cfg
Class ConfigPage
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<NavigationElement>
Basic Config
Page to store Parameter values- See Also:
-
Field Summary
Fields inherited from class tools.dynamia.navigation.NavigationElement
virtualPath -
Constructor Summary
ConstructorsConstructorDescriptionConfigPage(String id, String name, String descriptorId) Create a Config page using descriptor id of type configConfigPage(String id, String name, String descriptorId, boolean closeable) Create a Config page using descriptor id of type config -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class tools.dynamia.navigation.Page
addAction, clone, featured, featured, 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
-
ConfigPage
public ConfigPage() -
ConfigPage
Create a Config page using descriptor id of type config- Parameters:
id-name-descriptorId-closeable-
-
ConfigPage
Create a Config page using descriptor id of type config- Parameters:
id-name-descriptorId-
-
-
Method Details
-
renderPage
- Specified by:
renderPagein classRendereablePage<View>
-
getActions
- Overrides:
getActionsin classPage
-
getDescriptorId
-