Package org.cyclos.entities.system
Class MenuItemWizard
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,HasSvgIcon,ProcessableForDataTranslation,DefinesNetwork,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class MenuItemWizard extends WizardWithChannels
A wizard which can be placed directly on the menu via aMenuItem, even for guests.
-
-
Constructor Summary
Constructors Constructor Description MenuItemWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomWizardNaturegetNature()-
Methods inherited from class org.cyclos.entities.system.WizardWithChannels
getChannels, setChannels
-
Methods inherited from class org.cyclos.entities.system.CustomWizard
getCustomFields, getDataTranslationType, getNetwork, getResultType, getScript, getScriptParameters, getSteps, getSvgIcon, isShowProgress, setCustomFields, setNetwork, setResultType, setScript, setScriptParameters, setShowProgress, setSteps, setSvgIcon
-
Methods inherited from class org.cyclos.entities.ConfigurationOrderableEntity
compareTo, getOrder, setOrder, toString
-
Methods inherited from class org.cyclos.entities.ConfigurationEntity
getDescription, getInternalName, setDescription, setInternalName, toShortString
-
Methods inherited from class org.cyclos.entities.NamedEntity
getName, getNames, setName
-
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
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Method Detail
-
getNature
public CustomWizardNature getNature()
- Specified by:
getNaturein classCustomWizard
-
-