org.zkoss.zul
Class Grid.ExtraCtrl
java.lang.Object
org.zkoss.zul.Grid.ExtraCtrl
- All Implemented Interfaces:
- org.zkoss.zk.ui.ext.render.PrologAllowed, Padding
- Enclosing class:
- Grid
protected class Grid.ExtraCtrl
- extends Object
- implements Padding
A utility class to implement HtmlBasedComponent.getExtraCtrl()
.
It is used only by component developers.
Method Summary |
int |
getHeight()
Returns the padding height in px. |
void |
setHeight(int height)
Set the padding height in px. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grid.ExtraCtrl
protected Grid.ExtraCtrl()
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 © 2013. All Rights Reserved.