org.zkoss.zul
Class Grid.ExtraCtrl

java.lang.Object
  extended by org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
      extended by org.zkoss.zul.Grid.ExtraCtrl
All Implemented Interfaces:
PrologAllowed, Padding
Enclosing class:
Grid

protected class Grid.ExtraCtrl
extends HtmlBasedComponent.ExtraCtrl
implements Padding

A utility class to implement HtmlBasedComponent.getExtraCtrl(). It is used only by component developers.


Constructor Summary
protected Grid.ExtraCtrl()
           
 
Method Summary
 int getHeight()
          Returns the padding height in px.
 void setHeight(int height)
          Set the padding height in px.
 
Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
setPrologContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.ExtraCtrl

protected Grid.ExtraCtrl()
Method Detail

getHeight

public int getHeight()
Description copied from interface: Padding
Returns the padding height in px.

Specified by:
getHeight in interface Padding
Returns:
the padding height in px.

setHeight

public void setHeight(int height)
Description copied from interface: Padding
Set the padding height in px.

Specified by:
setHeight in interface Padding
Parameters:
height - the padding height in px.


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