Class NonEmptyWrapperModel<T>

    • Constructor Detail

      • NonEmptyWrapperModel

        public NonEmptyWrapperModel​(@NotNull
                                    @NotNull org.apache.wicket.model.IModel<T> model)
    • Method Detail

      • getObject

        @NotNull
        public T getObject()
        Specified by:
        getObject in interface org.apache.wicket.model.IModel<T>
        Specified by:
        getObject in interface NonEmptyModel<T>
      • setObject

        public void setObject​(@NotNull
                              T object)
        Specified by:
        setObject in interface org.apache.wicket.model.IModel<T>
        Specified by:
        setObject in interface NonEmptyModel<T>
      • detach

        public void detach()
        Specified by:
        detach in interface org.apache.wicket.model.IDetachable
        Specified by:
        detach in interface org.apache.wicket.model.IModel<T>