SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions | Variables
dialog.subdialog Namespace Reference

Classes

class  Subdialog
 No documentation available. More...

Functions

def leaf

Variables

list __all__ = ['Subdialog', 'ComponentUIHelper', 'leaf', 'MemberEditMethods']

Function Documentation

def dialog.subdialog.leaf (   args)
 A decorator for leaf-creating methods in component classes
 inheriting from ComponentUIHelper.
 
 Arguments:
 title    - the string to use for the leaf's title
 sort_key - used to specify the ordering of the leaves in the column
 foldname - a uuid that is used to track the user's preferred
              fold state for this gadget
 defaultfoldstate - a boolean that specifies the default fold
              state when the user's prefere is not known

Variable Documentation

list dialog.subdialog.__all__ = ['Subdialog', 'ComponentUIHelper', 'leaf', 'MemberEditMethods']