Uses of Interface
info.magnolia.cms.gui.controlx.RenderKit

Packages that use RenderKit
info.magnolia.cms.gui.controlx   
info.magnolia.cms.gui.controlx.impl   
 

Uses of RenderKit in info.magnolia.cms.gui.controlx
 

Methods in info.magnolia.cms.gui.controlx that return RenderKit
 RenderKit Control.getRenderKit()
           
static RenderKit RenderKitFactory.getRenderKit(String name)
          Get a named RenderKit
 

Methods in info.magnolia.cms.gui.controlx with parameters of type RenderKit
static void RenderKitFactory.registerRenderKit(String name, RenderKit renderKit)
          Register a RenderKit
 void Control.setRenderKit(RenderKit renderKit)
           
 

Uses of RenderKit in info.magnolia.cms.gui.controlx.impl
 

Classes in info.magnolia.cms.gui.controlx.impl that implement RenderKit
 class RenderKitImpl
          If a not registered render type is passed a TemplatedRenderer instance is returned.
 class TestRenderKit
          A simple implementation returning the simplest possible html for testing reasons.
 

Methods in info.magnolia.cms.gui.controlx.impl that return RenderKit
 RenderKit AbstractControl.getRenderKit()
           
 

Methods in info.magnolia.cms.gui.controlx.impl with parameters of type RenderKit
 void AbstractControl.setRenderKit(RenderKit renderKit)
           
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.