Uses of Class
ca.corbett.forms.fields.LongTextField
Packages that use LongTextField
-
Uses of LongTextField in ca.corbett.forms.fields
Methods in ca.corbett.forms.fields that return LongTextFieldModifier and TypeMethodDescriptionstatic LongTextFieldLongTextField.ofDynamicSizingMultiLine(String label, int rows) Creates a JTextArea with dynamic width and with the specified number of rows.static LongTextFieldLongTextField.ofFixedPixelSizeMultiLine(String label, int width, int height) Creates a JTextArea whose scroll pane will be fixed to the given pixel dimensions.static LongTextFieldLongTextField.ofFixedSizeMultiLine(String label, int rows, int cols) Creates a JTextArea with the specified number of rows and columns.LongTextField.setAllowBlank(boolean allow) By default, TextField will allow blank values (empty text) to pass validation.LongTextField.setAllowPopoutEditing(boolean allow) Whether to show a button to allow a popup dialog with a much larger text edit option.Sets the text in this field.