Method Summary |
|
public boolean | forceFocus() Forces focus for this control. |
abstract public String | getCssClass() Returns the CSS class. |
abstract public int | getHeight() Returns the height of the element. |
abstract public int | getWidth() Returns the width of the element. |
abstract public boolean | isEnabled() |
public boolean | isFillWidth() Indicates if the width of the control is 100% to fill the available space. |
abstract public void | setCssClass(String cssClass) Sets the CSS class to assign to the html element. |
abstract public void | setEnabled(boolean enabled) |
public void | setFillWidth(boolean fillWidth) Sets the width of the control to 100% to fill the available space. |
abstract public void | setHeight(int height) Sets the height of the element in 'px'. |
abstract public void | setWidth(int width) Sets the width of the element in 'px'. |