Class PageOperationResult

  • All Implemented Interfaces:
    ModelServiceLocator, Serializable, Iterable<org.apache.wicket.Component>, org.apache.wicket.event.IEventSink, org.apache.wicket.event.IEventSource, org.apache.wicket.feedback.IFeedbackContributor, org.apache.wicket.IConverterLocator, org.apache.wicket.IMetadataContext<Serializable,​org.apache.wicket.Component>, org.apache.wicket.IQueueRegion, org.apache.wicket.markup.html.IHeaderContributor, org.apache.wicket.page.IManageablePage, org.apache.wicket.request.component.IRequestableComponent, org.apache.wicket.request.component.IRequestablePage, org.apache.wicket.util.IHierarchical<org.apache.wicket.Component>, org.apache.wicket.util.io.IClusterable

    public class PageOperationResult
    extends PageBase
    Page that displays just the operation result. Comes handy for places where the operation result cannot be displayed on the main page (e.g. object list warnings, projection list, etc.)
    Author:
    semancik
    See Also:
    Serialized Form
    • Constructor Detail

      • PageOperationResult

        public PageOperationResult()
      • PageOperationResult

        public PageOperationResult​(OperationResult result)