Class FloatingPage
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasContentScript,HasNetwork,HasOrder,HasSvgIcon,ProcessableForProxying,IEntity,IInternalNamedEntity,INamedEntity,UsesScript
@Entity public class FloatingPage extends MenuItem
A floating page is an item that's not in a menu It is just accessible directly through its URL.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.contentmanagement.MenuEntry
showInClassicFrontend, showInNewFrontend
-
-
Constructor Summary
Constructors Constructor Description FloatingPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MenuEntryNaturegetNature()-
Methods inherited from class org.cyclos.entities.contentmanagement.MenuItem
getContent, getContentScript, getContentScriptParameters, getCustomOperation, getFrontendLayout, getFrontendMenu, getScriptUsedInType, getTitle, getType, getUrl, getWizard, isShowInClassicFrontend, isShowInNewFrontend, setContent, setContentScript, setContentScriptParameters, setCustomOperation, setFrontendLayout, setFrontendMenu, setShowInClassicFrontend, setShowInNewFrontend, setTitle, setType, setUrl, setWizard
-
Methods inherited from class org.cyclos.entities.contentmanagement.MenuEntry
getDataTranslationType, getGroup, getLastModified, getLastModifiedMillis, getSvgIcon, setGroup, setLastModified, setSvgIcon
-
Methods inherited from class org.cyclos.entities.contentmanagement.ContentItem
getConfiguration, getInternalName, getNetwork, getVisibility, setConfiguration, setInternalName, setVisibility
-
Methods inherited from class org.cyclos.entities.OrderableEntity
compareTo, getOrder, setOrder, toString
-
Methods inherited from class org.cyclos.entities.NamedEntity
getName, getNames, setName, toShortString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
Methods inherited from interface org.cyclos.model.system.scripts.UsesScript
isEnabled
-
-
-
-
Method Detail
-
getNature
public MenuEntryNature getNature()
-
-