Modifier and Type | Fields and Description |
---|---|
static String |
RESIZE_BOTH |
static String |
RESIZE_HORIZONTAL |
static String |
RESIZE_NONE |
static String |
RESIZE_VERTICAL |
public static final String RESIZE_NONE
public static final String RESIZE_BOTH
public static final String RESIZE_HORIZONTAL
public static final String RESIZE_VERTICAL
public abstract int cols
Dictates the number of columns to initially present for this text area.
public abstract int rows
Dictates the number of rows to initially present for this text area.
public abstract String resize
Dictates the type of resizing used for this Widget. Valid types are "none", "both", "horizontal" and "vertical".
Copyright © 2019 ICF Olson. All rights reserved.