Package org.auraframework.def

Examples of org.auraframework.def.LayoutsDef.retrieveLabels()


    public void retrieveLabels() throws QuickFixException {
        super.retrieveLabels();

        if (layoutsDefDescriptor != null) {
            LayoutsDef layouts = layoutsDefDescriptor.getDef();
            layouts.retrieveLabels();
        }
    }

    @Override
    public void appendDependencies(Set<DefDescriptor<?>> dependencies) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.