org.zkoss.zkmax.zul.render
Class LongboxDefault

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

public class LongboxDefault
extends java.lang.Object
implements ComponentRenderer

Longbox's default mold.

Since:
3.0.0
Author:
Jeff Liu

Constructor Summary
LongboxDefault()
           
 
Method Summary
 void render(Component cmp, 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

LongboxDefault

public LongboxDefault()
Method Detail

render

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

Specified by:
render in interface ComponentRenderer
Parameters:
cmp - 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