Package org.zkoss.zul.impl
Interface Padding
-
- All Known Implementing Classes:
Grid.ExtraCtrl
,Listbox.ExtraCtrl
public interface Padding
Control the padding height of a component(Used mainly for component developing).- Author:
- henrichen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
Returns the padding height in px.void
setHeight(int height)
Set the padding height in px.
-