org.kuali.rice.krad.uif.control
Interface SizedControl

All Known Implementing Classes:
FileControl, GroupControl, SelectControl, SpinnerControl, TextControl, UserControl

public interface SizedControl

Indicates Control types that have a size property

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 int getSize()
          Retrieves the configured size for the control, which reflects the display width in characters for the control within the UI
 void setSize(int size)
          Sets the size for the control
 

Method Detail

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 -


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