Uses of Class
com.oorian.bootstrap.forms.BsTextarea
Packages that use BsTextarea
-
Uses of BsTextarea in com.oorian.bootstrap.forms
Methods in com.oorian.bootstrap.forms that return BsTextareaModifier and TypeMethodDescriptionSets the textarea name.BsTextarea.setPlaceholder(String placeholder) Sets the placeholder text.BsTextarea.setReadOnly(boolean readOnly) Sets whether the textarea is read-only.BsTextarea.setRequired(boolean required) Sets whether the textarea is required.BsTextarea.setRows(int rows) Sets the number of rows.Sets the textarea size.BsTextarea.setValidationState(ValidationState state) Sets the validation state.