Method: UI::Dialog#dialog_content

Defined in:
library/general/src/lib/ui/dialog.rb

#dialog_contentYast::Term (protected)

Abstract method to specify content of dialog.

Returns:

  • (Yast::Term)

    ui content for dialog

Raises:

  • (NoMethodError)

    if not implemented

See Also:



83
84
85
# File 'library/general/src/lib/ui/dialog.rb', line 83

def dialog_content
  raise NoMethodError, "Missing implementation for abstract method dialog content for #{self}"
end