Package org.kuali.rice.krad.uif.control
Interface SizedControl
- All Known Subinterfaces:
SelectControl
- All Known Implementing Classes:
FileControl,GroupControl,PasswordControl,SelectControlBase,SpinnerControl,TextControlBase,UserControl
public interface SizedControl
Indicates
Control types that have a size property- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
-
Method Details
-
getSize
int getSize()Retrieves the configured size for the control, which reflects the display width in characters for the control within the UI- Returns:
- int control size
-
setSize
void setSize(int size) Sets the size for the control- Parameters:
size-
-