Uses of Class
com.orchestranetworks.ui.base.Size
Packages that use Size
Package
Description
This package allows customizing forms.
This package provides a library of user interface widgets.
-
Uses of Size in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form that return SizeMethods in com.orchestranetworks.ui.form with parameters of type SizeModifier and TypeMethodDescriptionvoidUIFormRow.setLabelWidth(Size aSize) Sets a fixed width for the label area of the form row.voidUIFormRow.setWidgetWidth(Size aSize) Sets a minimum width for the user input/display area of the form row. -
Uses of Size in com.orchestranetworks.ui.form.widget
Methods in com.orchestranetworks.ui.form.widget that return SizeModifier and TypeMethodDescriptionUIListBox.getHeight()UITextBox.getHeight()UIComboBox.getWidth()UIDropDownList.getWidth()UIListBox.getWidth()UITextBox.getWidth()Methods in com.orchestranetworks.ui.form.widget with parameters of type SizeModifier and TypeMethodDescriptionvoidSets the height of the list box.voidSets the height of the text box.voidSets the width of the combo box.voidSets the width of the drop-down list.voidSets the width of the list box.voidSets the width of the text box.