Uses of Class
ca.corbett.extras.properties.LongTextProperty
Packages that use LongTextProperty
Package
Description
Contains a custom Properties implementation to augment the one provided by java.
-
Uses of LongTextProperty in ca.corbett.extras.properties
Methods in ca.corbett.extras.properties that return LongTextPropertyModifier and TypeMethodDescriptionstatic LongTextPropertyLongTextProperty.ofDynamicSizingMultiLine(String name, String label) Creates a multi-line TextField which will automatically expand to fill the width of whatever FormPanel it is added to.static LongTextPropertyLongTextProperty.ofFixedPixelSizeMultiLine(String name, String label, int width, int height) Creates a TextProperty with the specified pixel dimensions.static LongTextPropertyLongTextProperty.ofFixedSizeMultiLine(String name, String label, int rows, int cols) Creates a TextProperty with the specified number of rows and columns.LongTextProperty.setAllowBlank(boolean allow) LongTextProperty.setAllowPopoutEditing(boolean allow)