Class BeforeSaveLayoutEvent
- java.lang.Object
-
- de.uplanet.lucy.server.portaldesigner.AbstractLayoutEvent
-
- de.uplanet.lucy.server.portaldesigner.BeforeSaveLayoutEvent
-
- All Implemented Interfaces:
IServerEvent
,IBeforeSaveLayoutEvent
,ILayoutEvent
,INamedLayoutEvent
,Serializable
@Scriptable public final class BeforeSaveLayoutEvent extends de.uplanet.lucy.server.portaldesigner.AbstractLayoutEvent implements IBeforeSaveLayoutEvent, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeforeSaveLayoutEvent(String p_strLayoutName)
-
Method Summary
-
Methods inherited from class de.uplanet.lucy.server.portaldesigner.AbstractLayoutEvent
getLayoutName, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.uplanet.lucy.server.portaldesigner.INamedLayoutEvent
getLayoutName
-
-
-
-
Constructor Detail
-
BeforeSaveLayoutEvent
@ConstructorProperties("layoutName") public BeforeSaveLayoutEvent(String p_strLayoutName)
- Parameters:
p_strLayoutName
- The name of the layout.
-
-