예제 #1
0
파일: HtmlTrees.py 프로젝트: ylwb/epyk-ui
    def style(self):
        """
    Description:
    -----------

    :rtype: GrpClsList.ClassDropDown
    """
        if self._styleObj is None:
            self._styleObj = GrpClsList.ClassDropDown(self)
        return self._styleObj
예제 #2
0
    def style(self) -> GrpClsList.ClassDropDown:
        """
    Description:
    -----------
    The Javascript functions defined for this component.
    Those can be specific ones for the module or generic ones from the language.

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