Interface HasSize
-
- All Known Subinterfaces:
SelectManyListboxTagDeclaration
,SelectManyShuttleTagDeclaration
,SelectOneListboxTagDeclaration
,TreeListboxTagDeclaration
public interface HasSize
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSize(String size)
The number of the shown rows in the element.
-
-
-
Method Detail
-
setSize
void setSize(String size)
The number of the shown rows in the element. E. g. the size attribute of the select element in HTML.
-
-