Uses of Class
com.oorian.bootstrap.forms.BsInput
Packages that use BsInput
-
Uses of BsInput in com.oorian.bootstrap.forms
Methods in com.oorian.bootstrap.forms that return BsInputModifier and TypeMethodDescriptionBsInput.setAriaDescribedBy(String describedBy) Sets the aria-describedby attribute for accessibility.BsInput.setInvalidFeedback(String feedback) Sets the invalid feedback message.Sets the input name.BsInput.setPlaceholder(String placeholder) Sets the placeholder text.BsInput.setPlainText(boolean plainText) Sets whether to display as plain text (read-only).BsInput.setReadOnly(boolean readOnly) Sets whether the input is read-only.BsInput.setRequired(boolean required) Sets whether the input is required.Sets the input size.Sets the input type.BsInput.setValidationState(ValidationState state) Sets the validation state.BsInput.setValidFeedback(String feedback) Sets the valid feedback message.Sets the input value.