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
 int getHeight()
          Returns the padding height in px.
 void setHeight(int height)
          Set the padding height in px.
 

Method Detail

setHeight

void setHeight(int height)
Set the padding height in px.

Parameters:
height - the padding height in px.

getHeight

int getHeight()
Returns the padding height in px.

Returns:
the padding height in px.


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