Class LayoutChangedEvent


  • public class LayoutChangedEvent
    extends NotificationEvent
    Notification event that says that the layout of the table element has been changed. The target element is the table.
    • Field Detail

      • UPDATE

        public static final int UPDATE
        Identifies a change to existing data.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LayoutChangedEvent

        public LayoutChangedEvent​(org.eclipse.birt.report.model.elements.ReportItem compoundElement)
        Parameters:
        compoundElement -
    • Method Detail

      • getEventType

        public int getEventType()
        Description copied from class: NotificationEvent
        Returns the event type. The following event types are defined:
        • CONTENT_EVENT
        • ELEMENT_DELETE_EVENT
        • EXTENDS_EVENT
        • NAME_EVENT
        • NAME_SPACE_EVENT
        • PROPERTY_EVENT
        • STYLE_EVENT
        • USER_PROP_EVENT
        • CUSTOM_MSG_EVENT
        • EXTENSION_PROPERTY_DEFINITION_EVENT
        • NOTIFICATION_EVENT
        • VALIDATION_EVENT
        • LIBRARY_EVENT
        • ATTRIBUTE_EVENT
        • DISPOSE_EVENT
        • CONTENT_REPLACE_EVENT
        • TEMPLATE_TRANSFORM_EVENT
        Specified by:
        getEventType in class NotificationEvent
        Returns:
        the event type.
      • getType

        protected int getType()
        Returns the type of event: UPDATE.
        Returns:
        the type of event