Package org.rhq.core.gui.util

Examples of org.rhq.core.gui.util.IdChunkGeneratorUIBean


    @Factory(value = "IdChunkGeneratorUIBean", scope = ScopeType.EVENT)
    // TODO why won't Seam let us make this method private?
    //private IdChunkGeneratorUIBean createIdChunkGenerator() {
    public IdChunkGeneratorUIBean createIdChunkGenerator()
    {
        return new IdChunkGeneratorUIBean();
    }
View Full Code Here

TOP

Related Classes of org.rhq.core.gui.util.IdChunkGeneratorUIBean

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.