org.zkoss.zkmax.zul.render
Class Tabpanels2DefaultV

java.lang.Object
  extended by org.zkoss.zkmax.zul.render.Tabpanels2DefaultV
All Implemented Interfaces:
ComponentRenderer

public class Tabpanels2DefaultV
extends java.lang.Object
implements ComponentRenderer

Tabpanels's default mold for the vertical orient only.

Since:
3.5.0
Author:
RyanWu

Constructor Summary
Tabpanels2DefaultV()
           
 
Method Summary
 void render(Component comp, java.io.Writer out)
          Redraws a component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tabpanels2DefaultV

public Tabpanels2DefaultV()
Method Detail

render

public void render(Component comp,
                   java.io.Writer out)
            throws java.io.IOException
Description copied from interface: ComponentRenderer
Redraws a component.

Specified by:
render in interface ComponentRenderer
Parameters:
comp - the component (never null).
out - the writer to generate the output (never null).
Throws:
java.io.IOException


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo