Skip to main content

%iKnow.Classification.UI.ManualTester

deprecated class %iKnow.Classification.UI.ManualTester extends %ZEN.Component.page, %iKnow.Classification.UI.TestUtils

Property Inventory

Method Inventory

Parameters

parameter AUTONS = 1;
Inherited description: If true, auto-switch namespace to whatever $NAMESPACE is passed in.
parameter DOMAIN = %iKnow;
Inherited description: Localization domain

Properties

property classifier as %ZEN.Datatype.string (ZENURL = "CLASSIFIER");
Property methods: classifierDisplayToLogical(), classifierGet(), classifierIsValid(), classifierLogicalToDisplay(), classifierLogicalToOdbc(), classifierNormalize(), classifierSet()
property config as %ZEN.Datatype.string (ZENURL = "CONFIG") [ InitialExpression = $$$DEFAULTCONFIG ];
Property methods: configDisplayToLogical(), configGet(), configIsValid(), configLogicalToDisplay(), configLogicalToOdbc(), configNormalize(), configSet()
property text as %ZEN.Datatype.string;
Property methods: textDisplayToLogical(), textGet(), textIsValid(), textLogicalToDisplay(), textLogicalToOdbc(), textNormalize(), textSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
clientmethod categorize() [ Language = javascript ]
clientmethod reset() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab