Uses of Interface
ch.ivyteam.ivy.htmldialog.IHtmlDialogContext
-
Packages that use IHtmlDialogContext Package Description ch.ivyteam.ivy.environment ch.ivyteam.ivy.htmldialog -
-
Uses of IHtmlDialogContext in ch.ivyteam.ivy.environment
Fields in ch.ivyteam.ivy.environment declared as IHtmlDialogContext Modifier and Type Field Description IHtmlDialogContextIvy. htmlProvides access to the currentHTML dialog context.Methods in ch.ivyteam.ivy.environment that return IHtmlDialogContext Modifier and Type Method Description static IHtmlDialogContextIvy. html()Returns the currently runningHTML dialog context. -
Uses of IHtmlDialogContext in ch.ivyteam.ivy.htmldialog
Methods in ch.ivyteam.ivy.htmldialog that return IHtmlDialogContext Modifier and Type Method Description static IHtmlDialogContextIHtmlDialogContext. current()Gets the current html dialog context.
-