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

    Modifier and Type
    Method
    Description
    int
    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 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 -