com.atlassian.confluence.tinymceplugin.events
Class SectionMacroCreatedEvent

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.events.SectionMacroCreatedEvent

public class SectionMacroCreatedEvent
extends java.lang.Object

A layout event is used to define when a page/blog post is created using the section and column macro.

Since:
v4.2

Constructor Summary
SectionMacroCreatedEvent(AbstractPage page)
           
 
Method Summary
 AbstractPage getPage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionMacroCreatedEvent

public SectionMacroCreatedEvent(AbstractPage page)
Method Detail

getPage

public AbstractPage getPage()


Copyright © 2003-2014 Atlassian. All Rights Reserved.