Uses of Class
org.knime.core.webui.page.Page
Packages that use Page
Package
Description
Contains core functionality related to the Web UI.
This package offers a default implementation of a Node Dialog as described in
org.knime.core.webui.node.dialog.-
Uses of Page in org.knime.core.webui
Methods in org.knime.core.webui that return Page -
Uses of Page in org.knime.core.webui.node
Methods in org.knime.core.webui.node that return PageModifier and TypeMethodDescriptionConstructor parameters in org.knime.core.webui.node with type arguments of type PageModifierConstructorDescriptionPageResourceManager(PageResourceManager.PageType pageType, Function<N, Page> createPage) PageResourceManager(PageResourceManager.PageType pageType, Function<N, Page> createPage, BiFunction<N, PagePathSegments, PagePathSegments> modifyPagePathSegments, BiFunction<String, PagePathSegments, PagePathSegments> decomposePagePath, boolean shouldCleanUpPageOnNodeStateChange) -
Uses of Page in org.knime.core.webui.node.dialog.defaultdialog
Fields in org.knime.core.webui.node.dialog.defaultdialog declared as PageModifier and TypeFieldDescriptionstatic final PageDefaultNodeDialog.PAGEThe page representing the default node dialog.Methods in org.knime.core.webui.node.dialog.defaultdialog that return Page -
Uses of Page in org.knime.core.webui.node.view.image
Fields in org.knime.core.webui.node.view.image declared as Page -
Uses of Page in org.knime.core.webui.node.view.table
Fields in org.knime.core.webui.node.view.table declared as PageModifier and TypeFieldDescriptionstatic final PageTableViewUtil.PAGEThe page representing the table view.Methods in org.knime.core.webui.node.view.table that return Page -
Uses of Page in org.knime.core.webui.node.view.text
Fields in org.knime.core.webui.node.view.text declared as Page -
Uses of Page in org.knime.core.webui.page
Methods in org.knime.core.webui.page that return Page