public class StringField extends DataField<StringProperty,String,StringField>
Field containing a
string value.| Type | Property and Description |
|---|---|
BooleanProperty |
multiline |
userInputProperty, valuePropertychangedProperty, editableProperty, errorMessagesProperty, idProperty, labelProperty, placeholderProperty, requiredProperty, spanProperty, styleClassProperty, tooltipProperty, validProperty| Modifier and Type | Method and Description |
|---|---|
boolean |
isMultiline()
Gets the value of the property multiline.
|
StringField |
multiline(boolean newValue)
Sets whether the field is considered to be multiline or not.
|
BooleanProperty |
multilineProperty() |
bind, format, format, format, getUserInput, getValue, setBindingMode, unbind, userInputProperty, validate, validateRequired, valuePropertychangedProperty, editable, editableProperty, errorMessagesProperty, getErrorMessages, getID, getLabel, getPlaceholder, getRenderer, getSpan, getStyleClass, getTooltip, hasChanged, id, idProperty, isEditable, isI18N, isRequired, isValid, label, labelProperty, ofBooleanType, ofBooleanType, ofDoubleType, ofDoubleType, ofIntegerType, ofIntegerType, ofMultiSelectionType, ofMultiSelectionType, ofMultiSelectionType, ofSingleSelectionType, ofSingleSelectionType, ofSingleSelectionType, ofStringType, ofStringType, placeholder, placeholderProperty, render, required, required, requiredProperty, span, span, spanProperty, styleClass, styleClassProperty, tooltip, tooltipProperty, validPropertypublic BooleanProperty multilineProperty
isMultiline()public StringField multiline(boolean newValue)
newValue - The new value for the multiline property.public boolean isMultiline()
public BooleanProperty multilineProperty()
isMultiline()Copyright © 2017. All rights reserved.