Uses of Enum
com.orchestranetworks.addon.dqid.common.HTMLComponent
Package
Description
Provides classes and interfaces to define, publish and execute indicators.
Provides common classes that are used by other classes such as exceptions and enumerations.
-
Uses of HTMLComponent in com.orchestranetworks.addon.dqid
Modifier and TypeMethodDescriptionParameterDefinition.getHTMLComponent()
Returns the HTML Component that represents the parameter.ModifierConstructorDescriptionParameterDefinition
(String name, com.orchestranetworks.schema.SchemaTypeName type, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description, ListConstraint listConstraint, HTMLComponent htmlComponent) A parameter definition with a list of values and a UI component type. -
Uses of HTMLComponent in com.orchestranetworks.addon.dqid.common
Modifier and TypeMethodDescriptionstatic HTMLComponent
Returns the enum constant of this type with the specified name.static HTMLComponent[]
HTMLComponent.values()
Returns an array containing the constants of this enum type, in the order they are declared.