Class: CWM::Page
- Inherits:
-
CustomWidget
- Object
- AbstractWidget
- CustomWidget
- CWM::Page
- Defined in:
- library/cwm/src/lib/cwm/page.rb
Overview
Instance Attribute Summary collapse
-
#initial ⇒ Boolean
Is this the initially selected tab.
Attributes inherited from AbstractWidget
#handle_all_events, #widget_id
Instance Method Summary collapse
-
#label ⇒ String
Label of Tab or of PagerTreeItem.
Methods inherited from CustomWidget
#contents, #cwm_contents, #cwm_definition, #find_ids, #ids_in_contents
Methods inherited from AbstractWidget
#cleanup, #cwm_definition, #disable, #displayed?, #enable, #enabled?, #focus, #fun_ref, #handle, #help, #init, #my_event?, #opt, #refresh_help, #store, #validate, widget_type=
Instance Attribute Details
#initial ⇒ Boolean
Returns is this the initially selected tab.
15 16 17 |
# File 'library/cwm/src/lib/cwm/page.rb', line 15 def initial @initial end |
Instance Method Details
#label ⇒ String
Returns Label of Tab or of CWM::PagerTreeItem.
18 |
# File 'library/cwm/src/lib/cwm/page.rb', line 18 abstract_method :label |