org.kuali.rice.core.api.uif
Interface RowsCols

All Known Implementing Classes:
RemotableTextarea, RemotableTextarea.Builder

public interface RowsCols

A Control with a vertical and horizontal size based on number of rows and columns.


Method Summary
 Integer getCols()
          The cols value to make the control (The horizontal size).
 Integer getRows()
          The rows value to make the control (The vertical size).
 

Method Detail

getRows

Integer getRows()
The rows value to make the control (The vertical size). This field can be null. Cannot be less than 1.

Returns:
the rows value or null.

getCols

Integer getCols()
The cols value to make the control (The horizontal size). This field can be null. Cannot be less than 1.

Returns:
the cols value or null.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.