Package org.openquark.cal.caldoc.HTMLBuilder

Examples of org.openquark.cal.caldoc.HTMLBuilder.AttributeList


     * @param childDivElementID the element ID for the children block of the node whose display is to be controlled by the toggle.
     * @param isPlaceholderOnly whether this is to be an inactive placeholder for a toggle.
     */
    private void generateModuleListTreeNodeToggle(final String childDivElementID, boolean isPlaceholderOnly) {

        final AttributeList attributes;
        final String toggleText;

        if (isPlaceholderOnly) {
            attributes = classAttribute(StyleClassConstants.TREE_NODE_TOGGLE_PLACEHOLDER);
            toggleText = " ";
View Full Code Here

TOP

Related Classes of org.openquark.cal.caldoc.HTMLBuilder.AttributeList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.