Package org.objectstyle.wolips.htmlpreview.editor.tags

Examples of org.objectstyle.wolips.htmlpreview.editor.tags.WORepetitionTagDelegate


    _tagDelegates = new HashMap<String, TagDelegate>();
    _tagDelegates.put("WOString", new WOStringTagDelegate());
    _tagDelegates.put("ERXLocalizedString", new WOStringTagDelegate());
    _tagDelegates.put("WOConditional", new WOConditionalTagDelegate());
    _tagDelegates.put("WOComponentContent", new WOComponentContentTagDelegate());
    _tagDelegates.put("WORepetition", new WORepetitionTagDelegate());
    _tagDelegates.put("WOGenericContainer", new WOGenericContainerTagDelegate());
    _tagDelegates.put("WOGenericElement", new WOGenericElementTagDelegate());
    _tagDelegates.put("WOTextField", new WOTextFieldTagDelegate());
    _tagDelegates.put("FocusTextField", new WOTextFieldTagDelegate());
    _tagDelegates.put("WOCheckBox", new WOCheckBoxTagDelegate());
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.htmlpreview.editor.tags.WORepetitionTagDelegate

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.