class documentation

class LabelValueView(View): (source)

Constructor: LabelValueView(**kwargs)

View In Hierarchy

Displays a label-value component. Used for displaying a label and a corresponding value.

Note

Must be used with String, Number, or Boolean properties, or lists of such properties. Also this view is not supported for input properties.

Method __init__ Undocumented

Inherited from View:

Method clone Undocumented
Method kwargs_to_json Undocumented
Method to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable container Undocumented
Instance Variable description Undocumented
Instance Variable label Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, **kwargs): (source) ΒΆ