Class n.t.t.TabbedPaneFragment(athena.LiveFragment):

Part of nevow.taglibrary.tabbedPane View Source View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
88 Method __init__ Undocumented
95 Method getInitialArguments Undocumented
98 Method render_tabs Undocumented
109 Method render_pages Undocumented

Inherited from Fragment (via LiveFragment):

Line # Kind Name Docs
384 Method get Return the data
387 Method rend Turn this instance into stan suitable for displaying it in a web page.
432 Method remember Remember an object for an interface on new PageContexts which are
443 Method rememberStuff Undocumented

Inherited from DataFactory (via LiveFragment, Fragment):

Line # Kind Name Docs
120 Method child Return a conceptual child; an attribute, or a key,

Inherited from RenderFactory (via LiveFragment, Fragment):

Line # Kind Name Docs
60 Method renderer Return a renderer with the given name.

Inherited from MacroFactory (via LiveFragment, Fragment):

Line # Kind Name Docs
90 Method macro Return a macro with the given name.

Inherited from ConfigurableMixin (via LiveFragment, Fragment):

Line # Kind Name Docs
193 Method getBindingNames Expose bind_* methods and attributes on this class.
200 Method getBinding Massage bind_* methods and attributes into an
223 Method getDefault Get a default value for a given binding. If the
235 Method postForm Accept a form post to the given bindingName.
Line # Kind Name Docs
88 Method __init__ Undocumented
120 Method child Return a conceptual child; an attribute, or a key,
384 Method get Return the data
200 Method getBinding Massage bind_* methods and attributes into an
193 Method getBindingNames Expose bind_* methods and attributes on this class.
223 Method getDefault Get a default value for a given binding. If the
95 Method getInitialArguments Undocumented
90 Method macro Return a macro with the given name.
235 Method postForm Accept a form post to the given bindingName.
432 Method remember Remember an object for an interface on new PageContexts which are
443 Method rememberStuff Undocumented
387 Method rend Turn this instance into stan suitable for displaying it in a web page.
109 Method render_pages Undocumented
98 Method render_tabs Undocumented
60 Method renderer Return a renderer with the given name.
def __init__(self, pages, selected=0, name='default'): (source)
Undocumented
def getInitialArguments(self): (source)
Undocumented
def render_tabs(self, ctx, data): (source)
Undocumented
def render_pages(self, ctx, data): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.