Package org.zkoss.zul.impl
Interface Padding
-
- All Known Implementing Classes:
Grid.ExtraCtrl,Listbox.ExtraCtrl
public interface PaddingControl 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 intgetHeight()Returns the padding height in px.voidsetHeight(int height)Set the padding height in px.
-