예제 #1
0
    def style(self):
        """
    Description:
    -----------

    :rtype: GrpClsList.ClassSelect
    """
        if self._styleObj is None:
            self._styleObj = GrpClsList.ClassSelect(self)
        return self._styleObj
예제 #2
0
    def style(self) -> GrpClsList.ClassSelect:
        """
    Description:
    -----------
    A property to the CSS style of the DOM component.
    Each component will have default CSS style but they can be overridden.

    :rtype: GrpClsList.ClassSelect
    """
        if self._styleObj is None:
            self._styleObj = GrpClsList.ClassSelect(self)
        return self._styleObj