public interface SizedControl
Control types that have a size property| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.