Interface IQueueRegion

    • Method Detail

      • newDequeueContext

        DequeueContext newDequeueContext()
        Creates a new DequeueContext that will be used to dequeue children of this region. Usually containers will create a context with their associated markup by getting it via MarkupContainer.getAssociatedMarkup(), but components that do not render markup in a standard way (such as repeaters and borders) may choose to override this method to implement custom behavior for the dequeueing process.
      • getRegionMarkup

        IMarkupFragment getRegionMarkup()
        Returns the markup to use for queuing. Normally, this is the markup of the component implementing this interface.
        Returns:
        the markup to use for queuing